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 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

averages

#D7CX I pledge that Accordion Blocks will have a full Drupal 7 release on the day that Drupal 7 is released. This module will provide accordion effect to your blocks. It works with any standard Drupal theme available out there on Drupal.org. You can also customize accordion widget by changing themes...

Javascript Utilities, Theme related, 6.x, 7.x

Reviews: 1

Enables editing of content or settings from the same page via popups. This is the beginning of a full rewrite of the Active edit formerly included in Javascript Tools. So far it's only a skeleton. Dependencies: Popups module and Formfilter module.

Content, Javascript Utilities, 6.x

Active Tags adds a new option to free tagging taxonomies. If selected the taxonomy widget is replaced by a new jQuery enabled tag entry widget. Works with core Taxonomy module and Content Taxonomy module. This module came about through work on a site where some users found separating tags with commas...

Javascript Utilities, Taxonomy, 6.x

The Administration Dashboard is still in development, however near completion. The module will provide a sort of control panel for users with administrative rights. It can be used to store commonly used links or to add block content to the 'dashboard' region. On installation of the module, a Dashboard...

Administration, Javascript Utilities, Site navigation, Utility, 6.x

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

This module integrates with the API provided by theJQuery Menu module (version 1.8 and higher) to provide click and expand book menus with the ability to customize each block individually. Not only can you set blocks to hold particular sets of books, but you can also set each block to enable new books...

Administration, Content, Content display, Javascript Utilities, Site navigation, Taxonomy, Utility, 6.x

Advanced Taxonomy Blocks makes use of the JQuery menu module to create extremely customizable blocks for browsing through single hierarchy taxonomies. Though the taxonomy menu module does something similar, if you use this module you will see that they are in fact entirely different in their approach....

Content, Javascript Utilities, Taxonomy, Utility, Views, 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 '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

One Ajax Module to Rule Them All! Ajax.module will AJAXify any Drupal form. This essentially allows for validation, preview, and submission without a page refresh. Ajax.module supports most forms out of the box. Ajax.module provides both an API for module maintainers as well as an admin interface for...

Javascript Utilities, 6.x

The Ajax Checklist module implements a filter and associated javascript that allows you to put something like this in a node: -------------------------------------------- Things to do before leaving the house for DrupalCon 2007: [cb all1 Discuss flights] [cb some1 Book group flights] [cb user-step1 Did...

Javascript Utilities, 5.x, 6.x

Helper module to load and add JavasScript and CSS data for Ajax-loaded content. When loading new content via AJAX, there is the potential need to load CSS and Javascript files and data not already available on the page. Ajax Load is a helper module designed to handle this task. It should only be installed...

Javascript Utilities, 6.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

This module uses JQuery and the AJAX File Upload Jquery plugin to present a preview of a user's new picture as soon as they select one. Uploads will be sent through the same validation process and errors will be reported immediately after selection has been made. Important! Make sure cron is setup properly...

Javascript Utilities, User management, Utility, 6.x

AJAX Select can enable CCK select fields with an AJAX feature to dynamically update the value of that field when viewing the node. It works by replacing the value of the field on the node view by a select field. CONFIGURATION Visit http://[your-site]/admin/settings/ajax-select Choose the content...

Content Construction Kit (CCK), Content display, Javascript Utilities, 5.x

AJAX session allows you to use AJAX to set PHP session variables. This could be useful, for example, if your website had a UI that could be altered with jQuery; after a UI element was altered jQuery it could use the javascript that AJAX session provides to set a specified PHP session variable used in...

Javascript Utilities, 5.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

averages

This module makes it possible to navigate through Drupal's menu local tasks (Tabs) via AJAX. You can choose to load Ajax Tabs per specific pages. This module depends on ajax_load.module. Make sure you wrap your tabs in page.tpl.php with <div id="tabs-wrapper">  <?php print $tabs...

Content display, Javascript Utilities, Site navigation, 6.x

Reviews: 1

Ajax views refresh is a plugin module for Ajax. Allows views to be refreshed on Ajax forms submission. The best use case is a node creation form and a view of nodes (or comments) below, which would be refreshed each time you add or edit a node. The developement version introduces a new feature : For...

Javascript Utilities, 6.x

This module adds the ability to edit a single element. The element needs to be surrounded by a DIV with the right things in it. This can be achieved by using something like contemplates, You will need something like this: <div class=ajaxeditable nid=<?php print $node->nid?> field="field_[name...

Content Construction Kit (CCK), Javascript Utilities, 5.x

You can always create links that load other pages via AJAX but you will still load a full page HTML while you may only need a single HTML element from the loaded page and this is what AJAXify focuses on. AJAXify allows created views, for example, to load a single HTML element from another page. Project...

Javascript Utilities, Views, 5.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 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