The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
For different user groups, the easiest method is ;
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 1"> <p>Group 1 message (Guests)</p> </if> <if condition="$bbuserinfo['usergroupid'] == 2"> <p>Group 2 message (Normal registered users)</p> </if> <if condition="$bbuserinfo['usergroupid'] == 9"> <p>Group 9 message</p> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|