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 Y Z All

The 960 Gridder module utilizes the code developed by Andrée Hansson, and is intended for use with the ninesixty theme created by dvessel. The 960gs CSS Framework system was originally created, and is maintained by Nathan Smith. Using the 960 Gridder module allows you to enable the 960 Gridder by...

Developer, Javascript Utilities, Theme related, 6.x

The ACL module, short for Access Control List, is an API for other modules to create lists of users and give them access to nodes. It has no UI of its own and will not do anything by itself; install this module only if some other module tells you to. We're aware of the following modules using ACL (let...

Community, Content, Developer, Security, User access and authentication, 5.x, 6.x

The active select module defines the activeselect form element. An activeselect element is the same as a regular select element, except that when the user selects a new option (or set of options), one or more different select elements (the target elements) get their lists updated. This is done using...

Content display, Developer, 4.7.x, 5.x

Looking for co-maintainers We have been fairly busy and have not had the time nor the personal need to upgrade this project to D6. If you are interested in becoming a co-maintainer, please contact us at http://collectivecolors.com The Active Template module is similar to the ConTemplate module except...

Content, Content display, Developer, Views, 5.x

Provides an API for communicating with activeCollab. This project is far from feature complete, though a popup is available for submitting and viewing project tickets.

Developer, Evaluation and rating, Third-party integration, 6.x

Admin Notify is a simple module that permits admin to receive emails whenever a new content is posted on the website. We can configure the content types and also the email on which to receive email. The email subject and body of the email can be configured as well. This is a simple module that currently...

Administration, Content, Developer, 5.x

averages

This module adds administrative links to nodes and blocks for users with proper permissions to easily edit content. These links conveniently appear when the user mouses over a node or block, and then disappear on mouse out. Admin:hover also integrates with the Devel and Clone modules. Requirements This...

Administration, Developer, Utility, 5.x, 6.x

Reviews: 2

averages

Administration menu module provides a theme-independent administration interface (aka. navigation, back-end) for Drupal. It's a helper for novice Drupal users coming from other CMS, a real time-saver for Drupal site administrators, and definitely a must for Drupal developers and site builders (keyword:...

Administration, Developer, Javascript Utilities, Site navigation, Utility, 4.7.x, 5.x, 6.x, 7.x

Reviews: 53

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, Site navigation, Theme related, Utility, 5.x, 6.x, 7.x

Reviews: 3

This is a simple module which allows you to show site administrators a configurable warning message above most forms on the site, reminding them that they are logged in to the live site as administrators, not regular users. It can be used to help prevent these users from accidentally making destructive...

Administration, Developer, Security, 5.x, 6.x

averages

Note: This module is no longer supported. Its 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. The key...

Developer, Javascript Utilities, Utility, 5.x

Reviews: 1

averages

Description Drupal 6's Forms API is great, but its AHAH support (a technique similar to AJAX) is lacking. You have to write a menu callback for every AHAH-enabled form item of your form. This is time consuming, hard to maintain and hard to write tests for. Not to mention that the code for those menu...

Developer, Javascript Utilities, 6.x

Reviews: 1

This module provides a way for modules to store information about the state of a page as it changes during AHAH callbacks. It provides no end-user functionality, but gives an API for other modules to use. Examples of modules using this are ahah_script_ensurer and ahah_style_ensurer.

Developer, 6.x

This module provides a 'ahah_response' themehook. I'd like to encourage module developers that implement an AHAH callback to consider using this theme function rather than calling drupal_json directly. Doing so would enable other modules to adjust the response via hook_preprocess_ahah_response.

Developer, Javascript Utilities, 6.x

Without this module, if during the processing of an AHAH callback, javascript files are added using drupal_add_js() but those files aren't already loaded on the base page from which the AHAH request originated, then those files don't get loaded. This is an unfortunate limitation of Drupal's AHAH system....

Developer, Javascript Utilities, 6.x

Without this module, if during the processing of an AHAH callback, css files are added using drupal_add_css() but those files aren't already loaded on the base page from which the AHAH request originated, then those files don't get loaded. This is an unfortunate limitation of Drupal's AHAH system. This...

Developer, Javascript Utilities, 6.x

AJAX Cache acts much like imagecache by generating the result of a request on demand and storing it on the filesystem for later reuse. This is useful if you are trying to scale a site that makes many dynamic ajax calls. AJAX cache saves results directly to the files so the web server can serve them directly,...

Developer, Performance and Scalability, 6.x

This module is going(May-June 08) through some major changes. Please DO NOT use this module on your production site. The project aims to produce a browser-based form builder for Drupal. Users (e.g., module designers) will be able to create and edit forms and their elements and properties through a browser...

Administration, Content, Developer, 4.7.x, 5.x

Provides an API for generating filtered markup using ajax. How to use: 1) Load the API by calling ajax_markup_on() at server side. <?phpif (module_invoke('ajax_markup', 'on')) {  drupal_add_js(YOUR_SCRIPT.js);}?> 2) Inside YOUR_SCRIPT.js call $.ajaxMarkup $.ajaxMarkup(INPUT, INPUT_FORMAT,...

Content, Content display, Developer, Filters and editors, Javascript Utilities, 6.x

averages

Update 9/1/08 Lately I've been really busy with a load of projects, and have been unable to keep up with the issue queues on contrib. There have been some promising patches for ajaxtable I've been meaning to look through and apply, but just haven't managed to make the time. I am about ready to add a...

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

Reviews: 1

This module provides automatic node analysis using the OpenAmplify semantic analyzer. It also provides hooks for developers to access and use the semantic analysis information about a node. Put more plainly: Let Drupal (and OpenAmplify) figure out what your document is about and make it do cool things...

Developer, Third-party integration, 6.x

ApacheBench is a module that provides both invocation of the ApacheBench program, as well storing and reporting on cron-based invocations. - Who? Developers or webmasters. - Why? Because the results are interesting to track over time. - How? Ensure that 'ab' is available via the command line (packaged...

Developer, Performance and Scalability, Statistics, Third-party integration, Utility, 6.x

This is an implementation of a subset of the Doxygen documentation generator specification, tuned to produce output that best benefits the Drupal code base. This module was designed to produce the Drupal developer documentation available at api.drupal.org. You can set up your own API documentation site...

Developer, Drush, 6.x

Auto Admin is a module targeted at developers that generates administration pages for database tables automatically. Using its drush commands it is possible to create list, add, edit and delete pages for multiple tables in a matter of minutes. One-to-many and many-to-one relationships are supported. Auto...

Administration, Content, Content display, Developer, Utility, 6.x

The autoload module is a utility module. It allows other modules to leverage PHP 5's class autoloading capabilities in a unified fashion. It does, naturally, require PHP 5.1.2 or later. You do not need this module unless you are developing a module that makes use of classes or you are installing a...

Developer, Utility, 6.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 Y Z All

Sponsored By

Drupalcon San Francisco 2010
Hosting Review

Latest Reviews

rating

Role inheritance

"despite a nice interface, the permissions are not copied but Duplicate Role works - http://drupal.org/project/duplicate_role "

rating

Filter Permissions

"disappointed that Role Inheritance module doesn't work (and also breaks the Permissions page) this module..."

rating

Google Analytics

"These days, Google Analytics is essential for a website. Get an account and this module. Set the code..."

Module Finder New Modules RSS Feeds Code Search Drupal Hosting News