footermap: a footer site map

Component type

module

Maintenance status

Development status

Downloads

41310

Component created

Component changed

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).

Reroute Email

Component type

module

Categories

Maintenance status

Development status

Downloads

484102

Component created

Component changed

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.

jCarousel

Component type

module

Maintenance status

Development status

Downloads

540652

Component created

Component changed

This module allows developers and themers to make use of the jCarousel jQuery plugin. It includes a developer API that other modules can use, as well as Views integration so that you can turn any list of content or images into a carousel.

Compact Forms

Component type

module

Maintenance status

Development status

Downloads

48393

Component created

Component changed

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.
  • Inspired by A List Apart

CCK Redirection

Component type

module

Maintenance status

Development status

Downloads

12643

Component created

Component changed

This module provides a CCK field for redirecting a user to a new URI. The creator of a node specifies a valid URI in the CCK field, and when a user visits that node, he will be redirected to the destination specified in that field.

Sponsored by and co-maintained with Prometheus Labor.

Drupal 6:
In Drupal 6, you can also choose to redirect instantly, with a delay (using javascript), or put the target URI page in a frameset (like Google Images).

Connect

Component type

module

Maintenance status

Development status

Downloads

3578

Component created

Component changed

We are not looking to upgrade this module to D7 at this time. If someone is interested in porting this module, please let us know.

Connect allows you to easily create very flexible petitions and email or fax campaigns using CCK.

The connect module more generally lets you link 'parent' nodes to 'participant' nodes, and allows the definition of actions to be taken when participant nodes are created, including sending emails to defined or looked-up targets. With the optional Connect CiviCRM module participant information can also be added directly to CiviCRM.

Chili highlighter

Component type

module

Maintenance status

Development status

Downloads

10022

Component created

Component changed

It highlights <code> tags by default, but you can set it to highlight <pre> tags.

General notes

  • Follow the instructions reported in the file README.txt (contained in the directory js) to download the jQuery Chili plugin, and copy it in the correct directory.
  • Branches for Drupal 6 and 7 looks for the jQuery plugin also outside the directory where the module is copied, such as /sites/all/libraries/jquery.chili, or profiles/$profile/libraries/jquery.chili (where $profile is the currently used profile).
  • The module doesn't use the e PCRE pattern modifier, and it is compatible with the Facebook Hiphop interpreter. Using that modifier with the function preg_replace() is also strongly discouraged by the security team, which suggest to use the function preg_replace_callback() instead.
  • When updating to a newer version, update first the Variable API module, and then the Chili highlighter module.

Organic Groups Hierarchy

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is intended to handle a specific permissions situation not easily managed in Drupal or Organic Groups. We allow a group of users to be empowered as OG "creators" by "head creators" who retain authority over the creators' groups. Multiple such hierarchies can be created in parallel. The model is that of a Drupal site used simultaneously by a number of organizations: each organization should be able to delegate responsibilities and authority in a hierarchy that is isolated from the others.

Email Input Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

4118

Component created

Component changed

Email Input Filter converts email style markup into web friendly format. Quoted text (where lines start with ">") will be colored and text can be *bolded*, /italicized/ and _underlined_. Quoted text will be hidden by default and can be toggled into view with a single click.