How To Remove The Help Menu Item In Joomla Backend?
I cannot figure out how to remove the help menu link inside the joomla(v1.5.8) backend…Anyone who has an idea how to solve this?
Search more about How To Remove The Help Menu Item In Joomla Backend?:




Hey,
1. go to administrator -> modules -> mod_menu
2. Open helper.php file in your favorite text editor
3. find the section “* Help SubMenu”.
4. in the $menu->addChild(new JMenuNode(JText::_(’Help’)), true); delete the text “Help”
5. This will hide the Help menu item :)