-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4.6, 4.5
-
MOODLE_404_STABLE, MOODLE_405_STABLE
-
MOODLE_500_STABLE
-
- Covered by automated tests (PHPUnit)
-
-
When you choose to send a course welcome message for manual enrolments, the following variables are available per the help text:
- Course name {$a->coursename}
- Link to user's profile page {$a->profileurl}
- User email {$a->email}
- User fullname {$a->fullname}
- User first name {$a->firstname}
- User last name {$a->lastname}
- User course role {$a->courserole}
It would be useful if we can include the Course URL ({$a->courselink} if i'm not mistaken) variable in the welcome message, to save some clicks, as well as include it as a default message inside language customization.
Ive tested this myself in the current version of Moodle and haven't been able to achieve this otherwise.