Allows users to authenticate against Facebook and then creates the relevant local Drupal account. This code is still very young and therefore rather buggy. Please file issues for any problems you come across, or even better, patches. |
One click login using the facebook api. I am fairly certain head will work for both 5 and 4.7. |
The fbstatus module fetches your current Facebook status, using an individualized RSS feed provided by Facebook, and provides it as a block that you can display on your site, without entanglement with the RSS aggregator. Standard Drupal permissions apply, so you can control who sees your status. This very simple module is ideal for a single-user, personal site. PHP5 is an absolute requirement. |
The Faceted Search module provides a search API and a search interface for allowing users to navigate content in such a way that they can rapidly get acquainted with the scope and nature of the content, and never feel lost in the data. The interface exposes metadata in such a way that users can build their queries as they go, refining or expanding the current query, with results automatically reflecting the current query. This interface also integrates free-text search, fully leveraging Drupal's search engine. It avoids complex search forms (which break the navigation flow), and never offers facets that would lead to empty result sets. |
| Family is for recording, displaying and analysing genealogical data. It supports GedCOM import/export, comprehensive individual, family, place (location), event and artifact data records and linking, [and much more]. Family is at the moment in the initial stages of development, and we welcome involvement from anyone. |
| The Frequently Asked Questions (faq) module allows users with the 'administer faq' permission to create question and answer pairs which they want displayed on the 'faq' page. The 'faq' page is automatically generated from the FAQ nodes configured. There are a number of features available in the 5.x branch which are not available in 4.7.x. The 4.7.x branch is now only receiving bug fixes. All new features will be done for Drupal 5.x. |
A file-based caching mechanism for serving up cached Drupal pages instead of using the database 'cache' table. This approach is generally faster since the web server doesn't need to initialize a database connection and crunch through a bunch of PHP files for an anonymous user hit. This code is in beta quality and shouldn't be used in production. This project is maintained by http://drupal.org/user/409 and matt westgate, and based on Jeremy's previous work. |
| http://drupal.org/project/fasttoggle | |
提高管理任务的效率,如改变节点发布状态、提升节点、阻止用户等。通过 AJAX 技术节省大量页面载入。 增進管理「發表」「置頂」「推薦到首頁」或者「使用者管理」中的狀態項目,採用 AJAX 快速點選其連結,不用進入編輯即可變更狀態設定。 這個模組在 SoC 2006 被選為好用的管理專案。 |
|
| Speeds up common administration tasks like unpublishing or promoting nodes or blocking users through the use of AJAX callbacks. This saves lots of page loads. If JavaScript is not available, it degrades gracefully to a Web 1.0 confirmation page. |
| http://drupal.org/node/47986 | |
这个模块允许用户添加某个节点到收藏列表,每个节点有一个 “添加到收藏” 链接,其他用户也可访问你的收藏列表。 讓使用者可以把喜歡的文章,加入到一個「我的最愛」列表裡。每一篇文章(節點),下方都會有一個「加到最愛」的連結。管理者可以設定哪些節點類型,可以有此功能連結。別人可以在你的profile裡,看到你收集了哪些文章。 |
|
This module allows users to add certain nodes to a favorite list. Each node has an "add to favorites" link at the bottom. This favorite list is visible to others viewing the site. The admin can specify which type of nodes are allowed to be added to favorites by users. |
| http://drupal.org/project/fckeditor | |
这个模块为 Drupal 的文本区域添加一个所见即所得编辑器,它是一个相对轻量级的应用,无须在本地计算机安装客户端。 兼容性 已知的 Drupal 5 问题 需要的组件 详细信息和许可 图片浏览器 支持FCKeditor输入格式。 |
|
| This module allows Drupal to replace textarea fields with the FCKeditor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's relatively lightweight and doesn't require any kind of installation on the client computer. |
A module that lets you organize and maintain a feature list by category. The 5.0 version has configurable categories. You can see it in action at http://drupal.org/features. |
This module allows an event web site to charge fees for attendance. There can be more than one level of fees, each with a different amount and different description. The module assumes that the entire site is for a one-time event, suitable for subdomains. Requires the simple paypal framework. Developed for the Barcelona 2007 Drupal Conference by 2bits. |
| 使用 XSLT 替 RSS feed 加上樣式,在使用瀏覽器開啟 RSS feed 時,具有較佳的可讀性。 | |
Allows for styleable feeds. Makes feed functions themable and uses XSLT for output styling. Notes:
|
This module in early development. If you are looking for a stable solution for your production site, try one of the existing modules out there: Aggregator (core), Aggregation, Feed parser, Leech or Simple Feed. If you are interested in the development of FeedAPI, visit http://groups.drupal.org/rss-aggregation. 2007-08-12: FeedAPI screencast If you're upgrading from a prior version, please check out this: http://drupal.org/node/168627 . Feed API aggregates feeds on a Drupal website by generating items or nodes from feeds. It also provides an API that lets other modules easily do aggregation-like tasks. Currently the most of the planned features are done. I would like to encourage everybody to download the newest release and report bugs and feature requests. IMPORTANT: FeedAPI packages cannot contain simplepie.inc because of the Drupal CVS policy. If you want to use parser_simplepie module, please visit the website of SimplePie and get the package, then put simplepie.inc into the feedapi/parser_simplepie directory. If you're interested in developing by FeedAPI, check out developers' guide wiki page. |
| http://drupal.org/project/feedback | |
feedback 模块允许访问者通过反馈页面联系你。 特性: 反馈(feedback)模块,可用于生成反馈表格收集用户意见或问题,用户填表后将通过email发送给指定地址。 |
|
| The feedback module allows visitors to your Drupal web site to contact one or more email addresses using one or more custom feedback pages that display a web form. |
| 整合 Feedburner 所提供的服務,將網站的 RSS feed 導到指定的 FeedBurner feed。除了可以依據需求有多組設定之外,還可以讓擁有 blog 的使用者設定他們自己的 FeedBurner feed。 | |
Integrates Drupal with the services provided by FeedBurner. Currently this module provides the means to redirect requests for your site's feeds to user-specified/created FeedBurner feeds. Special user agents, like FeedBurner and Feed Validator (this can be customized) are still allowed access to the direct feeds so there is no need for any special .htaccess hacking. Please contact me with any comments, questions, or feedback. It is greatly appreciated since this is my first Drupal module. Note that any bugs, etc should be reported in the issue tracker. New features
|
| The feedbuttons.module enables a block which shows button-links allowing users to subscribe to your site's feed in their favorite RSS reader (Google, Bloglines, Newsgator, Pluck, etc.). Based on http://www.toprankresults.com/tools/button-maker.php. |
| A CCK content field to integrate with the Aggregator. When an entry with this content type is saved, the feed url will be added to the aggregator. (And removed from the aggregator if the entry is deleted.) |
| http://drupal.org/project/feedparser | |
此模組可以取代 Drupal 內建的 aggregator 模組,並提供更多的功能,包括:
|
|
This package provides a drop in replacement for the aggregator.module but provides an API to extend the feed parsing capabilities of Drupal. Features include
Feed parsing is done using the SimplePie engine as the Drupal Core one appears to suffer too much with the various feed formats (see the aggregator.module issue queue for examples!) Installation requires that the aggregator.module is disabled first otherwise it will conflict with Feedparser. Some Live Examples: DRUPAL 5.X IS NOT YET SUPPORTED. PLEASE POST PATCHES TO UPDATE, DO NOT REPORT BUGS ABOUT IT YET |
The purpose of this module is to provide a simple method for displaying aggregator feed items within a node framework. One can "feed enable" a particular node type which allows the user to attach a single feed to a node by specifying a feed title and URL. An alternative module which performs a similar function and integrates with CCK is the feedfield module: feedfield. This module provides two display styles (title, and title + teaser) and allows the user to configure the maximum number of feed items to display. As well, the module ensures that all aspects of an aggregator feed and it's corresponding feed items are available in the node data structure so that custom themeing can be achieved if the default themes are not adequate. The development of this module was sponsored by Bryght (http://www.bryght.com/) |
Feemanager allows special (admin) users to maintain a database section for fee types and amounts people (e.g. members of a club) have paid and have to pay. So, for example, a club member has to pay a certain amount of money per month. Then the manager (admin user) would create a fee type with a name and amount of money due each month and assign this fee type to a member. Then it becomes easy to track how much who paid and when the next payment is due and/or how much. For Drupal or general website consulting, please visit my website: iHostNZ |
| Fetchgals is a public domain webspider used to download and/ or display free content gathered from adult entertainment TGP sites (Thumbnail Gallery Posts). This module provides a user interface for the fetchgals package and automates the entire process. It also allows you to display the content gained right there on your own Drupal site. |
The Field Actions module combines the power of Drupal actions with the data in CCK nodes to create new ways of working with your nodes in Drupal. This module enables action enabled modules (such as workflow.module) to reach into your nodes, pull out information, and use it appropriately. This leads to more reuse of data throughout your site, and easier creation of behavior for non-programmers and programmers alike. |
Field Spotter is a simple JavaScript tool to help you identify fields in rendered Drupal output. After enabling the module, you'll see a button at the bottom left on some pages. Activate it and hover over various fields on the page to identify them. |
Allow copying CCK fields from an existing node into another node on creation. Example of use in a simple cart: Usage: Todo: --- |
Fierce SSO is a Single Sign-On module for Drupal. It is designed so that if users log in to any one of your sites, it will automatically log them in to all the sites in the "network". It works by embedding special, invisible GIF images on the Welcome screen that users get after they log in. These images connect to the other sites in the network and silently log you in. Fierce SSO is an alternative to danielc's singlesignon module (which minuplates the session tables in the background instead of using invisible images). There is also experimental support for Single Sign-Off (logging uses out of all the sites at once). |
This is a replacement cache for Drupal which instead of placing the cachable objects into the database which is done by default it writes the objects into the filesystem instead. In cases where the website is a dedicated server or a VPS where you have control over the core system, then this is not for you. Check out the memcache project http://drupal.org/project/memcache If you are on a shared host where you have slow database servers then this is for you. |
| http://drupal.org/project/filebrowser | |
允许站点管理员为站点用户开发文件系统某个文件夹及其子目录的访问权限并提供一个迷人的类 FTP 界面。支持文件属性 (通过 descript.ion 和 files.bss),模块还允许这些元文件保存特殊的内容,在调用时可以解析。 这个模块试图保护那些没非公共文件和版本控制元文件 (CVS 和 .svn 文件夹) 不被列出,但不保证这不会发生。 |
|
Allows site administrators to expose a particular file system folder and all of its subfolders with a fancy FTP-like interface to site visitors. File metainformation (via descript.ion and files.bss) is supported. The module also allows these metafiles to store special content, which can be parsed with a callback. If no callback is specified in the file, only the description will be fetched. This module tries to protect your files outside of the public folder from being listed, as well as trying to protect version control metafiles (CVS and .svn folders) from being listed, but there is no guarantee as usual, that this will never happen. If you find a bug, feel free to submit a bug report. |
A rewrite of the filebrowser.module (which provides FTP-like Browsing functionality). This extensions package adds:
|
filefield provides a generic file upload field for content.module (CCK). |
| 此模块为其它模块提供文件管理接口,其本身并无实际功用。Attachment模块就是建立在Filemanager模块基础上的。 | |
This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module. |
Drupal has an aweful way of handling file requests through the private method. This module fixes that, it implements most of the HTTP features. Things likecaching and resuming are supported. This module also as a anti-leech feature which should prevent stealing of files on remote sites. So this module can also be an addition when using the public method. The user will be redirected to the node to which the file was associated. Currently the anti-leech only checks the referer to be within the configured range. Empty referers are currently still allowed, but this might change in a future release. A special mode has been added for in case of images (only JPEG, PNG and GIF). Either a watermark can be added or the image can be subsituted with an other image. In case of watermarking the watermark images has to be a PNG, it's best to make use of the PNG alpha channels for a nicer result. Be sure to read the README.TXT file concerning a performance increase by using rewrite rules. Note: if you had a filerequest module installed from before march 26, 2006 you will need to update the throttle.config.php if you were using this feature. |
| http://drupal.org/project/fileshare | |
| fileshare 模块用于建立允许浏览、上传、下载和删除的页面。 Fileshare 可以浏览大的文件库,它利用递归 AJAX (实际上是 JAH) 技术进行浏览,因此每个目录的内容只有在点击的时候才载入。 有内建的建立、编辑、修改、下载的权限选项,还可以通过将同名缩略图放到 "_previews" 目录获得缩略图链接。 |
|
The fileshare module is used to create pages that allow browsing, uploading, downloading and deleting of files from a fileshare directory that is created by Drupal and linked to the node. Fileshare was designed to be able to browse large libraries of files, it uses recursive AJAX (actually JAH) to do the browsing, so that an entire directory structure does not have to be initially loaded. The contents of each directory is loaded when it's clicked upon. There are built in permission options for create, edit, modify files and download files. There is also the ability to link up preview thumbnails by putting the thumbnails in a "_previews" directory and giving them the same filename with either a jpg or gif extension. Thank you and enjoy! |
| http://drupal.org/project/fileview | |
| 这个模块允许在线查看上传的文件。 可以指定文件扩展名及其解析方法,通过与 upload 模块的连接,附件的连接被替换为在线查看文件链接。 目前有 3 种解析方法: 使用 'pre' 标签、使用 'img' 标签和使用 Drupal 输入格式。 例如用输入格式方式,用户可以通过 Drupal 支持的代码过滤器高亮显示源代码文件内容。 |
|
This module allows uploaded files to be viewed online. A list of file extensions can be specified and for each file extension a renderer. In conjunction with the upload module, the links in the attachement table can be replaced by links to view the files online. There are three renderers: using a 'pre' tag, using an 'img' tag and using a Drupal Input format. With the input format renderer, one can for example highlight source code files using any code filter supported by Drupal. |
Enables the creation of pairs of content (e.g. What are the numbers from one to seven?- [[1]], [[2]], [[3]], [[4]]) for learning purposes. Most useful when used in collaboration with a viewer module (e.g. Flashcard Module, Typecheck module). |
The core filters system allows an admin to restrict the type of input format available to a user by user role. It does not, however, allow the admin to restrict the available input formats by node type. This module fixes that. It provides a simple checkbox-based interface where an administrator can restrict what input filters are available to what nodes. These rules are applied after the role-based restrictions, so it can never offer more input formats than the default role-based input formats would. If after all limits are applied there are no input formats available for a given user on a given node type, they will still have access to the node add/edit page but will not be able to successfully submit the page. I do not completely like this method. Patches to provide better handling of this case are welcome. |
| 可以為每一個角色設定不同的預設輸入方式。它會在 管理 > 輸入格式 裡多出一個 defaults 頁籤,讓你可以進行設定。 | |
The Filter Default module allows you to assign a different default input format for each role on your site. It adds a 'defaults' tab to the administer > input formats page on which you can manage the assignments. |
This is a small utility module to help you track down particular URL aliases. If you have many thousands of URL aliases, browsing through the list to find one URL alias can be painful. You might need figure out if an alias is to a node, taxonomy, view or panel; or delete an orphaned alias; or find out if a node has multiple aliases. This module will help you out, by adding a "Find alias" tab to the URL Aliases admin page. Allows use of wildcards (%). |
Firebug is an amazing developers tool available as a plugin for Firefox. The people behind Firebug have also released Firebug Lite which is available as a standalone JavaScript utility that can be embedded on any web site. Early version Looking For a Co-Maintainer |
| http://drupal.org/project/firestats | |
FireStats (http://firestats.cc/)是一个 web 统计系统,这个模块允许 FireStats 监视你的 Drupal 站点的访问情况。 模块选项: 安装: 演示: |
|
FireStats is a web statistics system. This module allow FireStats to monitor access to your Drupal site. A live demo of FireStats is available here. Please report Firestats integration module's problems in the project issue tracker and the statistics system's problems to http://firestats.cc/ Module options:
|
First Click Free provides a way to unlock protected site content to visitors coming from Google (sub)domains. Install the module and configure it choosing from the dropdown a role which will be assigned to visitors coming from Google (sub)domains. This module has been kindly sponsored by johndeep. |
| http://drupal.org/project/fivestar | |
五星投票模块是一个简洁、妩媚的投票器件: jQuery 滚动效果和 AJAX 免刷新投票
又一個投票模組,可以作五顆星的投票。似乎與 Views 的整合作得不錯。功能如下:
|
|
The Five Star voting module adds a clean, attractive voting widget to nodes in Drupal 5. It features:
DependenciesThis module is dependent on the Voting API. Voting API provides database storage of votes, as well as Views integration. You'll need to download Voting API, and Views is highly suggested if you want to create pages of results or use ratings to sort content. Call for stars!In version 1.7, Fivestar introduced configurable sets of stars on your site. While you can still over ride these stars with your own theme, now you can easily switch between sets of stars for those who prefer just use the available sets. |
Allows a user to select data stored into a large database with dependent selection choice (e.g. Country -> City) In other words, this is a dependent drop down with a static data set consisting of the keys (which will be used for the first input selector) and the values (which will be in the dependent drop down). If the database's values do not uniquely identify a specific key, you may well want to save the key as well as the value itself, in which case, select "multiple values" and the key and the value will be saved as separate values. So, for example, you could have a database of all French codes postals - which cover several towns. So, create a new field type, using this type (fixed data dropdown), You will need to use the admin form to "submit" your database - you'll need some regular expression magic at this point to extract the data from your database.... Ok, so now, in theory, you have a nice bug data set in your drupal database, which will not interfere with any other data in there (this was a design decision, I tried using a very large taxonomy, and it just made things awkward, it worked, but it was just a pain to have lying about).... |
| http://drupal.org/project/flag_content | |
这个模块允许用户标记节点为恶心的,管理员可对此进行审核。 讓使用者把有問題的內容做個標記,並會寄電子郵件通知管理者進行進一步的審查,讓使用者協助進行網站內容的管理。 |
|
This module allows users to flag nodes, comments, or users for the adminstrator to review. Examples are offensive content, spam, offtopic stuff, ...etc. The admin can specify which type of nodes are allowed to be flagged, as well as whether users and comments can be flagged. An email is sent to the administrator to notify them who flagged what. The flagged items are also queued for the administrator to review. They can edit, delete or unflag the item. New features for release 2.x:
These features are available in 4.7 at present, and we are looking for sponsors for the effort of porting these new features to 5.x. Initially sponsored by Social Signal . SitesThis module is used on the following sites: AuthorKhalid Baheyeldin of 2bits. The author can also be contacted for paid customizations of this module as well as Drupal consulting, installation, development, and customizations. |
Drupal 5 Flash Filter can now be found in the SWF Tools package. This package is fairly stable now and will have a formal release during May. Q. What is different about flash_filter in SWF Tools? |
| 以 Simpleviewer 為基礎,使用 Flash 的效果來達成一個比較炫的相簿呈現方式,必須與 image/image gallery 模組配合使用。 | |
This module (originally created by DriesK) is an alternative way of displaying your photo albums using Flash, inside a Drupal environment. |
If you just want to add Flash content to nodes without having to worry about writing any HTML or PHP then this module is for you! 2007-08-16 - Flashnode 5.3Flashnode can now accept swf, flv and mp3 files. If you upload an flv or mp3 file then it will be rendered using the player that you specify via SWFTools. This is designed to make it easy to upload audio/video content if you don't want to use a separate audio/video module. |
This is a content viewer module. Allows you to view responses to preset questions to test your skills. Requires at least one of the following modules Documentation |
| http://drupal.org/project/flashvideo | |
FlashVideo 是一个完全的视频解决方案,允许 web 开发人员和用户上传视频文件、自动将这些视频转为流行的 Flash 格式, 然后可以将这些视频通过简单的 [video] 标签嵌入到任何节点当中。 作者认为视频不应该作为一个节点,而是应该作为一个文件对待,因此这个模块仅仅扩展了 Upload 模块以允许更多文件可以作为节点附件,然后通过参数传递到 [video],同时使用 FFMPEG 自动转换视频格式为 Flash 格式。 这个模块用于... 用户生成内容的视频网站的完全视频解决方案。 为了帮助人们熟悉这个模块,作者建立了一个完整的教程以帮助人们建立多媒体网站, 请访问 http://www.travistidwell.com/flashvideo 。 可以將使用者上傳的影片檔轉成時下最流行的 Flash video,也就是說, DrupalTube...但需要伺服器有支援 FFMPEG。 |
|
| FlashVideo is a complete video solution that expands the upload module to allow web developers and users to upload video files, automatically convert those videos to the popular Flash format, and then embed their video in any node type in the Drupal System using the simple [video] tag. |
| http://drupal.org/project/flatforum | |
| Flatforum 可以改變 Drupal 內建的討論區模組的外觀,讓它長得像是 phpBB/vBulletin。內含版型與模組,可顯示使用者的文章數與註冊日期。 | |
flatforum is not a full theme. It's a template that changes the look of forum so it resembles phpBB/vBulletin style flat forums. flatforum.module is needed for post count and join date information. 2006-10-02: Flatforum CVS has been updated for Drupal 5.0, and the stylesheet has undergone a remake! Requirements Installation Credits This module is currently looking for a new maintainer. Please contact Ayman if you would like to volunteer. |
讓網站管理者很容易就可以建立新的內容類型,並可自訂該內容類型要填寫的欄位,包括一般文字欄位、各式選單按鈕、圖片、MP3、網址、表格等。當然,該內容類型的呈現方式,也是可以自訂的,並預設有列表與表格兩種呈現方式。 可以用此模块根据需要生成新的自定义节点(node)类型。在此基础上可以有很多灵活多变而非常实际的应用,可以说是drupal扩展模块里功能非常重要的一个。 |
|
Flexinode is a module that allows non-programmers to create new node types (flexible content types) in Drupal. Users can define the fields in the node edit form for their content type, and can either view the nodes as presented by the module or modify the presentation in their theme. |
| 把原本使用 Flexinode 做的內容類型/內容,轉換為 CCK。目前僅能轉換文字類型的欄位。 | |
| Utility to convert flexinode nodes into CCK nodes. The conversion currently has limitations, but is quite usable (and hopefully further users can help expand the functionality). |
| http://drupal.org/project/flickr | |
通过 Flickr 的 API 访问他们的照片,这个模块提供过滤器以插入照片和照片集。 提供一個過濾器,可以在文章裡插入 Flickr 裡的照片和相簿,或是建立照片和相簿的區塊。 |
|
Access photos on Flickr's site via their API. The module provides a filter for inserting photos and photosets and blocks for a user's recent photos and photosets. This module replaces the old Flickrmodule module. The Flickrhood module is being integrated into this module. |
| This module will install CCK fields for Flickr Flash Slideshows and Flickr Flash Badges. If you have the Slideshow Creator module installed, you also have the option to create a javascript slideshow of flickr images. CCK nodes allow flickr content to be stored by any combination of username/userid, photosets, tags, and/or searched text. Fields have various settings to control appearance, such as width/height and transition/fade modes (when using Slideshow Creator). Plays well with Views, so if you have, for instance, a Flash slideshow in the node, you could have a block that displays the flickr show as a badge or mini-slideshow. |
A module to incorporate some Flickr functionality into your site. Each site must have its own API key, and can have only one Flickr account associated with it. Once installed, the module exposes your photosets (must have at least one) to /flickr and gives you a convenient local page with all images in that set. It also allows the use of tags inside nodes to display flickr images. There wont be any release for Drupal 5. drewish and I have decided to merge modules. |
Turns flickr photos into drupal nodes - imported from flickr via the xml api. Creates a block, of thumbnails, for each user that has defined her/his flickr username. Just publish photos + descriptions to flickr, and see these automagically appear on your blog. requires PhpFlickr (LGPL license) |
| This module allows a Drupal community to share their flickr photos. Each user enters a flickr username or email in their profile and can then access their photos at drupalsite.com/flickrhood/[uid]. |
| http://drupal.org/project/focus | |
| 一个简单的模块,通过聚焦到第一个字段来改善用户界面。 模块预先定义了一系列的默认表格 (登录、搜索、建立内容等),管理员可以自行定义。 使用 jQuery 技术。 |
|
| Simple module that improves the user interface by setting focus on the first field in forms. |
Yet another RSS aggregator. We are trying to write code that will perform well. Another point is we will try to minimize the code written by depending on other well maintained modules like views. |
This module generates a site map in Drupal's footer. It recursively searches through the base menu id (mid), and outputs a basic list of links ordered by sub-menus. This module was originally developed per request by a client, and has been used in several other drupal site projects. footermap will automatically search for url_aliases if the path.module is enabled. |
| http://drupal.org/project/footnotes | |
| Footnotes 模块可用于建立自动编号的脚注。 当你要添加一个脚注时,使用 fn 标签: <fn>这是脚注</fn>。过滤器将自动取出其中的文本,移到页面底部成为一个脚注,而正文的相应位置会出现脚注链接。 | |
The Footnotes module can be used to create automatically numbered footnotes within a text. In the place, where you want to add a ootnote, enclose the footnote text within an fn tag: <fn>like this</fn>. The filter will take the text within the tag and move it to a footnote at the bottom of the page. In it's place it will place a number which is also a link to the footnote. There is also another filter which does the same with a Textile markup style. Use it together with the Textile module. |
Enables the presentation of node creation forms in blocks. This is particularly useful for including forms on panels. To enable adding of a form to a node, select the option "Enable data entry from a block" in the admin configuration page for a given content type. Visit the block administration page and enable/configure the block for the form. |
Ever want to add help text to a form in Drupal? Don't like a field title chosen by the developer? Want to change the desription of a form field? Want to move a field to the top or bottom of a form? Want to do all of these things without any PHP code? This is your module. Form Defaults will let you alter the defaults associated with a form, enable the forms module below and look for the [edit] controls in the description of each form field. Navigate to the form and click [edit] link on the field you want to edit. You'll be allowed to edit field titles, markup fields as well as the textual descriptions with each field. |
This module enables/disables form fields in dependency of a checkbox. It integrates with the CCK. For each field a checkbox may be chosen, which will be used as enable/disable "switch" for this field. Warning: |
Labels Forms with their form_id and provides developers with a dump of the corresponding form array. Requires the Devel module. |
This module allows you to add surrounding HTML values to any CCK widget by determining prefix and suffix values. Examples:
|
| This module restores form values saved by another modules in user session on non-submit form actions. Values are free for altering so You can use it to simulate multi-step workflow. Moreover this module uses stored forms parent-child relationship for correct redirection after submit. |
Announcement: Drupal 5.2 (not currently released) and Drupal 6 have solved this issue at the core level. Drupal 5 users wishing to have this protection before 5.2 is available can apply the patch found here: http://drupal.org/files/issues/t_6.patch Any efforts to backport this patch to 4.7 would be greatly appreciated. To read about the final soultion that was achieved, read here: The Formsingle module prevents forms in Drupal 4.7 from being submitted twice. Try this; with your Drupal 4.7 installation, create a new page, or submit a new comment. When it comes time to press the submit button, click it as many times as you can before the page reloads. Can you click it 50 times? 100 times? Does Drupal submit a new page or comment for every single click? You bet! This module fixes that. As this is a new module and totally untested in the real world, I highly recommend NOT installing it on live sites. Please test this module, examine the code, provide feedback, and hopefully soon we'll have a solid tool to provide this (critical) feature. See the Roadmap issue in the issue tracker for an overview of tasks and future directions for this module. |
| Form store is a useless module by itself. It maintains and provides other modules with a list of forms. Captcha 5.x-2.x, but also MyCaptcha 5.x-1.x rely on it to add captcha points to arbitrary forms. |
| 發表文章時,分類的選擇可以由預設的下拉式選單(select),變成選擇紐(radio)或是勾選框(checkbox)。 | |
"Holy crap! Select Taxonomy terms as checkboxes and radio buttons!" Squidgy got really excited, when he found Merlinofchaos' great code snippet (see this forum topic). After further development by various people, including Merlinofchaos and z.stolar, this snippet evolved to this module, which - while not yet complete - is already perfectly usable. |
Let's face it, upgrading old modules to the new form API in Drupal 4.7 can be quite a challenge. Form Updater can help developers with the upgrade by automatically searching through old Drupal code to find calls to old form functions (such as form_textfield, form_radios, etc). It will then reformat these functions as arrays for use with the new Drupal 4.7 form API. It's far from a complete solution, but it provides a big kick-start for the upgrade. This module uses the new form api itself, so it requires the CVS (4.7) version of Drupal in order to run. This module works just fine, however is no longer maintained. Please contact me if you would like to adopt. Please see the Coder module for a continuation of this type of code checking in Drupal 5 and forward. |
| FormCorral provides a simple and effective way to capture form data that can be emailed, downloaded as a CSV, and/or viewed in Drupal's admin interface. |
Formfilter provides tools and a user interface for doing common form altering tasks. Includes a UI for selecting which fields to hide (passing the elements as values, if possible). Also includes an optional filtering of node forms to promote two fields and then put fieldsets in an 'advanced options' fieldset, to declutter the form. Formfilter can also be used by module developers to fetch altered versions of forms. |
| 为其它模块提供编程接口,用以添加用户可定制的表单。本身并无实际功用。 | |
Forms module provides an api for adding user-customizable form elements within modules. Related and dependent modules include: SPONSORS: |
Allows the admin user to disable certain JavaScript elements used in Drupal powered forms. Removing the JavaScript used in forms can sometimes remove problems the themes. |
| http://drupal.org/project/forum_access | |
这个模块让你可以将某个论坛设置为私有,你可以决定那个用户角色可以浏览、编辑、删除和发表帖子,还可以为每个论坛版面设置版主。 此模組會修改你的討論區管理頁,讓你可以設定討論區的存取權限。你可以控制哪些角色可以在哪些討論版裡瀏覽、編輯、刪除和張貼文章,你也可以為討論版設定一個以上的擁有特殊管理權限的版主。 |
|
This module changes your forum administration page to allow you to set forums private. You can control what user roles can view, edit, delete and post to each forum. You can also give each forum a list of users who have administrative access on that forum (AKA moderators). This module requires the ACL module in order to function. This module is only for Drupal 5.0. |
| 在節點裡加入一個【轉寄本頁】的連結。你可以自訂轉寄表單的欄位,並檢視轉寄次數,以及轉寄文章的點選次數。Forward模組還會產生一個轉寄次數排行榜的區塊。 轉寄信可以使用HTML格式,設計成與網站的風格一致。信件裡還可以包括最新的文章、使用者、回應等內容。 |
|
Update: HEAD is now compatible with 6.x Adds a "forward this page" link to each node. This module allows users to forward a link to a specific node on your site to a friend. |
| fQuery is a PHP tool to help you deal with Drupal Form API arrays. Inspired by the jQuery library, it lets you find form elements using a simple and intuitive selector scheme, based on CSS. |
This module prevents your site from beeing framed by another one. Updates/Features |
| http://drupal.org/project/freelinking | |
freelinking 模块为输入格式增加一个过滤,为已经存在或者将要存在的内容建立链接,它能够自动地为关键词建立链接,能够通过 “wiki 风格” 为内容提供链接。 此模組提供一個輸入格式的過濾器,只要使用駝峰字(CamelCase,就是英文單字之間不加空格、每個字的首字都用大寫字母)或是雙引號包含的文字,就可以自動產生連結到現有內容,或是連結到以該駝峰字為標題的內容建立頁面。通常使用在擁有 wiki 功能的網站上。 类似wiki的输入方式,可以方便站点内部内容间的链接。此模块只是定义了类似wiki的输入过滤法,并不是实现内容节点的wiki化。 |
|
| The freelinking.module for Drupal implements a filter for input formats, creating links to existing content or links to new content creation via automatic linking of CamelCase words or words with double-square-bracket delimiters. It can be used 'wiki style' to provide links between content or easy creation of new linked content. It does not implement a 'wiki' type of content; this can be done with the flexinode module or using another core content type like blog or story. |
Freemind is an open source "mindmapping" tool to help organise your thoughts and to provide a clear visual means of displaying ideas. The purpose of this module is to export a site's taxonomy in Freemind format, and so to offer an alternative navigational tool to those already provided by modules such as taxonomy_dhtml. The screenshots, demo site, and project Home page are from the Freemind project itself. To look at the demo you'll need to have the Java VM installed on your machine. |
This module improves results of the search module for the french language. It does so by using the Paice Husk stemmer algorithm and some extra process : |
| http://drupal.org/project/front | |
Front Page 模块让你可以定制一个欢迎页面或者首页,你可以用它为不同角色的用户提供不同的首页,安装简易,无须额外的数据库表。 README.TXT 文件中还有详细的步骤呢。 Front Page可以讓你指定並編輯網站的形象頁(splash page,通常是那種大而不當的flash動畫...),不需要套用預設的版型和樣式,也可以針對已登入會員和匿名使用者,呈現不同的頁面。 用于方便的定制站点首页,可以完全脱离站点外观主题的限制生成个性化的首页。可以显示不同的首页给不同权限的用户,并可插入PHP代码完成更强大的动态显示。可以在管理功能里方便的管理切换首页的显示,一个非常实际的应用就是可以事先生成一个“站点维护”的首页,在维护时切换过去。 |
|
| The Front Page module allows user to specify splash pages or front pages to their site that are different in layout to the default theme/style and also offers the option to display different front pages to Authenticated Users (logged in) and Anonymous users (not logged in). It is very simple to install, no SQL fiddling required and step by step instructions are provided in the README.TXT file in the download. |
| http://drupal.org/project/fudforum | |
| 这个模块用于将 FUDforum(http://fudforum.org/)一个类似 phpBB 的、流行的 PHP 论坛) 集成到你的 Drupal 站点中。 | |
| This module provides integration with FUDforum (a popular PHP forum system like phpBB). The following (all optional) blocks are provided to integrate your forum with your drupal site: |
USE THE DEV RELEASE. This provides a first, middle, and last name field as a single CCK field. Optionally, the user can choose to use only a middle initial instead of a full middle name. Or don't use a middle name at all. In any case, should a user enter in only one letter for either the first or last name, each will be presented with a period after it. Compatible with diff module. Would like to know if this is showing up correctly in views; if not, how do I fix it? I've no views experience yet. |
This module provides drupal sites with a fuzzy search engine to allow for broader keyword matches. Features:
NOTE: Please download the development snapshots as these are more accurate working releases. Also, this module works independently of the search.module. |