Forums / Cotonti / Extensions / show only the first news items with body text

index_news plugin

ez
#21188 2009-11-25 05:29
I have allready made it... :D (works great)

In the news.tpl you can now show content in a minified way (so a one line style news items)
I did it with Xtemplate (i like Xtempl..)
It also shows a number off COMPLETE news items (configurable)

in the news.tpl
    <!-- IF {PHP.newsoutputcomplete} = 1 -->
    <div class="newsBody">{PAGE_ROW_TEXT}</div>
    <div class="newsPosted">{PHP.L.Poster}: {PAGE_ROW_OWNER}</div>
    <div class="newsOther">{PHP.L.Category}: {PAGE_ROW_CATPATH} &nbsp;&nbsp; {PAGE_ROW_COMMENTS}</div>
    <!-- ENDIF -->


@theadmins Cotonti
Should i report this nice option somewhere.. ??
==- I say: Keep it EZ -==