The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help in writing a conditional... if a user is not a member of usgroup 6 OR 16
I need some help in writing a conditional for my template that will only show text / graphic if a user is not a member of usgroup 6 OR 16.
Using Code:
<if ((condition="$bbuserinfo['usergroupid'] != 6") || (if condition="$bbuserinfo['usergroupid'] != 16"))> |
#2
|
||||
|
||||
Code:
<if condition="!is_member_of($bbuserinfo,6,16)"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|