Hello! I have a question regarding the footer.mustache file on the Boost theme (I don't know if I'm on the right forum!)
I would like to edit said footer, so I can add details about my organization. I have made a simple footer, that I want to add to the footer of the moodle website, using HTML and CSS on codepen. Here's the code: https://codepen.io/Bel-n-Machado/pen/mdQgpjK
As I understand, these changes I have to make them to the footer.mustache file. I don't have any experience regarding those types of files, so Im not sure how to implement the new footer to this file.
Can anyone help me? Thank you!
Seems my post went unnoticed, that´s a shame!! Hopefully somebody can help me!
Not into themes myself, but ... maybe some more 'digging' ...
https://docs.moodle.org/402/en/Boost_theme
https://moodle.org/plugins/?q=boost%20type:theme
https://docs.moodle.org/402/en/Themes_FAQ
In above link there are pages on: Hiding things, moving things, Misc.?
https://moodle.org/plugins/?q=boost%20type:theme
https://docs.moodle.org/402/en/Themes_FAQ
In above link there are pages on: Hiding things, moving things, Misc.?
'SoS', Ken
The correct way to do this would be to create a new theme plugin that inherits from boost, then add a custom footer.mustache to the templates folder
the lazy way to do it is to edit theme/boost/templates/footer.mustache, but I wouldn't recommend doing that as it will make upgrading to newer moodle versions more difficult with changes to core code.
the lazy way to do it is to edit theme/boost/templates/footer.mustache, but I wouldn't recommend doing that as it will make upgrading to newer moodle versions more difficult with changes to core code.