It is currently Sun Jul 20, 2008 12:49 am
Moderator: General Support Moderators












MrTeroo wrote:I've tried both of these methods but neither of them makes the relevent component icon appear in the control panel? Am I missing something?
I'm on ver 1.0.11
If I comment out one of the default components - Media Manger for example, then the icon still appears but I get access denied, so I know it is working.
How can I give a manager access to the coponents after editing gacl.clas.php?
Wayne



kmchen wrote:I had the same problem and got scared when I saw the jaclPlus install process so I changed code directly in Joomla and it's very simple to add acces to "com_componentYouWant" to group "manager", for example:
in includes/gacl.class.php > function gacl
add a line to open access to install component (users will not really have install access but you need it to get edit access):
$this->_mos_add_acl( 'administration', 'install', 'users', 'manager', 'components', 'all' );
and just add a line for the component you want to add:
$this->_mos_add_acl( 'administration', 'edit', 'users', 'manager', 'components', 'com_componentYouWant' );
Hope this will save time to next readers of that topic







Return to Administration - 1.0.x
Users browsing this forum: NateM and 3 guests