Log in

View Full Version : Only certain usergroups can see nav links


Durtay
02-12-2005, 07:42 PM
I have a download hack installed on my forum and the actual hack has usergroup permissions installed, who can upload and download, but I'd like to display the nav link on the forumhome so only this usergroup (and mods/supermods/admins) can see the link. On vB2 it used to be a simple placement of vB code but I can't figure it out in vb3. Thanks in advance.

Jolten
02-12-2005, 08:30 PM
it's a simple template conditional


<if condition="$bbuserinfo[usergroupid] == X">

link here

</if>


Replace X with the usergroup id number.