The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
in vBulletin 3.8 I could put the following code in my posbit template and it would add a line showing the official staff members for my forum...
The code I used was... <if condition="IS_MEMBER_OF($post, 5,6,7)"> <div class="nzbpostbit"><b> Proud Staff Member </b></div></if> How do I do this in vb4 using the legacy postbit? Thanks! |
#2
|
||||
|
||||
![]()
In vb4.0 if condition has been chnaged slightly.
Code:
<vb:if condition="is_member_of($post, 5,6,7)"> CODE HERE </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|