您在這裡

模組介紹

以下為 Drupal 部份模組的中文介紹。完整的模組列表,請到 Drupal.org 的模組單元。也歡迎你一起來寫模組介紹

Inactive User

charlesc's 的頭像
charlesc 在 2007-01-03 (三) 23:52 發表
模組介紹: 

讓管理者可以自動管理沒有登入的使用者,目的有二:一是通知很久沒來的使用者再回到網站上;二是清除不用的帳號。
在一段(可設定的)時間之後,可自動執行以下一個以上的動作:

  • 寄電子郵件給使用者
  • 寄電子郵件給(多位)網站管理者
  • 關掉帳號(可以先傳送通知)
  • 當關掉帳號時,可選擇通知使用者和/或管理者
  • 刪除帳號(可以先傳送通知)
  • 當刪除帳號時,可選擇通知使用者和/或管理者

模組分類:

模組版本:

Input Format Permissions

Drupaler's 的頭像
Drupaler (未驗證) 在 2009-01-06 (二) 21:09 發表
模組介紹: 

這個模組可以將原本在 管理 > 網站設定 > 輸入格式 下面來設定每個角色的輸入格式,改為 管理 >使用者管理 > 權限設定下面。

您或許會問:『這有什麼路用呢?』

原本的模式下,"Filtered HTML" 是基本的格式,每個人都會有這個輸入格式,倘若我只想要給某個角色的人(例如:網站管理員)給定某個輸入格式,這個模組就可以完成這樣的任務。

另外,將所有與權限有關的選項都放在一起,或許也是一個不錯的想法。

模組分類:

模組版本:

Insert Node

imtodtod's 的頭像
imtodtod 在 2010-07-07 (三) 19:19 發表
模組介紹: 

可以透過簡單的語法來插入(Insert)某個節點(Node)的內容,加上參數設定來達到想要顯示的節點標題、內容、回應、連結、網頁等等.....。

【使用方法】:
管理>網站設定>輸入格式>設定>啟動Insert node [re-renamed]選項。

1. enable insertnode module
2. modify your input format profile -> add insertnode filter
3. create your webform node (say, for example, the node id is : 150)
4. add [insert:150] wherever you want to add this webform in other nodes

【語法範例】:
[node:123] 插入節點123的所有內容。
[node:123 teaser] 只插入節點123的標題部份。
[node:123 body] 只插入節點123的內容部份。
[node:123 collapsible] 插入節點123的所有內容,並可折疊/展開,預設為展開狀態。
[node:123 collapsible collapsed] 插入節點123的所有內容,並可折疊/展開,預設為折疊狀態。

[node:123] - insert full text (themed by theme('node'))
[node:123 body] - insert node's body
[node:123 teaser] - insert node's teaser
[node:123 link] - insert link to node
[node:123 collapsed] - insert collapsed node's body

【語法完整說明】:
[node:123|* parameters] - insert a node content
themed, content, body, teaser, or page - insert the node's content themed in different ways
cck - insert a cck field, or unthemed title, teaser or body
title, link, more or edit - insert link to node with title, edit or "Read more..."
collapsed or collapsible - display the selection collapsible and eventually collapsed
created, modified - insert the date when the node was created, modified
comments - insert node comments
demote - increment (>0) or decrement (<0) the headers level
noterms - remove all the terms so as to hide them
plain - do not insert the output inside any tag
repeat - repeat the filter on the inserted content
imagefield - insert an image from a CCK field with links
booktree - insert a booktree

模組分類:

模組版本:

Insert View

jimmy's 的頭像
jimmy 在 2007-01-05 (週五) 13:43 發表
模組介紹: 

Insert Views提供一個filter,讓你可以在發表文章時用簡單的語法插入既有的view
語法範例:
[view:name of view] 插入該view篩選出的node
[view:name of view=x] 插入x則該view篩選出的node

當然,views需要先安裝好才能運作

模組分類:

模組版本:

Internationalization

jimmy's 的頭像
jimmy 在 2006-08-19 (週六) 21:47 發表
模組介紹: 

提供多國語言網站的建置。i18n包含多種模組,支援一個多國語言網站的建制。
1. 多國語言的vocabulary 分類表,對應的語言顯示對應的分類
2. 多國語言的block 區塊,對應的語言顯示對應的block
3. 多國語言的node 內容,對應的語言顯示對應的node
4. 多國語言的menu 選單,對應的語言,顯示對應的menu
5. 多國語言的variable 變數,對應的語言,顯示對應的變數(如site slogan,site name等變數)。
6. 多國語言的切換,提供一個預設的block區塊,讓人方便切換不同語言

