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 -
အကြောင်းပြန်မှု အရေအတွက်: 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?

ပျှမ်းမျှအဆင့်သတ်မှတ်ချက်များ: -
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!

Ryan Lowry ထံသို့ အကြောင်းပြန်ရာတွင်

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

by wieger de leur -

Hi Ryan,

I was looking for the same thing - at last found the answer here:

https://moodle.org/mod/forum/discuss.php?d=148324#p1002697

It describes making a new database call and retrieving the summary


Kind regards!