The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if conditional for secondary usergroup?
I know you can do this for the primary usergroup as its id is stored on its own in the db field but can you use one if the <if condition="$bbuserinfo[usergroupid] == '6'">Hello</if> to do a secondary usergroup check?
Thanks! |
#2
|
||||
|
||||
You can combine both...
Code:
<if condition="is_member_of($bbuserinfo, 6)"> |
#3
|
|||
|
|||
Awesome, thanks alot!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|