Enrol Notification

Enrolment ::: enrol_notificationeabc
Maintained by e-ABC Learning
Send notifications to users when any enrolment event is executed
Latest release:
1250 sites
165 downloads
50 fans
Current versions available: 2

Enrol Plugin Notificationeabc


Send notifications to users when any enrolment event is executed

Installation

1. Download Package
2. Unzip the package inside enrol directory
4. Go to Site administration-> notifications and press "Update database now"

Screenshots

Screenshot #0
Screenshot #1

Contributors

e-ABC Learning (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

顯示評論
  • Divya Nomula
    2021年05月25日(週二) 12:03
    Very handy plugin, but how can I include the Teachers name and email ID in the message box, which will dynamically be replaced by the teacher's name and email ID of the course separately instead of the same teacher's name for the entire site.
  • Henk Bekker
    2021年06月9日(週三) 14:55
    Good day everyone. This is a great plugin and we are really enjoying the functionality. Just a question with regards to the subject line of the notification which shows 'Enrolment notification', is there a way to change it to something else, for example 'Welcome to the Academy"'?
  • Alex Lana
    2021年09月20日(週一) 10:13
    I has an error using the plugin in Moodle 3.10. The solution was change the line 145 at lib.php from:
    $eventdata = new stdClass();

    To:
    $eventdata = new \core\message\message();
  • Henk Bekker
    2021年11月10日(週三) 19:59
    Hi everyone,

    It is a great plugin. Is it possible to draw records of who the notifications was sent to? Logs or Records?

    TIA
  • Qualith Academy
    2022年02月16日(週三) 22:54
    Thanks a lot for the plugin! Very nice but worked only 1 time. Is there a workaround to do?
  • Robert Wagenhoffer
    2022年04月3日(週日) 00:51
    "Good day everyone. This is a great plugin and we are really enjoying the functionality. Just a question with regards to the subject line of the notification which shows 'Enrolment notification', is there a way to change it to something else, for example 'Welcome to the Academy"'?

    I am in the United States and language set to English Language, however with this plugin the Subject still uses "enrolment" . I've recently completed a very large course enrollment (>5K people) and some students thought the notice was spam due to the perceived spelling error. This plugin really needs an update to allow the Subject Line to be customized. Aside form that, it works great and thank you.
  • Henk Bekker
    2022年04月4日(週一) 15:18
    @Robert, as far as I know, the Email subject prefix text 'Enrolment notification', cannot be changed. You can however add text in front of it. For example: The course name. It has to update each time you do enrolments into a different course. But at least you can add the course name in the subject line.
  • Scott Burnett
    2022年04月20日(週三) 21:00
    I am not sure where you want requests for changes, but having an editor for the email message would be great. For example, having the ability to add links and images would be fantastic.
  • Katherine Puello Ramos
    2023年03月22日(週三) 20:40
    Buenas, como puedo implementarlo en moodle 3.11??
  • Adin Softic
    2023年06月5日(週一) 15:51
    For moodle 3.10 and 3.11, get the code from GitHub. There is an updated version. https://github.com/e-abc/notificationeabc
  • John Provasnik
    2023年09月28日(週四) 02:43
    Any way for this plugin to respect course start date or enrollment start date? Sometimes I enroll students a few days before the course goes live and visible, but then the kids panic when they can't find their course. I know I can update my message, but just curious if it's possible for this to utilize enrollment start dates
  • John Provasnik
    2023年10月13日(週五) 05:58
    Anyone know the difference between the "Enable enrol message" and the "Enable site wide enrol message"? Would the later be for category enrollments?
  • Mikhail Mamaev
    2024年02月26日(週一) 22:53
    The plugin uses only these vars:
    {COURSENAME} = course fullname
    {USERNAME} = username
    {NOMBRE} = firstname
    {APELLIDO} = lastname
    {URL} = course url

    I found a way to add another user fields by adding some code. Below is example adding "myfield" from User profile fields
    1. Find and open file ./moodle_data/enrol/notificationeabc/lib.php
    2. Locate to public function "process_mensaje"
    3. Replace "global $CFG"; to "global $CFG, $DB;" at the beginning
    4. Add 2 strings before "return $m;" and dont forget "profile_field_" prefix if you add additional field from from User profile fields:
    profile_load_data($user);
    $m = str_replace('{MyField}', $user->profile_field_myfield, $m);
    5. Save file
    6. Add text with {MyField} to message body at plugin settings
    7. That's all.
  • que bueno que sabe el café colombiano...
    2024年09月23日(週一) 09:46
    I've published a new version of the component on my Git (https://github.com/davidherney/notificationeabc) if it's useful to anyone. It contains:

    - Use HTML editor in messages
    - Fixed: instance enable/disable message.
    - Additional course fields, enrollment fields, and user profile fields have been added to the message template.

    Tested in moodle 4.x

    Saludos
  • Alan Quaino
    2024年11月26日(週二) 21:08
    Hi,
    I've tested the plugin on Moodle 4.4 and confirm, so far, that it works properly.
1 2 3 4
Please login to post comments