TinyMCE update and get more features like Spoiler an SyntaxHighlight

TinyMCE update and get more features like Spoiler an SyntaxHighlight

by hans paule -
Number of replies: 2

Hallo, at the first time i'm so sorry, my english is not really well.

I will uodate my TinyMCE to the version 3.4. How an can update the editor an add more futures like an "spoiler" an HTML, CSS, JavaScript and PHP ?

I will add the GeSHi - Generic Syntax Highlighter here is the url:

http://qbnz.com/highlighter/

How can i update it ? Which files are required ?

This instruction is not functionary

http://www.web2life.co.nz/content/tinymce-and-moodle-howto

- I need help - please smile

 

Ah, i use Moodle 2.0.2

Average of ratings: -
In reply to hans paule

Re: TinyMCE update and get more features like Spoiler an SyntaxHighlight

by hans paule -

can nobody help me ?

In reply to hans paule

Re: TinyMCE update and get more features like Spoiler an SyntaxHighlight

by Patrick Thibaudeau -

Hello Rene,

The only way I know of to add plugins, for now atleast, is to go into moodle root/lib/editor/tinymce/lib.php. At line 127 'plugins' => .... add your plugin name at the end

Then at line 136 add 'theme_advanced_buttons3_add' => "table,|,code,spellchecker | yourpluginname",

 

Sorry, I don't know enough about upgrading TinyMCE to a newer version in Moodle.

 

Hope this helps.

Patrick