Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/send_notification_new_lp
Yannick Warnier d73868b1c7 Minor: Plugin: Send notification new LP: Improve docs 3 years ago
..
README.md Minor: Plugin: Send notification new LP: Improve docs 3 years ago
SendNotificationToPublishLp.php SendMailWhenLpIsPublish: Remove Backtick. Clean unnecessary code - refs BT#18214 5 years ago
index.php SendMailWhenLpIsPublish: Remove Backtick. Clean unnecessary code - refs BT#18214 5 years ago
install.php SendMailWhenLpIsPublish: Remove Backtick. Clean unnecessary code - refs BT#18214 5 years ago
plugin.php SendMailWhenLpIsPublish: Remove Backtick. Clean unnecessary code - refs BT#18214 5 years ago
uninstall.php Plugin: SendMailWhenLpIsPublish: Making pluign to set extrafield notify_student_and_hrm_when_available - refs BT#18214 5 years ago

README.md

Mailing new LPs to students and their HR Managers

This plugin allows you to enable sending of emails to students and their human resources managers when a new learning path (LP) is published.

When enabling this plugin, it adds a checkbox in the LP's configuration page to define whether the LP publication should be notified to the learners

For its operation, it is necessary to have an extra field 'notify_student_and_hrm_when_available' with 'default_value' equal to 1, which will enable the possibility of executing the main/cron/learning_path_reminder.php cron to send the emails to the users registered in the lp and to their hr.

It is recommended that it be run once a day since it evaluates all learning paths in the range from 0:00 to 23:59.