PDA

View Full Version : Show specific text to specific usergroup code


fearfx
19 Apr 2007, 22:36
<if condition="$show['member']">
<a href="http://www..com/usercp.php">User CP</a>
</if>

instead of member, what would I put for a specific user group.

harmor19
20 Apr 2007, 01:36
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Change "X" and/or "Y" to the usergroup ID's that you want to see the link.