moodLearning Wiki

This is an old revision of the document!


TAGS replaced in Notifications messages

All of these tags are replaced in the subject as in the message.

  1. {[moodle. ???]}
  2. {[course. ???]}
  3. {[from. ???]}
  4. {[admin. ???]}
  5. {[to. ???]}
  6. {[event. ???]}
  7. {[usertarget. ???]}

{[moodle. ???]}

This is replaced by the site data from the site. This data you filled in in Site Administration » Home Settings » Edit Settings

In place of ??? you can put any of the columns of the course table (id = 1). The main ones being:

  • {[moodle.fullname]} - Replaces with full Site Name;
  • {[moodle.shortname]} - Replaces with short Site Name;
  • {[moodle.summary]} - Replaces with Site Summary;
  • {[moodle.link]} - extra - Replaces with Moodle access link. Already in HTML format;
  • {[moodle.wwwroot]} - extra - Replaces with Moodle access URL. It's the same as in Moodle's config.php.
Availability

All submissions

{[moodle. ???]}

This is replaced by the site data from the site. This data you filled in in Site Administration » Home Settings » Edit Settings

In place of ???you can put any of the columns of the course table (id = 1). The main ones being:

{[moodle.fullname]} - Replaces with full Site Name; {[moodle.shortname]} - Replaces with short Site Name; {[moodle.summary]} - Replaces with Site Summary; {[moodle.link]} - extra - Replaces with Moodle access link. Already in HTML format; {[moodle.wwwroot]} - extra - Replaces with Moodle access URL. It's the same as in Moodle's config.php.