The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Moderator can access my ADMINCP...
Hi All,
I have the settings not to allow it, in "Usergroups", but one of my Moderators (That I know of) can access my ADMINCP. How is this happening Please? And more importantly, how do I change it, so that he can't view/access it, Please? I have done the following:- Usergroups -> Usergroup Manager -> Moderators -> Edit UserGroup -> Go -> Administrator Permissions -> Can Access Control Panel (is Administrator) -> No. When I set this to "No", the "ModCP" link disappears fron his Botton NavBar. Is I set it to "Yes" he is able to view it, and as the name suggests, he is able to view my ADMINCP. I would appreciate your help. Many Thanks, Welshy. |
#2
|
||||
|
||||
Did you try:
HTML Code:
<if condition="can_moderate()"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> |
#3
|
|||
|
|||
Only super mods can see the mod cp link, otherwise adding that link adds one query to every page.
|
#4
|
||||
|
||||
Unfortunately, That didn't work Lynne.
Why do I get the following when I click on a "Users username or when I click on the Members list" tab in the top Navbar? And more importantly - How do I correct it please? sslippy - Surely there is a way of doing it? |
#5
|
|||
|
|||
Try going in to the footer phrase and searching for
Code:
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> Code:
<if condition="$vboptions['archiveenabled']"> Code:
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> Connor |
#6
|
|||
|
|||
|
#7
|
||||
|
||||
Thanks JL - I have replied.
|
#8
|
||||
|
||||
So changing that condition still doesn't show the link to the mods? You can always have it usergroup based. Are all your mods in a particular usergroup?
HTML Code:
<if condition="is_member_of($bbuserinfo, 5, 6, 7)"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> |
#9
|
||||
|
||||
Quote:
Hi Lynne, Thanks for that - The MOD link is showing in the "footer", but when I enter my username and password it goes to loggin but it returns back to the sign in page. Any idea why and how to correct it please? Many Thanks. |
#10
|
||||
|
||||
That is a different issue altogether. It sounds like a cookie issue.
When you browse your site, do your cookies get set for www.yoursite.com, but the link takes you to yoursite.com (no www)? Check that and also make sure all your cookie setting are default. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|