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.
SOLVED Admins Equal Rights?
Subject: Re: Admins Equal Rights?
Open includes/constants.php
find
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');
find
// 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');
// 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');
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1664s (PHP: 10% SQL: 90%)
SQL queries: 13 - Debug Off - GZIP Enabled