|
Oct
23
|
|
|
Categories: WP/WP Plugins
| Tags: FCKeditor, wordpress, WP插件
| Views: 2,417
|
This plugin replaces the default Wordpress editor with Dean’s FCKeditor with pwwang’s code plugin
Contributors: dean pwwang
Donate link: http://pwwang.com/
Tags: post, fckeditor, editor, WYSIWYG, code
Requires at least: 2.2
Tested up to: 2.7.4
Stable tag: trunk
Description
This plugin replaces the default Wordpress editor with Dean’s FCKeditor with pwwang’s code plugin
FCKeditor 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+. Dean Lee has modified it and made it fit for wordpress.
Features:
- media buttons
- Build-in File manager and upload manager
- Build-in Wordpress "read more" Button
- Integrated with WordPress media buttons
- Manage and insert smileys into your post
- Customize editor’s skin
- —above: Dean’s had, below: pwwang added—
** Build-in "Insert Codes" Button
** Block wordpress codes(pre lang="…")
** Support mainstream code highlight plugin(wp-codebox,wp-syntax) - 内建“插入代码”按钮
- 将你插入的代码保护起来,代码标记(pre lang="")
- 支持主流代码高亮插件(wp-codebox,wp-syntax)
Installation
- Upload this plugin to the
/wp-content/plugins/directory. - Deactive or uninstall(RECOMMANDED) Dean’s editor.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
Frequently Asked Questions
- Browsers supported? IE & Firefox
Screenshots
- fckeditor

- build-in "Insert Codes" Button

- "Insert Codes" Dialog

- "Edit Codes" popMenu

Changelog
=1.0= with code plugin
Official Page URI: http://wordpress.org/extend/plugins/deans-fckeditor-with-pwwangs-code-plugin-for-wordpress/
RELATED POSTS:


hi, thanks for your nice plugin, but here is some problems:
I noticed that font colour doesn’t work after publishing the post.
and, fckeditor does not appear in popup comments form.(comments-popup.php instead of comments.php)
please help me! and thank you in advance
@Amin:I have no idea how you defined font colour in the editor.
Did you use the font colour button on the toolbar or edit the source code in the source code mode?
And how did the font display after the post published?
Actually, this plugin is not my original WP plugin. I just added a FCKEDITOR plugin “code” as I described above with Dean’s FCKEditor for wordpress.
So if your problems, including popup comments form, are not involved in the codes added or modified in the editor, I recommand you go to Dean’s.(The link is given in the description).
ok, thank you, I will follow in Dean’s website…
我就说这名字好像哪里见过,之前拜读了《谁动了你的代码》时没注意到这款插件也是你出的。
我有一个问题,就是上传文件是到uploads文件夹,而wp原始是uploads/year/month形式,怎样修改才能回到原来效果。
请帮忙,谢谢
@alswl:这个在Settings->FCKEditor里可以设置的
Settings->FCKEditor 可以设置静态的目录,而WP默认是year/month这种形式的,我看了插件的结构,应该在”deans-fckeditor-with-pwwangs-code-plugin-for-wordpress\filemanager\connectors\php\config.php”修改,但是我尝试了半天,都没有成功,请指导一下
@alswl:你可以尝试修改deans_fckeditor_class.php里的几处wp-content/uploads,请注意修改前判断文件夹是否存在,不存在则尝试创建
谢谢答复,我对php不是很熟悉,正在尝试