Morning all, I have a quick question about alternating row colors. How would I make this work on any page in vbulletin? I have this working in forumdisplay, showthread, etc but I can't get it to work for example under memberlist.php or online.php. All it does is show one color but doesn't alternate. This is what I've been using.
Example:
PHP Code:
<if condition="exec_switch_bg()"></if>
<tr>
<td class="$bgclass" width="100" height="18"> Text Here</td>
</tr>