Dean’s FCKEditor for WordPress plugin(V3.3)

This plugin Replaces the default Wordpress editor with CKeditor 3.0.1.

image

CKeditor is an open source WYSIWYG text editor ,brings to the web much of the power of desktop editors like MS Word.it’s lightweight and is compatible with most internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+.

Features

  • Replace the default wordpress editor with CKEditor
  • Post comment with CKEditor to provide styled and colorful comments(Optional).
  • Build-in File manager and upload manager.
  • Build-in Wordpress "read more" Button.
  • Control output format.
  • Customizable toolbar buttons
  • Integrated with WordPress media buttons:

    image

  • Manage and insert Smileys into your post.
  • Customize editor’s skin.
  • …and more.

Download FCKEditor for wordpress

Installation

This plugin requires WordPress v.2.0 or later ( Tested on  2.8.4 too).

  1. unzip and upload the files into your wp-content/plugins/ directory.
  2. Activate the plugin on your Admin Panel->Plugin Management page.
  3. Done,enjoy it.

Screenshots

Add/Edit post:
image

Leave a comment:
image 

Styled and colorful comments:
image

Revision History

  • version 3.3 (2009-10-29)
    • Customizable toolbar buttons.
    • Can using CKeditor as comment editor.
    • Configurable output formatting.
  • version 3.2(2009-10-26)
    • add support for wordpress’s ‘read more’ feature
  • version 3.1(2009-10-17)
    • work with the lastest version of CKEditor version 3.0.1
  • version 2.5.0(2008-10-7)
    • Upgrade FCKEditor to the newest version 2.6.3
    • Fixed the wpMore issue.
    • Integrated with WordPress media buttons
  • version 2.4.1 (2008-04-24)
    • Upgrade FCKEditor to the newest version 2.6.0
    • Fixed the wpMore issue.
  • version 2.3 (2008-01-03)
    • Upgrade FCKEditor to the newest version 2.5.1.
  • version 2.2 (2007-06-17)
    • upgrade FCKEditor to the newest version 2.4.3.
    • It is now possible to set the default target when creating links, with the new “Default Link Target” setting.
    • The new “Enable Firefox Spell Checker” setting is available, to enable/disable the Firefox built-in spellchecker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful to quickly identify misspelled words.
    • Remove the "FCKEditor" option tab from the write admin panel.this can prevent lower-level users to change the settings,thanks to Jeremiah Britt for the advice.
    • Fixed the problem that upload will be failed if there are no such path.
  • version 2.1 (2007-05-16)
    • fixed the problem that FCKEditor doesn’t load sometimes in editing mode.this can be occured due to the javascript conflict with some other plugins. thanks to Ataliano and Milan Tucek for the bug report.
    • a new option "Enable Post Preview" has been added to the option page.uncheck the checkbox to disable "post preview" feature provide by wordpress.this will make the write page rendering faster.
  • version 2.0 (2007-05-12)
    • Totally rewritten
    • Create your own smiles
    • Skin selector
    • Toolbar selector 
  • version 1.5 (2007-05-07)
    • wordpress "read more" feature supported.there is a new button that allow you to insert a "Read More…" link to your full entry when the post is displayed in a post list.
  • version 1.4
    • fix some jscript errors
  • version 1.3
  • version 1.2
    • fix upload problems reported by Andrew Crawford,many thanks for his great help.
    • fix jscript runtime error : ‘undefined’ when uploading images.
  • Version 1.1 
    • Build-in file manager and upload manager. 
  • Version 1.0 Initial Version.
     

Acknowledgements

Many thanks to all of you, who have encouraged me to update my articles  and code, and who sent in bug reports and fixes.

Related posts:

TAGS: , , , , , ,


1,520 Comments »

Helmut On December 23rd, 2011 at 8:43 am (#)

Great, that´s what i´m was looking for. Now it´s possible for me to make my articles nicer and esaier to read for my visitors. Thank you…
Regards Helmut

Les Lindquist On December 20th, 2011 at 10:34 pm (#)

We had a problem adding the PayPal ‘View Cart’ Button to our site. PayPal support told us that the editor was changing their code and so the decryption wouldn’t work. I had to deactivate the ‘Dean’s FCKEditor for WordPress plugin(V3.3)’ in order to paste the code successfully. Paypal told me that they get many calls about this.

Romes On December 13th, 2011 at 5:11 am (#)

I love this plugin!
it is exactly what I was looking for and works perfect, get on it everyone :)

Dan Shafer On December 8th, 2011 at 9:49 pm (#)

Running Version 3.3.1 of your editor plugin with Version 3.2 of WP, I have encountered problems with everyone but the official admin user being locked out of updating pages. The changes can be made in the editor but when “Update” is clicked, the page refreshes with none of the changes saved and the live page is not updated.

I disabled your editor and the problem went away.

Carles Reverter On December 8th, 2011 at 11:54 am (#)

Hi! This plugin is great… but, I get a warning:

“Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead.”

It’s only visible at develop time, because if you put the:

define(’WP_DEBUG’, false);
in wp-config.php the bug is not show, but… you can’t access to the plugin options page, here my solution:

In the dans_fckeditor_class.php file, find the first line, comment it and add the second:

//add_options_page(’FCKEditor’, ‘FCKEditor’, 8, ‘deans_fckeditor’, array(&$this, ‘option_page’));

add_menu_page( ‘FCKEditor’, ‘FCKEditor’, ‘edit_posts’, ‘deans_fckeditor’, array(&$this, ‘option_page’), ”);

The add_menu_page() function fails, and the info I found about it in the official documentation is inconsistent…

Regards and sorry for my bad english.
Carles.

Asaf On December 5th, 2011 at 10:25 am (#)

Hi,

I love this plugin, however I have a small problem: I want to use another plugin that adds buttons to the editor. It works fine with WP default editor, but this one doesn’t add the necessary buttons to the editor.
Is there a solution for this issue?

Thanks

Edison On December 4th, 2011 at 12:49 pm (#)

When this plugin use as comment editor, the comment area not displayed. I have tried in different browser (chrome 17, IE9, Firefox 8, Safari 5.1, opera 11.51). The comment area show up when I logged into wordpress (edit mode).
So, I temporarily disable “Use CKeditor as comment editor”
But, as post/page editor, it wonderful

Dave Kinkade On November 29th, 2011 at 3:30 pm (#)

Dean, I’m having the same issue as Jim (above); I am trying to do multi-column tables but just cannot get them to configure correctly. Other than this one issue, I love using FCKEditor.

Diane Bourque On November 27th, 2011 at 4:52 pm (#)

Hi Dean,
I have installed your extension on more than 50 blogs - I love it!
However, your plugin is no longer available through the WordPress Directory from the Dashboard.
I used to find it by typing “fckeditor” - but it doesn’t work anymore.
I’ve tried other searches -”editor” “dean” and more but I can’t find it.
Can you help?
Thanks.
Diane

charlies On November 26th, 2011 at 5:05 pm (#)

this is the greatest plugin for wordpress


Leave a comment


(will not be published)