Difference between revisions of "Manage menus"

From ICA-AtoM
Jump to navigation Jump to search
(→‎Add a new menu: use example for external URL)
Line 39: Line 39:
  
 
== Add a new menu ==
 
== Add a new menu ==
 +
 +
Users may add new menus to link to items such as new [[Glossary#Static page|static pages]] or external URLs (e.g. "http://example.com"). Users could also add menus to link to new actions or modules (such as new edit templates), but such actions or modules need to be added first by [[Glossary#Developer|developers]] working directly with the code.
 +
 +
For an example of adding a menu to link to a new [[Glossary#Static page|static page]], please see
  
 
# Click the "Add new" button in the [[Glossary#Column header|column header]] on the menu list page. This will open an [[Glossary#Edit page|edit page]] for the new menu.
 
# Click the "Add new" button in the [[Glossary#Column header|column header]] on the menu list page. This will open an [[Glossary#Edit page|edit page]] for the new menu.
 
# In the "Name" [[Glossary#Field|field]], enter a name for the menu.
 
# In the "Name" [[Glossary#Field|field]], enter a name for the menu.
 
# In the "Label" [[Glossary#Field|field]], enter the label (this need not be the same as the menu name).
 
# In the "Label" [[Glossary#Field|field]], enter the label (this need not be the same as the menu name).
# In the "Path" [[Glossary#Field|field]], enter the URL of the menu. This may be either a action/module, external URL (e.g. "http://example.com") or a [[Glossary#Static page|static page]] (Use "staticpage/static?permalink=''staticpage_permalink''").
+
# In the "Path" [[Glossary#Field|field]], enter the URL of the menu.
 
# In the "Parent" menu [[Glossary#Field|field]], use the [[Glossary#Drop-down menu|drop-down menu]] to select a parent menu.
 
# In the "Parent" menu [[Glossary#Field|field]], use the [[Glossary#Drop-down menu|drop-down menu]] to select a parent menu.
 
# In the "Description" [[Glossary#Field|field]], enter descriptive information about the menu if desired.
 
# In the "Description" [[Glossary#Field|field]], enter descriptive information about the menu if desired.

Revision as of 13:53, 5 July 2010

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

Main Page > User manual > Administer > Manage menus


ICA-AtoM includes a menu customization feature that allows administrators to change menu labels, move menus to different positions on the page, create new menus and delete existing menus.

Menu list page

To see a list of menus, click the "Admin > Menus" menu. This will open the menu list page.

Some menus have a lock icon next to them; this means that they cannot be deleted, although they can be edited.

Menu edit page


Edit an existing menu

In the menu list, click on a blue menu link to edit the menu. This will open the menu edit page. You can edit the name, label, parent, path or description of the menu. Click "Save" in the button block to save the changes.

Move a menu

There are two ways to move a menu:

  1. In the menu list page, click on the up or down arrow to the left of each menu link.
  2. In the menu edit page, use the drop-down menu in the "Parent menu" field to select a new parent menu. For example, if you wish to make the "Archival institution" menu a sub-menu of the admin menu in the main menu, select "Admin" from the drop-down menu.


Add a new menu

Users may add new menus to link to items such as new static pages or external URLs (e.g. "http://example.com"). Users could also add menus to link to new actions or modules (such as new edit templates), but such actions or modules need to be added first by developers working directly with the code.

For an example of adding a menu to link to a new static page, please see

  1. Click the "Add new" button in the column header on the menu list page. This will open an edit page for the new menu.
  2. In the "Name" field, enter a name for the menu.
  3. In the "Label" field, enter the label (this need not be the same as the menu name).
  4. In the "Path" field, enter the URL of the menu.
  5. In the "Parent" menu field, use the drop-down menu to select a parent menu.
  6. In the "Description" field, enter descriptive information about the menu if desired.
  7. Click the "Save" button in the button block.

Delete a menu

To delete a menu, click on the delete button in button block in the menu's edit page. Although this action cannot be undone, the menu can be restored as a new menu, see add a new menu, above.