The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
1 Quick Questions,
I'm trying to add a link in my menu but I just want a certain user group to see it, I know it needs to look like this: <if condition="$show['registerbutton']"><a href="games.php" rel="nofollow"> Custom Homepage</a> </if> I just need to know what I'm supposed to put in place of ['registerbutton'] is it just the usergroup id? Any help would be appreciated. |
|
#2
|
||||
|
||||
|
This should work:
HTML Code:
<if condition="is_member_of($bbuserinfo, x)"> code </if> |
|
#3
|
|||
|
|||
|
Thanks works perfectly.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|