Topic: switch the background color of the post in the topic
Hello !
I'm using punbb 1.2 and would like to switch the background color of the posts
i see that it is a variable to do this in the code
// Switch the background color for every message.
$bg_switch = ($bg_switch) ? $bg_switch = false : $bg_switch = true;
$vtbg = ($bg_switch) ? ' roweven' : ' rowodd';
After that it call the class blockpost + vtbg to display a message
but in the .css i don't know how to activate it with the blockpost class. How can i do this ?