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.
News Module Summary?
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: News Module Summary?
Just move this bit of code out of your Summary template and into your Detail template:
That should do it.
Hope this helps,
Elijah
Code: Select all
<div class="NewsSummarySummary">
{eval var=$entry->summary}
</div>
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. 
