Where to change in code in order to change the resource structure? ( moodle 3.6)

Re: Where to change in code in order to change the resource structure? ( moodle 3.6)

av Mark Johnson -
Antall svar: 0
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers

If you want to change how content is displayed on the page, the correct way to is create a theme plugin, then override the renderer or template for the page you are trying to change (older pages will use renderers, newer pages will use templates) in your theme.