Navigation buttons
Maintained by
Davo Smith
Add customisable navigation buttons (next/prev/etc.) to the bottom of each activity page (Moodle 1.9/2.0+)
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I have one question though: where can I style the navbuttons? All CSS seems to be inline.
Any idea what do I have to change to make this wonderful plugin work with essential theme?
Thanks.
I'm trying navigation buttons on moodle 2.5.2 but it doesn't work. I've changed the lines in the file 'moodle/lib/outputrenderers.php' as the readme required then replaced the line:
$output = $this->container_end_all(true);
with
require_once($CFG->dirroot.'/blocks/navbuttons/footer.php');
$output = draw_navbuttons().$this->container_end_all(true);
but it shows me the error message:
Navbutton self-test: The line "$output = draw_navbuttons().$this->container_end_all(true);" has not been correctly added to outputrenderers.php - see README.txt for further instructions
I don't think that i miss something... do you have any idea?
Greetings
There isn't a lot I can do about it.
Appreciate this plugin. Can you direct me to how to remove the "Open all" / "Close all" buttons at the top?
Thanks