這個模組可以將多個區塊整合到一個之中, |
|
This is a module that you can embed different blocks into one with tabs. some other demos: |
| A simple module which automates the creation of tables and allows you and permissioned users to add to them and maintain them. |
| This module generates a table of contents and corresponding links to headings within a document. All of the work is done through the input filter system. |
| The tables module allows you to create a table in a node using a simple markup. Tables are entered using a simple macro format. |
DescriptionThis module provides a configurable "tabs" Panel style that can be used by any Panels module. Dependencies
SponsorPaul Ektov of http://autobin.ru/. AuthorThe author can be contacted for paid customizations of this module as well as Drupal consulting, development and installation. |
可以為 Drupal 裡的分類建立一個「標籤雲」的呈現方式,以字體大小來呈現分類資料的多寡,可依照權重或字母排序。 |
|
| Tagadelic is a small module, without any databases, or configuration, that generates a page with weighted tags. The cool thing is that by merely altering font sizes, these lists suddenly gain a dimension. |
| This module is deprecated in favor of CCK's nodereference module, the node relativity module, and/or any future node relations APIs. |
This module creates a link to a specific page at http://www.talkr.com/ and provides a very simple interface for updating your account number into the link. It also allows for the link to have permissions attached (so anonymous users - read Google here) don't jam up the works. It is very simple and since I don't have a Talkr account I have no idea whether it works. I just used the specs someone provided in a forum topic. See http://drupal.org/node/131405 for more information about this project and speak to Jym Brittain for more information about it. |
The Tables API defined by TAPIr can be used by module developers to include simple, dynamically configurable tables in their modules. The tables generated by TAPIr feature dynamic loading of data but also dynamic positioning and disabling of fields (columns) based on settings configured in the table's settings page. Settings pages are auto-generated and include helpful links to preview tables and view a master tabel list. Tables defined by TAPIr are also extensible, so your tables will be available for other module developers to hook into in a method similar to the Forms API. Interested users and developers should: Use TAPIr and give site owners maximum control over the look and feel of their sites! |
| This module enables a collaborative tasklist to be maintained. |
DescriptionThe Tasklist Advanced module extends the existing Tasklist module, and adds categorization, additional views, and filtering based on "Getting Things Done" by David Allen. It requires, and depends on the original Tasklist module, and is fully backward compatible. For attaching dates to tasks, use the Event module. |
The Tax Receipt module allows non-profits to flag items as tax-deductible, and add their fair market value into the drupal database. We need the fair market value because buying, say, a mug for $25 from NPR only entitles you to a deduction for the donation above-and-beyond the fair-market-value of $5 (a guess...but suitable for this example). The whole tax-deductible, fair-market-value thing is only really useful for US customers I suspect. This should also work fine with donations which are 100% deductible. The end result: Customer is emailed a receipt for those items in their transaction that were marked as tax-deductible. They are also shown (for non-donations) the fair-market value of their items so they can do their taxes correctly. U.S. TAX CODE IS COMPLEX. BEFORE YOU ASSUME THAT AN OPEN-SOURCE, CONTRIBUTED MODULE PERFORMS FLAWLESS TAX CALCULATIONS YOU SHOULD SEE A TAX PROFESSIONAL (AND ALTER THIS MODULE TO SUIT YOUR NEEDS). |
A module to generate blocks containing teasers of node matching terms in a taxonomy vocabulary, as links to the nodes themselves, with automatic content expiration based on publishing date. FeaturesModule has settings for
|
| 可以控制每個分類詞彙(term)的權限,有View、Update、Delete、Create、List等五種權限。 討論區(forum)的權限控制也可以用此模組來實現,因為討論區其實也是一個分類。 |
|
| Access control for user roles based on taxonomy categories (vocabulary, terms). |
| 以分類、角色來控制使用者對於內容的讀寫權限,功能類似另一模組 Taxonomy Access Control,但更為簡易且有彈性。 | |
| This module restricts access so that some users may see content that is hidden from others. A simple scheme based on taxonomy, roles and users controls which content is hidden. |
This module allows users with the 'administer taxonomy' permission to perform batch (bulk) operations on taxonomy terms. It aims to reduce the amount of time required to add, delete, or edit large groups of taxonomy terms. Features include:
|
根據分類(taxonomy)建立區塊,顯示該分類裡最新的文章列表。 通过区块按类别显示最新文章列表。 |
|
| This is a simple module to create blocks based on taxonomy. |
The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on node pages and taxonomy/term pages. This module fixes the common complaint of having "Home" be the only breadcrumb on node pages. The breadcrumb trail takes on the form:
Simply install the module and taxonomy based breadcrumbs will appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on an administration page. |
| 生成一个页面显示所有站点分类词条(term),用户通过checkbox点选一个或多个词条来分类浏览文章。 | |
| Think of this as a 'build your own category view' page. |
| 通过页面或区块显示分类词条(term)的名称,说明以及该词条在词汇表(vocabulary)中的位置(包括所有上级目录及下面的细分词条)。 | |
For organizational websites one often wants to display information like a title and summary of the current section. The taxonomy_context module enables you to do this through taxonomy terms, displaying the title and description of the current term, a "breadcrumb" trail of the current taxonomy term and any parent terms, and titles and descriptions of any sub-terms of the current term (similar in format to the listing of nodes in a term). The module also includes a context-sensitive menu block for each vocabulary. |
Taxonomy Defaults allows you to assign default terms from any vocabulary to any node-type. |
提供一個依照分類列出文章標題的網頁,點選分類後,會展開最新的數則文章標題。也提供一個區塊,列出所有分類及其文章數。 显示每个词汇表的分类目录结构,列出相应的节点文章及点击数。包括一个区块显示并可导出到syndication(聚合内容)模块。 |
|
Watch out: This modules seeks maintainer. Contact me!!! This module provides a page listing recent nodes on your site, organized by taxonomy term. Vocabularies on this page are clickable using JavaScript and collapse and uncollapse term. Also provides a block for each vocabulary, listing terms and their node counts. Finally, a box is exported to the syndication.module main page. |
The taxonomy_ezfilter module is desinged to give user a easy way to narrow listings with 1 or 2 level dropdown selections. |
This module aims to enhance and extend terms "on demand". This module is in alpha stage and very much "in development". Basic usage is to configure your extra fields for the vocabulary in question (each vocab can have its own fields) and then edit your terms to get the extra data you want attached to them. Whenever you need to get to the data - you need to make sure that the function "taxonomy_enhancer_extend_term" is applied to the term (it takes a term object by reference). Unfortunately this is the only way to do it that I can think of as there is not load operation for terms - only update, insert and delete. The upside of this method is that terms are kept nice and lean until you need to bloat them up with extra information. |
The taxonomy_fields module brings two important modules together: CCK and taxonomy. As CCK can assign fields to content types, taxonomy_fields can assign CCK fields to categories. By doing this, content types are not limited to the same range of fields anymore. Further more taxonomy_fields gives you two extra options:
Requires CCK 1.5 and should support even older versions of field modules. |
The taxonomy_filter module is designed to give your users an easy to use interface for narrowing down taxonomy listings for finding topics that are tagged by multiple terms. This is useful for sites that use multiple vocabularies to create a multi faceted information architecture. |
When activated, this module forces the 'all' parameter to taxonomy term URLs. For example, let's assume your site have this vocabulary: Vocab If you go to taxonomy/term/1, then you see all nodes in Term 1 listed, but NOT nodes in Term 2 and Term 3. If you want to see all nodes in Term 1, Term 2 and Term 3 in a single page, you have to go to taxonomy/term/1/all. By default, the 'all' parameter is never set by drupal core. This module solves this by simply implementing a hook_init() function that catch if requested page is taxonomy/term/x and transform it into taxonomy/term/x/all. |
| This module enables to setup list of categories which terms will not be listed in reference term list during node view. |
This module provides an overview page and block representation of your site's taxonomy. Because several other modules provide the same functionality with more open possibilities, this module is not maintained anymore. The following modules could work for you instead of this one: |
| The taxonomy_image module allows site administrators to associate images with taxonomy terms. |
| 支持站点分类结构的导入和导出。 | |
This module makes it possible to import and export vocabularies and taxonomy terms via XML. The D5 version also supports synonym terms. It requires the taxonomy module to be enabled. |
The taxonomy_intro module simply enables you to display an introduction at taxonomy term pages where normally only the list of nodes related to this term is shown. Its only a small module but it helps organizing your site! |
This module allows an admin to set limits on the number of terms that a node can have per vocabulary. It also allows setting this |
The Taxonomy Lineage module adds a table to the taxonomy database which allows nodes to be sorted by taxonomy hierarchy. The module adds no new sort function by itself, so simply adding this module will not add functionality. However, it can be used with the Views module, and PHP snippets or custom code may be written to sort, as well. |
taxonomy_list.module is for displaying the terms (not nodes) under categories with image (taxonomy_image.module required) and description. User can select the number of terms to display in each row, and assign the HTML attributes to the display cell, image, and the description text. |
This module provides an powerful interface for managing a taxonomy vocabulary. A vocabulary gets displayed in a dynamic tree view, where parent terms can be expanded to list their nested child terms or can be collapsed. The Taxonomy Manager supports operations like:
This is a Google Summer of Code 2007 project. Read my proposal and my status reports for more information. |
| 分类系统导航菜单,其格式将和drupal系统导航菜单一致。 | |
| This module adds links to taxonomy terms to the global navigation menu. |
| 在‘内容管理’里快速管理大量节点的分类。 | |
| A mass category editor. |
| Note: This module has been renamed and moved to Taxonomy Batch Operations to avoid confusion with the Taxonomy Multi Editor module. |
| Adds the ability to assign terms to nodes in the node operations dropdown in admin/content/node. It takes advantage of hook_node_operations to facilitate batch taxonomy assignments. |
The taxonomy query language module, tql, implements a plugin for the search (Drupal core) and views module. It provides a new tab Taxonomy in the Drupal search and a new Views filter. If you have the tql module and the search module enabled, a Taxonomy tab appears in the search where you can enter a search query. (demo) If you have the tql module and Views enabled, a new filter Taxonomy: Query is available which can be used to enter a query. It works best if it is exposed so users can enter their own query. (demo) Language capabilities The query language can combine query terms with different operators: AND, OR, XOR and NOT. The operator AND can be omited as it is the default if two terms are listed without operator. The operator NOT can be abbreviated with a dash in front of the term, i.e. '-term'. Brackets can be used to form more complex queries. The following are example queries and their verbose equivalents:
term1 term2 <=> term1 and term2
term1 or -term2 <=> term1 or not term2 term1 xor -(term2 -term3) <=> term1 xor not (term2 and not term3) Authors: |
| This module allows the administrator to change the destination of Taxonomy Term links. |
The taxonomySearch module The Taxonomy Search Widget is an addon widget to the nodereference field type. It allows the admin to set up a taxononmy vocabulary that the user can select from to limit the node selection to only those nodes tags with a specific taxonomy term. It uses AJAX to update the selection widget. Say you have pages on animals tagged with a taxonomy, and you have a content type that node references one of your animal pages. This widget means that the user first selects the type of animal, giving them a manageable selection box to find the right animal page from. In short - all this does is make it nicer for the person selecting the nodereference.... No extra data is stored in the node. let take that step by step. Lets assume you have 100's of products, each of which is a node. Now, lets say you set up a vocabulary called productType. Each product node is tagged with one of the terms from your vocabulary (taxonomy). |
Taxonomy Sifter is a Drupal module that provides a block with terms which any or all selected must apply to a node for it to be listed when viewing a taxonomy term page, e.g. taxonomy/term/... The vocabularies used in the block is configurable. Taxonomy Sifter is developed by Thomas Barregren of Webbredaktören. The initial release was sponsored by SSPA Sweden. |
taxonomy_similar will display a "similar tags" screen anytime content has been created or updated with tags from a "Free tagging" vocabulary. This module requires no configuration. Install it, enable it, and create or edit content that has a "Free tagging" vocabulary assigned to it. The "similar tags" screen is entirely optional to the content creator - by the time it appears, the new or edited content has already been saved to the database. The content creator can edit his tags, or simply move on. This module was made during the exploration and customization of Drupal by http://www.nhpr.org/. In loving support of open source software, http://www.nhpr.org/ will continue to contribute patches they feel the community will benefit from. Questions about this module should be directed to morbus@disobey.com. |
| http://drupal.org/project/taxonomy_super_select | |
選擇分類時,可以使用單選按鈕或勾選框,來取代原本的下拉選單。功能有: 多選分類會以勾選框來呈現。 |
|
Now you can display vocabularies as radios or checkboxes. Configuration is very simple, edit the vocabulary and enable the Taxonomy Super Select option. This module seamlessly overrides the select box generated by the taxonomy module and renders the terms based on if you are allowing multiple selections or not. Features
Free tagging vocabularies are now supported. Note: Written for northStudio.com clients. |
| Switches taxonomy terms from one vocabulary to another, and provides a "Classify" tab for editing nodes. |
| 原本是用來為不同的內容分類(主分類/次分類)指定使用不同的版型。更進一步,則可以指定討論區和管理介面的版型,以及特定Drupal路徑的版型。 | |
| The taxonomy_theme module allows you to change the theme of a given node based on the taxonomy term, vocabulary or nodetype of that node. You can also theme your forums and map themes to Drupal paths or path aliases directly. |
| Provides a block displaying titles of nodes (related to a particular taxonomy term) in a scrolling news ticker. |
Taxonomy User讓你選擇一個既定的分類表,讓他專門紀錄使用者用該分類表發表的tag,並且可以選擇在瀏覽文章時,該分類表顯示的位置。 Taxonomy User也提供一個與Tagadelic模組結合的block,顯示使用者自己發表過的Tag。 |
|
This module allows users to share a free tagging taxonomy. Users will see on nodes what they tagged and seperately from that, what other people tagged. If tagadelic module is installed, Taxonomy User provides a block with a tag cloud of the current user's terms. This module is currently deployed on production sites. However, it is in early development stage. Please check out the README file coming with it. The current 5.x development version is undergoing some major changes that bring some long asked for features like AJAX tagging on node views. These developments are still very experimental, though. This module will be merged with Community Tags module with Drupal version 6.x. Please be sure to check out Community Tags before you decide to go with Taxonomy User. |
| Allows for multiple Teamspeak blocks to be displayed. |
| 自動地把文章摘要(teaser)裡的圖片,在呈現於首頁上時,轉換為縮圖呈現。對於固定寬度的或是多欄編排的版型來說,很實用。 | |
| Automatically converts images in teasers (home page summaries) to thumbnails (small version of the original images). |
| This module enables you to use Technorati tags in your content. |
The TLC module produces a count of the incoming links from blogs indexed by Technorati and links to a search results page where users can see the individual posts linking to a node. Features on Drupal5.x version:
|
| Module creates a "Tell a Friend" page that allows page viewers to send form e-mails about the site to their friends. |
| This module enables site users to invite guests for a limited timespan. For each invitation, a new user is created, together with login code (e.g. "EbN2F3") that the user can use to log in. When the invitation expires, the associated user is either blocked or deleted, so the invited user can't log in anymore. |
Term Merge permits an administrator to merge one Taxonomy Term into another. All nodes tagged with the old Term are updated to point to the new Term, and the old Term is added as a synonym of the new one. The module currently works by adding a "merge" link to the bottom of the Edit Term form. Based on some abandoned code by Aldo Hoeben (http://drupal.org/node/113975). |
| This module creates a new cck widget, for the textfield: Textfield with autocomplete. It uses Drupal's nifty autocomplete features. It looks through all current values that the field has taken, and offers them as choices. |
| 支持Textile输入格式,自动转换生成XHTML标记。 | |
Now Under New Management! You will need to download textile 2.0.0 in addition to this module in order for the filter to work. See the README file for details. The Textile filter allows you to enter content using Textile, a simple, plain text syntax that is filtered into valid (X)HTML. It was originally developed by Dean Allen of textism.com, and several different versions (in several different programming languages) have been created. It is notably used by 37signals' Basecamp product, among many others. |
| Provides all text->image functionalities, for things like automated custom headers, etc. |
| The Text-Link-Ads module allows you to sell advertising space on your site via Text-Link-Ads.com |
The module filters an easy to read Texy syntax into XHTML. Texy! allows you to enter content using an **easy to read** Texy syntax which is filtered into *structurally and typographically valid* XHTML. No knowledge of HTML is required. Texy! is one of the most extensive formatting tools. It allows adding of images, links, nested lists, tables and has a full support for CSS. |
This project will aim to create a module that will integrate Darrin Lythgoe's The Next Generation (TNG) genealogy software with Drupal. See http://lythgoes.net/genealogy/software.php Previous integration solutions were not secure and would not truly integrate TNG through a module. This module currently synchronizes user databases based on username and automatically logs Drupal members into TNG. Currently there is no functionality for admin to control TNG user default characteristics from within Drupal, but this will be added in future releases. The initial beta releases are for for 5.x and 4.6. There are a number of issues related to compatibility with different versions of TNG. In addition, there are still a number of shortcomings that we will be addressing in future releases. Please read the readme.txt for explanation of these issues and shortcomings. |
This module implements a facility to maintain themes as nodes of type 'thematous'. It has the following features:
Currently, the module is tied to the PHPTAL template engine in that a full thematous theme consists of a stylesheet, a set of PHPTAL macros and a block of PHP code to be put in a template.php file. The module defines a new node type thematous and maintains themes as nodes of this type. In create or update, the files necessary for a theme are copied into the filesystem under .../sites/all/themes. This module provides an alternative to the theme editor which directly manipulates files in the file system. |
| 不需ftp或SSH,通过drupal WWW浏览编辑修改外观主题。 | |
Allows users to edit themes without access to the file system, entirely through a web-based admin interface. Editing begins by making a copy of a currently installed theme, then allows users to edit template files, and css files, as well as upload new graphics. |
| Theme Settings 是一個模組,可以讓你方便地修改制式的"詳全文"、"加入回應"這種修辭,改成更親切、更符合你的網站風格的語氣。 Theme Settings 也是一個 API,可以讓版型設計師在版型設定頁裡,加上自訂的選項設定。 |
|
Embarrassed that the teaser for your custom Podcast content says “Read more”? Want to add some punch to the puny “Add a new comment” link? Change them with the Theme Settings module. “Listen now!” “Speak out!” This module requires the Theme Settings API module. |
Are you an elite Drupal themer wanting to add custom settings to the /admin/build/themes/settings/yourtheme page? The Theme Settings API module was written for you, baby! |
| http://drupal.org/project/thickbox | |
可以產生類似光箱效果的模組,優點在於:
|
|
The Thickbox module is a wrapper for the jQuery plugin ThickBox. Thanks to user contributions the module provides automated integration with the image module and CCK imagefields. |
| 近來的網站在顯示內容的更新時間時,很喜歡使用 "多久以前" 這樣的模式(21 minutes ago;about 3 hours ago ),似乎是可以讓人感受到資訊的距離感與速度感。這個 Timeago 模組可以讓你用這種方式,來顯示每篇文章是多久之前發表的。 | |
Shows the time passed since the node was created. Features:
|
| 以 MIT 的 Simile Timeline 為基礎,讓網站的文章內容/活動節點得以用類似 Google Maps 的方式,呈現在網站上。必須與 views 模組共同使用。 | |
Timeline is a DHTML-based AJAXy widget for visualizing temporal information. It works in a similar way as Google Maps but for time-based events. |
| New timesheet module to keep track of time spent on various nodes. This means you can track the time you spent on just about anything inside and/or outside or drupal. |
將 TinyMCE 這個所見即所得的編輯工具,整合到Drupal的內容編輯區域。據稱是比htmlarea/FCKeditor都好些,可以針對個別的編輯區域啟動/關閉此功能,並且根據不同角色指定不同的設定檔,也整合了影像上傳功能。 TinyMCE所见即所得文本编辑器,用于编辑输入文章内容。 |
|
This module integrates the TinyMCE WYSIWYG editor into a Drupal site for editing advance site content. DEMO SITES: INSTALLATION: Installing the TinyMCE module is a TWO STEP PROCESS. Users must download and copy the TinyMCE folder into the module directory as part of the installation process. This module only enables the TinyMCE editor to be used with Drupal. The TinyMCE editor itself is maintained by Moxiecode Systems AB and is used by many content management systems. A browser compatibility chart is available at the TinyMCE website. Top TinyMCE Issues (If you can help with any of those issues, please join the TinyMCE development group): |
A Ta-da List™ clone for Drupal; not in any way affiliated with 37 Signals. Similar to the to-do list you see in Basecamp, except uses a combination of jQuery and Interface elements for jQuery instead of Prototype and Script.aculo.us. Create, edit, check/complete, uncheck/uncomplete, reorder, delete tasks with all the power and simplicity of AJAX! This easy-to-use task management system can be used for everything from group collaboration to your personal grocery list. Requirements: NOT READY FOR PRODUCTION USE! Only download this version if you are helping with testing and development. Contrib modules and suggestions welcome. |
| Tokens are small bits of text that can be placed into larger documents via simple placeholders, like %site-name or [user]. The Token module provides a central API for modules to use these tokens, and expose their own token values. |
| Makes it possible to offer RSS feeds which require authentication before viewing. Can be used to protect other pages with authentication barrier as well. |
Provides configurable, automatic tokenization of CCK widgets using the Token module. Allows a user to configure the use of Token with specific widgets in the context of specific node types. The user can set Token to replace tokens with actual data when the node is inserted into the database, or when the node is viewed. In the former case, the tokens are replaced, and any subsequent node edit will simply show the actual data in their place. In the latter case, the tokens are preserved, but any viewing of the content will show the data, rather than the tokens. |
Top Node lets you set up custom url paths that display the first node from a view. This allows you to set up a url like news/today or comics/latest or even blog/random whose node changes based on the content listed in the selected view. |
| 讓開發者能夠追蹤hook呼叫堆疊、資料庫操作、PHP的警告與錯誤訊息,以利除錯。 | |
This is a developer tool that adds extensive tracing facilities for Drupal hook invocations, database queries and PHP errors. |
| Upload and display GPX files (GPS logs) |
Track Host is a simple module for Drupal that help site publisher to follow the step-by-step navigation , tracking "how" and for "how long" anonymous and registered users browse through your web site. Filtering information from the access_log table (host field) this module gives to you tracking of the user (IP host) navigation. The module provides: Since these are information usually read from the site administrator (and/or mantainer) More info at Drupal Track Host module by fagioli.biz This module is sponsorised by http://roma.cercachetrovi.it/ |
| 支持trackback(回引)。 | |
| Adds TrackBack support to Drupal. Sending and retrieval of TrackBacks are supported either using POST or GET. |
| POTX 除了提供命令列模式之外,也提供了 web 界面的模式。將 potx 5.x-1.x-dev 下載並解壓縮後,把 potx 整個目錄上傳到 modules 目錄下,再到 管理(admin) -> 網站設定(settings) -> 本土化(locale) 點選匯出字串即可出現你站上目前可匯出字串的模組。 | |
The goal of the Translation Template Extractor project is to provide command line and web based Gettext translation template extractor functionality for Drupal. These translation templates are used by teams to translate Drupal to their language of choice. There are basically two ways to use the contents of this project:
The command line functionality is quite mature now, because it was basically carried over and refactored from extractor.php, previously hosted as part of the translation templates themselfs. The web based functionality is still in its early stages. |
Under pacs, every drupal node turns in a container wich can hold normal content but also other nodes of any type, much like a directory in an apache web server. You can control the access permissions on each of the nodes for each single defined user role. Nodes with no explicit permission settings inherit them from its parent node, like in a directory tree. |
| 提供 troll 用户管理工具。可以按 ip 地址跟踪管理屏蔽特定用户。 | |
This module provides troll management tools for community sites including users by IP address, banning IP addresses, advanced user searching and blocking user by role. |
This Drupal module offers a trouble ticketing system similar to the ancient PHPHelpDesk. It authenticates users from Drupal and classify them to user groups and department units. It provides the following features:
The ticketing system is easy to install and to configure. |
Set of modules that extend drupals configuration and administration functionalities :
|
| Twitter 是最近非常火紅的網路服務,以"What are you doing?"為概念,類似個人IRC社群/輕量級部落格,並結合web/im/sms。 | |
This module provides twitter notification for new posts. Each user can use their own twitter account to post updates too, as well as have a custom format string. For more information on twitter, see http://twitter.com/ |
| This is a content viewer module. Allows you to type/select responses to preset questions to test your skills. |
| This module adds a filter for making text corresponding to russian typographic rules. |
Typogrify.module brings the typographic refinements of Typogrify to Drupal.
|