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

druTalk IM - P2P Video Chat

druTalk is deprecated. The maintainer doesn't have time to maintain this module.

druTalk is a Video IM (Video Instant Messaging) module. It works together with the User Relationships module and the Services module. With druTalk, drupal users can chat (text chat or video chat) with their friends on the same site. druTalk can be used in:

  • Social Networking
  • Customer Support
  • Collaboration

Dropdown Tabs

ddtabslogo.jpg

Overview

Dropdown Tabs does only one thing: It takes the menu items that are in your primary and secondary tabs, and turns them into dropdown select boxes. The reason that we built this module was to help us conserve a bit of space and keep the site somewhat tidy.

Usage

  1. Turn on the module at admin/build/modules.
  2. Navigate to admin/build/block and configure the Dropdown Tabs block. Note that the Dropdown Tabs block content may float left, right, or not at all.
  3. Place the Dropdown Tabs block into a region on block admin page OR inject the block manually into a template file with the following code:
<?php 
  /* For manual injection into template eg. page.tpl.php, use: */
  $block = module_invoke('dropdown_tabs', 'block', 'view'); 
  print $block['content'];
?>

Dialog

Displaying the user registration form in an interactive overlay.

Dialog provides an API for opening content in an interactive overlay.

Dialog is a backport of the Drupal 8 Dialog API for JavaScript.

DataTables

The DataTables Drupal module integrates the smart DataTables plugin (originally jQuery based but in future vanilla JS) written by awesome Allan Jardine into Drupal as a tables views style and a cal

Inline Ajax Login

Adds an AJAX Login/Registration page to any node/add form(s).

Accessible Content

Drupal 7 note

Development work for Drupal 7 has moved to the Accessibility module.

Drupal 6

The Accessible Content module helps create content that meets accessibility standards, and lets site administrators build and customize standards the site should adhere to. When the module is enabled, it creates two kinds of nodes, a collection of Accessibility Tests (you can view a list of all the available tests, and the reason why this is done), and a group of these tests called Accessibility Guidelines.

The module can test the accessibility of content in both the node body and also any CCK Text field with input filtering (not plain text).

Note on Drupal 7 - the QUAIL API module is available for D7 and will be the basis of any future version of this module.

Resources

Requirements

Pages

Subscribe with RSS Subscribe to RSS - Developer tools