Log in

View Full Version : How to add this...


dxflw
10-06-2008, 02:45 PM
I have disable the who is online for the registered users.
Now i want to add a link on navbar for the online.php but i want to allow only the admins usergroup id see this link...

Any idea...?

Lynne
10-06-2008, 03:37 PM
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
link to online.php
</if>

(5, 6, and 7 are super mods, admins, and moderators. If you only want admins, only put the 6 there)

dxflw
10-06-2008, 08:08 PM
thanks!