Quote:
Originally Posted by REIGN SS
i believe that all you to is add the user id numbers here
Code:
<if condition="$bbuserinfo['userid'] == 1,2,3,0">
(the red text is just an example of what to add, depending on what your user group # are it will vary)
|
Ok, I believe that the info bellow is correct and the above should be considered as an error, right?

:erm:
Quote:
Originally Posted by Bexter
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)">
|
Ok, this info is quite useful! But what if I need to exclude more than one group? (in my case, I would like to exclude Premium, Admins and Mods.)
Thank you!! :up: :up: