Page 1 of 1

News Module Summary?

Posted: Tue May 08, 2007 2:46 pm
by fuquam
I want the summary to show up on the "Detail" template but not on the "Summary" template. Does that make sense? Reason being is I want to use the summary field for images so it will display the images on the "Detail" page but I don't want the images to show up on the "Summary". I tried messing with the templates in the News Module but I haven't been successful. Any ideas?
Thanks.

Re: News Module Summary?

Posted: Wed May 09, 2007 2:40 am
by Elijah Lofgren
Just move this bit of code out of your Summary template and into your Detail template:

Code: Select all

<div class="NewsSummarySummary">
		{eval var=$entry->summary}
	</div>
That should do it.

Hope this helps,

Elijah