Page 1 of 1

TinyMCE

Posted: Thu Feb 08, 2007 10:17 pm
by skixc
Hi - Is it easy to integrate tinyMCE with serendipity? Thank YOU!

Re: TinyMCE

Posted: Fri Feb 09, 2007 9:55 am
by garvinhicking
Hi!

Yes, you can install the TinyMCE editor plugin via Spartacus / http://spartacus.s9y.org/.

Best regards,
Garvin

And now an installation question....

Posted: Fri Feb 09, 2007 6:56 pm
by skixc
I had no problem installing the plugin but am getting the following error when i attempt to edit an entry with tinyMCE activated -

Code: Select all

Error: tinyMCE is not defined
Source File: http://www.cricketcreekfarm.com/newsite/blog/serendipity_admin.php?serendipity[action]=admin&serendipity[adminModule]=entries&serendipity[adminAction]=edit&serendipity[id]=1
Line: 325
thank you!

Re: And now an installation question....

Posted: Fri Feb 09, 2007 6:57 pm
by garvinhicking
Hi!

This can happen if you did not enter the right tinymce path.

Look up the HTML sourcecode of your admin page of the 'Create entry' section and search for the <script src=...> call of tinymce. Check that URL, enter it in your browser and see if you get the javascript there!

It might help if you put a .htaccess file into the directory of the tinymce plugin with this content:

Code: Select all

RewriteEngine Off
Best regards,
Garvin