在drupal 6.x 以前可以使用FCKEditer + IMCE 作为所见即所得的编辑器的图片上传组合drupal 7 似乎还没有看到这样的模块支持,意外地在官方网站看到这篇文章介绍如何设定wysiwyg 使其内建就可以上传图片-------------------------------------------------- -------------------------------------------------- -------------------------------
! ~! i. r+ H: v H模块的安装与设定就不再赘述。wysiwyg 7.x 内采用FCKEditer1.打开此档案yoursitefolder\sites\all\libraries\fckeditor\editor\filemanager\connectors\php\config.php , V+ N5 ?& M) g' T7 |
2.修改$Config['Enabled'] = true ; (预设为false)
- m# x% N8 j. f5 U3.打开此档案yousitefolder\sites\all\modules\wysiwyg\editors\fckeditor.inc ) I1 N" I( C# O4 ^9 z! {) X5 C6 S% m
4.找到function wysiwyg_fckeditor_settings($editor, $config, $theme) / {! K0 M* c* N
5.修改函数以下内容
! `# h: V U& h e0 d0 D V5 Z'ImageBrowser' => true, 9 @3 o; N1 I& G* h9 b' D+ R" Q
'ImageUpload' => true, / c# o' x. D( t3 \, g# t
'FlashBrowser' => true,便可完成修改。原始文章:http://drupal.org/node/799482' p, r q$ \/ a n& z$ o7 B' J! Z
2 z# q% K a" Q. x r1 u7 T* E& C
|
|