Course Archiving
Premium Certified Partner
Maintained by
Benjamin Wolf
This plugin archives or delete courses from chosen categories depending on their start date.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I also added a text string for the case that both lists(archive and delete) are empty.
You can find it in the new version uploaded today or the git branches for 31 and 32.
When confirm Archiving and the number of course to be archieved and / or to be deleted is zero say something like: Nothing to delete or archive
In my config.php, the prefix of tables isn't mdl_ I have: $CFG->prefix = 'mdlvn_';
In some lines of the code you have: $sql = 'SELECT * FROM mdl_course. It causes the error: Table '....mdl_course' doesn't exist
Is there a chance to change the code to workaround this issue? THANK you.
When you turn editing on on the front page, you should find it in the dropdown menü to "Add a block" under the name "Course Archiving".
There are no dependencies to other plug-ins.
Thanks for your feedback.
Are you going to release also the 2.8 version? is it supported? Thanks in advance!
For us, we consider an Archive of a course to be a snapshot in time and is usually done at the end of a course. Because it's a snapshot in time, it needs to contain all of the students. Once the students are removed, we would consider it just a backup and not an archive. Do you think you might be able to add an option to KEEP students enrolled in the course?
Thanks!
Thanks for sharing this. Its installed fine here on 2.5. You may want to
include 2.6 too.
ps: I tried to configure and then see the block but i couldn't see anything
there yet, perhaps i missed a step somewhere?