CustomMenu Editor Plugin

The CustomMenu Editor Plugin is useful tool that make it easy to setting the main menu (header menu) on admin screen.

Configuration

The CustomMenu's configuration can be changed from the Configuration admin panel:

General CustomMenu Settings

Variable Default Value Description
aftersave 'list' Which page to go to after an menuitem has been saved:
  • 'list': show admin's list of menuitems (default)
  • 'home': display the site's homepage
  • 'admin': go to the "Admin Home" page, i.e. Command & Control
menu_render 'pulldown' Sets whether to render in any way.
  • 'standard': Render in a standard way of the Geeklog system
  • 'pulldown': Render in a own way of the CustomMenu plugin. Can be displayed the multi-level menu (pull-down menu) (dafault)
prefix_id 'cmitem-' Set prefix string is added to the attribute ID of <li> tag of an menuitem in the HTML page source. It is effective only when the setting menu_render is 'pulldown'.