RhettBuck.Net
>
Exactservers.com
>
VBulletin Support
>
Modifications
> Conditionals for code modifications
PDA
View Full Version :
Conditionals for code modifications
Rhett
12-21-2008, 01:49 PM
If you want to have a link that is visible only to members you would use:
<if condition="$show['member']">
Rhett
12-21-2008, 01:50 PM
To do it by usergroups:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
stuff here
</if>
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.