Admins Equal Rights? »  Show posts from    to     

Icy Phoenix


Old Support Topics - Admins Equal Rights?



batman [ Sun 06 Mar, 2011 20:00 ]
Post subject: Admins Equal Rights?
One of the Admin on my site was trying to check a PM of a nuisance poster but for some reason doesn't see everything I do in the ACP i.e. he doesn't have access to see PMs??
He is set as an administrator (not junior admin), how can I set things so all admin have equal viewing rights in ACP etc.


spydie [ Sun 06 Mar, 2011 21:00 ]
Post subject: Re: Admins Equal Rights?
Open includes/constants.php

find
Code: [Hide] [Select]
// Insert here the IDs of the main admins separated by commas, they will be able to access special features in ACP
// Allowed features: Action Logs, Private Messages, DB Tools, Templates Edit (XS Style)
// If the constant is deleted then every admin is able to access the Full ACP
define('MAIN_ADMINS_ID', '2');


add the user ID of your other admin or comment the define, so all Admins have full access to ACP

example 1

define('MAIN_ADMINS_ID', '2, 54');

example 2

// define('MAIN_ADMINS_ID', '2');


batman [ Sun 06 Mar, 2011 21:03 ]
Post subject: Re: Admins Equal Rights?
Thanks spydie :wink:


spydie [ Sun 06 Mar, 2011 21:32 ]
Post subject: Re: Admins Equal Rights?
you´re welcome




Powered by Icy Phoenix