catalyst / moodle-mod_subcourse

Subcourse module for Moodle
https://moodle.org/plugins/mod_subcourse
GNU General Public License v3.0
24 stars 41 forks source link

Course Description seems to be repeated in Moodle 4.1 #63

Closed ChrisCYC closed 1 year ago

ChrisCYC commented 1 year ago

When going in the subcourse activity on Moodle 4.1.1 using boost, the description for the subcourse is listed twice. Once above and once below the Name of the subcourse. I have added a link to a screenshot below to show you what I mean :-)

Any help would be appreciated.

https://1drv.ms/u/s!AjFCbz0UsHbIhPxFYP_aICKkZaNEUQ?e=MuhRS4

mudrd8mz commented 1 year ago

What plugin version are you using?

ChrisCYC commented 1 year ago

Hi David, many thanks for the quick response. We are on 10.1.0 (2021021401) Screenshot 2023-02-23 091015

pearlphilavong commented 1 year ago

I'm getting the same issue

djuricc commented 1 year ago

We are experiencing the same issue with Subcourse version 10.1.0 (2021021401). Adding the following line to styles.css fixes the issue.

page-mod-subcourse-view .activity-description {

display: none;

}

I currently have that in the Raw CSS field of my theme. Is there any plan to update the plugin?