Very simple fix for those who are having probs seeing the menu in the admin cp.
1) Login to your FTP account and download your config.php file. You should find it in your includes directory.
2) Find the following:
PHP Code:
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
Where is has the ID of the users allowed to view all admin areas make sure your user ID is there. If it not then add it like this:
PHP Code:
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1,2';
See the difference?
Save the file and upload it into your includes directory after you delete the other config.php file. You should now see the menu right at the top of the menu now.
MP