TinyMCE 3.3.9.3 and Moodle 1.9.10+. Are I following the right way to integrate it?

TinyMCE 3.3.9.3 and Moodle 1.9.10+. Are I following the right way to integrate it?

by Alex Pallero González -
Number of replies: 1

Dear friends,

I'm trying to integrate TinyMCE into Moodle 1.9.10+

There are the steps that i follow:

1) In config.php I add these 2 lines before "require once":

$CFG->validateforms = 'server';

$CFG->defaulthtmleditor = 'tinymce';

2) In lib/weblib.php I replace the "print_textarea" function code with the code provided by Björn Fisseler on the post http://moodle.org/mod/forum/discuss.php?d=59085

and it works.

The Htmlarea was replaced by the TinyMCE editor.

But the TinyMCE that appears is an ancient release included in the Moodle1.9.10+ package .

I want to use the last version of TinyMCE (3.3.9.3) but I don't know how. I'm lost, I don't know the steps to follow.

Please can you help me?

Thanks a lot and kind regards.

Alex

Average of ratings: -
In reply to Alex Pallero González

Re: TinyMCE 3.3.9.3 and Moodle 1.9.10+. Are I following the right way to integrate it?

by Paullo Abreu -
Dear lex, Thank you very much for the information. I worked for me. Cheers!