The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I check usergroup?
I want to write some code for vb3 that is a selection based on usergroup. What vb variable should I check?
|
#2
|
||||
|
||||
You can do it via template conditionals:
Code:
<if condition="$bbuserinfo['usergroupid'] == X"> display stuff for usergroup x <else /> display stuff for everyone else </if> |
#3
|
|||
|
|||
THanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|