Course Overview Block - My Home page - Add course summary below course name

Course Overview Block - My Home page - Add course summary below course name

by Ryan Lowry -
Number of replies: 2

I'm trying to add the course summary below the course titles within the Course Overview Block on the My Home page.

I've been looking at the course_overview function in blocks\course_overview\renderer.php

As a test I've tried adding the following code:


if (!$ismovingcourse) {

$html .= $course->summary;

}


However $course->summary is empty even though the courses in question have summaries. Other values such as $course->shortname return correctly.

Can anybody tell me why this is the case?

Average of ratings: -
In reply to Ryan Lowry

Re: Course Overview Block - My Home page - Add course summary below course name

by Ryan Lowry -
Bump - Is anybody able to help?


Thanks!