How To Remove Help Menu From Joomla Administrator's Menu Bar

Moderator: mcsmom

Post Reply
senvikal
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Feb 26, 2008 11:22 am

How To Remove Help Menu From Joomla Administrator's Menu Bar

Post by senvikal » Tue Feb 26, 2008 12:09 pm

The First Thing to do this is:
Just go to the folder ...administrator >> modules >>mod_menu

Second thing :

Modify the file 'Helper.php'

For e.g. If you want to delete the 'Help Menu'
Go to /* Help SubMenu */ section of Helper.php file
Delete the text -->'Help'
$menu->addChild(new JMenuNode(JText::_('')), true);

This will hide Help Menu....

You can also change links, text...
For e.g.

$menu->addChild(new JMenuNode(JText::_('Your text'), 'http://www.anysite.com', 'class:help'));


I hope that these "tricks" help you along the way.....

Vikal Sen

Post Reply