Log in

View Full Version : Moderators can see the Mod CP link


JsnakeJ
01-08-2006, 10:00 PM
3.0 Version of my Moderators Can see Mod CP Link Template hack.

Just a simple hack to allow your moderators to view the Mod CP link just like your Super Moderators and Administrators can.

Open your Footer template.

Find:
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>

Replace with:
<if condition="is_member_of(6,7,5)">
<a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>

Screenshot isn't needed. This should work on any version of vBulletin 3.5.x or vBulletin 3.0.x.

You can get the 3.5.x version here (https://vborg.vbsupport.ru/showthread.php?t=104841).

Please make sure that groups 6, 7, and 5 are your Administrator, Super Moderator, and Moderator Usergroups before installing this on your board.