模組分類:

模組版本:

Invite

charlesc's 的頭像
charlesc 在 2006-08-21 (週一) 23:30 發表
模組介紹: 

提供使用者「邀請朋友」的功能,讓使用者邀請他們的朋友加入網站。收到邀請函的人,可直接點選連結以加入網站。網站管理者可以指定透過此方式加入網站的使用者的權限群組,也可以設定邀請函的數量限制。此模組可與 features.module 和 automember.module 一起使用。

模組分類:

模組版本:

iTweak Upload

模組介紹: 

iTweak Upload 可以美化附加檔案,點選檔案後即可自動上傳,移除直接點選移除即可。新版 2.x 配合 Imagecache ,可以讓圖片類型的附加檔案縮圖顯示在編輯頁面或節點摘要等頁面,並可配合 lightbox 或 thickbox 。

Demo: http://www.ttps.ntct.edu.tw/node/170

模組版本:

Javascript Tools

charlesc's 的頭像
charlesc 在 2007-02-25 (周日) 22:45 發表
模組介紹: 

提供一些現成的 Javascript/AJAX 模組與開發工具,可以強化網站的使用性。
目前的版本(2007/02)包括以下功能:

  • Activemenus - 可以展開/折疊選單項目,而不用拼命換頁(AJAX!!!)。
  • Collapsiblock - 可以展開/折疊邊欄區塊。
  • Tabs - 可以讓開發人員使用 jQuery 建立用戶端的頁籤網頁。
  • Jscalendar - 可以用一個彈出式的月曆來輸入日期。

有一些功能正在開發中:

  • Activeedit - 提供三種 AJAX 編輯方式(點選、連結、自動完成)。
  • Active Search
  • Ajaxsubmit
  • Dynamicload

模組分類:

模組版本:

jRating

葬月's 的頭像
葬月 在 2007-03-29 (四) 22:31 發表
模組介紹: 

这个模块使用 jQuery 技术为节点提供评分功能,当 javascript 被禁止时,使用标准形式,如果启用 javascript 就可以通过图片 (如五星) 动态进行评分。

这个模块能够与 views 模块协作,它提供一个 views 字段,让评分结果可以通过 views 显示。

模組分類:

模組版本:

Latest and Greatest

charlesc's 的頭像
charlesc 在 2006-08-21 (週一) 23:52 發表
模組介紹: 

提供一個顯示來自特定聯播分類的區塊,區塊裡每個聯播項目旁邊,都有一個投票按鈕,如果達到管理者所設定的投票數,該項目就會被留在區塊裡,即使後來有新的聯播內容進來,也不會被取代。必須與voteapi.module合用。

模組分類:

模組版本:

Leaflet

hoshi's 的頭像
hoshi 在 2013-08-14 (三) 15:44 發表
模組介紹: 

輕便直覺的地圖模組,透過Leaflet More Maps可以搭配更多種類的地圖,有超過20種的互動式地圖可供選擇,可以依照網站的特質選擇不一樣的地圖來呈現,不再只有Google Map可以選擇,讓網站的感覺可以更不一樣,用起來也很容易上手。

Leaflet使用Tips:

▫ Leaflet requires "Libraries"
▫ Leaflet views requires "Geofield, geoPHP, Views, Chaos tools, Entity API"
▫ Leaflet requires Leaflet library: http://leafletjs.com/download.html (Leaflet 0.5 or higher is recommended)
相關模組:

  1. Leaflet More Maps(提供更多地圖):https://drupal.org/project/leaflet_more_maps ※建議搭配
  2. Leaflet Markercluster(可以將標記群集成數值):https://drupal.org/project/leaflet_markercluster ※建議搭配

其他:
Leaflet Widget for Geofield(可以繪製Point, Polyline, Polygon等):https://drupal.org/project/leaflet_widget
Leaflet MapBox(可用自己在MapBox客製的地圖):https://drupal.org/project/leaflet_mapbox
Leaflet GeoJSON(結合GeoJSON的views提供地圖服務):https://drupal.org/project/leaflet_geojson
Leaflet Label(提供Leaflet map的圖徵popups可使用標籤):https://drupal.org/project/leaflet_label

模組分類:

模組版本:

頁面