Drupal Modules

_ A B C D E F G H I J K L M N O P Q R S T U V W X Z All
averages

Provides shortcut paths to current user's pages, eg user/me, blog/me, user/me/edit, tracker/me etc. This means logged in users no longer have to know/remember their uid, and it makes it easier to link to user-specific pages from a site help page (without resorting to using php to put $user->uid in...

Utility, 4.7.x, 5.x

Reviews: 2

About This Node creates a block that displays information about the node you're viewing. It allows users to see, at a glance, the following information without clicking "Edit" or digging into revision history: node ID (NID) node type (content type) creation date and time creation author (user who created...

Administration, Utility, 5.x, 6.x

averages

Accents is simple module that removes accents from words to provide better search results. For example "á â Å ã" all become "a". After installation you will need to re-index your search.

Utility, 4.7.x, 5.x

Reviews: 1

I have not found an official "heres the way to email everyone in a certain role(s)" action, so I've cleaned some code and contributed it. This module provides an action which is configurable to email everyone in the specified roles, it is much like the built in "send email" action however it allows...

Utility, 5.x

This module adds the ability to reference non-existing (new) nodes right from nodereference field when You're adding or editing the node. It's recommended to use this module with a Form restore module. It simplifies the workflow and enables support for multi-step chained nodes creation - if the content...

Administration, CCK, Content, Utility, 4.7.x

averages

Designed as a companion to the awesome Drupal Administration Menu module, Administration Menu Dropdown changes the way the Drupal Administration Menu is displayed. Once enabled the Administration Menu will be hidden. This default state can be toggled by going to the module's settings page. After pressing...

Administration, Content display, Developer, Theme related, Utility, 5.x

Reviews: 1

Here's a useful Drupal module that works with the excellent Adsense Module to insert an adsense ad before or after a node's content when a node is rendered on a full-page or teaser view. This allows site administrators to enable automatic injection of an adsense ad into the page without the content editor...

3rd party integration, Commerce and advertising, Content, Content display, Utility, 4.7.x, 5.x

The advanced caching module is mostly a set of patches and a supporting module to bring caching to Drupal core in places where it is needed yet currently unavailable. These include caching nodes, comments, taxonomy (terms, trees, vocabularies and terms-per-node), path aliases, and search results. The...

Utility, 5.x

This module provides additional features to the core contact module including providing a default subject and setting the category through URI arguments. This can be useful for sites that want to be able to link to a specific contact form from different sections of the site. This module doesn't do much...

Mail, Utility, 5.x

The advanced help module allows module developers to store their help outside the module system, in pure .html files. The files can be easily translated simply by copying them into the right po directory. The entire system can appear in a popup or not as the module prefers (and by taking away access...

Administration, Utility, 6.x

Details The advanced user module allows the filtering of users based on the user.module fields and optionally the profile.module fields. The fields available for filtering can be configured using the module settings. Eg. Site admin may search through 1000s of users to display all users who have not accessed...

Administration, Security, User management, Utility, 5.x

averages

Note: This module is no longer under active development. It's functionality is now included in Drupal 6. Ahah forms is a utility module, for adding Ajax/javascript driven incremental page reloading, without needing to write any Javascript. This framework uses the FormAPI to generate the necessary Javascript....

Developer, Javascript Utilities, Utility, 5.x

Reviews: 1

This project aims to provide a simple but useful airplane reservation system with the following features (already implemented): calendar view to see, when a plane is booked administration of planes and pilotes let users with special rights book planes for others (dispatch) Furthermore planned features: a...

Content, Utility, 4.7.x, 5.x

averages

Overview The Ajax Table module is an API-based tool that will allow other modules to create ajax-refreshable tables by supplying a few parameters. There are some handy utilities built in that aid in managing data more quickly than many Drupal modules offer by default. With an Ajax Table, it is easy to...

Administration, Content, Content display, Developer, Javascript Utilities, Paging, Search, Syndication, Theme related, User management, Utility, 5.x

Reviews: 1

This module is based on the wordpress module “alinks”. Very easy to use, just enter your normal content and setup the terms/links you want on your site through the administration interface. Main features: - Replace terms in the content body with a link. - Does not change the node body as it is executed...

Content display, Utility, 5.x

Make annotation can be done in several ways. With this project you are able to create private note (annotate (stable: 1.0)) a private note to a node open for discussion with the editor or others. editorial node (annotate_ed (release: 1.0)) make a editorial note about a node. Ie when the site editors...

Content, Content display, Utility, 5.x

About APC is two things. First it is an opcache and second it is a memory based cache. This module only handles the latter. This module overrides the built in caching in Drupal and uses memory based caching instead of database based caching. Due to some recent reports of errors, please test that this...

Utility, 5.x, 6.x

This Module enables both developers and end-users to introduce asynchronous loading into the normal node listing. This module was initially developed for the DevelopmentSeed and has now been made public for the drupal community. The Module offers: A themeable stand-alone Node Listing of all the nodes. A...

Content display, Paging, Utility, Views, 4.7.x

Much content + inconsistent quality – this module = frustration Benefits of this module Go through all of your content, one piece at a time, to make the quality more consistent. Run multiple audits at the same time. Bookmark the content that needs further consideration. Let your teammates help...

Administration, Content, Utility, 5.x

This module automatically updates the time zone setting on users' accounts. This is accomplished by using JavaScript on the client machine to send the data back to the server. The benefit is that users don't have to manually update their time zone in their profile. Module Options: This module has the...

Utility, 4.7.x, 5.x

This module provides a site administrator the ability to log users out after a specified time of inactivity. It is highly customizable and includes "site policies" by role to enforce logout. Includes content submission detection after timeout to prevent users loosing work. Uses Javascript Countdown...

Administration, Utility, 5.x, 6.x

AutoPilot is a build and change management platform for Drupal. AutoPilot is a deployment platform for Drupal, designed specifically to take the work out of day-to-day build management for the Drupal CMS. AutoPilot makes its possible to single-click deploy a Drupal site from a development server to QA,...

Utility, 5.x

averages

The autosave module automatically saves a node after a period of time using AJAX. All autosaved content are saved as revisions to ensure no content is overwritten. Period of time before an autosave and content types to enable autosave are configurable. This module requires the jQuery Form Plugin for...

Content, Utility, 5.x

Reviews: 1

Availability module is an abstract solution to associate a set of dates with certain nodes and users assuming that these nodes are available on specified dates for a certain user. This module can be used when you deal with rent or booking solutions. Availability module uses jscalendar in a flat mode...

Community, Content, User management, Utility, 5.x

The Backport module makes selected core Drupal 4.7 methods and tools available to 4.6 modules. Initially included are portions of the Forms API and the Javascript tools. Using Backport, developers can construct forms using the Forms API in 4.6 modules and can use the drupal.js methods and widgets. Note...

Developer, Utility, 4.7.x

_ A B C D E F G H I J K L M N O P Q R S T U V W X Z All

Latest Reviews

rating

Tiny Tiny MCE

"I got this module working today and it is an excellent addition. Some time back, I tried to install FCKeditor..."

rating

Control Panel

"Little raw around the edges, but what an awesome module! Absolute must if you ever want to allow non-technical..."

rating

CAPTCHA

"And really easy to use, using it on every site now... Was this review helpful? bbbaaa"

Module Finder New Modules RSS Feeds Code Search Drupal Hosting