Enrol Notification

Enrolment ::: enrol_notificationeabc
Maintained by e-ABC Learning
Send notifications to users when any enrolment event is executed
Latest release:
1294 sites
234 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
    вт 25 трав. 2021 12:03 PM
    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
    ср 9 черв. 2021 14:55 PM
    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
    пн 20 вер. 2021 10:13 AM
    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
    ср 10 лист. 2021 19:59 PM
    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
    ср 16 лют. 2022 22:54 PM
    Thanks a lot for the plugin! Very nice but worked only 1 time. Is there a workaround to do?
  • Robert Wagenhoffer
    нд 3 квіт. 2022 00:51 AM
    "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
    пн 4 квіт. 2022 15:18 PM
    @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
    ср 20 квіт. 2022 21:00 PM
    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
    ср 22 бер. 2023 20:40 PM
    Buenas, como puedo implementarlo en moodle 3.11??
  • Adin Softic
    пн 5 черв. 2023 15:51 PM
    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
    чт 28 вер. 2023 02:43 AM
    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
    пт 13 жовт. 2023 05:58 AM
    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
    пн 26 лют. 2024 22:53 PM
    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...
    пн 23 вер. 2024 09:46 AM
    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
    вт 26 лист. 2024 21:08 PM
    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