The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Quick question probadly simple
If i only want certain usergroups to beable to view a link the code is
Code:
<if condition="($bbuserinfo[usergroupid]==1)"> <a href="URL">LINK</a> </if> Code:
<if condition="($bbuserinfo[usergroupid]==1,2,3)"> <a href="URL">LINK</a> </if> |
#2
|
||||
|
||||
you can use
Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)">foo</if> |
#3
|
|||
|
|||
Thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|