The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I'd like to display information at the very top of my forum - different for guests, registered members and supporting members. Am I on the right track with the code I've typed below? It doesn't work for me so would somebody mind helping me out?
Thanks in advance... HTML Code:
<if condition="$bbuserinfo['userid'] == 1"> <p>guest</p> <else /> <if condition="$bbuserinfo['userid'] == 2"> <p>registered</p> <else /> <p>not guest or registered</p> </if> </if> I'm in my own usergroup and I get "guest". Any help would be appreciated... |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|