Quote:
Originally Posted by Alex Taylor
I found a hack for vb2 that let you have alternating postbit colours, but it doesn't work for vB3.. how easy would this be? It seems like it should be pretty straightforward.. I basically want to use the alternating colours I use for my threadlist in the postbit, so that each post is a different colour. Thanks in advance 
|
you can just use a condition
<if condition="$post[postcount] % 2 == 0">even<else />odd</if>