How to add a button linking to another page within my Moodle?

Re: How to add a button linking to another page within my Moodle?

by Richard Oelmann -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers

If you want the link to appear on every page, consider adding it to the menu (Site admin > Appearance > Theme > Theme Settings)

If you just want it to appear on a single page, add the link to a content area (If you are familiar with html and your theme is a bootstrap one, you can use the html part of whichever editor to add the relevant bootstrap btn classes to style it)

If you want it on every page, but styled as a button, then you could either add it to your theme, or add it to an html block which can be added to every page.

Lots of ways - depends exactly what you want it to look like smile