FCKEditor for wordpress has been upgraded

Dean’s FCKEditor for wordpress has been upgraded to version 1.2

the new version fix upload problems reported by Andrew Crawford,many thanks for his great help.

Related posts:

TAGS:


3 Comments »

Dean Lee On March 9th, 2007 at 12:24 pm (#)

James booker:

thanks for your comments and bug fixes,I’ll fix this issue in the next version.

thank you again.

James Booker On March 1st, 2007 at 2:29 pm (#)

Hi Dean - thanks for this great plugin. Unfortunately, I had two problems installing it:

The first was probably due to my setup - as soon as the plugin was installed (note I didn’t get as far as activating it) I got error message about open_basedir restriction being in effect and couldn’t open config.php - file is in wrong directory. I fixed this by adding the absolute path to the file (thank god for shell access!) - even though the include_path includes ‘.’ - it is actually ‘.;/usr/share/pear’

The second, however was related to the fact that on line 34 of deans_fckeditor.php you use the function update_user_option() which doesn’t exist in Wordpress 1.5.2 - at least not in my installation. To fix it i modified the line 34:

//update_user_option( $current_user->id, ‘rich_editing’, ‘false’, true);

to read

update_option( ‘rich_editing’, ‘false’, true);

Seems to work fine now!

ituloy angsulong On February 5th, 2007 at 9:52 pm (#)

I don’t really use the upload button on wordpress but anyways its a cool upgrade.


Leave a comment


(will not be published)