|
Oct
23
|
|
|
Categories: WP/WP Plugins
| Tags: FCKeditor, wordpress, WP插件
| Views: 4,472
|
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/


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不是很熟悉,正在尝试
在ie8下使用总提示fckxhtml.js,没有权限。
难道只能用于火狐?
在ie8下添加代码时提示fckxhtml.js 没有权限
而用火狐正常
我也用ie8却没有你说的问题。。。ie8有调试工具,你可以看看是哪一行出了问题,把代码贴过来
switch ( htmlNode.nodeType )
没有权限 fckxhtml.js 行184字符2
@An.:这个似乎是fckeditor的问题?我只是写了一个code插件,而没有发动fckeditor的其他代码。
deans-fckeditor 好像并没有fckeditor/editor/_source/internals/fckxhtml.js
而且只有插入代码在执行下一动。就会触发这个错误!
@An.:我再次用ie8测试了一下,仍然没有报错。。。
@An.:你尝试把这句注释掉试试看?