Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

admin/setting/local reminders: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Línia 35: Línia 35:
== See also ==
== See also ==
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]
* Download location from plugin repository, [http://moodle.org/plugins/view.php?plugin=local_reminders Local Reminders]
* [http://tracker.moodle.org/browse/CONTRIB-3647 CONTRIB-3647] Automating Email reminders for calendar events project in Tracker.
* CONTRIB-3647 Automating Email reminders for calendar events project in Tracker.
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]
* Plugin development [https://github.com/isuru89/moodle-reminders-for-calendar-events Repository]
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]
* Forum post [http://moodle.org/mod/forum/discuss.php?d=201744 Local Plugin - Email Reminders for Calendar Events]
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].
* RSS Feed from Personal Blog, [http://uisurumadushanka89.blogspot.com/feeds/posts/default/-/gsoc RSS Feed].

Revisió del 04:00, 7 ago 2012

Introduction

reminders icon.png
The Calendar Reminders plugin creates reminders for Moodle calendar events and sends them automatically to relevant users in a timely manner via Moodle messaging interface. This is a local plugin controlled by the site administrator.

Features

  • Reminders can have customised delivery times/methods according to event types.
  • Users can control how they receive calendar reminders in their messaging preferences.
  • Reminders are automatically sent (as long as the system Cron process is set up).

Installation

  1. Fetch the plug-in from following location.
    • Go to Reminders and download the latest version from the repository.
  2. Go to the 'local' directory inside Moodle root directory.
  3. Extract the downloaded zip file inside to this folder. After it is extracted, there should be a "reminders" folder in the local folder with a structure as shown in the project developer documentation.
  4. Log into the Moodle site as the admin user. Usually the new plugin will be identified and notified you when logged-in. If not, go to Settings > Site administration > Notifications to detect and automatically install the local plug-in.
  5. Now you can change the plug-in specific settings via Settings > Site Administration > Plugins > Local plugins > Reminders.

Screenshots

Sample e-mail reminder

sample reminder msg.png

Administrator settings page

admin settings.jpg

Tips and tricks

  • If you want to change the cron frequency of reminders plugin, open version.php file in the reminders directory and change the value corresponding to $plugin->cron. That value must be in seconds and it is the interval between two cron cycles.

Acknowledgements

Bugs and Improvements

See also