[REQ] Give Moderators ModCP Link In Footer

bananalive

New Member
Give Moderators ModCP Link In Footer

http://www.vbulletin.org/forum/showthread.php?t=164723

I just spoke to one of my moderators today and found out that by default in vBulletin the ModCP link doesn't show up in the footer for them. It shows up next to the AdminCP link for Administrators but if the user isn't an administrator they cannot see it.

This is just a very quick template modification for you to use if you want it to be visible for all moderators (and administrators).

Thanks in advance.
 
I just spoke to one of my moderators today and found out that by default in vBulletin the ModCP link doesn't show up in the footer for them. It shows up next to the AdminCP link for Administrators but if the user isn't an administrator they cannot see it.

This is just a very quick template modification for you to use if you want it to be visible for all moderators (and administrators).

Template Edit (1)

In Template "footer", find:

Code:
<if condition="$show['modcplink']">

Replace with:

Code:
<if condition="can_moderate()">
I don't know why vBulletin hides it from them by default, and I haven't seen an option in the ACP to enable or disable it.

I hope this little modification helps at least one person.
 
Back
Top