PDA

View Full Version : Moderator Can Access My ADMINCP..


Welshy2008
10-31-2008, 10:20 PM
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.

--------------- Added 1225558956 at 1225558956 ---------------

Lynne?

:D

JesusLiv3s
11-01-2008, 10:12 PM
It is very possible that a plugin is interfering with this.

Add the following code to your includes/config.php file to determine if this is the case,
Then check to see whether or not your moderator is now able to access the ModCP.

Be sure you add the code directly under <?php
define('DISABLE_HOOKS', true);

If your moderator is then able to view the ModCP correctly, there's an issue with on of your plugins. If your moderator is still not able to view the ModCP correctly, we can further look into this issue.

Beware that the above code temporarily disables all plugins. Either remove the line or comment it out to have all plugins re-enabled.

Welshy2008
11-01-2008, 10:40 PM
Thanks for your reply. I can't find nything with <?php
in it. :(

--------------- Added 1225584051 at 1225584051 ---------------

I have sorted the "Mods can't view a user's profile and the member list".

But I still have a problem with regards to a Mod signing into his/her ModCP (There is no link as discussed above) and when I manually enter the ModCP address - I sign in - it says thanks for signing in, you will be automatically redirected, but it then returns back to the ModCP sign in page.

Any Idea of what is going on please? And how to overcome it please?

Dismounted
11-02-2008, 03:39 AM
Check your cookie domain/path settings.