Resource notification

General plugins (Local) ::: local_resourcenotif
Maintained by Guillaume Allègre
This Moodle plugin allows a teacher to notify course students by internal messaging when a new resource/activity is created or modified into a course.
Latest release:
1842 sites
137 downloads
75 fans
Current versions available: 3

 Purpose
This Moodle plugin allows a teacher to notify course students by messaging when a new resource/activity is created or modified into a course.

The notification is activated by an action performed by the teacher.
This new action is shown in a new entry at the end of the Edit dropdown menu, available for each resource or activity, on a course page.

The notification message contains two links by default, one to the resource, and the other to the course.
The Moodle admin can modify this default setting.
The teacher can change the text to send.                                                                                       

The teacher can control who the message is sent to, by default all the users enrolled into the course and allowed to view the resource.
The notification conforms to resource access restrictions such as course groups.

Requirements
Moodle 3.0 is required.

Installation

  • Unpack or `git clone` under `local/`.
  • Install the plugin into Moodle with either by typing `php admin/cli/upgrade.php` (CLI) or by visiting '/admin/index.php' (web).
  • If you want additional translations (for example french), you may want to upgrade your language pack (doc).


Credits
This plugin was developped by Silecs and initially sponsored by Université Paris 1 Panthéon-Sorbonne, France in 2013.
Additional enhancements and migration to Moodle 3.0 were sponsored by Xi’an Jiaotong-Liverpool University (XJTLU), China in 2016, then in 2018 by IFMS Valenciennes (France) for the Boost upgrade.

Portuguese translations are contributed by Dinis Medeiros.

BUGS
Please use Github Issues to report bugs. See Bug tracker URL below.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Guillaume Allègre (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Daniel Longstaff
    Tue, 12 May 2015, 1:48 PM
    Hi Guillaume, I was just wanting to enquire if this plugin will be updated to suit Moodle 2.8? If so, when would this be likely to occur?
  • Guillaume Allègre
    Wed, 12 Oct 2016, 5:18 AM
    Thanks to Xi’an Jiaotong-Liverpool University (XJTLU), there is now a new version available for Moodle 3.0 and 3.1. Please refer to the release notes for full details : https://moodle.org/plugins/pluginversion.php?id=12387
  • Gyula Papp
    Thu, 27 Oct 2016, 5:18 AM
    I trying install this plugin. Unpack code the moodle/local folder and visiting '/admin/index.php' . Nothing happens. What's the trick? The folder name or something else?
  • Guillaume Allègre
    Fri, 27 Jan 2017, 2:10 AM
    Hi Gyula, sorry for the time ; I didn't see your comment until today.
    Which version of Moodle and of the plugin do you use ?
    The folder name must be local/resourcenotif/

    If you have other problems or bug reports, it's better to use the github issues tracker: https://github.com/silecs/moodle-local-resourcenotif/issues
  • Aurelien DARIE
    Sat, 4 Feb 2017, 8:10 AM
    Hi,
    Great plugin, very useful, most of my students are encourage in doing the activities given.
    I would like to modify the layout of the message. How can I achieve this ?
    Thank you
  • Guillaume Allègre
    Tue, 7 Feb 2017, 5:22 PM
    Hi Aurelien,
    in the menu Site administration > Plugins > Local plugins > Resource notification
    you can type another message template.
    I think it's what you call the layout, right ?

  • Aurelien DARIE
    Wed, 8 Feb 2017, 11:07 PM
    Hi Guillaume,
    It is what I'm talking about, is html supported ?
    Regards,
  • Dinis Medeiros
    Mon, 6 Mar 2017, 10:52 PM
    Why it don't appear to translate to PT-PT?
    Thanks
  • Guillaume Allègre
    Fri, 10 Mar 2017, 10:54 PM
    To Aurelien DARIE :
    html is NOT supported on purpose: we wanted to have this functionality compatible with all notification systems, including Mobile alerts (https://docs.moodle.org/32/en/Mobile_app_notifications).
    This was not possible for HTML messages, so we had to choose.
  • Guillaume Allègre
    Fri, 10 Mar 2017, 11:02 PM
    To Dinis Medeiros:
    Currently, there is only english and french versions.
    You can contribute to localize the english messages into pt:PT with the translation platform : see TRANSLATION tab, and AMOS documentation :
    https://docs.moodle.org/dev/index.php?title=AMOS_manual&redirect=no
  • Dinis Medeiros
    Sun, 12 Mar 2017, 3:55 AM
    I'm a translator to PT-PT. More than 10000 strings. When i click here (Contribute translations for Português - Portugal ‎(pt)‎) http://lang.moodle.org/local/amos/view.php?v=3100&t=1489261296&l=pt&c i get No strings found. Where is you plugin? In others plugins when i click in similar links i go to the AMOS respective page and yours plugin don't. Thanks
    http://imgur.com/a/TfeZm
  • Diego Racero
    Wed, 10 May 2017, 7:05 AM
    Hi, I jus installed de plugin but I was not able to see the icon in the Edit drop down menu. I checked the folder and the plugin is in the right folder, I was able to see the configuration in local plugin pane but nothing happened in the drop down edit menu. ¿Could you give some advice in order to solved this problem?
  • Benoît Lathière
    Thu, 25 May 2017, 1:41 AM
    Hello,
    I just fixed Javascript lines in the 'lib.php' to be reflecting the Moodle 3.2 html menu elements.
    Guillaume, do You want the patch to publish a 3.2 version of your module?
    Thanks for your work.
    Regards,
  • Pak Guru
    Mon, 17 July 2017, 9:41 AM
    Hi Beniot, can you show us what did you do to lib.php in order to make it compatible in Moodle 3.2? thank before.
  • Arkadiusz Malkowski
    Fri, 28 July 2017, 9:11 AM
    Hi
    Here, my patch lib.php to be see element in edit menu on theme Boots
    Copy, paste to file lib.php
    <?php
    /**
    * @package local_resourcenotif
    * @copyright 2012-2016 Silecs {@link http://www.silecs.info/societe}
    * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
    */

    function local_resourcenotif_extend_navigation_course() {
    global $OUTPUT, $PAGE;

    $html =''
    . $OUTPUT->pix_icon('t/email', get_string("notifications"), 'moodle', array('class' => 'iconsmall', 'title' => ''))
    . '' . htmlspecialchars(get_string("notifications")) . ''
    . '
    ';
    $enc = json_encode($html);

    $PAGE->requires->js_init_code(<< var activities = document.querySelectorAll('div[role="menu"]');
    if (activities) {
    for (var i = 0; i < activities.length; i++) {
    var ul = activities[i];
    var owner = ul.parentNode.parentNode.parentNode.getAttribute('data-owner');
    if (owner) {
    var id = owner.replace(/^#module-/, '');
    ul.insertAdjacentHTML('beforeend', $enc.replace('123XYZ321', id));
    }
    }
    }
    EOJS
    , true);
    }
Please login to post comments