I am working on integrating Glen Davies work with tinyMCE. I am getting reasonabley close now. I have made minor modifications to the moodle code so that an administrator can choose between no editor, the htmlarea editor, and the tinymce editor. I have done the integration in such a way that I have been able to leave all of the htmlarea code intact, while disabling it when tinymce is used.
tinymce
Moodle TinyMCE Howto
tag(s) :
Video:
I have been working at integrating TinyMCE with Moodle. I have written a howto which explains how to perform the integration. You can read about it here timymce howto
- aaronfulton's blog
- Login to post comments
TinyMCE and Moodle
Video:
Today I got a little bit closer to getting Moodle working with TinyMCE. I am currently stumped with regards to the course authentication.
This is the offending part of code I am yet to understand:
file.php (about line 67)
} else if ($course->id != SITEID) {
require_login($course->id);
The dev version can be found in my http://webtolife.org/moodlesandbox
Currently the course number is hard coded into the page so its not really useful yet.
- aaronfulton's blog
- Login to post comments