forum.easy-joomla.org

Projects/Projekte => J! 1.5.x Serie - EasyToolbar => Thema gestartet von: davetheafrican am 24. 06. 2008 13:52



Titel: Easy Toolbar Administrator Access
Beitrag von: davetheafrican am 24. 06. 2008 13:52
Hi, first of all Easy Toolbar looks great - just running into a spot of trouble on Joomla 1.5

As super-administrator everything works great

When I login as someone with only Aministrator rights I get a "No Access..." message where the toolbar should be.

I have ticked all the boxes for both Administrator Groups and the specific user - this reflects on the "manage page" where the user has access to all the components

The module is published in the administrator module section

As I say it works perfectly for Super Administrators...just not Administrators

What am I doing wrong?

Thanks again for a much needed component


Titel: Easy Toolbar Administrator Access
Beitrag von: davetheafrican am 24. 06. 2008 14:17
immediately after posting the problem I find the solution

in the administrator/modules/mod_quickicon/mod_quickicon.php page there is

if ( $me->usertype != 'Super Administrator' )
{
   echo 'no access...';
   return FALSE;
}

So I changed this to also include Administrators and bam it works

Cheers


Powered by SMF 1.1.7 | SMF © 2006, Simple Machines LLC