The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
If Conditions for Usergroups
When I use the following, it only works for primary. Is it possible to make it work for both primary and additional usergroups?
Code:
<if condition="($bbuserinfo[usergroupid]==20)"> Blah blah blah blah. </if> |
#2
|
||||
|
||||
Code:
<if condition="is_member_of($vbulletin->userinfo, 20)"> |
#3
|
||||
|
||||
You are easily my favorite person ever. You've been very helpful lately. Appreciate it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|