The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have this setup which works from if someone is in a usergroup, but is there something different if I add someone to a secondary group as well?
Code:
<if condition="$post[usergroupid]==16"><a href="#"><img src="support/supporter.gif" alt="Click here to find out how $post[username] became a supporter"</a></if> |
|
#2
|
|||
|
|||
|
Use:
Code:
<if condition="is_member_of($post, 16)"><a href="#"><img src="support/supporter.gif" alt="Click here to find out how $post[username] became a supporter"</a></if> |
|
#3
|
|||
|
|||
|
Thanks that works great
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|