Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.15 KB

Local Plugin - Custom Navigation

Information

This plugin allow add new menu items at the end of Navigation Menu in order to customize your options menu.

Version

Moodle 3.5+, 3.4+ , 3.3+ and 3.2+

TO INSTALL:

Git way

  • To install it using git, type this command in the root of your Moodle install:
git clone git@github.com:cescobedo/moodle-local_navigation.git local/navigation

Download way

New features

  • Privacy Subsystem implementation for auth_dev. https://docs.moodle.org/dev/Privacy_API
  • Add master nodes in Boost Menu Navigation.
  • Add a tooltip into menu nodes.
  • Add language code for displaying the line to users of the specified language only.
  • Add support to use Moodle translate in the first argument on the line using this way, "langstringname, componentname".

Author

Carlos Escobedo