News Module Summary?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
fuquam

News Module Summary?

Post 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.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: News Module Summary?

Post 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
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “CMSMS Core”