Drupal所見即得編輯器(CKEditor)設定記錄

由於製作的網站需讓使用者友善的使用,早上跟一位Drupaler聊一下會使用哪一款所見即得編輯器,他直接推薦 - CKEditor

就來設定吧~ 設定的流程還蠻順利的,由於我也有需求要使用上傳功能,所以又裝了IMCE

一、設定文字格式
admin/config/content/formats
Full HTML移到最上層

二、安裝ckeditor及imce
sudo apt-get install subversion libapache2-svn

drush dl ckeditor
drush en -y ckeditor
drush ckeditor-download
drush dl imce
drush en -y imce
drush cc all

三、設定選用IMCE插入檔案
admin/config/content/ckeditor/edit/Advanced
admin/config/content/ckeditor/edit/Full

File browser type (Link dialog window) 選IMCE

打完收工~

PS.我是使用Ubuntu 12.04,在執行drush ckeditor-download出錯,補齊一些程式才順利安裝

留言

熱門文章