Quote:
Originally Posted by X-Fan
Cool, thanks!
And if I wanted to add a conditional of it being first post and in a specified group of forums, how would that be coded? I've managed to get it showing in one forum, but I need it showing in multiple.
Also, I added the above code to postbit and it didn't work, so I added it to postbit_legacy and it did. Can someone explain the difference between the postbit and postbit_legacy templates, please?
|
er Sabre thats a bit off as well the function is is_member_of($var, MEMBERGROUPID/USERGROUPID)
and that would cause an error because of the miss placed "
getting back to it
<if condition="$post[postcount] == 1 AND in_array($foruminfo[forumid], array(X,Y,Z)">
The postbit template, is how vBulletin.com's showthread looks (info on top and post below) postbit_legacy is vBulletin.org's / vBulletins 2's look, Userinfo on the left, post on the right.