The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vars
I know there is a is_member_of var but what about is_not_member _of?
|
#2
|
|||
|
|||
Code:
<if condition="!is_member_of($bbuserinfo, 6)"> //code not to show to usergroup 6 </if> |
#3
|
|||
|
|||
Will test. Thank you!!
|
#4
|
||||
|
||||
better do this
Code:
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)">...........</if> |
#5
|
|||
|
|||
You may find this useful: https://vborg.vbsupport.ru/showthread.php?t=179928
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|