Drupal Modules

A B C D E F H J K L M P Q S T U V W All

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

Activemenus makes the standard Drupal navigation menu expandable. Clickable, highlighted regions are added to the menu. When a collapsed menu item is expanded, the child menu items are loaded dynamically through AJAX. Formerly part of the Javascript Tools package, Tabs is now an independent module as...

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

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

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

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

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

Block Refresh allows an administrator to set up any block to automatically refresh its content every x seconds. Uses jQuery. Configure on individual blocks.

Content display, Javascript Utilities, Theme related, 5.x

Display CCK fieldgroups in tabs. Enables splitting up content onto tabs in both editing and display. Requires Tabs module as well as Content and Fieldgroup modules, part of CCK. For Drupal 5.x, Tabs module is part of Javascript Tools. For Drupal 6.x, Tabs is a separate module. To use, install and enable...

CCK, Content display, Javascript Utilities, 5.x, 6.x

Chili Highlighter uses the Chili jQuery plugin to highlight code snippets on your pages with JavaScript. It falls back gracefully when JavaScript is disabled. Chili comes bundled with support for code snippets written in C++, C#, CSS, Delphi, Java, JavaScript, LotusScript, MySQL, PHP, and XHTML. Internet...

Content display, Javascript Utilities, 5.x

The Click Heatmap modules provides integration between Drupal and the ClickHeat library. The module itself does not record the necessary data or generate the click heatmaps themselves. Instead this module adds the necessary Javascript to Drupal pages in order to have the click data sent to the ClickHeat...

3rd party integration, Developer, Javascript Utilities, Utility, 5.x, 6.x

Cluetip Overview The cluetip module is a wrapper for the jquery cluetip plugin which can be found here, and downloaded here. The Cluetip plugin provides nice, configurable hover-overs using the "title" attribute. The plugin has many options, and includes a "demo" folder, which you should check out to...

Content display, Developer, Javascript Utilities, Theme related, Utility, 5.x

Collapsiblock makes all Drupal blocks collapsible. Formerly part of the Javascript Tools package, Collapsiblock is now a separate module as of Drupal 6. It requires the Javascript Tools module, which for Drupal 6 is a small collection of commonly needed utility functions. Authored by Nedjo Rogers.

Javascript Utilities, 6.x

Collect nodes is about collecting nodes "on the fly", either from a full node (with an additional block) or from a list of nodes (views). It's also about making collections (IE: being able to list, thanks to views integration, the collected nodes). The huge evolution with this module is that it's based...

Content, Evaluation and rating, Javascript Utilities, Utility, 5.x

Presents text fields provided by Drupal in a more compact fashion. Does so by overlaying the labels on top of the actual text (and password) fields. When the user focuses on the field the label fades away nicely and if the field is left empty the label fades back in again. By default, only the user login...

Content display, Javascript Utilities, Theme related, 5.x

Craqbox is like thickbox but it's not thickbox... it's Craqbox. Craqbox is another cool jQuery plugin that is designed like a web application window to use as like an inline popup for images, forms, pages, etc.. Update: I have been doing some extensive work with modal windows + Drupal and have taken...

Javascript Utilities, Utility, 5.x

This module displays a horizontal menu in a block under which a submenu appears when an user hovers on an item. If the menu on the current page has a submenu, it's displayed by default, so this module degrades gracefully if Javascript is not present. This module is sponsored by Koumbit.org

Content, Content display, Javascript Utilities, Theme related, 5.x

This module provides an very easy, user-friendly administrative interface for quickly implementing rendering rules for various technologies depending on Cascading Style Sheets (CSS) and/or Javascript (JS) on any Drupal site without requiring any adjustments to the site's theme. Short list of available...

Content display, Javascript Utilities, Theme related, 5.x

Note: This module is current in an alpha stage and hasn't been tested enough for a production environment. Dynamic views gives you the benefits of Views coupled with AHAH goodness. This module gives you the capability to dynamically update the content of your views using blocks, pagers, or filters —...

Content display, Javascript Utilities, Views, 5.x

Loads the Ext JavaScript framework with Drupal. Other modules requiring Ext may use this module as a basis, which in the future will provide some useful functionality as well. Installation Download this module and extract it in your modules folder Download the Ext library and extract it into the newly...

3rd party integration, Javascript Utilities, 6.x

Ext JS loads all the necessary files to use the Ext JavaScript library version 2.1 or higher. This is a first release that simply includes the necessary files to use the library, but in future will include some functions that permit to create Ext JavaScript-driven pages to use in module output.

Javascript Utilities, 5.x

Form controller closes a gap in Drupal's module framework. While we have CCK and Views for contents, Blocks and Panels for regions, and similarly configurable solutions for other things, we haven't had a module to configure and control forms. The primary purpose of this module was to have a "Form Spy"-alike...

Administration, Developer, Javascript Utilities, Utility, 5.x

Fotonotes – collection of scripts for annotating images. Fotonotes is very simple. Only 2 steps and all done. First, you have to select a part of image and write comment linked to selected part. Next, when user place mouse cursor over noted part of image, desire note will be showed. In such a way very...

3rd party integration, Javascript Utilities, Utility, 5.x, 6.x

averages

Hierarchical Select 3 in development Currently version 3 of this module is in development. The three major changes you can expect: ✓ scalability issues have been fixed (The entire rendering process has been rewritten to use the Forms API, which required backporting features available only in Drupal...

CCK, Javascript Utilities, Taxonomy, Utility, Views, 5.x

Reviews: 1

A B C D E F H J K L M P Q S T U V W 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