ACL for Joomla 1.5.x (1 viewing) 1 Guest
|
TOPIC: ACL for Joomla 1.5.x
|
|
|
|
ACL for Joomla 1.5.x 6 Months, 1 Week ago
|
Karma: 0
|
|
To control ACL for Joomla 1.5.x, look into the file /libraries/joomla/user/authorization.php
To change title or remove a menu item, edit helper.php in /administrator->modules->mod_menu.
For example, to remove the menu "Help" from the administrator backend, just delete the text "Help" from
$menu->addChild(new JMenuNode(JText::_('Help')), true);
to
$menu->addChild(new JMenuNode(JText::_('')), true);
|
|
|
|
Logged
|
|
|
Last Edit: 2010/03/05 22:55 By itchibahn.
|
|
|
The administrator has disabled public write access.
|
|
|