module
Categories: Developer
Downloads: 1992
created - / changed -

Assists developers who use Firebug to step through javascript code. For users who have the "debug javascript" permission, this module does 2 things:

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 39186
created - / changed -

On 404 Not Found error pages, Drupal will skip rendering of several pieces of your website for performance reasons. Some of these include:

  1. The "Left" and "Right" regions of your theme.
  2. The "Primary links" block and any other menu links block.*
  3. The Primary links and Secondary links of your theme.*

* Unless you have configured a "Default 404 (not found) page" on admin/settings/error-reporting.

But many websites find those items invaluable. Especially on 404 pages, when they want to show lost users how to get to real pages.

So this module simply revives those features on 404 pages. Simply install and enable the module. No configuration needed.

module
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 129193
created - / changed -

Hide or remove items from displaying including the node and comment preview buttons, node delete button, revision log textarea, workflow form on the workflow tab, and feed icon.

module
Downloads: 2294
created - / changed -

This is a simple module that adds a "node-content" theme hook to Drupal for theming the $node->content array.

module
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 2674
created - / changed -

The CCK Link to Map module allows users to type in an address and have it "automagically" converted to a map link.

module
Downloads: 3313
created - / changed -

Note: This module will not be upgraded to Drupal 7, as it's functionality is already in Group core.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 4332
created - / changed -

A block which shows last releases for Drupal, including Stable, Old stable and Development branch.

The block is fully configurable.

module
Categories: (нет)
Maintenance status: Unsupported
Downloads: 964
created - / changed -

This project is being abandoned. If you have interest in continuing the project, please contact barrett

module
Downloads: 1468
created - / changed -

Features

This module detects the language of nodes created by FeedAPI and adds the language information to the node.

module
Categories: Developer
Downloads: 2244
created - / changed -

Similar in spirit to the theme registry, this module allows core and module javascript files to be overridden by being placed in an alternate location.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 178500
created - / changed -

Menu Token module provides tokens, that could be used in title or in path of menu items (links).

module
Categories: Content
Downloads: 1182
created - / changed -

This is an experimental module which allows you to inherit fields from one content type to another.

module
Downloads: 5460
created - / changed -

The editing form of a node is themed using theme('node_form'), which is implemented by the theme_node_form() function in Drupal core's node module and can be overridden by adding a <theme_name&g

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 6771
created - / changed -

This an extension to the Domain Access module which is used to create many domains from a single installation.

module
Downloads: 2758
created - / changed -

Adds the sender's username, email address and roles to the bottom of their email send from the site wide contact form.

module
Categories: E-commerce
Maintenance status: Seeking co-maintainer(s)
Development status: Under active development
Downloads: 6916
created - / changed -

Ubercart integration with the Australia payment gateway eWay, http://www.eway.com.au

module
Downloads: 825
created - / changed -

Dependent on Game Clock and Game Character.

A Game Queue will act on clock ticks, allowing game characters to add actions to a queue, which will be processed in turn.

module
Downloads: 3354
created - / changed -

This module allows administrators to set an expiry date on passwords. Users that do not renew their passwords within the given time will have their passwords reset to a randomly generated one.

module
Categories: Location, Search
Downloads: 6595
created - / changed -

Adds a configurable microformats hCard block to your site.

module
Downloads: 876
created - / changed -

This module allows certain clients from using different themes, based on a defined string in the User Agent. Based on that string, a theme will be assigned to that particular kiosk. The theme can be shared for a group of kiosks, or restricted for an individual kiosk.

Drupal's normal mode page caching is supported.

Comparison with Kiosk module

The kiosk module has similar high level goals, but different design and implementation. Here are the important differences:

  • Kiosk uses the IP address or a cookie to place a certain client in kiosk mode. Kiosk theme uses a certain string in the browser's user agent to assign a predefined theme.
  • Kiosk provides a theme variable that has to be checked within the theme to enabled/disabled certain features (e.g. a navigation menu). Kiosk theme enables a predefined theme that is different and separate from the main theme of the site for each kiosk or group of kiosks.
  • Both modules use a database prefix trick to do page caching and are incompatible with aggressive caching.