PDA

View Full Version : Control Panel Log


OAvirus
09-27-2008, 06:10 PM
How do i make it so all of my admins can see the Control Panel Log, as right now it is listed as restricted.

Shazz
09-27-2008, 06:40 PM
Open your config.php file and find:


// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['canviewadminlog'] = '1';


Add there user ID after 1

OAvirus
09-27-2008, 09:21 PM
thanks alot man!

Shazz
09-27-2008, 10:34 PM
thanks alot man!

No problem :cool: