附加檔案 | 大小 |
---|---|
picture1.JPG | 46.06 KB |
picture2.JPG | 32.55 KB |
picture3.JPG | 73.56 KB |
better formats module:2010年03月05日星期五
適用於:Drupal初學者,想更改Drupal theme外觀 的人,對CSS有興趣的人,對PHP有興趣的人,以前用Dreamweaver的人,以前用其他Blog CMS的人。本文用Drupal6.14,想在Drupal中使用Flash,詳見本文的環境。
經由Danny的介紹,知道了better formats module,謝謝Danny,better formats module功能及下載6.x-1.2在此 (我用的是6.x-1.1版),評比在此。
我最需要better formats module的功能就是去掉" format tips",什麼是" format tips"?見圖一箭頭所指框框內的一堆字,這是上drupaltaiwan.org回應的畫面,對於drupaltaiwan.org讀者可能ok,因為上drupaltaiwan.org有許多人有工程背景,看得懂HTML、syntax...等等,一般的內容網站讀者很可能會很不習慣,看一下xuite部落格回應,沒這種怪字,因此想去掉圖一箭頭所指框框內的一堆字。因而加上better formats module。
(一)如何安裝better formats module後,去掉" format tips":
- 下載better formats module後解壓縮,並將better_formats資料夾放到sites/all/modules內。
- Click <網站建置><模組>,Click<其他>,勾選<Better Formats> 左的<啟用框>。
- Click <使用者管理><權限>,確定<Show format tips>及<show more format tips>未勾選即可(見圖二星號處)。<Show format tips>控制圖二框框內四個小圈圈後的字、<show more format tips>控制圖二框框內最下方那個"更多關於格式化選項資訊"連結。
(二)better formats module還有許多功能,見圖二,有collapse format fieldset by default、collapsible format selection、 show format selection for blocks、show format selection for comments、show format selection for nodes、show format tips、show more format tips。<Show format tips>及<show more format tips>已講過。其他的則和<輸入格式>(ipute format )相關, collapse format fieldset by default、collapsible format selection讓人選擇<輸入格式>(ipute format )顯示與否及是否可以全顯(collapsible);show format selection for blocks、show format selection for comments、show format selection for nodes則讓人可對block、node、comment選<輸入格式>。甚至可讓每一個角色對block、node、comment選各自的dedault<輸入格式>,這一切在安裝better formats後,Click <網站設定><輸入格式>後,注意上方有了<Defaults>(見圖三星號處),只有安裝better formats後才會有<Defaults>,Click<Defaults>,出現圖三,再針對Node defaults(圖三雙圈處)、Comment defaults(圖三雙圈處)、Block defaults(圖三雙圈處)下的不同角色設定即可。
圖一:Click <內容管理><建立內容><一般文章>後,出現FCKeditor,可以看到有許多tool,圖中箭頭所指處是<插入/編輯影像>,Click該按紐,會出現圖二。
圖二:安裝better formats後,Click <使用者管理><權限>,確定<Show format tips>未勾選即可不讓圖一箭頭所指框框內的一堆字、format tips出現 。<Show format tips>控制圖一框框內四個小圈圈後的字、<show more format tips>控制圖一框框內最下方那個"更多關於格式化選項資訊"連結。
圖三:讓每一個角色對block、node、comment選各自的dedault<輸入格式>,這一切在安裝better formats後,Click <網站設定><輸入格式>後,注意上方有了<Defaults>(見下圖星號處),只有安裝better formats後才會有<Defaults>,Click<Defaults>,出現下圖,再針對Node defaults(下圖雙圈處)、Comment defaults(下圖雙圈處)、Block defaults(下圖雙圈處)下的不同角色設定即可。。
本文的環境是:
- Drupal 6.14。
- apache server設在Windows XP上,以http://localhost/drupal為例。
- 所有的檔案在c:/xampp/內,以下的路徑均相對於c:/xampp/。
- 各檔案均用vim editor打開,行數以vim內的行數為準。
- 主機是遠振資訊cPanel環境。