Go to file
2023-06-16 13:48:44 +02:00
amd/src Upgraded site-badges to display properly 2023-06-03 00:01:18 +02:00
classes work on core completion 2023-06-03 00:01:43 +02:00
cli Plans are imported in correct context now 2023-05-19 16:45:15 +02:00
css Upgraded site-badges to display properly 2023-06-03 00:01:18 +02:00
db Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
lang Upgraded site-badges to display properly 2023-06-03 00:01:18 +02:00
test Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
.gitignore added build script to easily create zip files 2023-06-03 16:05:27 +02:00
bootstrap-color-constants.png Added bootstrap color reference 2023-06-03 00:00:29 +02:00
build.php Changed build script to not remove existing files 2023-06-16 11:59:36 +02:00
build.sh added build script to easily create zip files 2023-06-03 16:05:27 +02:00
cfg_grades.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
edit-invite.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
edit-plan.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
invitations.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
invited.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
lib.php Syntax fix 2023-06-16 13:48:44 +02:00
LICENSE Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
myreport-embed.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
myreport.php Whitespace 2023-06-03 14:56:31 +02:00
README.md Hack to add links to primary menu (see README.md) 2023-06-03 00:00:19 +02:00
reports.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
settings.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
styles.css Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
version.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
view-plan.php Changed build script to not remove existing files 2023-06-16 11:59:36 +02:00

moodle-local_treestudyplan

The studyplan plugin will automatically add links to the flat navigation bat used in Moodle 3.11 and below However, Moodle 4.0-4.2 use a new "primary navigation" bar, and does not yet support customizing the primary navigation bar (it is a planned feature though)

Use the following workaround: You can add custom primary menu items in Site administration -> Appearance -> Theme settings That page contains an item called "Custom menu items" Add the following into that area to custimize it // [your name for my studyplan]|/local/treestudyplan/myreport.php // [your name for studyplan viewing]|/local/treestudyplan/view-plan.php // [your name for studyplan managing]|/local/treestudyplan/edit-plan.php // For example:

Mijn studieplan|/local/treestudyplan/myreport.php||nl
Studieplannen|/local/treestudyplan/view-plan.php||nl
Studieplannen beheren|/local/treestudyplan/edit-plan.php||nl
My study plan|/local/treestudyplan/myreport.php||en
Study plans|/local/treestudyplan/view-plan.php||en
Manage Study plans|/local/treestudyplan/edit-plan.php||en