Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Ajax Checklist

The Ajax Checklist module implements a filter and associated javascript that allows you
to put something like this in a node:

Retease

Developer Module that assists with re-building the node teasers.

This is useful when the node filters are changed:

Taxonomy Enhancer

Taxonomy Enhancer is a module which will extend the fields available to any given term. Each Vocabulary is fully configurable in its own right and can have as many fields "bolted on" as one likes.

Unfortunately (or fortunately, depending on how you wish to look at it), Drupal does not provide a "term load" or "vocabulary load" hook. There are hooks to pick up when a term or vocabulary is inserted, updated or deleted - but not loaded. This means that this module cannot easily pickup and extend a term automatically. This causes Taxonomy Enhancer to be more of an "on demand" service which is a double edged sword. On one hand, you are not bloating terms unnecessarily - you may not ALWAYS want the term to be extended. On the down side, it does mean that you will have to manually invoke the extension of the term when you need it.

CCK Fieldgroup Tabs

For Drupal 7, see the Field group module, which includes tabs support.

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.

Note: if upgrading from the dev version to a stable release, ensure first that you have installed the latest stable release of Tabs.

To use, install and enable the module, then navigate to content type administration at Administer » Content management » Content types. Create one or more fieldgroups for a content type and assign fields to the fieldgroup or use existing fieldgroups.

Each fieldgroup can be displayed on a tab. (It really only makes sense to do so for more than one, since a single tab serves no purpose.)

To get fieldgroups to display on tabs on content editing forms, select "tabs" as the "style" when configuring a fieldgroup under "Manage fields" for the content type in question.

Workflow Wordfilter

The Workflow Wordfilter module enables users of both the workflow_ng and wordfilter modules to combine the power of the two.

jQuery Form


Note: As of 2009/05/08, this module appears to no longer be supported. If you are interested in taking this module over, please reply to #540910: Reassign module ownership.

This module allows developers to make use of the jQuery Form Plugin, by a simple function call: jquery_form_add().

This module won't be ported to Drupal 6, because the jQuery plugin provided by it is in Drupal core now!

Pages

Subscribe with RSS Subscribe to RSS - Developer tools