Moodle Plugins directory: Hide inactive courses: Versions: 1.0.5-34 | Moodle.org
Hide inactive courses
Local plugins ::: local_hide_inactive_courses
Maintained by
Andrew Zito
[RETIRED] A plugin which automatically hides courses that have not been accessed for a configurable time period.
Hide inactive courses 1.0.5-34
Moodle 3.4
Released: Friday, 20 July 2018, 10:09 AM
Moodle Local Hide Inactive Courses
This plugin adds a scheduled task which automatically hides any courses which have not been accessed for a configurable time period. It also sends an email alert to any Teachers in a course when that course is auto-hidden.
Installation
Simply add the plugin to your Moodle install. Remember to enable the scheduled task to turn on plugin functionality.
Settings
You can configure the following aspects of the plugin: - The time limit for course inactivity, i.e., how long ago the last course access must have been for the course to count as inactive (default 1 year) - Whether or not to send email alerts to teachers in auto-hidden courses - The content of email alerts, including dynamic replacement flags (see default email content for example)
Details
- The plugin only counts course accesses from users who are enrolled in the course
- The cron task is set to run once every day by default
- The time limit config represents a minimum 'time ago' value for course accesses. For example, with the default time limit of 1 year, a course will be considered inactive if the most recent course access is from a year ago or more; or to put it another way, if there are no course accesses within the last year.
Version information
- Version build number
- 2018042700
- Version release name
- 1.0.5-34
- Can be updated to
- 1.1.0-33 (2018072533), 1.1.0-35 (2018072535)
- Maturity
- Alpha
- MD5 Sum
- 1e4c0fdc0a4e887e96c79f723ea324b6
- Supported software
- Moodle 3.4
- The more recent release 1.1.2-34.0 (2018112634) exists for Moodle 3.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- https://github.com/LafColITS/moodle-local_hide_inactive_courses/tree/MOODLE_34_STABLE
- VCS tag
- https://github.com/LafColITS/moodle-local_hide_inactive_courses/releases/tag/v1.0.5-34
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.