Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Module: FaceToFace
-
Labels:None
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
Have the ability to send out HTML formatted confirmation, reminder, cancellation, and waitlist messages.
Currently the mod.htmlis written using PHP's built in forms lib, not the Moodle forms lib. I think the start to add this functionality would be to rewrite it to mod.php and use mform (Moodle's forms lib). This would allow the inclusion of the HTML editor (as well as being necessary for 2.0!).
From there, in facetoface/lib.php in the facetoface_cron function, the $posthtml would then = $facetoface->remindermessage.
That should work.
I don't have a lot of time right now to rewrite the mod.html to the mod.php.