The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Display message for specific user group?
Hello,
I posted this on vb.com but a supporter tell me this should be good place to asking for this. Well, I'm working to show some message on for normal member on Forum Home with groupid = 2 (that's my member group id). So, in the template file i added: Code:
<vb:if condition="$bbuserinfo['usergroupid'] == 2"> My message </vb:if> However, if i change the usergroupid to any other groupid like 6 or 10... the message is display fine. Code:
<vb:if condition="$bbuserinfo['usergroupid'] == 10"> My message </vb:if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|