Navigation buttons icon

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+)
Price option: Free

Supports Moodle 1.9-5.2 See all versions
Latest release: 3 months ago
Installations: 850
Downloads (last 90 days): 348

Frankenstyle name: block_navbuttons
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

The core hack is not required. You can simply override the core renderer's footer method in the theme's renderers.php file
Hi,
I've noted that this plugin uses yui2 libraries.
Do note that moodle version 2.4 (in development) has moved from using yui2 to yui2in3 as described by MDL-34741.
Here is a link to using yui2in3 : http://yuilibrary.com/yui/docs/yui/yui-yui2.html
Not sure if the core hack is acceptable here ...