I had a bit of problem figuring this one out...the "manage banners" link wouldn't show up under the Quick Links section.
I finally figured out that I wasn't listed as Super Admin on the site.
If you are having the same problem, make you go to includes/config.php and give yourself Super Admin powers.
// ****** 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,3';
|