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>