Quote:
Originally Posted by rossco_2005
Users doesn't have a link because there's no fixed link (that i know of).
|
I've used
http://www.URL.com/admincp/user.php?do=moderate as a link to moderate users. Seems to work. I also added the following to the navbar_moderatation template to only show the moderate users to admin groups (6 and 12).
Code:
<if condition="$show['users'] and ($bbuserinfo[usergroupid]=='12' or $bbuserinfo[usergroupid]=='6')">
<a href="http://www.myurl.com/admincp/user.php?do=moderate" target="_BLANK">Users:</a> <b>$users[count]</b>
</if>