for Manager allow Global checkin (only, no other admin func) - Joomla! Forum - community, help and support
hi,
i'd allow manager execute global checkin, don't want add other functions backend screen.
i thought with:
1) add mod_menu/default_enabled.php bluestork template/html
2) change line 42 $chm = $user->authorise('core.manage', 'com_checkin');
3) in administrator/com_checkin/checkin.php, change line 12 if (!jfactory::getuser()->authorise('core.admin','com_checkin')) {
i can't seem make backend menu appear though? there better way? how can achieve this?
kind regards,
jochen
i'd allow manager execute global checkin, don't want add other functions backend screen.
i thought with:
1) add mod_menu/default_enabled.php bluestork template/html
2) change line 42 $chm = $user->authorise('core.manage', 'com_checkin');
3) in administrator/com_checkin/checkin.php, change line 12 if (!jfactory::getuser()->authorise('core.admin','com_checkin')) {
i can't seem make backend menu appear though? there better way? how can achieve this?
kind regards,
jochen
Comments
Post a Comment