How to restrict the manager user group to a particular compo
Posted: Wed May 27, 2009 7:21 am
Hello,
I want to restrict the manager user group to a particular component. I just add the folowing line to the libraries/joomla/user/authorization.php :
$this->addACL( 'com_joomla_lms', 'manage', 'users', 'manager' );
But it doesnot display the component.
Could you please help me..??
Thank you.
I want to restrict the manager user group to a particular component. I just add the folowing line to the libraries/joomla/user/authorization.php :
$this->addACL( 'com_joomla_lms', 'manage', 'users', 'manager' );
But it doesnot display the component.
Could you please help me..??
Thank you.