Go to file
2023-06-03 00:00:29 +02:00
amd/src Hack to add links to primary menu (see README.md) 2023-06-03 00:00:19 +02:00
classes Started work on completionscanner for corecompletion teacher view 2023-05-29 23:01:04 +02:00
cli Plans are imported in correct context now 2023-05-19 16:45:15 +02:00
css Added progress circles 2023-05-20 18:25:22 +02:00
db Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
lang Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
test Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
.gitignore Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
bootstrap-color-constants.png Added bootstrap color reference 2023-06-03 00:00:29 +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 Hack to add links to primary menu (see README.md) 2023-06-03 00:00:19 +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 Loading recovered files from server crash 2023-05-17 21:19:14 +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 Loading recovered files from server crash 2023-05-17 21:19:14 +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