The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
what would be the conditional.....
to display information in the userinfo area of the postbit by usergroup?
I tried this: Code:
<if condition="$usergroup == 9">bla bla bla</if> what did I do wrong? I am trying to understand the conditionals thanks for any help |
#2
|
|||
|
|||
Use this:
Code:
<if condition="$bbuserinfo[usergroupid]==9">blah</if> |
#3
|
||||
|
||||
that worked but a strange thing.
if you are not in usergroup 9 you don't see the word blah Myself as an admin do not see the text but if I login as a member in usergroup 9, I can see it. is it possible to get it to display for everyone and not just the members in that usergroup? |
#4
|
||||
|
||||
ah-ha....if you make it
Code:
<if condition="$post[usergroupid]==9">blah</if> thank you for your help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|