WYSIWIG - Editor (Firefox)

Found a bug? Tell us!!
Post Reply
linkheim.de

WYSIWIG - Editor (Firefox)

Post 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
linkheim.de

Post by linkheim.de »

garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
linkheim.de

Post by linkheim.de »

oh thanks but how to update to 0.9 from 0.83, which sql - file?

peter
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
linkheim.de

Post 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...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
linkheim.de

Post by linkheim.de »

ah great i got it

thanks
Post Reply