Anybody ever figure this out?
I'm not sure what the appropriate variable would be for Forumhome as the aforementioned poster requested...
class="<if condition="$SOMEVARIABLE % 2 == 0">alt1<else />alt2</if>"
got it
Quote:
try
Code:
class="<if condition="$forum['displayorder'] % 2 == 0">alt2<else />alt1</if>"
make sure your forum display order is in ORDER eg. 1,2,3,4
NOTE: you will have to replace all the 'class' instances
|