module
Maintenance status: Unsupported
Development status: No further development
Downloads: 55723
created - / changed -

The CAPTCHA Pack module contains several CAPTCHA types for use with the CAPTCHA module. The CAPTCHA Pack module is meant to provide lightweight, yet effective alternatives for the traditional image CAPTCHA, which is undesirable in certain situation (e.g. bandwidth restrictions, cpu restrictions, accessibility constraints, etc).

module
Categories: Content Display, Utility
Downloads: 563
created - / changed -

The PDF Flyer module allows Drupal users to generate tear-off flyers using the PDF format.

module
Downloads: 2684
created - / changed -

The Tax Receipt module allows non-profits to flag items as tax-deductible, and add their fair market value into the drupal database.

module
Categories: Taxonomy
Downloads: 637
created - / changed -

Security: This module is considered insecure by Drupal security team and all of it's releases have been unpublished.

module
Categories: Content, Site Navigation
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 41310
created - / 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).

module
Categories: Filters/Editors
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4118
created - / 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.

module
Maintenance status: Seeking new maintainer
Development status: Under active development
Downloads: 27988
created - / changed -

A collection of modules to provide an API to integrate with GeoNames webservices.

module
Downloads: 588
created - / changed -

Provides a form element and other tools to make custom file uploads as easy as possible. These modules are of particular interest to module developers who need to add an upload field to a customized form. If you're not a developer, install this module only if another module requires it.

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

This module pulls a data feed from environment canada and creates both a summary block and full page versions of the code.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 33861
created - / changed -

Description

This module defines the "money" field. It uses the Currency API, which is included in the Currency module, to get a list of existing currencies and their symbols.

Similar modules

- Currency
- Measured Value Field
- Units of Measurement (API)

Version 6.x

The form element for amount is reused from the Formatted Number CCK module. Decimal points and thousands separators are formatted using the Format Number API module, where these options are configured from site and/or user settings.

- Required modules: CCK, Currency API, Format Number API, Formatted Number CCK.
- Recommended modules: Checkall (enhances currency selection).
- Integrates with: Views, Diff, Token (builtin cck itself).
- Related modules: Apache Solr Money Slider.

The currency conversion dialog submodule requires jQuery 1.3.x (jQuery Update 6.x-2.x) and jQuery UI 1.7+ to work properly.

You may also want to check out Measured Value Field, which is pretty similar to Money field, but allows you to combine numeric fields with other units of measurement.

module
Downloads: 8390
created - / changed -

This module is deprecated. No update for Drupal 7 is planned. Facebook has changed its data feeds so that RSS output of your personal status updates is no longer available. For alternatives, see below for a list of other modules that are related to Facebook status updates.

module
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 1406
created - / changed -

Shows a user's most used taxonomy terms on the profile page.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 3578
created - / 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.

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

This project is dead

OpenResort is a new solution for the drupal community that provides full featured online booking functionality.

module
Categories: Developer, Mail, Utility
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 484102
created - / 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.

module
Maintenance status: Seeking new maintainer
Development status: Maintenance fixes only
Downloads: 37128
created - / changed -

For Drupal 7, see the Field group module, which includes tabs support.

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

For Drupal 6 this module has been renamed to Blue Droplet Video.

module
Categories: Syndication
Downloads: 1190
created - / changed -

A modification of the News Aggregator to show categorized feeds from multiple sources on 1 page. Example uses: 1.

module
Downloads: 956
created - / changed -

***
I've drifted out of Drupal development and i would be glad if someone would be able to adopt this orphan module.
***

Allow copying CCK fields from an existing node into another node on creation.

module
Downloads: 1780
created - / changed -

Taxonomy Enhancer is a module which will extend the fields available to any given term. Each Vocabulary is fully configurable in its own right and can have as many fields "bolted on" as one likes.

Unfortunately (or fortunately, depending on how you wish to look at it), Drupal does not provide a "term load" or "vocabulary load" hook. There are hooks to pick up when a term or vocabulary is inserted, updated or deleted - but not loaded. This means that this module cannot easily pickup and extend a term automatically. This causes Taxonomy Enhancer to be more of an "on demand" service which is a double edged sword. On one hand, you are not bloating terms unnecessarily - you may not ALWAYS want the term to be extended. On the down side, it does mean that you will have to manually invoke the extension of the term when you need it.