Just a quick and (hopefully simple) question. If I wanted to add a horizontal rule between each forum except the last under each category, how would I go about putting this into my template?
At the moment I am using the following which works, but the final row (see example, forum 3) still has a line under it.
Code: Select all
<!-- IF (not forumrow.S_IS_CAT and not forumrow.S_LAST_ROW) -->
Code: Select all
HEADING
Forum 1
-----------
Forum 2
-----------
Forum 3
NEXT HEADING
Forum 1
-----------
Forum 2