The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Usergroup '<if condition="">'s?
Would a usergroup <if condition=" "> be like this?
HTML Code:
<if condition="$show['groupid']"> content <else /> no permission message</if> |
#2
|
||||
|
||||
is_member_of($vbulletin->userinfo, USERGROUPID)
|
#3
|
||||
|
||||
To be a little more detailed and also checks the secondary usergroup, try this...
HTML Code:
<if condition="is_member_of($bbuserinfo, 1) ">
|
#4
|
|||
|
|||
Ah. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|