The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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)"> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|