Copyright (c) 2018-2022 Institut fuer Lern-Innovation, Friedrich-Alexander-Universitaet Erlangen-Nuernberg GPLv3, see LICENSE
Author: Fred Neumann [email protected]
This plugin for the LMS ILIAS open source allows the automated assignment of combined subscriptions.
It requires an installation of the CombiSubscription plugin: https://github.com/ilifau/CombiSubscription
-
Put the content of the plugin directory in a subdirectory under your ILIAS main directory: Customizing/global/plugins/Services/Cron/CronHook/CombiSubscriptionCron
-
Open ILIAS > Administration > Plugins
-
Update/Activate the plugin
You need to set up a call of the ILIAS cron jobs on your web server, see the ILIAS installation guide: https://www.ilias.de/docu/goto_docu_pg_8240_367.html
-
Go to Administration > General Settings > Cron Jobs
-
Activate the 'Combined Subscription' job
-
Set a reasonable schedule for the job, e.h. hourly.
See the documentation of the CombiSubscription plugin.
1.3.0 for ILIAS 7 (2022-02-14)
- Update for ILIAS 7
- Removed unneccessay catching of exceptions
1.0.0 for ILIAS 5.1 (2018-02-27)
- initial version