The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
heyy
i wanna display certain stuff if the user is in a specific group in the users postbit i tried this: <if condition="is_member_of($vbulletin->userinfo, 6)"> but that variable is for the logged in user not the person who made the post. anyone know what it needs to be changed to? thx |
#2
|
|||
|
|||
![]()
Try this...
Code:
<if condition="is_member_of($post, 6)"> </if> |
#3
|
|||
|
|||
![]()
omg it worked thankyou so much
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|