|
|
|
Ask Current Questions Get all your questions answered here by the CMS Tech |
|
On Thursday, December 20, 2012 Steve Miller asked |
? How can I hide addon menus in the left/right columns without removing them from the master link list |
On Thursday, December 20, 2012 Steve Miller answered |
To hide the addons menus from the maintenance area go to Addons then the addon folder you want to remove the menu from.
Then open the menu.xml file in the editor and add the line <hide/> at the top of your menu file.
Example:
<?xml version="1.0"?> <hide/>
<MenuTitle>Have A Question</MenuTitle> <MenuItems> <ItemTitle>Ask The CMS Tech</ItemTitle> <ItemLink>?ado=ask&page=ask_submission_form</ItemLink> </MenuItems>
This would hide the Ask Menu and all its link from the left/right sidebars
|
|
|
|
|
|