Quick links

In Moodle
About this page

Dropdown shortcuts in the top bar — support, help desk, key portals.

Short text

Dropdown label

Text used for the tooltip and screen reader label on the bookmark icon.

Admin keytheme_xy/topbarquicklinkslabel
DefaultQuick links
Suggested screenshot. Show the menu or footer on a typical page after your change is saved.
Add screenshot: screenshots/topbar-quicklinks/topbarquicklinkslabel.png
Dropdown choice

Layout

Choose how the links appear inside the Quick Links dropdown.

Admin keytheme_xy/topbarquicklinkslayout
DefaultList

Choices

  • List
  • Grid (3 columns)
Suggested screenshot. Show the menu or footer on a typical page after your change is saved.
Add screenshot: screenshots/topbar-quicklinks/topbarquicklinkslayout.png
Text area

Quick Links items

Use the visual builder below. It generates HTML directly into the textarea (no extra parser). You can edit the HTML manually if needed. Tip: This field works well with the FilterCodes plugin. You can wrap generated items in FilterCodes shortcodes/conditions to show or hide links for specific users. You can use moodle://home, moodle://dashboard, moodle://calendar, moodle://privatefiles, and moodle://contentbank as URL shortcuts. Example HTML snippets: <div class="dropdown-header" data-ql-type="label">Teachers</div> <a class="dropdown-item rui-quicklinks-grid-item" data-ql-type="link" href="/grade/report/grader/index.php"><div class="rui-quicklinks-header"><div class="rui-quicklinks-headertext"><div class="rui-quicklinks-title">Gradebook</div><div class="rui-quicklinks-subtitle">Reports</div></div></div></a> <div class="dropdown-divider" data-ql-type="hr"></div>

Admin keytheme_xy/topbarquicklinksitems
DefaultEmpty
Suggested screenshot. Show the menu or footer on a typical page after your change is saved.
Add screenshot: screenshots/topbar-quicklinks/topbarquicklinksitems.png