Log in

View Full Version : Help! how to add a link to the bottom...


BlackJacket
02-01-2009, 04:55 PM
Hello all,

How do i add a link that only moderators and Admins can see into the "Admin - Mod - Archive -etc..." part at the bottom?

Thank you very much! :)

Lynne
02-01-2009, 05:20 PM
Put a condition around the link:

<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
link only for usergroups 5,6,7
</if>

BlackJacket
02-01-2009, 05:34 PM
Thank you very much! :D