Non-core contributed modules

Add HTML editor to confirmation, reminder, and cancellation messages editor

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor 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.

Activity

Hide
Iver Johnson added a comment -

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.

Show
Iver Johnson added a comment - 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.
Hide
Francois Marier added a comment -

The latest version of the Face-to-face module in CVS has a mod_form.php (using formslib) instead of mod.html

Show
Francois Marier added a comment - The latest version of the Face-to-face module in CVS has a mod_form.php (using formslib) instead of mod.html

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated: