Best practice forum (Archived)

Self Enrolment plugin (enrolment option)

 
ParkerAshley
Self Enrolment plugin (enrolment option)
ParkerAshley 发表于 2019年01月25日 Friday 07:17
 

Hi,


Does anyone know if it is possible to customise the course summary page within the self enrolment route. 

This page to be exact: 



We would want to remove the course summary and image being shown here.


Thanks in advance. 

Craig Eves
Re: Self Enrolment plugin (enrolment option)
Eves (Totara Support)Craig 发表于 2019年01月27日 Sunday 14:42
小组 Totara

Hi Ashley

The new course catalogue in v12 allows the content format to be customised to include the content you want to appear.

I can't see how to change this in earlier versions in the user interface - there is a suggestion that involves modifying one line of code.

changing a line of the public function get_course_formatted_summary in the course/renderer.php file.

change this line: 

return $summary;
to
 return '';
regards