![]() |
Give Moderators ModCP Link In Footer
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: PHP Code:
PHP Code:
I hope this little modification helps at least one person. Screenshot Attachment 73098 |
Reserved, although this isn't the sort of mod likely to need updates.
|
is this not default in vbulletin?
|
Nope. Try logging in as a moderator account and see for yourself.
|
Normally only supermods and higher can the mod cp link. Dont ask me why.
|
This belongs in the vBulletin 3.6 Template Modifications catagory
|
Nice work LightScribe. It's been driving me up the wall this problem, glad it was such a simple solution. Let's hope vB includes an option in 3.7
|
Does this mod give a regular mod the same cp as a super mod?
|
I hope this get fixed by vb, because, this should be in the vb forums by defalt, if a admin gives a regular member mod rights then thay would be a staff, and thay would not be a staff if thay were not trusted! so why is it hided?
|
Quote:
How I got around this in the first place was to go into Mod Usergroup and check Can Moderate All Forums (is Super Moderator) at Administrator Permissions this would show the MOD link at bottom, then go into Forums & Moderators >>Show All Moderators>> then pick & choose what power you like them to have... |
Apparently it's not on vB by default because it adds a query for ever user.
|
As Spank already replied, this is left out of the default vBulletin because it adds queries to every single page load. Adding this can have a negative impact on the performance of your board.
|
Quote:
Quote:
|
I have all my mods set as super mods anyways.
If I had a board setup that had mods that could only mod selected forums, I don't know if I'd want them to have access to the modcp. just my 2 cents :) |
Quote:
I didn't know this. Thank you, Marco. |
Quote:
|
They can access it by entering the URL into their browsers manually.
|
Which is very unhandy. But they can go from a member profile to the modcp, which is what my mods did until I added a Staff tools dropdown in navbar with a link to modcp.
It may add queries, but why cause more work for your staff? The adminCP link in the footer ads just as many queries and is used by less people (if you have less admins than moderators) |
The AdminCP link does not add any queries. ;)
AdminCP access is based on a usergroup setting, and already loaded into memory. ModCP access for Super Moderators, see above. ModCP access for regular moderators is however not a usergroup function and need to be read from the database on each pageload. |
What about this template modification ?
I don't think it will add a query :) Code:
<if condition="($show['modcplink']) OR (in_array($bbuserinfo[usergroupid], array(7)))"> |
Reviving a six year old mod lol
|
vB 3.8.8 revive me with all vB 3.x modification ;)
|
All times are GMT. The time now is 09:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|