davidherney / moodle-format_onetopic

Course format Onetopic to LMS Moodle
GNU General Public License v3.0
19 stars 45 forks source link

Show sidebar in Moodle 4.0 #114

Closed james-cnz closed 2 years ago

james-cnz commented 2 years ago

Hi David,

I think this should re-enable the side bar in Moodle 4.0, although it removes activity navigation--apparently in Moodle 4.0 you can't have both: https://moodle.org/mod/forum/discuss.php?d=433448 I haven't done any testing to check it doesn't break anything.

The errors aren't related to my change, it looks like there's a new style rule that some files don't need: defined('MOODLE_INTERNAL') || die(); and it's complaining about AMD files needing to be rebuilt (I don't know much about this, not sure if there was something I could do to avoid it).

davidherney commented 2 years ago

Thx @james-cnz , I include this change directly in the new release.