Firstly, go to the directory path at: administrator/modules/mod_menu
Then modify the file “Helper.php”
Find the section:
/* Help SubMenu */ or text ‘Help’
Delete the word ‘Help’ to make the statement become this:
$menu->addChild(new JMenuNode(JText::_(”)), true);
This will hide or remove the ‘Help’ Menu at Joomla! Administrator Control Panel
You can also change the links or text of the menu, for example:
$menu->addChild(new JMenuNode(JText::_(’Your Link‘), ‘http://www.website-url.com‘, ‘class:help’));














Entries (RSS)
Legal. Eu estava justamente precisando fazer isso. Obrigado mesmo pela dica !!!