Course category layout change

Re: Course category layout change

by Chris Kenniburg -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers

In order to change the look on those pages you will want to override the renderer. Several themes do this and it is something that requires a lot of work and know-how.  

This is from my theme and the function you will want to change.  This is for the frontpage available courses:

https://github.com/dbnschools/moodle-theme_fordson/blob/master/classes/output/core/course_renderer.php#L57-L238

To change how courses appear in course categories look to override this:

https://github.com/dbnschools/moodle-theme_fordson/blob/master/classes/output/core/course_renderer.php#L240-L410


This is a pretty complex thing to do.

Average of ratings: Useful (1)