The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|