The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Usergroups conditional in posbit_legacy?
I want certain phrases to display based on usergroup id's in the postbit_legacy.
What would I wrap around them to achieve this. I realize its probably an if usegroup == # then.... |
#2
|
|||
|
|||
HTML Code:
<if condition="is_member_of($vbulletin->userinfo, X, Y, Z)">member of x y or z</if> |
#3
|
|||
|
|||
Code:
<if condition="is_member_of($post, 15)"><div class="smallfont">TEXT GOES HERE</div></if> |
#4
|
|||
|
|||
This helped me as well. Thanks!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|