Provides browser search integration via the OpenSearch plugin protocol. It adds a search addon for Firefox and IE7 to Drupal sites, much like those found at MyCroft or the IE7 Search Providers.
Compact Forms presents text fields for selected forms in a more compact fashion using jQuery.
The form item/element fields are overlaid with their respective labels. When the user focuses a 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 block is switched to compact style, but the behavior can be added to any form by adding the corresponding CSS ids to the Compact Forms configuration.
Degrades back to the original form when JavaScript is switched off.
Fields like textareas and checkboxes are currently not affected.
This install profile makes it easy to create a conference website with features like event signup, session proposal, session voting/judging, session selection/scheduling, and social networking prior to events. Read more about COD's features on usecod.com and our active development on in the COD Support modules project..
This profile improves the efficiency of setting up a powerful website for event and conference sites such as Drupal Camps and for non-Drupal events alike.
This module intercepts all outgoing emails from a Drupal site and reroutes them to a predefined configurable email address.
This is useful in case where you do not want email sent from a Drupal site to reach the users. For example, if you copy a live site to a test site for the purpose of development, and you do not want any email sent to real users of the original site. Or you want to check the emails sent for uniform formatting, footers, ...etc.
This is also a good demonstration of what hook_mail_alter(), available in Drupal 5.x and later, can do.
Footermap is a dynamic site map generator for Drupal that allows a site builder to place a "footer" site map block into any region. This provides an out-of-the-box menu display similar to the majority of web sites that have a footer-based site map.
It is highly-configurable, supports translation and caching using core functionality, and allows for changes to CSS and markup compared to the more traditional theme layer-based implementations such as seen in Bartik in Drupal 7 (comparison right).