Модули
Assists developers who use Firebug to step through javascript code. For users who have the "debug javascript" permission, this module does 2 things:
On 404 Not Found error pages, Drupal will skip rendering of several pieces of your website for performance reasons. Some of these include:
- The "Left" and "Right" regions of your theme.
- The "Primary links" block and any other menu links block.*
- 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.
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.
This is a simple module that adds a "node-content" theme hook to Drupal for theming the $node->content array.
The CCK Link to Map module allows users to type in an address and have it "automagically" converted to a map link.
Note: This module will not be upgraded to Drupal 7, as it's functionality is already in Group core.
A block which shows last releases for Drupal, including Stable, Old stable and Development branch.
The block is fully configurable.
This project is being abandoned. If you have interest in continuing the project, please contact barrett
Features
This module detects the language of nodes created by FeedAPI and adds the language information to the node.
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.
Menu Token module provides tokens, that could be used in title or in path of menu items (links).
This is an experimental module which allows you to inherit fields from one content type to another.
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
This an extension to the Domain Access module which is used to create many domains from a single installation.
Adds the sender's username, email address and roles to the bottom of their email send from the site wide contact form.
Ubercart integration with the Australia payment gateway eWay, http://www.eway.com.au
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.
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.
Adds a configurable microformats hCard block to your site.
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.
