Page 1 of 1

WYSIWIG - Editor (Firefox)

Posted: Mon Aug 15, 2005 6:24 pm
by linkheim.de
Hi,

the WYSIWIG editor dont work fine in mozilla,

i love to include Fckeditor -> www.fckeditor.de -> this will work fine in all browsers...

how can i include it?

peter

Posted: Mon Aug 15, 2005 6:25 pm
by linkheim.de

Posted: Mon Aug 15, 2005 6:29 pm
by garvinhicking
We have a open plugin API - since serendipity 0.9 you can embed/include any WYSIWYG you like. We have already included the tinyMCE editor as a plugin for example.

So if you'd like to integrate your favorite WYSIWYG, you can do so with not so much work. Look at the tinymce plugin http://cvs.sourceforge.net/viewcvs.py/p ... nt_tinymce for details :)

Regards,
Garvin

Posted: Mon Aug 15, 2005 7:29 pm
by linkheim.de
oh thanks but how to update to 0.9 from 0.83, which sql - file?

peter

Posted: Mon Aug 15, 2005 7:59 pm
by garvinhicking
Upgrading is done just like with every s9y release: Unpack the 0.9 files (you can download the nightly snapshots from www.s9y.org) to your current 0.8.3, then go to your admin panel and the upgrade is done automatically.

Before upgrading make sure the s9y directory, .htaccess and serendipity_config_local.inc.php files are writable!

Make a backup of files and your database first, though. Might always come in handy. :)

Regards,
Garvin

Posted: Wed Aug 17, 2005 12:19 pm
by linkheim.de
hi i upgraded successfully, but the tinymce editor wont work, i downloaded it into the lpugins dircetory but when i want to add a new entry, there is a js-error like that:

"Fehler: tinyMCE is not defined
Quelldatei: http://blog.linkheim.de/serendipity_adm ... ction]=new
Zeile: 352"

the path in the config dialog of the plugin is right, but it wont work...

Posted: Wed Aug 17, 2005 2:11 pm
by garvinhicking
The path is wrong then - please check the HTML source of your "Create entry" file. Look out for where the javascript is includde via <script src="">. Copy the URL in there and paste it in your browser URL bar and then try to open the JavaScript - that shouldn't work, and you must try to correct the URL to be right...?

Regards,
Garvin

Posted: Wed Aug 17, 2005 2:27 pm
by linkheim.de
ah great i got it

thanks