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

index_news plugin

Dayver
#21207 2009-11-25 23:59
I do not agree with those that would make changes to the plugin. The problem can be solved like this
  <!-- IF {PAGE_ROW_NUM} < 3 AND !{PHP.d} -->
    <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 -->
Probably something like this
Pavlo Tkachenko aka Dayver