Hmm, the "<if condition="$bbuserinfo['userid'] == 1,2,3,0">" doesnt work, tells me
Parse error: syntax error, unexpected ',' in /home/girlgame/public_html/forums/includes/adminfunctions_template.php(3681) : eval()'d code on line 262
Doesnt like the comma lol. Any other ideas?
Edit nvm i found out how. For those wondering.........
Use the conditional that matches your needs -
http://www.vbulletin.com/forum/showt...t=Conditionals
For me i didnt want the ads to show to premium members, so i used
Code:
<if condition="!is_member_of($bbuserinfo, X)">