thank you bro
i test it
in template forumhome_forumbit_level2_post 1st line is not
PHP Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post L2">
bu there are this code
PHP Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post {vb:raw forum.statusicon} L2">
i have vb 4.1.8
to make it work you have to change this code to
PHP Code:
<li id="forum{vb:raw forum.forumid}" class="forumbit_post {vb:raw forum.statusicon} L2 {vb:raw $rowClass}">
demo:
alra7ba
user: vBulletin
pass: 123456
done