Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The top navigation menu includes entries that are generated by default but you may want to include additional menu entries that are unique to your learning management system (LMS).

The Custom Menu allows you to create your own menu entries, specify their order, and specify which users will be able to see the menu entries based on their permissions.

Background

The Custom menu items text box allows you to add new menu entries; one menu entry per line. To access the custom menu:

  1. Go to Site Administration > Appearance > Themes > Dual Code > Custom Menu.

Structure of the Menu Entries

Each line consists of required and optional parameters separated by the pipe “|” character. The parameters include:

  • the menu text
  • a link URL (optional)
  • a tooltip title (optional)
  • a language code or comma-separated list of codes for displaying the menu entry to users of the specified language only (optional)
  • a capability or comma-separated list of capabilities for displaying the menu entry to users with the specified system capability only (optional).

Following is an example of a menu entry with all available options.

FAQ|/our-lms-faq |FAQ|en|local/dualcode:authenticated

In this example, a menu entry name FAQ will display HTML page called “our-lms-faq” when the site is viewed in English and the user is logged in.

Restricting Access to a Menu


The Custom menus can be created so that they are only accessible to a specific group of users such as registered users. You add this parameter as the last option on a menu entry to restrict access to specific user groups. Some common access restrictions are:

User GroupMenu Option
Logged in users onlylocal/dualcode:authenticated
Non-logged in users onlylocal/dualcode:notauthenticated
Anyone with editing privileges on the sitelocal/pages:manage
Everyoneno option is required


For an exhaustive list of permissions, see https://docs.moodle.org/25/en/Category:Capabilities.

Creating Submenus

Submenu entries are created by putting a dash “-“ at the start of the line. For example:

FAQ
-Standard Topics|/standard_topics
-Special Topics|/special_topics


In this case FAQ would be the main menu entry and “Standard Topics” and “Special Topics” would appear in the drop-down menu when you click FAQ. 

  • No labels