The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Usergroup Conditional
Trying to figure out how to hide a segment of a template only from a single usergroup, as opposed to the concept where you only allow certain usergroups. Not sure if that's possible, reason I ask is people are part of multiple groups and I need to hide certain spots just from the one group.
Many thanks for any help provided |
#2
|
||||
|
||||
Code:
<if condition="!is_member_of($vbulletin->userinfo, 4,5,6)">CODE</if> |
#3
|
|||
|
|||
Thanks
That would however show whatever code to 4,5,6 ? |
#4
|
||||
|
||||
It wouldn't show the code, note the "!".
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|