在drupal 6.x 以前可以使用FCKEditer + IMCE 作为所见即所得的编辑器的图片上传组合drupal 7 似乎还没有看到这样的模块支持,意外地在官方网站看到这篇文章介绍如何设定wysiwyg 使其内建就可以上传图片-------------------------------------------------- -------------------------------------------------- ------------------------------- - F0 d' M, C8 a% V5 B
模块的安装与设定就不再赘述。wysiwyg 7.x 内采用FCKEditer1.打开此档案yoursitefolder\sites\all\libraries\fckeditor\editor\filemanager\connectors\php\config.php
1 D; |' h! r; R2.修改$Config['Enabled'] = true ; (预设为false) , ]7 ]0 O$ G; I W( @
3.打开此档案yousitefolder\sites\all\modules\wysiwyg\editors\fckeditor.inc $ d5 I# C2 @8 U6 M" H) b( f' t9 S; L6 X
4.找到function wysiwyg_fckeditor_settings($editor, $config, $theme) - I( {' a+ ?2 F
5.修改函数以下内容/ }0 Y" `5 l3 o9 |0 i( D* Y( T
'ImageBrowser' => true, 5 G! A- P5 D7 T) y4 O# u
'ImageUpload' => true, ! O, ^& n/ c) `+ D5 v
'FlashBrowser' => true,便可完成修改。原始文章:http://drupal.org/node/7994822 f4 {6 f' J* v( a' W
2 ~/ C' k* Y* x+ @% C+ N+ ? |
|