Semester overview
Maintained by
AMC Academic Moodle Cooperation
In the semsort block (blocks/semester_sortierung), courses are grouped by their starting dates in a semester view on the MyMoodle page.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
meir
what do you mean by login page? The semsort block shows all the courses a user is enrolled to. So it basically makes only sense, when the user is already logged in.
Cheers Katarzyna
Meir
Hi Kasia. Nice to hear from you again. I rechecked the block and I think it is good to go now. I reported one tiny issue (probably related to some CSS issue) to your tracker. I am going to approve the plugin now, you are cleared to land. Welcome to the Plugins directory!
It would be great if you could review our block and give us feedback
Thanks a lot.
Cheers Kasia
- Katarzyna Potocka -
In your settings.php, you set the plugin property to 'blocks/semester_sortierung'. This is unexpected value. There should be the full component name (also known as frankenstyle) of your plugin, that is 'block_semester_sortierung'. The alternative approach is to name the setting fields as 'block_semester_sortierung/sortcourses' in which case the method admin_setting::parse_setting_name() would set the plugin automatically (which is probably cleaner that setting it directly like you do).
If there are some versions of this block already used in production, you will want to provide an upgrade step that would fix the current setting names.
Once this is fixed, this can be approved. Please don't forget to schedule this plugin for re-approval after uploading a new version. For now, I am going to mark this plugin as needing more work until we get this issue resolved. Thanks for your patience with the review and approval process.