I am new to moodle,i want to add navigation menu in left side menu bar under Administration Block(the menu name will be addPoints).
Please Help me.
I am new to moodle,i want to add navigation menu in left side menu bar under Administration Block(the menu name will be addPoints).
Please Help me.
Is this a local plugin?
If so, assuming your code is in /local/addpoints and it's only for admin users
edit /local/addpoints/settings.php
and add something like
Then edit /local/addpoints/index.php
and this after require the top
and this after the $PAGE setup
Then the link will be available at site admin -> plugins -> local plugins -> addpoints