Help15

Screen.menumanager.15

From Joomla! Documentation

Revision as of 18:51, 24 March 2008 by Drmmr763 (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description[edit]

The Menu Manager controls the framework, or container of the menu(s) in Joomla!. The actual menu functionality and appearance of a menu is created automatically by Joomla! by triggering a new instance of [mainmenu] when a menu is first created. It is this, together with the menu item(s) selected, that creates the finished menu.

Version Changes[edit]

New in Joomla! 1.5:

  • Type column
  • ID column

Column Headers[edit]

  • Title. The name of the item. For a Menu Item, the Title will display in the Menu. For an Article, Section, or Category, the Title may optionally be displayed on the web page. This entry is required. You can open the item for editing by clicking on the Title.
  • Type. The type column in the menu manager will actually be the Unique Name of the menu.
  • Menu Items. An icon that links to the Menu Item Manager. Clicking this icon takes you directly to the Menu Items for the selected Menu, where you can add or edit Menu Items.
  • Published. Whether the item has been published or not. You can change the Published state by clicking on the icon in this column.
  • Unpublished. The unpublished column shows the the number of items that aren't published or publicly available.
  • Trashed. The trashed column shows the number of items that have been deleted, but not purged from the trash manager.
  • Modules Column. Because all menus are also modules, and can have more than module associated with them, this column lists the number of modules associated with the menu.
  • ID. The ID number. This is a unique identification number for this item assigned automatically by Joomla!. It is used to identify the item internally, for example in internal links. You can not change this number.

Typical Usage[edit]

[Copy_menu|Copy Menu]

Quick Tips[edit]

It is expedient to give a descriptive title for new menus because later you will see it in the Backend Menus menu. It is a good idea to fill in the Description field where you can give some information about the menu. As well it is recommended to enter a short title in the Module title field, you can identify the module with this name in the Module Manager that belongs to the respective menu.

Create a copy in the Module Manager

Though you can create a copy of a selected menu by clicking the Copy toolbar button, you can make another instance in the Module Manager easier.

Points to Watch[edit]

Creating a new menu

When you want to create a new menu, in the Unique Name field use only english alphanumeric characters without space to identify a unique name. It is a good idea using only a-z, 0-9 and underscore (_) characters. Please read the tooltips as well.

If you don't enter a Module title, no module will be created, and the menu cannot be displayed in the front end. However you can later use the Module Manager to create a new mod_mainmenu module, and assign it to the menu.

Deleting an existing menu

If you delete an existing menu, do not forget that all the menu items of the respective menu will be also deleted.

Main Menu cannot be deleted

Main Menu is your default menu and cannot be deleted. That is why it is marked with an asterisk (*) in the Menus menu. It can be unpublished however, if you wish to do so.

Dependencies[edit]

Each menu is a copy of the mod_mainmenu module. These modules are listed in the Module Manager and their details and parameters can be customized by opening them.

The menu items belonging to a specific menu listed in the Menu Item Manager can be accessed by clicking the icon in the Menu Item(s) column of the Menu Manager.

Related Information[edit]