22
Feb
Feb
Drupal文章编辑器不太好用。
创建内容,没有可视化操作,也不支持UBB。
插入图片更加麻烦,
要用管理员进入 管理 - 输入格式
Filtered HTML 配制 - 设置
HTML 过滤器
允许的 HTML 标签:
添加一个 img 标签,保存设置。
才能在文章编辑器里用html插入图片。
为了方便编辑文章,
我们来给Drupal加个可视化编辑器FCKeditor。
首先去Drupal官方下载FCKeditor模块。
http://drupal.org/project/fckeditor
下载与你相应版本的模块。
上传至
/sites/all/modules/
然后登陆后台,管理 - 模块
Other
钩选 FCKeditor
保存设置,完成模块的启动。
但没有编辑器文件包。
然后去FCKeditor官方下载FCKeditor文件包。
http://www.fckeditor.net/download
上传至
/sites/all/modules/fckeditor/fckeditor/
注意fckeditor文件夹,
/sites/all/modules/fckeditor/ 是模块
/sites/all/modules/fckeditor/fckeditor/ 是文件包
管理 - 站点配置 - FCKeditor
可以设置FCKeditor的属性。
管理 - 用户管理 - 访问控制
fckeditor 模块 设置用户是否可以使用FCKeditor。
钩选以后,即可使用FCKeditor发表文章。
注:测试使用的是Drupal5.2 汉化版,
所有后台管理选项为中文菜单翻译。
This entry was posted
on Friday, February 22nd, 2008 at 12:14 am and is filed under 互联网.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or TrackBack URI from your own site.