Back to top feature

Back to top feature

by Shivanesh Lal -
Number of replies: 3

Hi, 

Is there any possibility of getting the 'back to top' feature in Moodle 4? has anyone done the have any idea how we can implement this out of the box? 

Average of ratings: -
In reply to Shivanesh Lal

Re: Back to top feature

by Mark Sharp -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

As you found from MDL-72454 it was completely removed, so there's nothing in the box.

I reimplemented it in the theme I use, so you are welcome to copy that code and implement it in your theme. It's just a bit of Javascript and some language strings.

https://github.com/ltu-solent/moodle-theme_solent/blob/MOODLE_400_DEV/amd/src/solent.js

And a "require" in your template: https://github.com/ltu-solent/moodle-theme_solent/blob/0b63b59e36ecfee99230a07624b0848f8892c335/templates/drawers.mustache#L179

Mark

Average of ratings: Useful (2)