Admin interface - Top menu
Table of contents:
This feature is available since eZ publish 3.5.
What follows is based on certified results and has been tested and proven in practice. Please discuss any corrections and additionally needed information before making changes.
About
The visible top menu items of the admin interface are defined in menu.ini.
You can read more about it in the descriptive changelog.
Remove a menu item
If you for example don't use the built-in shop module, then the "Webshop" item in the top menu only takes unnecessary space. You can remove it by editing section 'TopAdminMenu' in the file, menu.ini.append.php:
[TopAdminMenu] Tabs[] Tabs[]=content Tabs[]=media Tabs[]=users #Tabs[]=shop Tabs[]=design Tabs[]=setup Tabs[]=my_account
External reference
- Changelog: 3.5 menu ini settings description.
- Forum: Accessing (admin) stats by a link
- Forum: New tab in administration menu
- Forum: Changing admin look
- Forum: Webshop module how to remove it