PCShare.Com
Welcome, Guest
Please Login or Register.    Lost Password?
ACL for Joomla 1.5.x
(1 viewing) 1 Guest
Website Design - Registered user only access.
Go to bottom
TOPIC: ACL for Joomla 1.5.x
#159
itchibahn
Senior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
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 Logged
 
Last Edit: 2010/03/05 22:55 By itchibahn.
  The administrator has disabled public write access.
Go to top