[ Drupal 7 不一樣 ] 系列,專門解釋 Drupal 7 和 Drupal 6x 的版本差異及用法,以減少大家使用新版時的摩擦。
本篇介紹如何安裝 Drupal modules 以及比較 Drupal 7 與較舊版本的作法和利弊。
模組(module)是包含 PHP code 和 Drupal 能夠使用的功能的檔案,所有 Drupal 中從管理到 end user 所看到的功能都是來自模組。在其他 CMS 中,模組可能又被稱作 plug-in 或是 extension。
Module 可分為兩種,一種是 "core" module,被包含是 Drupal 本身當中,也就是當我們安裝 Drupal 的同時,也安裝了這些 core modules;另一種是 "contributed" module,Drupal 社群中提供這些 modules 讓 Drupal 開發者可以根據自己的需求(主管的需求?)個別下載和啟用這些模組。
Drupal 6x 以前的模組安裝
- 從 Drupal community 找到所需的模組並下載。
- 解壓縮下載檔案
- 使用 FTP 等軟體上傳解壓縮後的檔案到 Drupal 資料夾下 sites/all/modules
- 進到 Drupal 管理介面 Administer > Site building > Modules ,把新增模組的 enable 選項勾選起來,儲存,完成。
Drupal 7 模組安裝
- 從 Drupal community 找到所需的模組並下載。
- 解壓縮下載檔案
- 使用 FTP 等軟體上傳解壓縮後的檔案到 Drupal 資料夾下 sites/all/modules
- 進到 Drupal 管理介面 Administer > Site building > Modules ,把新增模組的 enable 選項勾選起來,儲存,完成。
或者,採用 Drupal 7 的新功能:
- 在 Drupal 管理介面中安裝模組。進入 admin/modules ,按下 "Install new Module"。
- 使用 URL(遠端主機)或瀏覽目錄(本機)選擇要安裝的模組壓縮檔,儲存。
- 進到 Drupal 管理介面 Administer > Site building > Modules ,把新增模組的 enable 選項勾選起來,儲存,完成。
沒有留言:
張貼留言