The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Test if a user does not belong to a usergroup
We've got a "Donator" usergroup on our forums, and I'm trying to set it up so that ads do not display for donators. At the moment I've just removed all donators from the standard 1-7 usergroups and use this code:
HTML Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"> AD CODE </if> HTML Code:
<if condition!="is_member_of($bbuserinfo, 39)"> AD CODE </if> |
#2
|
||||
|
||||
HTML Code:
<if condition="!is_member_of($bbuserinfo, 39)"> AD CODE </if> |
#3
|
|||
|
|||
Thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|