Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Custom menu items.

Custom menu items

From MoodleDocs
Revision as of 20:20, 27 September 2011 by Mary Cooch (talk | contribs) (removed template)

Template:Navigation


You can configure a custom menu to be shown by Themes Each line consists of some menu text, a link URL (optional) and a tooltip title (optional), separated by pipe characters. You can specify a structure using hyphens. For example:

 Moodle community|http://moodle.org
 -Moodle free support|http://moodle.org/support
 -Moodle development|http://moodle.org/development
 --Moodle Tracker|http://tracker.moodle.org
 --Moodle Docs|https://docs.moodle.org
 -Moodle News|http://moodle.org/news
 Moodle company
 -Moodle commercial hosting|http://moodle.com/hosting
 -Moodle commercial support|http://moodle.com/support

Multilanguage support

Template:Moodle 2.1

Since Moodle 2.1, you can add a language code (or a comma separated list of codes) as the 4th item of the line. The line will be then printed if and only if the user has currently selected the listed language. For example:

 English only|http://moodle.com|English only item|en
 German only|http://moodle.de|Deutsch|de,de_du,de_kids