moodle

Hyper Forum for Moodle released

Video: 

Today is the launch date of Hyper Forum for Moodle. Hyper Forum is a javascript addon for Moodle forums that makes following threads on forums so much easier. You can find out more about it on the Hyper Forum pages

TinyMCE and moodle one step closer

Video: 

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.

Moodle TinyMCE Howto

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

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.

Syndicate content