Anda di halaman 1dari 2323

Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Home » Download

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views
By merlinofchaos on the 25th of November, 2005

The Views module provides a flexible method for Drupal site designers to control
how lists and tables of content (nodes in Views 1, almost anything in Views 2) are
presented. Traditionally, Drupal has hard-coded most of this, particularly in how
taxonomy and tracker lists are formatted.

This tool is essentially a smart query builder that, given enough information, can
build the proper query, execute it, and display the results. It has four modes, plus
a special mode, and provides an impressive amount of functionality from these
modes.

Among other things, Views can be used to generate reports, create summaries,
and display collections of images and other content.

Version Date Links Status


Download · Release Development
7.x-3.x-dev 2010-Mar-13
notes snapshot
Download · Release Recommended
6.x-2.8 2009-Dec-03
notes for 6.x
Download · Release Recommended
5.x-1.6 2007-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Content Construction Kit (CCK)

1 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By yched on the 7th of February, 2006

The Content Construction Kit allows you to add custom fields to nodes using a web
browser.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Nov-05
notes for 6.x
Download · Release Recommended
5.x-1.10 2008-Nov-05
notes for 5.x

Find out more · Bugs and feature requests

Token
By eaton on the 31st of December, 2006

Tokens are small bits of text that can be placed into larger
documents via simple placeholders, like %site-name or
[user]. The Token module provides a central API for
modules to use these tokens, and expose their own token
values.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-12
notes snapshot
Download · Release Recommended
6.x-1.12 2009-Jun-01
notes for 6.x
Download · Release Recommended
5.x-1.13 2009-Jun-11
notes for 5.x

Find out more · Bugs and feature requests

Pathauto

2 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By greggles on the 15th of February, 2005

Description: The Pathauto module


automatically generates path aliases for
various kinds of content (nodes, categories,
users) without requiring the user to
manually specify the path alias. This allows
you to get aliases like /category/my-node-
title.html instead of /node/123. The aliases
are based upon a "pattern" system which
the administrator can control.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Feb-27
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.3 2010-Feb-27
notes for 6.x
Download · Release Recommended
5.x-2.3 2008-Jun-26
notes for 5.x

Find out more · Bugs and feature requests

Administration menu
By sun on the 12th of January, 2007

Administration menu module provides a


theme-independent administration
interface (aka. “navigation”,
“back-end”) for Drupal. It's a helper for
novice Drupal users coming from other
CMS, a real time-saver for Drupal site administrators, and definitely a must for
Drupal developers and site builders (keyword: Devel integration).

The module renders all administrative menu items below 'administer' in a clean,
attractive and purely CSS-based menu at the top of your website. It contains not
only regular menu items - local tasks are also included, giving you extremely fast
access to any administrative resource and function your Drupal installation
provides.

Drupal exposed! Administering, developing, and working with Drupal has never
been that fast, easy and concise.

Version Date Links Status


Download · Release Development
7.x-3.x-dev 2010-Mar-13
notes snapshot

3 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jul-02
notes for 6.x
Download · Release Recommended
5.x-2.8 2009-Jan-24
notes for 5.x
Download · Release Recommended
4.7.x-1.4 2007-Sep-06
notes for 4.7.x

Find out more · Bugs and feature requests

FileField
By quicksketch on the 9th of August, 2006

FileField provides a universal file upload field for


CCK. It is a robust alternative to core's Upload
module and an absolute must for users uploading a
large number of files. Great for managing video and
audio files for podcasts on your own site.

Features

Configurable upload paths allow you to save


files into per-field or per-user directories
Per-field and per-node file size limits
Extensive API for extending field widgets and managing files
Full revision/translation file management
Views support
Ajax Uploads (and progress bar support with the PECL uploadprogress
extension)
Pretty Icons
All the goodness of CCK (multiple output formats, shared fields, multiple
values, and much more)

Version Date Links Status


Download · Release Recommended
6.x-3.2 2009-Oct-20
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Jan-06
notes for 5.x

Find out more · Bugs and feature requests

ImageField

4 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By quicksketch on the 7th of July, 2006

ImageField provides an image upload field for CCK. ImageField is a CCK-based


alternative to the legacy Image project. It boasts features such as multiple images
per node, resolution restrictions, default images, and extensive Views support.

ImageField does not provide a built-in thumbnail solution, but complements the
incredibly powerful thumbnail generation module ImageCache.

ImageField related projects

ImageCache - Dynamic thumbnail generation.


ImageField Extended - Add additional data to images other than the default
Description, Title and Alt.
ImageField Crop - An AJAX crop on upload tool for ImageField.
Image FUpload - Bulk image uploader

Version Date Links Status


Download · Release Recommended
6.x-3.2 2009-Oct-20
notes for 6.x
Download · Release Recommended
5.x-2.6 2009-Mar-16
notes for 5.x

Find out more · Bugs and feature requests

ImageAPI
By drewish on the 14th of December, 2007

This API is meant to be used in place of the API provided by image.inc. You
probably do not need to install this module unless another module are you using
requires it. It provides no new features to your Drupal site. It only provides an API
other modules can leverage. Currently GD2 and ImageMagick support are
distributed with ImageAPI.

Note: Requires PHP5!

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-12
notes snapshot
Download · Release Recommended
6.x-1.6 2009-Apr-17
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Apr-17
notes for 5.x

Find out more · Bugs and feature requests

5 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

IMCE
By ufku on the 19th of August, 2006

#D7CX pledge: There will be an IMCE


7.x release on the day that Drupal 7 is
released.

IMCE is an image/file uploader and


browser that supports personal
directories and quota.

Since its first release, IMCE has been


used as a file browser in many popular
rich text editors such as FCKEditor, TinyMCE, WYMEditor etc.

It has been also used for inline image/file insertion into textareas. This is a built-in
feature that can be used stand-alone or with a text editor such as BUEditor.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-25
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

ImageCache
By drewish on the 7th of June, 2006

#D7CX: The goal is to deprecate some or all of this module once we get
#371374: Add ImageCache UI Core . Please review the patch there to help us
achieve this goal.

ImageCache allows you to setup presets for image processing. If an ImageCache


derivative doesn't exist the web server's rewrite rules will pass the request to
Drupal which in turn hands it off to ImageCache to dynamically generate the file.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Aug-19
beta10 notes for 6.x
Download · Release Recommended
5.x-2.5 2009-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

6 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

1 2 3 4 5 6 7 8 9 … next › last »

Page break by AutoPager. Page( 2 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Date
By KarenS on the 27th of June, 2006

#D7CX: I pledge to have a Date Field released on the day that Drupal 7 is
released. Views integration, including calendar module, will be ready released on
the day that Views releases.

This package contains both the Date module and a Date API module. The Date API
is available to be used by other modules and is not dependent on having CCK
installed.

The date module is a flexible date/time field type for the cck content module which
requires the CCK content.module and the Date API module.

Videos/Tutorials
New! View a video on Date and Calendar by Karen Stevenson from the Do
It With Drupal Free Video archive.

See a great new screencast demonstrating Date and Calendar at


DrupalTherapy.
Jan Polzer has produced a Czech screencast about how to use the Date
Wizard and Calendar at Maxiorel.
The Drupal Handbook pages are at Date/Calendar Documentation.

Version Date Links Status

6.x-2.4 2009-Sep-16 Download · Release Recommended

7 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-2.8 2009-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

Google Analytics
By budda on the 14th of February, 2006

Adds the Google Analytics web statistics tracking system to your website.

The module allows you to add the following statistics features to your site:

Selectively track certain users, roles and pages


Monitor what type of links are tracked (downloads, outgoing and mailto)
Monitor what files are downloaded from your pages
Cache the Google Analytics code on your local server for improved page
loading times
Track user segmentation from Drupal profile data
Site Search support
AdSense support

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-28
notes snapshot
Download · Release Recommended
6.x-2.2 2009-Apr-01
notes for 6.x
Download · Release Recommended
5.x-1.9 2009-Apr-01
notes for 5.x

Find out more · Bugs and feature requests

Image
By sun on the 28th of September, 2003

This module allows users with proper permissions to upload images into Drupal.
Thumbnails and additional sizes are created automatically.

Images could be posted individually to the front page, included in stories or


grouped in galleries.

Status

8 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We are working towards a 6.x-1.0 release. Please help us test patches if you can.
See #486546: Image 1.0 and look for issues with patches.

Please read the release notes before upgrading!

If you're upgrading to from 5-x, you are strongly urged to try the upgrade
on a test copy of your site first. There are outstanding issues to do with
bad data in D5 installations. Please test and report your findings!

Components
Image module ships with several contributed add-ons:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2010-Jan-16
notes for 6.x
5.x-2.0- Download · Release Recommended
2009-Aug-23
alpha4 notes for 5.x

Find out more · Bugs and feature requests

Webform
By quicksketch on the 26th of April, 2004

This module adds a webform nodetype to your Drupal site. Typical uses for
Webform are questionnaires, contact or request/register forms, surveys, polls or a
front end to issues tracking systems.

Version Date Links Status


Download · Release Recommended
6.x-2.9 2009-Nov-06
notes for 6.x
Download · Release Recommended
5.x-2.9 2009-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

Poormanscron
By Dave Reid on the 28th of September, 2003

A module which runs the Drupal cron operation using normal browser/page
requests instead of having to set up a crontab to request the cron.php script. The
module inserts a small amount of JavaScript on each page of your site that when a
certain amount of time has passed since the last cron run, calls an AJAX request to
run the cron tasks. Your users should not notice any kind of delay or disruption
when viewing your site. However, this approach requires that your site gets

9 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

regular traffic/visitors in order to trigger the cron request.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Jan-17
notes for 6.x
Download · Release Recommended
5.x-2.1 2010-Jan-17
notes for 5.x

Find out more · Bugs and feature requests

Advanced help
By merlinofchaos on the 19th of April, 2008

The advanced help module allows module developers to store their help outside
the module system, in pure .html files. The files can be easily translated simply by
copying them into the right translations directory. The entire system can appear in
a popup or not as the module prefers (and by taking away access to view the
popups, a site can force the popups to not exist).

The system ties into Drupal's search system and is fully indexed, so the entire
contents can be searched for keywords. the help files can be placed in a hierarchy
as well, allowing for top down navigation of the help.

By itself, this module doesn't do much; it requires another module to support it,
but it does come with a nice little sample of text from Wikipedia to demonstrate
the system.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-02
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Apr-05
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Aug-20
notes for 5.x

Find out more · Bugs and feature requests

FCKeditor - WYSIWYG HTML editor

10 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By wwalc on the 24th of January, 2005

WYSIWYG editor

This module allows Drupal to replace


textarea fields with the FCKeditor - a
visual HTML editor, sometimes called
WYSIWYG editor. This HTML text editor
brings many of the powerful WYSIWYG
editing functions of known desktop
editors like Word to the web. It's
relatively lightweight and doesn't
require any kind of installation on the client computer.

CKEditor module: we received lots of user requests asking for the CKEditor
module. CKEditor is the next version of FCKeditor. Just wanted to let you know
that the first stable release of the CKEditor module is now available, it is very
similar to the 6.x-2.x version of the FCKeditor module.

Note: This module is not affiliated with the WYSIWYG module. WYSIWYG offers in
principle the same: an FCKeditor (or other editors) instead of normal textareas.
The approach of WYSIWYG is slightly different, and users unsatisfied with the
FCKeditor module are encouraged to try out the WYSIWYG module (and vice
versa).

Demo site

Please visit the demo site to see a sample installation of Drupal with FCKeditor
enabled.

Version Date Links Status


Download · Release Recommended
6.x-2.1-rc1 2010-Mar-10
notes for 6.x

Find out more · Bugs and feature requests

Wysiwyg

11 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sun on the 7th of October, 2007

Wysiwyg module allows you to use client-side editors (a.k.a.


WYSIWYG editors) to edit content in Drupal. It simplifies
installation and integration of editors and allows to assign an
editor to each input format. Wysiwyg module replaces all other
editor integration modules and no other Drupal module is
required.

It is capable to support all kinds of client-side editors. A


client-side editor can be a HTML-editor (a.k.a. WYSIWYG), a
“pseudo-editor” (buttons to insert markup into a plain textarea),
or even a Flash-based editor. Each editor library is integrated
through support files. Support for various editor libraries is built-in.

Wysiwyg module allows Drupal modules to integrate with all editors - without
having to implement editor-specific code.

Discussions happen in the Wysiwyg group, but also in IRC #drupal-wysiwyg.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-14
notes snapshot
Download · Release Recommended
6.x-2.1 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-2.1 2010-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

CAPTCHA
By wundo on the 9th of June, 2004

A CAPTCHA is a challenge-response test most often


placed within web forms to determine whether the user
is human. The purpose of CAPTCHA is to block form
submissions by spambots, which are automated scripts
that post spam content everywhere they can.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Jan-02
notes for 6.x

12 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-3.2 2009-Jan-04
notes for 5.x

Find out more · Bugs and feature requests

Lightbox2
By stella on the 22nd of March, 2006

The Lightbox2 module is a simple, unobtrusive script used to overlay images on


the current page. It's a snap to setup and works on most modern browsers.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2009-Jan-08
notes for 6.x
Download · Release Recommended
5.x-2.9 2009-Jan-08
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous 1 2 3 4 5 6 7 8 9 … next › last »

Page break by AutoPager. Page( 3 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Nodewords
By kiam on the 5th of July, 2004

This project allows you to set some meta tags for each Drupal page.

13 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.12-beta3 2010-Feb-17
notes for 6.x
Download · Release Recommended
5.x-1.13 2009-Jul-07
notes for 5.x

Find out more · Bugs and feature requests

Link
By jcfiala on the 22nd of July, 2006

#D7CX: I pledge that Link will have a full Drupal 7 release on the day that Drupal
7 is released.

A CCK content field which lets you add a complete link to your content types;
including URL, title, and optionally a target attribute.

Requires the content module (CCK).

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-09
notes snapshot
Download · Release Recommended
6.x-2.8 2009-Nov-05
notes for 6.x
Download · Release Recommended
5.x-2.7 2010-Mar-01
notes for 5.x

Find out more · Bugs and feature requests

Backup and Migrate


By ronan on the 3rd of November, 2007

#D7CX: I pledge that Backup and Migrate will have a full Drupal 7 release on the
day that Drupal 7 is released.

Backup and Migrate simplifies the task of backing up and restoring your Drupal
database or copying your database from one Drupal site to another. It supports
gzip, bzip and zip compression as well as automatic scheduled backups.

With Backup and Migrate you can dump some or all of your database tables to a
file download or save to a file on the server, and to restore from an uploaded or
previously saved database dump. You can chose which tables and what data to
backup and cache data is excluded by default.

14 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Jan-17
notes snapshot
Download · Release Recommended
6.x-2.2 2009-Dec-14
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-18
notes for 5.x

Find out more · Bugs and feature requests

Devel
By moshe weitzman on the 28th of September, 2003

#D7CX: I pledge that Devel will have a full Drupal 7 release on the day that Drupal
7 is released.

Note: theme developer module has moved

A suite of modules containing fun for module developers and themers ...

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Feb-02
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.18 2009-Sep-23
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Sep-23
notes for 5.x
4.7.x- Download · Release Development
2007-Jan-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Chaos tool suite


By merlinofchaos on the 5th of December, 2008

This suite is primarily a set of APIs and tools to improve the developer experience.
It also contains a module called the Page Manager whose is to manage pages. In
particular it manages panel pages, but as it grows it will be able to manage far
more than just Panels.

For the moment, it includes the following tools:

Plugins -- tools to make it easy for modules to let other modules implement
plugins from .inc files.

15 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Exportables -- tools to make it easier for modules to have objects that live in
database or live in code, such as 'default views'.
AJAX responder -- tools to make it easier for the server to handle AJAX
requests and tell the client what to do with them.
Form tools -- tools to make it easier for forms to deal with AJAX.
Object caching -- tool to make it easier to edit an object across multiple page
requests and cache the editing work.
Contexts -- the notion of wrapping objects in a unified wrapper and providing
an API to create and accept these contexts as input.
Modal dialog -- tool to make it simple to put a form in a modal dialog.
Dependent -- a simple form widget to make form items appear and disappear
based upon the selections in another item.
Content -- pluggable content types used as panes in Panels and other
modules like Dashboard.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

XML sitemap
By Darren Oh on the 9th of November, 2007

The XML sitemap module creates a sitemap that conforms to the sitemaps.org
specification. This helps search engines to more intelligently crawl a website and
keep their results up to date. The sitemap created by the module can be
automatically submitted to Ask, Google, Bing (formerly Windows Live Search), and
Yahoo! search engines. The module also comes with several submodules that can
add sitemap links for content, menu items, taxonomy terms, and user profiles.

Please read the included README.txt, the handbook documentation, and the
current list of known issues for more information before using the module.

Version Date Links Status


7.x-2.0- Download · Release Recommended
2010-Feb-19
alpha2 notes for 7.x
Download · Release Recommended
6.x-1.2 2010-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

16 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Panels
By merlinofchaos on the 22nd of July, 2006

An Overview of Panels

The Panels module allows a site


administrator to create customized
layouts for multiple uses. At its core it is a
drag and drop content manager that lets
you visually design a layout and place
content within that layout. Integration
with other systems allows you to create
nodes that use this, landing pages that
use this, and even override system pages such as taxonomy and the node page so
that you can customize the layout of your site with very fine grained permissions.

Integration with Ctools module

Panels 3 utilizes the CTools' system of "context" so that the content you place on
the page can be aware of what is being displayed. For example, in the existing
Drupal setup, a block has no real knowledge of what the primary page is
displaying. There are all kinds of tricks and tools you can use to get information to
the blocks, but this generally means writing PHP code to scan the URL and pull the
data out, which is not a very good thing when that data should already exist.

Panels uses Contexts - What are they?

Version Date Links Status


Download · Release Recommended
6.x-3.3 2010-Feb-01
notes for 6.x
Download · Release Recommended
5.x-2.0-rc1a 2008-Aug-05
notes for 5.x

Find out more · Bugs and feature requests

Calendar
By KarenS on the 2nd of November, 2006

Requires Views and the Date API (packaged with the Date module).

This module will display any Views date field in calendar formats, including CCK
date fields, node created or updated dates, etc. Switch between year, month, and
day views. Back and next navigation is provided for all views.

Videos/Tutorials

17 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

New! View a video on Date and Calendar by Karen Stevenson from the Do
It With Drupal Free Video archive.

See a great new screencast demonstrating Date and Calendar at


DrupalTherapy.
Jan Polzer has produced a Polish screencast about how to use the Date
Wizard and Calendar at Maxiorel.
The Drupal Handbook pages are at Date/Calendar Documentation.
Drupal 6 version only: If you install the Advanced help module you'll have
access to a growing collection of help pages documenting how everything
works .

Important Information
Version Date Links Status
Download · Release Recommended
6.x-2.2 2009-Jul-29
notes for 6.x
Download · Release Recommended
5.x-2.7 2009-May-06
notes for 5.x

Find out more · Bugs and feature requests

jQuery Update
By jjeff on the 26th of April, 2007

This module facilitates an upgrade of jQuery in Drupal core and allows other
contrib modules to rely on a newer jQuery version.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Apr-24
notes snapshot
Download · Release Recommended
6.x-1.1 2008-Jun-23
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Jul-16
notes for 5.x

Find out more · Bugs and feature requests

Global Redirect

18 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By nicholasThompson on the 7th of October, 2006

What?

GlobalRedirect is a simple module which…

1. Checks the current URL for an alias


and does a 301 redirect to it if it is
not being used.
2. Checks the current URL for a trailing
slash, removes it if present and
repeats check 1 with the new
request.
3. Checks if the current URL is the same as the site_frontpage and redirects to
the frontpage if there is a match.
4. Checks if the Clean URLs feature is enabled and then checks the current URL
is being accessed using the clean method rather than the 'unclean' method.
5. Checks access to the URL. If the user does not have access to the path, then
no redirects are done. This helps avoid exposing private aliased node's.
6. Make sure the case of the URL being accessed is the same as the one set by
the author/administrator. For example, if you set the alias "articles/cake-
making" to node/123, then the user can access the alias with any
combination of case.
7. Most of the above options are configurable in the settings page. In Drupal 5
you can access this after enabling the globalredirect_admin module. In
Drupal 6, the settings page is bundled into the module.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Dec-22
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Dec-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous 1 2 3 4 5 6 7 8 9 … next › last »

Page break by AutoPager. Page( 4 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

19 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

20 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Content Taxonomy
By mh86 on the 8th of February, 2007

This module provides a CCK field type for referencing taxonomy terms.
The fields are independent from vocabulary settings. For every field you can
specify following settings:

widget type (see list below)


general CCK settings (label, description, fieldgroup, weight, single/multiple,
required, ...)
the vocabulary to use
further settings for hierarchical vocabularies, like the depth of the tree or a
parent term for sub-trees
storage settings: storage is done in the CCK tables. But for many modules it's
necessary, that the saved values are also available to the core Taxonomy
system. In this case it's possible to save values additionally to the core
taxonomy database table. (Drupal 6)
widget-specific settings

Content Taxonomy is going to hide all form fields from the core Taxonomy module
from vocabularies, which are handled by a Content Taxonomy field (since Beta 6).

Further Content Taxonomy Fields have Views and Token support and can be used
with Rules.

At the moment there are following widgets available:

Select lists

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Aug-19
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Jul-07
notes snapshot
4.7.x- Download · Release Development
2007-Mar-03
1.x-dev notes snapshot

Find out more · Bugs and feature requests

jQuery UI

21 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sun on the 21st of May, 2008

A wrapper module around the jQuery UI


effects library that lets module
developers add swooshy, swishy effects
to their code.

See http://jqueryui.com/demos for some examples of what jQuery UI can do.


See http://jqueryui.com/docs for documentation on how to use it.
See http://jqueryui.com/support if you need help getting jQuery UI to work, once
it's being added to your pages.

This is a utility module that won't do anything on its own. See README.txt for how
your module can use it to add jQuery UI effects to your pages.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-08
notes snapshot
Download · Release Recommended
6.x-1.3 2009-Jun-21
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jun-21
notes for 5.x

Find out more · Bugs and feature requests

Voting API
By eaton on the 2nd of November, 2005

#D7CX: I pledge that VotingAPI will have a full Drupal 7 release on the day that
Drupal 7 is released.

VotingAPI helps developers who want to use a standardized API and schema for
storing, retrieving, and tabulating votes for Drupal content.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Jan-27
notes snapshot
Download · Release Recommended
6.x-2.3 2009-Aug-15
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Apr-30
notes for 5.x

Find out more · Bugs and feature requests

Content Templates (Contemplate)

22 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jrglasgow on the 16th of May, 2006

The Content Template (a.k.a. ConTemplate) module allows modification of Drupal's


teaser and body fields using administrator defined templates. These templates use
PHP code and all of the node object variables are available for use in the template.
An example node object is displayed and it is as simple as clicking on its properties
to add them to the current template.

This module was written to solve a need with the Content Construction Kit (CCK),
where it had a tendency toward outputting content in a not-very-pretty way. And
as such, it dovetails nicely with CCK, adding a "template" tab to CCK content-type
editing pages and pre-populating the templates with CCK's default layout. This
makes it easy to rearrange fields, output different fields for teaser and body,
remove the field title headers, output fields wrapped for use with tabs.module
(part of JSTools), or anything you need.

But Content Template can actually be used on any node type and allows
modification of the teaser and body properties before they go out in an RSS feed,
search index, or are handed off to the theme. Additionally, ConTemplate can
choose to add any files, images, or other media to RSS feeds as an attachment.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-09
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Jun-02
notes for 6.x
Download · Release Recommended
5.x-2.04 2008-Nov-14
notes for 5.x

Find out more · Bugs and feature requests

Page Title
By nicholasThompson on the 21st of February,
2006

The word "title" is a bit overloaded. Every


piece of content in Drupal has a title, and
so does every page. The page title is the
one found in the HTML head inside the
<title> tag. It is also used on SERPs
(Search Engine Result Pages) and can greatly enhance your websites SEO (Search
Engine Optimization).

This module gives you granular control over the page title. You can specify
patterns for how the title should be structured and, on content creation pages,
specify the page title separately to the content's title.

23 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-14
notes snapshot
Download · Release Recommended
6.x-2.3 2009-Nov-23
notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Nov-23
notes for 5.x

Find out more · Bugs and feature requests

Printer, e-mail and PDF versions


By jcnventura on the 2nd of November, 2004

#D7CX: The Printer-friendly, e-mail and


PDF versions module will have a full
Drupal 7 release on the day that Drupal
7 is released.

This module allows you to generate the following printer-friendly versions of any
node:

Printer-friendly version (webpage format) (at www.example.com/print/nid )


PDF version (at www.example.com/printpdf/nid )
Send by-email (at www.example.com/printmail/nid )

where nid is the node id of content to render.

Important: The current versions of the module require at least Drupal 5.17
or 6.11. They will not work in older versions.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-11
notes snapshot
Download · Release Recommended
6.x-1.10 2009-Oct-15
notes for 6.x
Download · Release Recommended
5.x-4.9 2009-Oct-14
notes for 5.x

Find out more · Bugs and feature requests

Tagadelic
By Bèr Kessels on the 9th of June, 2005

Tagadelic is a small module, without any databases, or configuration, that

24 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

generates a page with weighted tags. The cool thing is that by merely altering font
sizes, these lists suddenly gain a dimension.

#D7CX: I pledge that Tagadelic will have a full Drupal 7 release on the day that
Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Dec-31
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-29
notes for 5.x
Download · Release Recommended
4.7.x-2.0 2006-Nov-15
notes for 4.7.x

Find out more · Bugs and feature requests

Nice Menus
By add1sun on the 2nd of January, 2006

Nice Menus enables


drop-down/right/left expandable
menus. It uses only CSS for most
browsers, with minimal Javascript for
IE6. (Version 2 uses the Superfish
jQuery plugin for all browsers, with an
option to disable JS, and falls back to
CSS-only for browsers that can handle
it.)

Three styles/types of menus are currently possible: horizontal, menus drop down;
vertical, menus fly to the left; vertical, menus fly to the right. There is a handbook
page that provides a list of sites that use Nice menus.

Nice Menus creates blocks that may be associated with any existing site menu
which can be placed wherever normal blocks can be placed in a theme. For
themers, it is also possible to theme a menu as a Nice Menu directly by using the
provided theme functions so a block is not necessary. A specific theme function for
the Primary Links menu is available. The theme functions also allow a developer to
pass in a custom menu tree of their making (i.e. not using a Drupal menu.) There
is more information on how to use theme functions in the documentation.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Nov-30
notes for 6.x

25 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.4 2008-Nov-30
notes for 5.x

Find out more · Bugs and feature requests

Transliteration
By smk-ka on the 9th of December, 2007

Provides a central transliteration service to other


Drupal modules, and
sanitizes file names while uploading.

Generally spoken, it takes Unicode text and tries


to represent it in US-ASCII characters
(universally displayable, unaccented characters)
by attempting to transliterate the pronunciation
expressed by the text in some other writing
system to Roman letters.

Version Date Links Status


Download · Release Development
7.x-3.x-dev 2009-Dec-04
notes snapshot
Download · Release Recommended
6.x-2.1 2009-Jun-09
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Jun-09
notes for 5.x

Find out more · Bugs and feature requests

IMCE Wysiwyg bridge


By sun on the 22nd of February, 2009

This module is acts as a bridge between the IMCE module and the Wysiwyg
module.
Currently the module only supports integration with the Tinymce and FCKeditor.
Those wishing to see more editors supported are welcome to submit patches.

It is based on a patch created by sun and converted into a module by kingandy


and Aaron Hawkins.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-21
notes snapshot

26 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jun-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous 1 2 3 4 5 6 7 8 9 … next › last »

Page break by AutoPager. Page( 5 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Phone (CCK)
By thierry_gd on the 3rd of October, 2006

This module provides a phone field type for CCK.

Version Date Links Status


Download · Release Recommended
6.x-2.14 2010-Jan-02
notes for 6.x
Download · Release Recommended
5.x-2.15 2008-Dec-04
notes for 5.x
4.7.x- Download · Release Development
2007-May-07
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Email Field
By mh86 on the 5th of August, 2006

27 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

#D7CX: I pledge that Email Field will have a full Drupal 7 release on the day that
Drupal 7 is released.

This module provides a CCK field type for email addresses.

Features:

validation of emails
turns addresses into mailto links
encryption of email addresses with
Invisimail (Drupal 5 + 6)
SpamSpan (Drupal 6 only)
contact form (see Display settings)
provides Tokens
exposes fields to Views
can be used with Rules

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Feb-09
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.2 2009-Jun-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-26
notes for 5.x
4.7.x- Download · Release Development
2007-Feb-24
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Internationalization
By Jose Reyero on the 18th of February, 2004

Provides content translation -nodes and taxonomy-, interface translation for


anonymous users -with the locale module- and browser language detection.
Includes a block for language selection and manages translation relationships for
nodes and taxonomy terms.

For Drupal 6 it builds on core multilingual features to extend them and make the
site fully multilingual, including taxonomy translation, multilingual blocks and
menu items and translation of user defined strings. Read a complete feature
overview in the new Internationalization handbook.

28 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-03
notes for 6.x
Download · Release Recommended
5.x-2.6 2010-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

LoginToboggan
By hunmonk on the 10th of May, 2006

#D7CX: I pledge that LoginToboggan will have a full Drupal 7 release on the day
that Drupal 7 is released.

The Login Toboggan module offers several modifications of the Drupal login system
in an external module by offering the following features and usability
improvements:

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Oct-25
alpha2 notes for 7.x
Download · Release Recommended
6.x-1.6 2009-Oct-16
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Oct-16
notes for 5.x

Find out more · Bugs and feature requests

Site map
By frjo on the 7th of July, 2004

This module provides a site map that gives visitors an overview of your site. It can
also display the RSS feeds for all blogs and categories.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-14
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Oct-14
notes for 5.x

Find out more · Bugs and feature requests

29 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Fivestar
By ezra-g on the 13th of December, 2006

The Fivestar voting module adds a


clean, attractive voting widget to nodes
in Drupal 5 and 6. Developed by
Lullabot and an officially supported
module in Acquia Drupal.
It features:

jQuery rollover effects and AJAX


no-reload voting
Configurable star sets
Graceful degradation to an HTML rating form when JavaScript is turned off
Support for anonymous voters
Spam protection to keep users from filling your DB with bogus votes
Easy-to-use integration with Views module for lists sorted by rating, or
filtered by min/max ratings
A Fivestar CCK field for use in custom node types
An easy-to-use Form API element type for use in other modules
Compatible with all versions of jQuery (1.0 - 1.3.2)

Version Date Links Status


Download · Release Recommended
6.x-1.19 2009-Oct-22
notes for 6.x
Download · Release Recommended
5.x-1.16 2009-Jul-01
notes for 5.x

Find out more · Bugs and feature requests

Image Assist
By sun on the 22nd of June, 2004

Image Assist allows users to upload and insert images


inline into content. It automatically generates an "Add
image" link under fields of your choice. Clicking the
link opens an image browser, displaying all images
that have been uploaded via the Image module.

Images can be filtered by ownership or taxonomy


terms (categories). New images can be uploaded
through Image Assist's dialog. Clicking on an image
displays a properties page where attributes such as

30 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

caption, size, and alignment can be set before the image is inserted into the post.

Image Assist is especially useful when using a client-side editor/WYSIWYG editor.


Currently, it can be used with TinyMCE via Wysiwyg API - support for other editors
is right on the way.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Jul-15
alpha4 notes for 6.x
5.x-2.0- Download · Release Recommended
2009-Jul-15
alpha4 notes for 5.x
4.7.x- Download · Release Development
2007-Sep-28
1.x-dev notes snapshot

Find out more · Bugs and feature requests

31 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Embedded Media Field


By aaron on the 26th of June, 2007

#D7CX: I pledge that Embedded Media Field will have a full Drupal 7 release,
and/or a migration to FileField (depending on the status of PHP Stream Wrappers
+ FileField in core) on the day that Drupal 7 is released. Views functionality will be
available the day the Drupal 7 version of Views is released.

Maintainers: aaron (Aaron Winborn) and Alex UA (Alex Urevick-Ackelsberg)

This extensible module will create fields for node content types that can be used to
display video, image, and audio files from various third party providers. When
entering the content, the user will simply paste the URL or embed code from the
third party, and the module will automatically determine which content provider is
being used. When displaying the content, the proper embedding format will be
used.

The module is only an engine, and requires a supported module to function. These
include 'Embedded Image Field', 'Embedded Video Field' and 'Embedded Audio
Field'. These modules are included in the contrib folder of the module, so they can
be easily activated from the module administration page.

*************************************

Version Date Links Status


Download · Release Recommended
6.x-1.18 2009-Dec-07
notes for 6.x
Download · Release Recommended
5.x-1.8 2009-Sep-22
notes for 5.x

Find out more · Bugs and feature requests

Simplenews
By Sutharsan on the 6th of July, 2005

Simplenews publishes and sends newsletters to lists of subscribers. Both


anonymous and authenticated users can opt-in to different mailing lists. HTML
email can be send by adding Mime Mail module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-26
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Jul-28
notes for 5.x

32 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Views Slideshow
By aaron on the 18th of July, 2007

#D7CX: I pledge that Views Slideshow will have a full Drupal 7 release on the day
that Drupal 7 is released, or on the day that Views is release for Drupal 7,
whichever comes last.

Co-maintained by redndahead, who's largely responsible for the excellent version


2! (Try it out now!)

Views Slideshow can be used to create a slideshow of any content (not just
images) that can appear in a View. Powered by jQuery, it is heavily customizable:
you may choose slideshow settings for each View you create.

Potential uses
News item slideshow (such as the title, image and teaser of the last 5 news
articles submitted)
The Last X number of X submitted (images, videos, blog entries, forum posts,
comments, testimonials, etc.).
Rotate any image, based on any filters you can apply in views.
Hottest new products for any ecommerce drupal site.
Rotate contact links, share links, etc.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2009-Sep-29
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Oct-01
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous 1 2 3 4 5 6 7 8 9 … next › last »

Page break by AutoPager. Page( 6 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

33 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

widgEditor - A WYSIWYG editor


By Gurpartap Singh on the 24th of November,
2006

Description

widgEditor is an easily installed, easily customizable WYSIWYG editor for simple


content. It replaces node, comment and other specified textareas with an
improved editing pane using JavaScript, therefore if you don't have JavaScript (or
your browser doesn't support HTML editing) it degrades gracefully.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-04
notes for 5.x

Find out more · Bugs and feature requests

Ubercart
By Andy_Lowe on the 19th of March, 2007

#D7CX: I pledge that Ubercart will have a full


Drupal 7 release on the day that Drupal 7 is
released.

Ubercart is an e-commerce suite developed for


Drupal. It has been designed with the end user in mind, focusing on usability in
three key areas: store configuration, product and catalog creation, and order
administration. On the front end, all major systems are configurable and integrate
with the standard Drupal systems (node, taxonomy, user, etc.). On the back end,
the settings pages and order administration pages have been designed with ease
of use in mind, and we are constantly working to lower the barrier to entry for new
Ubercart users.

Ubercart out of the box is a great solution for stores that sell physical goods,
digital product downloads, and site memberships. All these features can be
previewed on the demo site, Ubercart Livetest. Feel free to check it out and post
your thoughts in the forums. Read more about testing here.

34 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The community at Ubercart.org is active and growing. Check it out to find forum
support, a contributions directory holding modules, snippets, Views tutorials, and
more submitted by your friendly fellow Ubercart users, and a site directory
showcasing live Ubercart sites.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.9 2009-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Menu Toggle
By archard on the 30th of August, 2008

Menu Toggle is a very small, simple module that lets you toggle the visibility of
expanded menu items. By default when a Drupal menu is set to 'Expanded', the
children of that menu item are listed below it. Some menus have very long lists of
items however, and it can be inconvenient to navigate. With Menu Toggle you can
force expanded menu items to show up only when you click the parent menu item.
This will save a lot of vertical real estate on your website. Since the menu tree is
already loaded during the bootstrap process, there is no AJAX involved - just a
simple toggling of the display using a bit of jQuery. You also have the option of
displaying the expanded menu items by default. Items in the active menu tree are
always expanded.

Note that in order for a menu item to be togglable, the parent menu item must be
set to 'Expanded' in Drupal's administration interface. By doing this you have
complete control over which menu items can be toggled and which can't.

If you're looking for a more robust solution, check out DHTML Menu.

This module was co-developed by Venkat Dinevahi (vendiddy)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

DHTML Menu
By Arancaytar on the 9th of December, 2006

DHTML Menu uses Javascript to reduce the number of page loads when using

35 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

nested menus; this is particularly useful with Drupal's administration system.

Ordinarily in Drupal, in order to see the sub-items in a menu, you need to click the
link of this item and wait for a full page load. After enabling DHTML Menu, clicking
a menu link once will expand it to reveal its sub-items without reloading the page.
A double-click on the item will load the page normally. Additionally, a cookie stores
which menus are open and which are closed, so that the state of the menus
remain consistent as you navigate around the site.

Note: In 6.x-3.0 and all later versions, DHTML Menu starts working as
soon as the module is enabled. There are no blocks to replace and no
block options to enable.

#D7CX: DHTML Menu has a D7 test version and will have a stable release for
Drupal 7 the day Drupal 7 is released.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Nov-13
alpha4 notes for 7.x
Download · Release Recommended
6.x-3.5 2009-Jun-05
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Nov-05
notes for 5.x

Find out more · Bugs and feature requests

Path redirect
By Dave Reid on the 24th of August, 2006

This module allows you to specify a


redirect from one path to another path
or an external URL, using any HTTP
redirect status.

There is currently an
incompatibility between Path
redirect 6.x-1.0-beta6 and
Pathauto 6.x-1.2. You must
upgrade to Pathauto 6.x-1.3. Also, make sure to test before using on a
production site. This module still is in beta after all.

#D7CX: I pledge that Path redirect will have a full Drupal 7 release on the day that
Drupal 7 is released.

Version Date Links Status

7.x-1.x-dev 2010-Feb-28 Download · Release Development

36 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
6.x-1.0-beta6 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-May-14
notes for 5.x

Find out more · Bugs and feature requests

Location
By bdragon on the 11th of March, 2005

The Location module allows real-world geographic locations to be associated with


Drupal nodes, including people, places, and other content. The Location module
allows admins to collect addresses, geocode them (translate addresses to
lattitude/longitude), and associate locations with Drupal nodes and users. Location
data is automatically used to generate GeoRSS within your existing RSS feeds.
Location also provides an API so that other modules may take advantage of its
address storage and geocoding features.

Version Date Links Status


Download · Release Recommended
6.x-3.1-rc1 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-3.1-rc1 2009-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

Automatic Nodetitles
By fago on the 29th of August, 2006

"auto_nodetitle" is a small and efficient module that allows hiding of the content
title field in the form. To prevent empty content title fields one can configure it to
generate the title by a given pattern.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-31
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jul-31
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Jan-04
notes for 4.7.x

37 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

GMap Module
By bdragon on the 10th of October, 2005

The GMap module provides an interface to the Google Maps API within Drupal. It
integrates with the Location module to provide users a clickable map for entering
latitude and longitude, as well as to display maps of Drupal nodes and users. GMap
can be used to create interactive maps with various map markers and content in
map bubbles, taking advantage of Drupal's other content management features.
The module also provides a Views display plugin which allows users to display the
results of a view on a Google map.

The GMap package consists of the following modules:

GMap: provides the GMap API, integration with Views and Location, and
GMap macros.
GMap Location: Provides a map of all a site's nodes and a map of all of the
site users.
GMap Taxonomy: Allows you to display different map markers based on
taxonomy of a specific node.
GMap Macro Builder: Provides a GUI for building "macros" (a text-based
way of describing arbitrary GMaps).

In order to use this module, you need a (free) Google Maps API key.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-24
notes snapshot
Download · Release Recommended
6.x-1.1-rc1 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-1.1-rc1 2009-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

Thickbox
By frjo on the 2nd of October, 2006

The Thickbox module is a wrapper for the jQuery plugin ThickBox.

Thanks to user contributions the module provides automated integration


with ImageField (CCK) + ImageCache and the Image module.

38 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Sep-07
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Views Bulk Operations (VBO)


By infojunkie on the 23rd of July, 2007

This module augments Views by allowing bulk


operations to be executed on the nodes
displayed by a view. It does so by showing a
checkbox in front of each node, and adding a
select box containing operations that can be
applied on the selected nodes.

NEWS
2010-01-20: VBO now used on
Drupal.org! Thanks to everyone who pushed for it :-)

QUICK START GUIDE (DRUPAL 6)


Install and enable Views 6.x-2.x and VBO
Click Site building > Views > Add
View name = "test", View type = "Node"
Click "Add display" to create a new page
Click Style: Unformatted and select "Bulk Operations", then click "Update"
In Page: Style options > Selected operations, select a few operations then
click "Update default display"
In Fields, press +, then select "Node: Title", then click "Add" then "Update
default display"
In Page settings, click Path: None and type "test", then click "Update"
Click "Save", then "View Page" (top-right corner)
Enjoy your first VBO!

QUICK START GUIDE (DRUPAL 5)


Version Date Links Status
Download · Release Recommended
6.x-1.9 2010-Feb-04
notes for 6.x

39 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.4 2009-May-20
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 2 3 4 5 6 7 8 9 10 … next › last »

Page break by AutoPager. Page( 7 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mollom
By Dries on the 31st of March, 2008

Mollom provides a one stop solution for all


spam problems and can protect the following
Drupal forms. It offers and intelligently combines:

CAPTCHAs -- both image and audio CAPTCHAs


text analysis
user reputations

and can:

block comment form spam


block contact form spam
protect the user registration form against fake user accounts
protect the password request form
block spam on any node form, such as forum topics, articles, stories, pages,
and more

For more information about Mollom, you can read this Mollom introduction.

40 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Mollom is actively developed and maintained by Dries Buytaert, the founder and
project lead of Drupal, and Benjamin Schrauwen. Mollom is currently in use by
almost 20,000 sites include Sony, Adobe, LinuxJournal, Warner Bros Records,
Netlog, NBC, etc.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-11
notes snapshot
Download · Release Recommended
6.x-1.12 2010-Feb-20
notes for 6.x
Download · Release Recommended
5.x-1.8 2009-Sep-14
notes for 5.x

Find out more · Bugs and feature requests

Rules
By fago on the 7th of November, 2007

#D7CX: I pledge that rules will have a full


Drupal 7 release on the day that Drupal 7 is
released.

The rules modules allows site administrators


to define conditionally executed actions based
on occurring events (known as reactive or ECA
rules). It's a replacement with more features
for the trigger module in core and the successor of the workflow-ng module.

• Send customized mails to notify your users about important changes


• Build flexible content publishing workflows
• Create custom redirections, system messages, breadcrumbs, ..
• And a lot more....

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Mar-11
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Aug-28
notes for 6.x

Find out more · Bugs and feature requests

Content Profile
By fago on the 1st of February, 2008

41 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module builds user profiles as content (aka nodes), which opens the
opportunity to use all the powerful modules for content for user profiles too, e.g.
the Content Construction Kit (CCK). It's intended to be simple and useful, but
extensible by further modules.

Content profiles can be restricted to certain roles; the module also supports
separate content profiles for different roles.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

42 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

External Links
By quicksketch on the 29th of March, 2007

External Links is a small module used to differentiate between internal and


external links. Using jQuery, it will find all external links on a page and add an
external icon indicating it will take you offsite or a mail icon for mailto: links.

Configuration options:

Apply icons to either mailto: or external links or both.


Configure external links to open in a new window.
A confirmation message when leaving the site (Section 508 compliance).
Regular expression inclusion and exclusion of links considered external.

This module Built by Robots:

Jeff Robbins (jjeff)


Nate Haug (quicksketch)

#D7CX: I pledge that External Links will have a full Drupal 7 release on the day
that Drupal 7 is released. External Links is now fully ported to Drupal 7!

Version Date Links Status


Download · Release Recommended
7.x-1.9 2009-Dec-20
notes for 7.x
Download · Release Recommended
6.x-1.9 2009-Dec-20
notes for 6.x
Download · Release Recommended
5.x-1.8 2009-Oct-23
notes for 5.x

Find out more · Bugs and feature requests

Better Formats

43 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By dragonwize on the 3rd of December, 2008

Better formats is a module to add more


flexibility to Drupal's core input format
system.

Features

Set the default format per role.


Set the default format per content
type.
Control allowed formats per content type.
Hide format tips.
Hide more format tips link.
Hide format selection for nodes, comments, and blocks seperately, forcing
the default to be used.
Expand the selection fieldset by default.
Disable the expand/collapse of the selection fieldset.
Set selection fieldset title.
Set more format tips link text.
Set default formats for nodes and comments separately.
Sensible defaults and fail overs for ease of use.
Works with CCK textareas.
Works with Panels comment form.
i18n module support for user defined strings.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-05
notes for 6.x

Find out more · Bugs and feature requests

SWF Tools
By Stuart Greenfield on the 24th of January, 2007

Overview

SWF Tools allows you to easily embed flash content on your pages. You can use
CCK filefields, use an input filter with [swf file="mymovie.swf"] , or use PHP and
call print swf('mymovie.swf'); . The module consists of a number of components
that you can choose to install. For example, you can choose a variety of
embedding methods, such as direct embedding markup, or SWF Object 2
JavaScript. You can also enable support for a number of common media players,

44 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

such as Wijering Player or FlowPlayer. When you enable those you can easily add
video and audio content to your site simply by writing [swf file="myAudio.mp3"] or
[swf file="myVideo.flv"] . SWF Tools will take care of everything to create your
player.

SWF Tools also supports playlists. You can do this via CCK (upload a number of
files and they will be assembled to a playlist), or you can us the input filter and
[swf files="first.mp3&&second.mp3&&third.mp3"] will create a playlist in the media
player you have chosen to use.

SWF Tools now also supports rtmp streaming, so you can let users skip through
the content. To use that you just write a line like [swf file="stream.flv"
stream="rtmp://server/application"] .

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Apr-27
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Mar-09
notes for 5.x

Find out more · Bugs and feature requests

getID3()
By Rob Loach on the 6th of September, 2007

#D7CX: I pledge that GetID3 will have a full Drupal 7 release on the day that
Drupal 7 is released.

The getID3() Drupal module facilitates the installation and management of the
getID3() PHP library, used to extract useful information from MP3s and other
multimedia file formats.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-18
notes snapshot
Download · Release Recommended
6.x-1.3 2009-Nov-26
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Nov-26
notes for 5.x

Find out more · Bugs and feature requests

Author Pane

45 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Michelle on the 21st of December, 2008

Important support note: The holidays are over but I'm still
too swamped to pay much attention to the queue. I'll try to
work in some time to tend to it but bug reports will get first
priority. It may be some time before I'm able to answer
non-trivial support requests.

Author Pane is a block of information about a given user, like


those typically found on a forum post, but can be used in other
places as well. From core, it collects the user picture, name,
join date, online status, contact link, and profile information. In
addition, any module or theme can feed it more information via
the preprocess system. All of this information is then gathered and displayed using
a template file.

Advanced Forum and Advanced Profile Kit will use Author Pane automatically. It
can also be used independently of those modules by making use of the provided
block, the theme function, or the panels integration. See the documentation for
more details.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-01
notes for 5.x

Find out more · Bugs and feature requests

Mime Mail
By Allie Micka on the 16th of November, 2005

This is a Mime Mail component module (for use by other modules).

It permits users to recieve HTML email and can be used by other modules.
The mail functionality accepts an HTML message body, mime-endcodes it and
sends it.
If the HTML has embedded graphics, these graphics are MIME-encoded and
included as a message attachment.
Adopts your site's style by automatically including your theme's stylesheet
files in a themeable HTML message format
If the recipient's preference is available and they prefer plaintext, the HTML
will be converted to plain text and sent as-is. Otherwise, the email will be
sent in themeable HTML with a plaintext alternative.

This module is required by the Send module.

46 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This project is based on work efforts by Robert Castelo, Gerhard Killesreiter and
Allie Micka

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-23
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-06
notes for 5.x

Find out more · Bugs and feature requests

Content Access
By fago on the 17th of May, 2007

Yet another node access module.

This module allows you to manage permissions for


content types by role and author. It allows you to
specifiy custom view, edit and delete permissions for
each content type. Optionally you can enable per
content access settings, so you can customize the
access for each content node.

In particular:

it comes with sensible defaults, so you need not configure anything and
everything stays working
it is as flexible as you want. It can work with per content type settings, per
content node settings as well as with flexible Access Control Lists.
it trys to reuse existing functionality instead of reimplementing it. So one can
install the ACL module and set per user access control settings per content
node.
Furthermore the module provides conditions and actions for workflow-ng /
rules, which allows one to configure even rule-based access permissions.
it optimizes the written content node grants, so that only the really necessary
grants are written. This is important for the performance of your site.
it takes access control as important as it is. E.g. the module has a bunch of
simpletests to ensure everything is working right.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-31
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jan-02
notes for 5.x

47 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 3 4 5 6 7 8 9 10 11 … next › last »

Page break by AutoPager. Page( 8 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Organic groups
By Amitaibu on the 24th of November, 2004

#D7CX: I pledge that Organic Groups will have a full Drupal 7 release on the day
that Drupal 7 is released.

Enable users to create and manage their own 'groups'. Each group can have
subscribers, and maintains a group home page where subscribers communicate
amongst themselves.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-28
notes snapshot
Download · Release Recommended
6.x-2.0 2009-Aug-18
notes for 6.x
Download · Release Recommended
5.x-8.1 2009-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

jQuery plugins
By mfb on the 14th of November, 2007

The jquery_plugin module allows you to load miscellaneous jQuery plugins from

48 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

any module or theme by calling the jquery_plugin_add($plugin) function. For


example, jquery_plugin_add('validate') would load the Validation plugin. It also
supports jQ, a jQuery plugin registry.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-08
notes snapshot
Download · Release Recommended
6.x-1.10 2009-Jun-15
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-15
notes for 5.x

Find out more · Bugs and feature requests

Views Bonus Pack


By neclimdul on the 25th of July, 2006

This group of modules is sort of a recipe module that makes things easier by
showing how to integrate some other modules as well as providing miscellaneous
features that aren't distributed by Views itself. Sometimes these modules are only
base recipes that will need to be themed and spiced up to fit your needs so be
creative!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-08
notes for 6.x
5.x-1.2- Download · Release Recommended
2008-May-10
alpha2 notes for 5.x

Find out more · Bugs and feature requests

Event
By killes@www.drop.org on the 28th of September, 2003

This is a simple module to keep track of events and show them to users in various
calendar displays. It also provides an event API to allow other modules to store
and work with date data.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Feb-26
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Jun-04
notes for 5.x

49 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Scheduler
By Eric Schaefer on the 23rd of July, 2006

This module allows nodes to be published and unpublished on specified dates.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Oct-18
notes for 6.x
Download · Release Recommended
5.x-1.18 2009-Oct-18
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-May-03
notes for 4.7.x

Find out more · Bugs and feature requests

Admin
By yhahn on the 3rd of June, 2009

We are looking for a 1.x


branch maintainer
We are currently focusing all our efforts
on the 2.x branch of Admin. However,
we understand that there are many
sites that will continue to use the 1.x
branch and need bug fixes, features,
and further releases.

If you are interested in being a branch maintainer for Admin 1.x, please contact
Young Hahn.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Jul-30
notes for 6.x

Find out more · Bugs and feature requests

Menu block

50 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By JohnAlbin on the 3rd of June, 2008

So… have you ever used the Primary and


Secondary links feature on your theme and
wondered “how the hell do I display any
menu items deeper than that?”

Well, that’s what this module does. It


provides configurable blocks of menu trees starting with any level of any menu.
And more!

Version Date Links Status


Download · Release Recommended
6.x-2.2 2008-Dec-15
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Nov-24
notes for 5.x

Find out more · Bugs and feature requests

CKEditor - WYSIWYG HTML editor


By wwalc on the 16th of October, 2009

This module will allow Drupal to replace


textarea fields with the CKEditor - a
visual HTML editor, sometimes called
WYSIWYG editor. This HTML text editor
brings many of the powerful
WYSIWYG editing functions of known
desktop editors like Word to the web.
It's very fast and doesn't require any kind of installation on the client computer.

What is CKEditor?

CKEditor is the next version of FCKeditor. The editor has been rebranded and
completely rewritten. It is now much faster (the code has been optimized), loads
faster (the number of files has been reduced, so the browser will perform less
HTTP requests) and developers friendly.

End user features


Developer features

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

51 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Messaging
By Jose Reyero on the 21st of January, 2008

This is a Messaging Framework to allow message sending in a channel independent


way. It will provide a common API for message composition and sending while
allowing plug-ins for multiple messaging methods.

When using this framework, you won't send e-mails to users anymore. You will
send them 'messages' and they will decide how they want to get them delivered,
that may be by mail, IM, SMS, depending on user's preferences...

Sending methods:

Don't forget to enable and set up the sending method plug-ins you want to use, at
least one is needed for it to work. Currently supported are:

New Prowl: iPhone push notifications (Drupal 6 only, requires Prowl push
notifications module)
New Twitter: developed by Will White (Drupal 6 only, requires Twitter
module)
Instant Messaging: XMPP, using XMPP Framework (Drupal 6 only, requires
XMPP Framework 6.x-2.x version)
SMS, developed by Tim Cullen (Requires SMS Framework)
Plain text Mail: simple gateway using Drupal standard mail functions
HTML mail: PHPMailer, contributed by Ted Serbinski

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Nov-13
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-02
notes for 5.x

Find out more · Bugs and feature requests

Advanced Forum
By Michelle on the 18th of November, 2007

Important support note: The holidays are over but I'm still too swamped to pay
much attention to the queue. I'll try to work in some time to tend to it but bug
reports will get first priority. It may be some time before I'm able to answer
non-trivial support requests.

Originally created for my Coulee Region forums, Advanced Forum is a theme/glue


module that enhances Drupal's core forum module. The included styles provide the

52 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

look typically found in stand alone forum software and the code provides some of
the functionality, mostly related to the end user experience. By adding other
Drupal contributed modules, many of which are automatically used by Advanced
Forum, you can achieve much of what stand alone software provides. Because it
uses the core forum module, it uses the node and comment system built into
Drupal and is completely integrated, not a bridge.

Make sure you read the documentation! Especially for 5.x, there is more to
installing this module than copying it to your server and enabling it.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-01
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-01
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 4 5 6 7 8 9 10 11 12 … next › last »

Page break by AutoPager. Page( 9 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

FeedAPI
By Aron Novak on the 6th of July, 2007

Note: FeedAPI versions lower than 1.9 are not compatible with Drupal 6.14 or
higher (see #580508 for details).

The maintainers of FeedAPI launched a successor project: Feeds. Read more about
the future of FeedAPI in Good bye FeedAPI, hello Feeds and upgrade FeedAPI to
Feeds.

53 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

FeedAPI aggregates feeds on a Drupal website by generating light weight items or


nodes from feeds. It provides a straightforward configuration for most use cases
and is extensible through an API. FeedAPI integrates with OG (but does not require
it).

Version Date Links Status


Download · Release Recommended
6.x-1.9-beta3 2009-Nov-09
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Dec-05
notes for 5.x

Find out more · Bugs and feature requests

Diff
By yhahn on the 14th of April, 2005

This module adds a tab for sufficiently permissioned users. The tab shows all
revisions like standard Drupal but it also allows pretty viewing of all
added/changed/deleted words between revisions.

Current maintainers

Young Hahn (yhahn)


Tim Altman (Junyor)
Derek Wright (dww)
rötzi

Previous maintainers

Moshe Weitzman (moshe)

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-May-23
notes snapshot
6.x-2.1- Download · Release Recommended
2009-Nov-19
alpha3 notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Aug-31
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Mar-07
notes for 4.7.x

Find out more · Bugs and feature requests

54 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Taxonomy Manager
By mh86 on the 18th of June, 2007

This module provides an powerful


interface for managing a taxonomy
vocabulary. A vocabulary gets displayed
in a dynamic tree view, where parent
terms can be expanded to list their
nested child terms or can be collapsed.

The Taxonomy Manager has following


operations and key features:

dynamic treeview
mass deleting
mass adding of new terms
moving of terms in hierarchies
merging of terms
fast weight changing with up and down arrows (and AJAX saving)
AJAX powered term editing form
simple search interface
CSV Export of terms
i18n support for multilingual vocabularies (per language terms)
Double Tree interface for moving terms in hierarchies, adding new
translations and switching terms between different vocabularies

For using the Taxonomy Manager you should have JavaScript and automatically
load of images enabled in your browser.

This is a Google Summer of Code 2007 project. Read my proposal and my status
reports for more information.

Taxonomy Manager Drupal 5 and JQuery Upadate module:

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-05
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jun-10
notes for 5.x

Find out more · Bugs and feature requests

TinyMCE

55 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kreynen on the 12th of March, 2005

This module has been replaced by Wysiwyg API, which (also)


integrates the TinyMCE editor with your Drupal site and provides
the same functionality. Most (if not all) users should install or
migrate to Wysiwyg API instead.

This module was the first to integrate Moxiecode's popular TinyMCE WYSIWYG
editor into a Drupal site for editing advance site content. Unfortunately, the
approach is dated. While I am going to make another push to get a customized
version of TinyMCE committed, sun's approach to editor agnostic WYSIWYG in the
WYSIWYG API is much more likely to get an editor into core.

You should only continue using this module if you are interested in modifying the
editor itself. Users interested in simply activating the TinyMCE editor distributed by
Moxiecode should move (and contribute) to the WYSIWYG API.

Version Date Links Status


Download · Release Recommended
6.x-1.1-dev 2008-Mar-31
notes for 6.x
Download · Release Recommended
5.x-1.11 2010-Mar-09
notes for 5.x
4.7.x- Download · Release Development
2007-Mar-31
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Taxonomy Menu
By indytechcook on the 20th of October, 2003

Transform any of your taxonomy vocabularies into menus easily!

Features:

Custom Menu per vocabulary


Uses the Terms default Path
Integrate with Views
Integrate with Path Auto: use readable URL's.
Customize the menu path to anything using hooks: Developer
Documentation for version 6.x-2
Does not interfere with other Menu modules

Version Date Links Status

56 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.5 2010-Jan-22
notes for 6.x
Download · Release Recommended
5.x-1.05 2009-May-18
notes for 5.x

Find out more · Bugs and feature requests

Flag
By quicksketch on the 9th of June, 2008

Flag is a flexible flagging system that is


completely customizable by the
administrator. Using this module, the site
administrator can provide any number of
flags for nodes, comments, or users. Some
possibilities include bookmarks, marking
important, friends, or flag as offensive.
With extensive views integration, you can
create custom lists of popular content or
keep tabs on important content.

Flags may be per-user, meaning that each user can mark an item individually, or
global, meaning that the item is either marked or it is not marked, and any user
who changes that changes it for everyone.

In this way, additional flags (similar to published and sticky) can be put on nodes,
or other items, and dealt with by the system however the administration likes.

This was previously known as Views Bookmark.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-08
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

Menu Breadcrumb

57 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By xurizaemon on the 14th of February, 2008

By default, Drupal 6 will use the


Navigation menu for the breadcrumb.
This module allows you to use the
menu the current page belongs to for
the breadcrumb.

As an added bonus, it also allows you to


:

Append the page title to the breadcrumb (either as a clickable url or not)
Hide the breadcrumb if it only contains the link to the front page.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

Front Page
By Dublin Drupaller on the 2nd of February, 2005

The Front Page module allows user to specify splash pages or front pages to their
site that are different in layout to the default theme/style and also offers the
option to display different front pages to Authenticated Users (logged in) and
Anonymous users (not logged in). It is very simple to install, no SQL fiddling
required and step by step instructions are provided in the README.TXT file in the
download.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Apr-29
notes for 6.x
Download · Release Recommended
5.x-1.9 2007-Jul-06
notes for 5.x

Find out more · Bugs and feature requests

Twitter

58 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By walkah on the 25th of January, 2007

This module provides API integration with the


Twitter microblogging service and
API-compatible alternatives like Identi.ca.
Out of the box, it allow users to:

1. Associate one or more Twitter accounts


with their Drupal user account
2. Have their tweets displayed in a sidebar
block or on their user profile, and
3. Post to their own Twitter account or a
site-wide Twitter account whenever they create new content.

Full Views integration is supported, allowing administrators to create customized


listings of Twitter messages based on time, date, author, etc. The module's default
"Latest Twitter messages" block and "This user's Twitter messages" profile page
were created with Views, and can be customized and themed as desired. A "Post to
Twitter" action is provided for use with tools like Trigger (core module) and
Workflow, and an input filter is provided to turn Twitter @username references into
links, and #hashtags into links to search.twitter.com.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Jul-02
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

Frequently Asked Questions


By stella on the 2nd of May, 2006

The Frequently Asked Questions (faq)


module allows users, with appropriate
permissions, to create question and answer
pairs which they want displayed on the 'faq'
page. The 'faq' page is automatically
generated from the FAQ nodes configured.
There are a few features available in the
6.x branch which are not available in 5.x.
The 5.x branch is now only receiving bug
fixes. All new features will be done for
Drupal 6.x.

Version Date Links Status

59 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.11 2009-Dec-23
notes for 6.x
Download · Release Recommended
5.x-2.14 2009-Dec-23
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 5 6 7 8 9 10 11 12 13 … next › last »

Page break by AutoPager. Page( 10 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

reCAPTCHA
By Rob Loach on the 30th of May, 2007

Uses the reCAPTCHA web service to improve the


CAPTCHA system and protect email addresses.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-04
notes for 6.x
Download · Release Recommended
5.x-2.6 2009-Sep-23
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Aug-02
notes for 4.7.x

Find out more · Bugs and feature requests

Javascript Tools

60 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By nedjo on the 4th of April, 2006

Javascript Tools provides a common set of methods extending those available in


Drupal core (drupal.js) for Javascript and AJAX module development in Drupal.

Note: you should not install this module for Drupal 6 unless it is required by
another module.

Note: As of Oct. 20, 2009, the 5.x version is no longer supported.

Prior to Drupal 6, Javascript Tools included an integrated set of Javascript and


AJAX modules. For Drupal 6, modules previously part of Javascript Tools now have
the following separate projects:

Active menus, http://drupal.org/project/activemenu (requires Javascript Tools 6)


Collapsiblock, http://drupal.org/project/collapsiblock (requires Javascript Tools 6)
Tabs: http://drupal.org/project/tabs
Active edit, http://drupal.org/project/activeedit (prototype only as yet, not usable)
Ajax submit, http://drupal.org/project/ajaxsubmit

Install Javascript Tools 6 only if you use Active menus or Collapsiblock or another
module that requires it.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-14
notes for 6.x

Find out more · Bugs and feature requests

Notifications
By Jose Reyero on the 21st of January, 2008

This is a complete Subscriptions/Notifications Framework aiming at extendability


and scalability. It allows any number of plug-ins defining new event types or
subscription types or a different user interface.

The package consists of a main notifications engine, which is a lightweight module


handling just the basic event processing and message queueing and delivery, and
a half dozen plug-in modules which add several event and subscription types and a
simple UI. More plug-ins are coming...

Looking for professional support for these modules? Check out #597954:
Looking for / offering professional support for Notifications & Messaging

Other modules using this framework

Views Saved Searches, subscribe to saved searches.


Notifications Location, subscribe to content related to your location.

61 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Notifications Add-ons, some additional modules (Custom subscriptions,


FeedAPI integration, Nice subscription links...)
Organic Groups is now using it for notifying users about posts. See it in
action at Groups.Drupal
Version Date Links Status
Download · Release Recommended
6.x-2.2 2009-Nov-13
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-02
notes for 5.x

Find out more · Bugs and feature requests

Quick Tabs
By katbailey on the 26th of January, 2008

#D7CX: I pledge that Quick Tabs will


have a full Drupal 7 release on the day
that Drupal 7 is released.

The Quick Tabs module allows you to create blocks of tabbed content, specifically
views, blocks, nodes* and other quicktabs*. You can create a block on your site
containing multiple tabs with corresponding content. Clicking on the tabs makes
the corresponding content display instantly, using jQuery. With the 6.x-2.x branch,
this can be done in either ajax or non-ajax mode

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-24
notes snapshot
Download · Release Recommended
6.x-2.0-rc4 2010-Jan-15
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Aug-20
notes for 5.x

Find out more · Bugs and feature requests

ACL
By salvis on the 7th of October, 2006

The ACL module, short for Access Control List, is an API for other modules to
create lists of users and give them access to nodes. It has no UI of its own and will
not do anything by itself; install this module only if some other module tells you to.

We're aware of the following modules using ACL (let us know if you know of

62 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

others):

Content Access (optionally uses ACL to provide by-user access control)


Forum Access
Image Gallery Access

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-25
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-May-22
notes for 5.x

Find out more · Bugs and feature requests

Vertical Tabs
By dmitrig01 on the 16th of August, 2008

#D7CX This module got into core and


will only be available as a back-port
version for Drupal 6.

Provides vertical tabs like


http://drupal.geek.nz/static/node-
form/default/summaries2.html on the
node add form.

This module provides the following features:

Vertical tabifying all node forms.


Vertical tabifying the content type forms.
Vertical tabifying the block forms.
Specialized CSS for Garland, as well as generic CSS for other themes
Color module support when both Garland and color.module are used
Vertical tabbed forms and fieldsets are over-ridable by using your site's
settings.php and $conf. For more information see #644790-7: Simplify the
module and integrate with form_controller to allow customizations .
When used in combination with Form module allows you to configure vertical
tabs on all possible forms.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Feb-03
notes for 6.x

Find out more · Bugs and feature requests

63 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Search 404
By zyxware on the 29th of June, 2005

#D7CX: I pledge that this module will have a full Drupal 7 release on the day that
Drupal 7 is released.

Instead of showing a standard "404 Page not found", this module performs a
search on the keywords in the URL, e.g. if a user goes to http://example.com
/does/not/exist, this module will do a search for "does not exist".

It also includes search engine keywords detections.

New Features

In the latest release you have the option to show side blocks when a 404 error
occurs. This is a requested feature from some of our regular users.

Now Supports 404 Searches via Apache Solr Search Module if it is enabled

In the dev commit, search404 supports searching via Google CSE, if the module is
present

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jul-15
notes snapshot
Download · Release Recommended
6.x-1.8 2009-Dec-28
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jun-29
notes for 5.x

Find out more · Bugs and feature requests

Node clone
By pwolanin on the 26th of July, 2006

The clone module allows users to make a copy of an existing item of site content
(a node) and then edit that copy. The authorship is set to the current user, the
menu and url aliases are reset, and the words "Clone of" are inserted into the title
to remind you that you are not editing the original content.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-15
notes for 6.x

64 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-2.6 2008-Oct-15
notes for 5.x

Find out more · Bugs and feature requests

Login Destination
By rsvelko on the 14th of June, 2006

News

Login Destination is looking for a new maintainer! (24th Feb 2010)


Version 6.x-2.6 (15 Feb '10) s out!
To see the promised howto about the login page at /user - see - 'About the
"destination=/node/4" in plain english.' below

Description

This module controls where users go after logging in:

- "return them to last page they were on" - a special checkbox


(NOTE: in order for this to work on the /user page you have to follow the tutorial
on the project page:
http://drupal.org/project/login_destination . It works fine with the login block.)

or

- a static URL you provide


- internal drupal path ( "user", "example_page/subcategory" - no quotations .
supported in static / PHP mode.)
- external URL - http://example.com, http://sub1.example.com,
http://example.com/subdir
- aliases work, query strings too. For anchors - submit an issue.

or

- your a PHP snippet that


- returns a string (all for static above applies here too)
- or an array: (ONLY when there is a GET query at the end of the url - like
/example?var1=value)
Example:
return array('path' => 'node/add/video', 'query' => 'param1=100&param2=200');
(note the absence of the "?" sign)

- (see below for examples). The project page might have more: http://drupal.org
/project/login_destination
- PHP snippet's power is that you can have conditions in there (redirect based on

65 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

uid, role, other logic)

Global go/no-go Redirect Filter

---------------
You can also configure from which pages redirection is applied only.
To achieve this you can specify either a list of URLs (wildcards do not work
currently)
or a PHP snippet to build this list dynamically. There is an "Always" checkbox that
makes this filter fire redirection always.
So, you can redirect the user to various pages depending on which pages they are
logging from.

Plans

The plan is to support the Login Destination module in the 6 branch and merge it
into LoginToboggan when the time for the 7 branch comes.

For more info ask rsvelko from the team of Segments.at - your drupal partner.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2010-Feb-15
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-01
notes for 5.x
4.7.x- Download · Release Development
2007-Jan-14
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Imagecache Actions
By dman on the 28th of May, 2008

Imagecache.module provides the most


commonly-used processes needed for basic
image manipulation.
This package provides a suite of additional
processes that can be added to the
imagecache pipeline, including:

Watermarking - a much requested


addition that enables you to place any
image anywhere over a source picture,
with alpha transparency
Overlays - Add photo-corners etc to the image
Text overlay - add a short copyright notice to your image, using available

66 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

system fonts
Color-shifting - Colorize images. Also invert.
Brighten/Darken
Alpha blending - turn an image into a transparent mask, and back into a flat
image against another color
Canvas manipulation - add padding, either onto color or transparent
backgrounds
Background - Place your image onto another source background
File Format switcher - If you need tranparency in JPGs : make them PNG. If
your PNG thumbnails are 30K each, save them as JPGs
Rounded corners (transparent). With input from canaryMason, we can even
set different radius for different corners, and round just one corner etc.
Aspect Switcher new 2009-08 - lets you perform different actions or use
different dimensions based on whether the image is 'landscape' or 'portrait'
Custom Actions - Execute your own PHP/GD code in the middle of an
imagecache generation process. Requires some familiarity with imageAPI
internals.

These functions, combined with the available scale,crop,rotate functions already


provided by imagecache make hundreds of image processing effects available.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Jun-10
notes for 6.x
Download · Release Recommended
5.x-2.3 2008-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 6 7 8 9 10 11 12 13 14 … next › last »

Page break by AutoPager. Page( 11 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

67 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Admin Role
By JacobSingh on the 17th of March, 2007

This module is a little helper to


maintain an administrator role which
has all
available permissions. By default,
Drupal only has one super user and this
module helps improve this drastically.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-25
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Nov-25
notes for 5.x

Find out more · Bugs and feature requests

Privatemsg
By litwol on the 28th of September, 2003

Privatemsg allows your site's visitors to


send private messages to each other.
Perfect for community oriented sites,
such as forums and social networking
sites.

Current features
1. send and receive private
messages on a site (between
multiple recipients);
2. threaded conversations (make it easier to keep track of messages and
replies);
3. search private messages;
4. tagging and filtering (helps organise conversations);
5. user blocking;
6. e-mail notifications of new messages;

Need a feature or want to get involved?


Development is progressing quickly, so if there's a feature you need in Privatemsg,
Search issues in the Issues for Privatemsg section to the left, or explore the links

68 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

under Development below.

Privatemsg 6.x-1.x is the current "stable" branch

If you are interested in a stable and tested version of Privatemsg, use the latest
stable 1.x release. No new features will be added to this branch and the API and UI
is stable and will not be changed.

Privatemsg 6.x-2.x is the development branch

New features are being added constanstly to this branch, use this if you want to
test these and help with development. #721974: Roadmap for 6.x-2.x

Privatemsg 5.x support discontinued


Version Date Links Status
Download · Release Development
7.x-1.x-dev 2010-Mar-13
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Dec-14
notes for 6.x
Download · Release Recommended
5.x-3.0 2008-Jul-16
notes for 5.x

Find out more · Bugs and feature requests

Service links
By TheCrow on the 11th of December, 2005

The service links module enables admins to add links to a number of social
bookmarking sites, blog search sites etc. Included sites are: Buzz Yahoo,
del.icio.us, Digg, Facebook, Furl, Google, IceRocket, LinkedIn, ma.gnolia.com,
MySpace, Newsvine, Reddit, StumbleUpon, Technorati, Twitter, Yahoo (some of
them are just available in dev version for now!).

This module is still under refactoring, please watch the issue #380322 if
you are interested to share some idea or try the new 2.x branch available
for download

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-04
notes for 6.x
Download · Release Recommended
5.x-1.2 2010-Jan-21
notes for 5.x

Find out more · Bugs and feature requests

69 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Custom Breadcrumbs
By MGN on the 20th of November, 2006

Custom Breadcrumbs (6.x-1.x and 5.x-1.x)


Allows administrators to set up parametrized breadcrumb trails for any node type.
This allows CCK-style node types to have "Home > User Blog > 2005 > January"
style breadcrumbs on the node view page itself, synchronizing cleanly with custom
views or pathauto aliases. Breadcrumb visibility can be customized via a php
snippet.

No new features are planned for these versions, but they are still supported and
bug reports are encouraged.

Custom Breadcrumbs 2 (6.x-2.x)


Many new features have been added to the 6.x-2.x branch including support for
views, panels, taxonomy vocabularies and terms, paths, and a simple API that
allows contributed modules to enable custom breadcrumbs for module pages and
theme templates. These are implemented using optional, independent submodules
that depend on the main custom breadcrumbs module.

In addition to breadcrumb visibility, this version provides an option that permits


php code snippets to be used to form the breadcrumb titles and paths. Multiple
languages are also supported.

A beta version of Custom Breadcrumbs 2 is now available for testing. Additional


feature requests can be considered for a while, but the focus is now on working out
any remaining bugs.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-05
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Sep-30
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Mar-09
notes for 5.x

Find out more · Bugs and feature requests

SMTP Authentication Support


By franz on the 25th of October, 2005

IMPORTANT: On a weekly basis we have support requests all on the same


issue, so please SEARCH before creating an issue, and before that check
which version of PHPMailer you're using. Versions higher than 2.2.1 are

70 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

NOT SUPPORTED.

This module allows Drupal to bypass the PHP mail() function and send email
directly to an SMTP server. The module supports SMTP authentication and can
even connect to servers using SSL if supported by PHP.

Maintenance sponsored by Chuva Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Nov-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-24
notes for 5.x

Find out more · Bugs and feature requests

AdSense
By kbahey on the 26th of May, 2005

This module provides web content providers with the means to earn revenue from
visitors by displaying ads from Google AdSense™ advertising service on their sites.

Why should you use it:

AdSense for Search and Drupal are incompatible as both use the 'q' query for
different purposes. Using this module, you can display the search results in
your site.
Protects you from displaying more ads in a page than the maximum allowed
by Google
The module provides easy-to-use ad blocks.
You can easily disable the ads for certain roles.
Provides simple controls for troubleshooting the ads before going live with
the site.
If Google changes some minor details in the script in , your script can be
updated site-wide just by upgrading the module.
If you want to do ad revenue sharing, there's really no other option

Why shouldn't you use it:

Strictly speaking, this module is not in compliance with the AdSense TOS,
since you're not exactly copy-pasting the script code in your site. No one has
ever reported being banned because of using this module, and Google knows
of its existence, and seem not to mind.

Version Date Links Status

71 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-05
notes for 6.x
Download · Release Recommended
5.x-3.2 2009-Aug-05
notes for 5.x

Find out more · Bugs and feature requests

SEO Checklist
By Volacci on the 30th of October, 2007

There is a new major version released: 2.0 with new, clean code as well as
a bunch of new recommendations! If you are upgrading, make sure to
follow the instructions below.

This module provides a checklist of good Drupal SEO (Search Engine Optimization)
best practices. Maximize the presence of your Drupal website in the major search
engines like Google, Yahoo, Bing, etc. It provides a checklist that helps you keep
track of what needs to be done. First, it will look to see what modules you already
have installed. Then, all you have to do is go down the list of unchecked items and
do them. When all the items are checked, you're done!

Version Date Links Status


Download · Release Recommended
6.x-2.1-beta1 2009-Nov-21
notes for 6.x
Download · Release Recommended
5.x-2.1-beta1 2009-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

Computed Field
By Moonshine on the 21st of July, 2006

Maintainers
Computed Field is being maintained by Agileware, http://www.agileware.net
(Drupal 5 branch) and Moonshine (Drupal 6 branch). CVS HEAD is currently for
Drupal 6!

If you would also like to help maintain this module then please contact Moonshine
or Agileware.

About Computed Field


Computed Field is a very powerful CCK field module that lets you add a custom
"computed fields" to your content types. These computed fields are populated with

72 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

values that you define via PHP code. You may draw on anything available to
Drupal, including other fields, the current user, database tables, you name it.
(Feeling the power yet? :) ) You can also choose whether to store your computed
field values in the database with other content fields, or have them "calculated" on
the fly during node views. (Although you should note that Views use requires
database stored values.) This field is literally the Swiss Army knife of CCK fields.
So start cooking up your PHP based values!

Important
This module is intended to be used by PHP developers to insert & execute PHP
code on a Drupal website. It does not provide a macro interface, a code builder or
anything other than insert your working code here into this text area. You need to
have a good working knowledge of PHP and the Drupal API to use this module. To
get the best results with this module, pre-test your PHP code in the Body field of a
Page in Drupal.

Please do not post questions to the issue queue asking for help with your specific
PHP code snippet. Use this page for Computed Field code examples and for seeking
assistance, http://drupal.org/node/149228

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Aug-01
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-May-16
notes for 5.x

Find out more · Bugs and feature requests

AddThis Button
By wesku on the 7th of April, 2008

Provides an addthis.com button to let your users share your content to social
network sites.

What is AddThis?
Launched in September 2006, AddThis is the #1 bookmarking and sharing button
on the Internet. AddThis has become the standard button for bookmarking and
sharing. The AddThis button spreads your content across the Web by making it
easier for your visitors to bookmark and share it with other people, again…and
again…and again. This simple yet powerful button is very easy to install and
provides valuable Analytics about the bookmarking and sharing activity of your
users. AddThis helps your visitors create a buzz for your site and increase its
popularity and ranking. (source: addthis.com)

Version 2.0 makes most features of the button fully configurable, creates AddThis
block and makes visibility in node links configurable.

73 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We are just starting to work on 3.0 version of this module. Have a look at
the roadmap and let us know what you think.

#D7CX: Addthis module will have a full Drupal 7 release on the day that Drupal 7
is released.

Development of this module is sponsored by Mearra.

Version Date Links Status


7.x-2.1- Download · Release Recommended
2010-Mar-03
alpha2 notes for 7.x
Download · Release Recommended
6.x-2.9 2010-Mar-03
notes for 6.x
Download · Release Recommended
5.x-2.2 2010-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

MimeDetect
By drewish on the 5th of January, 2008

MimeDetect provides an API for consistent server side mime detection using the
PHP FileInfo extension, the UNIX 'file' command, user supplied mime data, or file
extension lookups. It is distributed with it's own magic library for use with the PHP
FileInfo extension to make mime detection more consistent in different
environments.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-13
notes snapshot
Download · Release Recommended
6.x-1.2 2009-May-09
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-09
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 7 8 9 10 11 12 13 14 15 … next › last »

Page break by AutoPager. Page( 12 ).

Modules

74 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Read More Link (Drupal 6 and earlier)


By Todd Nienkerk on the 9th of January, 2007

Drupal 7.x version of Read More Link


The Drupal 7.x version of this module has been
moved: Read More Link for Drupal 7.x and beyond.
This page contains versions of the Read More Link module for Drupal 6.x and
earlier.

About Read More link


This module allows you to move the Read More link from the node's links area to
the end of the teaser text.

Version Date Links Status


Download · Release Recommended
6.x-5.0-rc7 2009-Nov-24
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Apr-21
notes for 5.x

Find out more · Bugs and feature requests

FileField Paths
By Deciphered on the 24th of July, 2008

The FileField Paths module extends the default functionality of Drupals core Upload
module, the FileField module and many other File Upload modules by adding the
ability to use node tokens in destination paths and filenames.

In simple terms, FileField Paths allows you to automatically sort and rename your
uploaded files using token based replacement patterns to maintain a nice clean
filesystem.

#D7CX: I pledge that FileField Paths will have a full Drupal 7 release on the day
that Drupal 7 is released.

75 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Features:
Configurable file paths now use node tokens instead of user tokens.
Configurable filenames.
Support for:
Drupal core Upload module.
FileField module.
ImageField module.
ImageField Crop module.
Image module.
Comment Upload module.
[D6] Audio module.
[D6] Video module.
File path and filename cleanup options:
Filter out words and punctuation by taking advantage of the Pathauto
module.
Convert unicode characters into US-ASCII with the Transliteration
module.
Automatically updates unprocessed file paths in the node body, teaser and
CCK text fields on save.
Retroactive updates - rename and/or move previously uploaded files (Use
with caution)
[D6] Active updating - actively rename and/or move previously uploaded
files (Use with caution)

Required Modules:
Token

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-06
notes snapshot
Download · Release Recommended
6.x-1.4 2010-Jan-11
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jul-03
notes for 5.x

Find out more · Bugs and feature requests

Workflow
By jvandyk on the 28th of September, 2003

76 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The workflow module allows the creation and assignment of arbitrary workflows to
Drupal node types. Workflows are made up of workflow states. For example, a
workflow with the states Draft, Review, and Published could be assigned to the
Story node type.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-03
notes for 6.x
Download · Release Recommended
5.x-2.6 2010-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

String Overrides
By Rob Loach on the 21st of November, 2007

#D7CX: I pledge that String Overrides will


have a full Drupal 7 release on the day
Drupal 7 is released.

Provides a quick and easy way to replace


any text on the site.

Features

Easily replace anything that's passed through t()


Locale support, allowing you to override strings in any language (not
compatible in the Drupal 5 branch)
Ability to import/export *.po files, for easy migration from the Locale module
Click on the "Add row" button to add extra text boxes
Note that this is not a replacement to Locale as having thousands of
overrides can cause more pain then benefit. Use this only if you need a few
easy text changes.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Feb-27
alpha2 notes for 7.x
Download · Release Recommended
6.x-1.7 2008-Sep-10
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

77 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Language icons
By Freso on the 27th of July, 2008

This module provides icons for language links, both for


the Language switcher block and (optionally) for node
links. It is a spin-off from Internationalization (i18n)
package.

As basic multilingual support is now built into Drupal 6


core, it doesn't depend anymore on any other
contributed module. This module will work as simple add-in for Drupal 6.

However, for a fully enabled multilingual site, the Internationalization package is


recommended.

The default icons provided are png images with a fixed height of 12 pixels and a
variable width per the official dimension of the respective flag. However this
module can handle other image types and sizes too. More language icons and new
full collections of icons are welcome - please see #319966: Add flag icon theme
selector if you wish to get yours included in the standard distribution.

#D7CX: I pledge that this module will have a full Drupal 7 release on the day that
Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Tabs (jQuery UI tabs)


By nedjo on the 26th of March, 2008

The tabs module integrates the jQuery UI tabs plugin, providing client-side
interactive tabs. This is a helper module. It doesn't do anything on its own. Rather,
it is used by other modules that provide tabs.

Formerly part of the Javascript Tools package, Tabs is now an independent module
as of Drupal 6.

Modules that use the Tabs framework include:

Tabs panel style


CCK fieldgroup tabs
Views tabs

78 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Developer usage

If you want to add tabs support to your own module, download the dev version of
Tabs, which includes a working example module implementing tabs.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Insert View
By mlsamuelson on the 12th of January, 2006

---------------------------------------------------

Disclaimer

There is a vulnerability in this module, which was made public in the issue
queue several months ago (here and here). For this reason the module is
considered unfit for production sites and marked unsupported until the
vulnerability has been fixed.

The module can be used safely if you are careful with configurations of views (i.e.
creating no views with access restrictions so the views do not need to be protected
from certain users) and configuring input formats accordingly (i.e. only trusted
users have access to this module).

Drupal Security Team


---------------------------------------------------

About this module:

Insert View is a filter that allows users to embed content lists generated by the
Views module into node bodies and blocks using relatively simple tag syntax.
Naturally, it requires the Views module to operate.

Why would you want to use an Insert View tag when you could just invoke a view
using PHP? Simple. When you want to allow users to insert views or edit content
on a page with an inserted view without granting them permission to use PHP.

Drupal 5 Insert View tags


[view:name of view] is replaced by the content listing, and

Find out more · Bugs and feature requests

79 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Nodequeue
By ezra-g on the 23rd of November, 2005

The Nodequeue module allows an


administrator to collect nodes in an
arbitrarily ordered group. Examples of this
could include a block listing teasers for 5
forum posts that the admin thinks are
important, presented in a particular orer.

Another use might be to create a group of


nodes, and then have a block or the front
page offer one of these randomly.

Nodequeue provides a simple UI to manually order any queue. Additionally, it


allows nodes to be added and removed from queues without needing edit
permissions to the node. Nodes can be added to queues either from a queue
management tab or by links on the node teaser.

Smartqueue API
Nodequeue provides a robust API that allows other modules to define
smartqueues, which are associated with external data. For example, the included
taxonomy smartqueue creates subqueues for a given queue for every term in the
chosen vocabulary. Nodes are then only eligible for subqueues whose term
matches the nodes terms. This makes it very easy to have queues for each
category without cluttering the management page.

Apache Solr Search Integration

The latest version of Nodequeue for Drupal 6 includes integration with Apache Solr
Search, making it possible to boost nodes that are part of a queue.
Modules that Extend Nodequeue:

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Nov-05
notes for 6.x
Download · Release Recommended
5.x-2.8 2009-Jul-08
notes for 5.x

Find out more · Bugs and feature requests

Image FUpload

80 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By grandcat on the 10th of July, 2008

Image FUpload (Multiupload) which is


an addition to image and CCK's
imagefield module, gives the ability to
every user who is allowed to upload
images by using image module or
imagefield module, to upload multiple
images with one simple click. All
selected images are uploaded via a
flash module (swfupload) and are automatically processed.
So, there’s no need any more to upload image by image.

Features

Upload multiple images with one click


Fully integrates in image and imagefield module (thumbs creation [also using
imagecache module] / file size limit) + using Drupals AJAX
Every user can upload images depending on permission (Not only restricted
to administrator)
Preview list of all uploaded images in which title, body, taxonomy and
imagefield specific fields can be edited all at once (customisable [decide
which fields should be provided] / themeable / preview image handling
customisable / additional permission restrictions)
Taxonomy and all other modules (for example CCK fields like node reference)
are supported
Automatic node title creation and predefining of imagefield fields
(customisable / themeable / editable by user / token support [imagefield])

Version Date Links Status


Download · Release Recommended
6.x-3.0-rc2 2009-Apr-08
notes for 6.x

Find out more · Bugs and feature requests

BUEditor
By ufku on the 3rd of February, 2007

#D7CX pledge: There will be a BUEditor 7.x release on the day that Drupal 7 is
released.

A plain textarea editor aiming to facilitate code writing.

Version Date Links Status

6.x-1.4 2009-Sep-09 Download · Release Recommended

81 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Sep-09
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 8 9 10 11 12 13 14 15 16 … next › last »

Page break by AutoPager. Page( 13 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

SpamSpan filter
By lakka on the 13th of July, 2006

The SpamSpan module obfuscates email addresses to help prevent spambots from
collecting them. It implements the technique at the SpamSpan website (a German
version is also available). The problem with most email address obfuscators is that
they rely upon JavaScript being enabled on the client side. This makes the
technique inaccessible to people with screen readers. SpamSpan however will
produce clickable links if JavaScript is enabled, and will show the email address as
example [at] example [dot] com if the browser does not support JavaScript or if
JavaScript is disabled.

This technique is unlikely to be absolutely foolproof. It is possible in theory for a


determined spambot to harvest addresses from your site no matter how you
disguise them. But research suggests that the by far the great majority of
spambots do not bother to attempt to collect addresses which have been hidden
using JavaScript. Indeed, most spambots cannot currently read JavaScript at all.

Here are a links to the results of a few experiments into the efficacy of JavaScript
obfuscation. Let me know if you know of any more.

82 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://www.cdt.org/speech/spam/030319spamreport.shtml (2003)

Version Date Links Status


Download · Release Recommended
6.x-1.5-beta2 2009-Oct-10
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Sep-06
notes for 5.x

Find out more · Bugs and feature requests

83 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Context
By jmiccolis on the 11th of March, 2008

We are looking for a 2.x


branch maintainer
We are currently focusing all our efforts
on the 3.x branch of Context. However,
we understand that there are many
sites that will continue to use the 2.x
branch and need bug fixes, features,
and further releases.

If you are interested in being a branch maintainer for Context 2.x, please contact
either Young Hahn or Jeff Miccolis.

Context 3.x for Drupal 6.x


Context allows you to manage contextual conditions and reactions for different
portions of your site. You can think of each context as representing a "section" of
your site. For each context, you can choose the conditions that trigger this context
to be active and choose different aspects of Drupal that should react to this active
context.

Think of conditions as a set of rules that are checked during page load to see what
context is active. Any reactions that are associated with active contexts are then
fired.

Other included modules

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta7 2009-Sep-01
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Oct-22
notes for 5.x

Find out more · Bugs and feature requests

Menu Trails
By joshk on the 29th of May, 2007

This module adds some common-sense usability to Drupal's menu system

Menu Trails implements primary/secondary links which keep the current


menu trail "active" or highlighted. A handy snippet ready to go into your
template.php is included.

84 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The module provides a means of broadly categorizing nodes (by type or


taxonomy) as falling "under" a known menu item. These nodes are not added
to the menu tree (keeping the menu admin system sane) but they will trigger
the functionality above -- preserving navigation state for the user -- when
viewed.
New for 6.0: Menu Trails can also set breadcrumbs for nodes, keeping them
in sync with the trail.
New for 6.0: Menu Trails is now Organic Groups aware, so nodes can be
designated to fall "under" the first group node they belong to.
New for 6.0: A token is exposed to pathauto (and other token-aware
modules) allowing for the menu trail to be used in automatic path alias
creation.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-13
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Jul-25
notes snapshot

Find out more · Bugs and feature requests

Secure Pages
By gordon on the 26th of May, 2006

A small process which will redirect the required pages to a SSL version of the page.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-May-03
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Mar-31
notes for 5.x
4.7.x- Download · Release Development
2007-Jun-04
1.x-dev notes snapshot

Find out more · Bugs and feature requests

SimpleMenu

85 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Roger López on the 18th of September,


2006

This module creates a menu bar that is


displayed at the top of every page. The
menu bar is fixed in place and uses
jQuery to position the bar, along with
handling menu effects and adding IE
compatibility.

Very useful for themes that don't have a good place to put the administration
menu.

Updates
Version 6.x-1.1 has been released. This version fixes compatibility with Zen theme,
fixes an issue with the Black and Blue theme when using Garland and adds a
setting to disable the menu on specified paths. More importantly, there is a fix for
a bug that made it impossible to administer blocks for non-default themes.

Version 6.x-1.2 fixes an issue where the theme exclusions don't work, and
subsequently can cause problems with displaying or not displaying the menu on
certain paths.

What's next
There is a patch that introduces hook_simplemenu_tree_alter() to allow alterations
to the menu before being rendered. This is a pretty large patch so I'm waiting on
feedback before committing. This patch also clears up an issue while using
theme_developer. Feedback is welcome and appreciated. http://drupal.org
/node/233082#comment-1143834

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Dec-13
notes for 6.x
Download · Release Recommended
5.x-5.0 2008-Jan-26
notes for 5.x

Find out more · Bugs and feature requests

Comment Notify

86 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By greggles on the 28th of December, 2006

Comment Notify is a lightweight tool to send


notification e-mails to visitors about new,
published comments on pages where they
have commented. Comment Notify works for
both registered and anonymous users.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-11
notes snapshot
Download · Release Recommended
6.x-1.4 2010-Mar-10
notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Jun-12
notes for 5.x

Find out more · Bugs and feature requests

Signup
By dww on the 22nd of August, 2005

Signup allows users to sign up (or register, as in register for a class) for nodes of
any type. Includes options for sending a notification email to a selected email
address upon a new user signup (good for notifying event coordinators, etc.) and a
confirmation email to users who sign up.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc6 2009-Sep-24
notes for 6.x
Download · Release Recommended
5.x-2.7 2008-Dec-02
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Apr-04
notes for 4.7.x

Find out more · Bugs and feature requests

Features
By yhahn on the 13th of March, 2009

The features module enables the capture and management of features in Drupal. A
feature is a collection of Drupal entities which taken together satisfy a certain

87 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

use-case.

Features provides a UI and API for taking different site building components from
modules with exportables and bundling them together in a single feature module.
A feature module is like any other Drupal module except that it declares its
components (e.g. views, contexts, CCK fields, etc.) in its .info file so that it can
be checked, updated, or reverted programmatically.

Compatibility
CCK, Fieldgroups
Context 2.x, 3.x
CTools and CTools exportables implementers
ImageCache
Spaces 2.x, 3.x
Strongarm 2.x
Views

Drush integration
While Features provides a Drupal UI for building and managing features,
developers will quickly find benefit from several useful drush commands:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

Services
By heyrocker on the 15th of January, 2007

#D7CX: I pledge that services will have a full Drupal 7 release on the day that
Drupal 7 is released.

Services 6.x-3.x is out with a UNSTABLE release. Read up on it here. And do NOT
download unless you want to tinker or if it is required by another module. This is a
preview release for developers interested in extending or integrating with 6.x-3.x.

A standardized solution of integrating external applications with Drupal. Service


callbacks may be used with multiple interfaces like XMLRPC, JSON, JSON-RPC,
REST, SOAP, AMF, etc. This allows a Drupal site to provide web services via
multiple interfaces while using the same callback code.

Features:
Service API allow modules to create other services, including pluggable

88 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

access control
Server API allow modules to create other servers, such as REST and SOAP
Service browser and testing page
Manage API keys

Service modules included:


file service

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Mar-05
notes for 6.x
Download · Release Recommended
5.x-0.92 2008-Sep-02
notes for 5.x

Find out more · Bugs and feature requests

Node import
By Robrecht Jacques on the 28th of December, 2003

This module allows you to import a set of nodes from a Comma Seperated Values
(CSV) or Tab Seperated Values (TSV) text file.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc4 2009-Feb-25
notes for 6.x
Download · Release Recommended
5.x-1.9 2008-Nov-11
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 9 10 11 12 13 14 15 16 17 … next › last »

Page break by AutoPager. Page( 14 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

89 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Skinr
By Jacine on the 11th of June, 2009

#D7CX: I pledge that Skinr will have a full Drupal 7 release on the day that Drupal
7 is released.

Skinr's main purpose is to allow the theme to define a set of reusable and modular
CSS styles, and to make those styles available in Drupal's UI. Skinr was developed
for themers to allow them to tap into the power of Drupal's modularity and apply
those same principals to theme development. It does not provide any styles of it's
own. These styles are defined in the .info file of the theme (or subtheme), by the
themer and end up in various places in Drupal's UI, such as:

Block Configuration
Node Type (and Comment) Configuration
Panel Panes
Views Displays

It also provides a CSS class field, where you can manually add custom classes.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

ImageCache Profiles
By v1nce on the 27th of December, 2007

ImageCache_Profiles module allows you to set user profile pictures that are
consistent throughout your site and allows avatars on the user profile pages to be
a different size.

Drupal 6 version now supports Views 2 formatters to display user profiles through
imagecache presets!

Requirements:

ImageCache

90 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-22
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Jun-18
notes for 5.x

Find out more · Bugs and feature requests

PNG Fix
By Rob Loach on the 24th of October, 2007

Includes a jQuery PNG Fix to correctly handle PNG


transparency in Windows Internet Explorer 5.5 and 6.
Make sure to read the documention and be bold!
Transparent PNGs on IE result in killed kittens, so this
module tries to help that.

Inspired by Geeks and God.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-07
notes for 6.x
Download · Release Recommended
5.x-3.0 2008-Apr-07
notes for 5.x

Find out more · Bugs and feature requests

Feed Element Mapper


By alex_b on the 18th of January, 2008

The maintainers of Feed Element Mapper launched a successor project: Feeds -


read more about the future of FeedAPI and Feed Element Mapper in Good bye
FeedAPI, hello Feeds

Add-on module for FeedAPI that maps elements on a feed item such as tags or the
author name to taxonomy or CCK fields. These mappings are configurable by point
and click.

You can map any element in a feed to:

Taxonomy (part of Drupal core)


CCK text and numbers
CCK link
CCK embedded media field

91 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Location module type locations


CCK date
Any field on a node you build your own mapper for

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Advertisement
By Jeremy on the 12th of December, 2006

The ad module is a powerful advertising system


for Drupal-powered websites. It supports the
random display and tracking of graphical (banner)
and text ads. Ads can easily be displayed in
themes, blocks, or embedded in site content. The
module records comprehensive statistics about
when and how often ads are viewed and clicked,
including a plug-in module for generating
graphical time-based reports. Ads can be
assigned to multiple owners, each of which can be
assigned their own set of permissions. Installation is simple by design. An API is
provided allowing the development of additional functionality and integration with
other Drupal modules.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Nov-30
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Feb-11
notes for 5.x

Find out more · Bugs and feature requests

Theme Settings API


By JohnAlbin on the 13th of June, 2007

Are you an elite Drupal themer wanting to add custom settings to the /admin/build
/themes/settings/yourtheme page? The Theme Settings API module was written
for you, baby!

92 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Apr-03
notes for 6.x
Download · Release Recommended
5.x-2.8 2008-Apr-28
notes for 5.x
Download · Release Recommended
4.7.x-2.1 2007-Oct-17
notes for 4.7.x

Find out more · Bugs and feature requests

Add to Any Share/Bookmark Button


By micropat on the 15th of April, 2008

#D7CX: We pledge that AddToAny will have a full


Drupal 7 release on the day that Drupal 7 is
released. Thanks to the support of Paul Booker @
Appcoast.

AddToAny's Share/Bookmark widget helps


readers share, save, bookmark, and email
your pages and stories using any service, such as
Facebook, Twitter, Delicious, Digg, and over 100
more social bookmarking and sharing sites.
Services are updated automatically.

The button comes with AddToAny's customizable Smart Menu, which places the
services visitors use at the top of the menu, based on each visitor's browsing
and sharing history.

Drupal integration
Display on stories
Display on story teasers
Display on pages
Display in blocks

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Oct-10
notes for 6.x

Find out more · Bugs and feature requests

jCarousel

93 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Rob Loach on the 25th of July, 2007

This module allows developers and themers to make use


of the jCarousel jQuery plugin, by a simple function call:
jcarousel_add() .

Usage
See the included documentation for details. In the Drupal 6 version, visit
admin/help/jcarousel for a live demonstration and details about how
jcarousel_add() or theme('jcarousel') can be called.

Dependencies
The Drupal 5 version depends on jQuery Update. The Drupal 6 version does not
have this dependency.

Integration
Views Carousel
Galleria

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-25
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

Forward
By seanr on the 19th of September, 2005

Adds a "forward this page" link to each node. This module allows users to forward
a link to a specific node on your site to a friend. You can customize the default
form field values and even view a running count of the emails sent so far using the
forward module.

New in 6.x: the new version enables the use of a template file in place of the
older theme functions. This is enabled by default on new installs. To enable it on
upgrades, go to the forward settings page and check the option to use the new
template. Be sure to copy forward.tpl.php and migrate any changes you made if
you overrode the forward theme functions using the older method.

Version Date Links Status


Download · Release Recommended
6.x-1.14 2010-Mar-11
notes for 6.x

94 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.24 2009-Jun-23
notes for 5.x

Find out more · Bugs and feature requests

Masquerade
By Gurpartap Singh on the 14th of February, 2006

The masquerade module is designed as a tool for site designers and site
administrators. It allows a user with the right permissions to switch users. While
masquerading, a field is set on the $user object, and a menu item appears
allowing the user to switch back. Watchdog entries are made any time a user
masquerades or stops masquerading.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-10
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Mar-21
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 10 11 12 13 14 15 16 17 18 … next › last »

Page break by AutoPager. Page( 15 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views attach
By Crell on the 13th of January, 2009

95 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module provides two additional Views display plugins, "Profile" and "Node
content". These displays do not display on a page but get "attached" to either a
user page or nodes of specified types. These views are not stored with the user or
node, the way viewreference.module would, so they can be globally-reconfigured.

The node content display can be reordered on the "Manage fields" tab if CCK is
enabled. If not, it will have a weight of 10 so it floats to the bottom of the node.

Usage tips

Many people have asked how to use this module to show content related to the
node or user to which a view is attached. The answer is to use Arguments. Even
though attached views have no path, they still get to make use of arguments.

1. Create a nodereference field on some node type. Create several nodes of that
type that nodereference to some other node.
2. Create a new "Node content" display. Configure it as desired.
3. Add an argument for the nodereference field you created in step 1.
4. Set the default value of that argument to "Node ID from URL".
5. Set the display to show on node types that are pointed to by that
nodereference field.
6. Profit! The view will now show all nodes that nodereference TO the node
currently displaying (plus whatever other filters you have).

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Forum Access
By salvis on the 7th of October, 2006

This module changes your forum administration page to allow you to set forums
private. You can control what user roles can view, edit, delete, and post to each
forum. You can also give each forum a list of users who have administrative access
on that forum (AKA moderators).

This module requires the ACL module in order to function.

Forum Access is compatible with the core Forum module, Advanced Forum, and OG
Forum as well as all other well-behaved node access modules.

Version Date Links Status

96 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-17
notes for 6.x
Download · Release Recommended
5.x-1.12 2009-May-22
notes for 5.x

Find out more · Bugs and feature requests

Checkbox Validate
By Robert Castelo on the 25th of May, 2008

Corrects display and behaviour of required checkboxes in all Drupal forms.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-23
notes for 5.x

Find out more · Bugs and feature requests

Markdown filter
By Gábor Hojtsy on the 2nd of June, 2008

Provides Markdown filter integration for Drupal input formats. The Markdown
syntax is designed to co-exist with HTML, so you can set up input formats with
both HTML and Markdown support. It is also meant to be as human-readable as
possible when left as "source".

This module is a continuation of the Markdown with Smartypants module, and only
includes Markdown support to simplify configuration. It is now suggested that you
use Typogrify module if you are interested in Smartypants support. Also note, that
if you use the GeSHI filter for code syntax highlighting, arrange this filter after that
one.

Read more about Markdown at:

http://daringfireball.net/projects/markdown/syntax
http://michelf.com/projects/php-markdown/extra/

This module is included in the Acquia Drupal distribution.

Version Date Links Status

97 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Sep-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-24
notes for 5.x

Find out more · Bugs and feature requests

98 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Imagefield Crop
By yhager on the 13th of January, 2008

#D7CX: I pledge that Imagefield crop will have a full


Drupal 7 release on the day that Drupal 7 is released.

Overview
imagefield_crop provides a widget for cropping an
image after upload.

Usage
When the user uploads an image, the image is
presented inside a cropping area. A cropping box is shown inside, and the user can
resize and move it. Upon clicking 'preview' or 'submit', the image is cropped and
the result is saved instead of the original image.

Watch the screencast by capellic.

Features
Seamless, intuitive cropping, almost like using a desktop photo editing app
All major browsers supported
Dynamic preview - you see how your crop will look like, in real time!
Original image is saved for recropping.
No matter what resolution the cropping area is, the original image is used for
cropping (for highest quality)
The sizes of the cropping area, cropping box and resulting image can be
controlled by the administrator

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Nov-15
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-07
notes for 5.x

Find out more · Bugs and feature requests

CAPTCHA Pack

99 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By soxofaan on the 21st of August, 2007

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

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Sep-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Dec-22
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Image
By NancyDru on the 29th of May, 2004

The taxonomy_image module allows site administrators to associate images with


taxonomy terms. With the association created, an admin can then make a call to
'taxonomy_image_display()' from their theme or other PHP code to display the
appropriate image.

The module allows the admin to create a one-to-one term-to-image relationship.


With image display recursion, it is also possible to create a many-to-one
relationship. This is useful if creating taxonomy hierarchies in which an entire tree
of terms will use the same image. With recursion enabled, you only need to
associate an image with the tree parent, and all children will automatically inherit
the same image.

Features:

Image configuration happens within existing admin/taxonomy menu


structure.
Admins can add custom tags to <img> markup when displaying images.
Allows one-to-one term-to-image relationships.
Allows many-to-one term-to-image relationships.
Admin-permitted users can disable the images.
Administrators can force images to be a standard size.
May use the ImageCache module if it is available.
Works with Views.

100 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Utilizes core file.inc and taxonomy.module APIs.


Small module with specific, focused functionality.
Add-on modules that virtually eliminate the need for theme changes.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Apr-16
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Apr-12
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Invite
By smk-ka on the 20th of April, 2005

Invitations are important to create network effects and exponential growth of a


community of interest. This module adds an 'Invite a friend' feature that allows
your users to send and track invitations to join your site.

Invite allows your users to send and track invitations to your site. Users can
customize the invitation e-mail which can be sent either on their behalf or in the
name of the site. Among the numerous options there are possibilities to escalate
invited users to a specific role upon registration and limit the total number of
invitations a user can send. This module also offers a new registration setting "by
invitation only", which allows you to maintain a semi-private site.

News

The 2.x branch contains new features such as an administrator interface, resend
capabilities and allowing multiple invitations to the same e-mail address.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Apr-19
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.13 2007-Dec-01
notes for 5.x

Find out more · Bugs and feature requests

CustomError
By kbahey on the 19th of March, 2005

101 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Description
This module allows the site admin to create custom error pages for 404 (not
found), and 403 (access denied), without the need to create nodes for each of
them.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-22
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-22
notes for 5.x

Find out more · Bugs and feature requests

LDAP integration
By scafmac on the 4th of January, 2005

These releases actually contains three modules:

1. ldapauth - allows users to authenticate against multiple LDAP or AD servers.


2. ldapgroups - use LDAP groups as Drupal roles
3. ldapdata - provides read or read/write access to LDAP data from within
Drupal

IMPORTANT NOTES:

If you are using the 5x-dev snapshot and it is older than the April 17, 2008
snapshot, you need to upgrade!
If you are using 5x-1-3 and are experiencing problems with inital logins or
ldapgroups, upgrade to the latest 5x-dev snapshot from April 17, 2008 or
newer until the 5x-1-4 release is available.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Oct-27
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Oct-27
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 11 12 13 14 15 16 17 18 19 … next › last »

Page break by AutoPager. Page( 16 ).

102 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Comment Upload
By netaustin on the 11th of November, 2005

Allows users to attach files to comments. Multiple attachments per comment are
supported, and comment uploads can be enabled and disabled on a per-nodetype
basis.

The development snapshots are intended for testing and development. They are
not suitable nor supported for use on websites.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jun-06
alpha5 notes for 6.x
Download · Release Recommended
5.x-0.1 2008-Jan-30
notes for 5.x
Download · Release Recommended
4.7.x-0.1 2008-Jan-30
notes for 4.7.x

Find out more · Bugs and feature requests

Imce CCK Image

103 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Vincenzo on the 9th of April, 2008

Create a CCK image field that you can attach


images to using the IMCE module.
Initial 6.x development was sponsored in part by
Per Arne and maintained by panis.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-27
notes for 6.x

Find out more · Bugs and feature requests

104 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Flash Node
By Stuart Greenfield on the 21st of April, 2007

If you just want to add Flash content to nodes without having to worry about
writing any HTML or PHP then this module is for you! Create a flash node, upload
an swf file, and hit submit, and you have flash on your site.

For more advanced use you can combine flash node with SWF Tools and flash node
will accept flv and mp3 files for easy playback. You can use the flash node input
filter to re-use your flash content in other nodes. Or use PHP to construct flashvars
strings to let flash elements react to your site.

Now with Views!

After many requests the first releases of flash node with support for Views is
available. Views support is available for both flash node 5 and flash node 6. Using
the Views capability you can define customised views that include flash content.
You can pass parameters to the flash content as you would with a flash node
macro, so you can scale the content to a size to suit your needs. Documentation
for Views support isn't in place yet, but hopefully it is fairly self explanatory.

Changes to permissions
Version Date Links Status
Download · Release Recommended
6.x-3.1 2009-Mar-06
notes for 6.x
Download · Release Recommended
5.x-6.0 2008-Nov-12
notes for 5.x

Find out more · Bugs and feature requests

Contact Forms
By behindthepage on the 5th of September, 2007

This module expands the features of the site wide contact form. It eliminates the
need for the drop down category menu by generating a clean looking contact form
(without a drop down menu) , and a unique path, for each of the contact form
categories. You can also define the subject in the link to the form. Now with the
ability to specify Additional information for each category - D6 only

Designed for Corporate Sites where you have multiple contacts and want a page
listing the contacts or departments with links to their individual contact forms.

Version Date Links Status

105 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.12 2009-Nov-09
notes for 6.x
Download · Release Recommended
5.x-1.14 2008-Dec-31
notes for 5.x

Find out more · Bugs and feature requests

Views Custom Field


By casey on the 30th of October, 2008

This module provides some useful


(views)fields.

Drupal 6
Available (views)fields:

Markup
Field that allows usage of custom
text and the input filter system.
PHP code
Field that allows usage of custom PHP code (with access to view's database
result)
Rownumber
Field containing rownumber (respects pagers).

What can you do with it?

Have a look at the previous support requests.

HowTo start?
Rownumber and grouped lists
Embedding forms & alternative for node_load()

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-28
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Nov-01
notes for 5.x

Find out more · Bugs and feature requests

Menu per Role

106 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By fago on the 6th of January, 2007

1
This module allows you to restrict access to menu items per roles. It depends on
the Drupal core menu.module—just activate both modules and edit a menu item as
usual. There will be a new fieldset that allows you to restrict access by role.

1
We wrote "menu items", not "nodes". This module does not prevent users from
accessing the destination node. It only changes the visibility of the menu items.

Drupal 6

Maintainer

Alexis Wilke will be maintaining the D6 version.

Where is this module used?

Cannot tell you which links are being hidden, but the module is now in use on the
Orangevale Chamber of Commerce website. For this reason, I created an official
version: 1.0.

In this case, I have a problem with the InsertNode module that requires the
destination node to be accessible by the users in order to show that node in
another. So the destination nodes are not protectable. It is fine because they do
not include top-secret content, but it is annoying to see the links if you are not
part of the Chamber. Hence, the hiding of the links in the menus.

Do I need this module?

Short answer

It is very likely that you do not need this module at all.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-28
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Jun-27
notes snapshot
4.7.x- Download · Release Development
2007-Mar-12
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Video

107 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By heshanmw on the 18th of June, 2005

#D7CX: I pledge that Video Module will have a full


Drupal 7 release on the day that Drupal 7 is
released.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-02
notes snapshot
Download · Release Recommended
6.x-3.8 2010-Feb-23
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-May-10
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Nov-11
notes for 4.7.x

Find out more · Bugs and feature requests

Dynamic display block


By ppblaauw on the 11th of August, 2008

Dynamic display block slideshows are mainly used to showcase featured content at
a prominent place on the frontpage of the site in an attractive way. A featured
content slideshow can contain e.g.: New articles, Most popular content, New
products, Portfolios, Videos etc.

For more examples see: Demo site


For example commercial themes see: Themes site
For sites using ddblock see: Sites using ddblock
For installations, custom configurations and custom theme developments fill out

108 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the design requirements questionnaire to create an efficient workflow.

Usages Features

Featured Content Any content


Ubercart Products Multiple content delivery options
Image Galleries Multiple slideshows
Video Galleries Configuration settings per slideshow
Header Slideshows Number-, prev/next-, text-, image-
Text sliders pagers
Free and commercial layout themes

Read more...

Documentation
The dynamic display block slideshow module is supported by a complete set of
documentation, like: Installation and configuration tutorials, Video tutorials, FAQ,
How to's, Tips, etc.

Support
Support for the dynamic display block slideshow module is given on a daily basis.
The issue queue of the module is the preferred place to post: support requests,
feature request and bugs. Please give detailed descriptions of your issues, so we
can help you better. Searching the issue queue (search on all issue) and the FAQ
can give you direct answers.

Theme layouts
The dynamic display block slideshow module is supplemented with free and
commercial theme layouts. Examples of free themes and the commercial themes
can be found at themes.myalbums.biz. Periodically we donate commercial themes
to the community. Donated themes can be found at the Sunday - Donation Day!!!
page.

How you can help?


Below are some examples how you can support the development of the module:

Write a review on drupalmodules.com.


Post bugs, patches in the issue queue.
Review documentation and post issues in the issue queue.
Review module code and post snippets of code in the forum to improve the
module.
Post your site as an Internet site using the dynamic display block module.
Make a donation for continuous development and daily support of the
module.

109 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We need your time, efforts, feedback and support for the module.

The Maintainers

The module is developed and maintained by Philip Blaauw and Iren Biasong.

We like to thank developers like Aaron Couch (helped with adding Image cache
support to the module) and Josh Waihi (helped with reorganizing PHP setting
declarations) for their interest and help with the module. We also appreciate the
help of others who found bugs, made suggestions for improvements, made issues
to improve the documentation and who made reviews of the module.

Developing and giving daily support for the Dynamic display block module like we
do, creating documentation in the form of tutorials, video tutorials, how to's, FAQs,
tips, takes a lot of time.

Support and development of the module is made possible by selling new custom
theme layouts and by delivering custom installations and customizations as a paid
service.

Every week we donate some of our work to the community on our Sunday -
Donation Day!!!.

We hope we can continue to give priority to the development and daily support of
the dynamic display technology modules and contribute them to the Drupal
community.

Future of the dynamic display block module.

We are now creating a new version of the module which solves bugs and adds a lot
more pager functionality. Please help us with testing, so we can release a new
module version.

New functionality like loading items with AJAX and using TABS for pager items
(e.g. 10 pager items per tab) and carousel functionality for the pager are also in
development or finishing development.

We are further creating an upgrade to Drupal 7, where the dynamic display block
module is split up in a base module for the input side and several jQuery plug-ins
and also possible flash applications at the output side as plug-ins for the base
module. It will also get another name. It will be called Dynamic display technology
or ddt with ddt_slideshow. etc. as plug-ins.

We hope with this setup that it is also relatively easy for other developers to create
plug-ins for the basic Dynamic display technology module. This way developers of
the plug-ins only have to develop the output side of their module using the
different input options from the base Dynamic display technology module.

We are very busy with all these developments, adjusting-, creating new
documentation and giving daily support for the module. We hope you all
understand that we cannot give free support for all kinds of custom installations,

110 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

custom configurations or adjustments of theme layouts.

Note:
There are several other Drupal slideshow / carousel / rotator / tab modules
available. Have a look at this comparison to find out what suits you best.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc6 2009-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

Node Reference URL Widget


By quicksketch on the 22nd of January, 2009

The Node Reference URL Widget module


adds a new widget to the Node Reference
CCK field type. It auto-populates a node
reference field with a value from the URL,
and does not allow this value to be
changed once set. It can automatically
provide a link on the referencing node
types, that will contain the proper url to
prepopulate the field.

The sample illustration might help explain the Node Reference URL Widget in
action.

Mustardseed Media also has an excellent screencast on Node Reference URL


Widget.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Video Filter
By fokke on the 21st of November, 2007

This is a highly flexible and easy extendable filter module to embed any type of
video in your site using a simple tag. Other modules can add video sites/formats
(called codecs) using an easy plug-in architecture.

The Drupal 7 version is in HEAD, filters work, but settings does not yet.

Included codecs

111 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Blip.tv
Capped.tv
College Humor
DailyMotion
Eyespot
Flickr Video
Flickr Slideshows
Gametrailers
Gamevideos
Google Video
Metacafe
Myspace
Picasa
Revver

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Oct-23
notes snapshot
Download · Release Recommended
6.x-2.7 2009-Oct-25
notes for 6.x
Download · Release Recommended
5.x-2.7 2009-Oct-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 12 13 14 15 16 17 18 19 20 … next › last »

Page break by AutoPager. Page( 17 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

112 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Google Custom Search Engine


By mfb on the 29th of March, 2007

Google Custom Search Engine (CSE) is an embedded search engine that can be
used to search any set of one or more sites. No Google API key is required. More
info at http://www.google.com/coop/cse/

After installing this module, configure it by entering Google's alphanumeric ID for


your CSE. Once you have granted permission for one or more roles to search the
Google CSE, the search page can be found at search/google, and a search block
can also be enabled.

Due to Google and Drupal both making use of "q", this module requires that clean
URLs be enabled.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Jul-26
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Jul-26
notes for 5.x

Find out more · Bugs and feature requests

404 Blocks
By JohnAlbin on the 31st of December, 2008

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.

Version Date Links Status

6.x-1.1 2009-Jul-01 Download · Release Recommended

113 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Sep-08
notes snapshot

Find out more · Bugs and feature requests

Web File Manager


By cweagans on the 5th of January, 2007

The WebFM module presents a paradigm shift in file management for Drupal. This
file manager is based on a hierarchical directory structure unlike the traditional flat
filesystem used to date. WebFM uses AJAX to allow administrators to arrange files
on the server in the same way they do with file managers on their personal
systems. This ability to hierarchically arrange files improves the manageability of
large collections of documents.

Version Date Links Status


Download · Release Recommended
6.x-2.12 2010-Mar-12
notes for 6.x
Download · Release Recommended
5.x-2.15 2008-Oct-17
notes for 5.x
Download · Release Recommended
4.7.x-1.7 2007-Apr-25
notes for 4.7.x

Find out more · Bugs and feature requests

Taxonomy Access Control


By keve on the 17th of August, 2004

Access control for user roles based on taxonomy categories (vocabulary, terms).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-11
notes for 6.x
Download · Release Recommended
5.x-2.0 2010-Mar-09
notes for 5.x

Find out more · Bugs and feature requests

Install Profile API


By Boris Mann on the 31st of March, 2007

114 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A set of helper functions (aka CRUD) that make it easier to work with Drupal data
structures by providing some wrapper functions. Include crud.inc in your install
profile to use them. crud.inc was originally developed and maintained by Boris
Mann of Bryght. There is now a rag tag band of developers including moshe,
quicksketch, webchick, and dww who add a little more each time we build an
install profile.

Please help by getting similar functions into core for Drupal 7. Please ask for
co-maintainer status if you are also developing install profiles and would like to
contribute.

NOTE: this is not really an "end user" module. You will need to be somewhat
familiar with PHP at least to the level of cut and pasting functions to create install
profiles. See the handbook for an overview of How to write an install profile.

As of July 2008, we've turned install profile API into an actual module, so you can
depend on it in your install profiles. See In progress changes to Install Profile API
for D6 for further discussion.

As of November 2008, dww backported many of these changes to a 5--2 branch


which has a similar layout / functionality.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Jul-22
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Jan-08
notes for 5.x

Find out more · Bugs and feature requests

Image Resize Filter


By quicksketch on the 20th of November, 2008

The easiest end-user solution for resizing inline images.

This filter makes it easy to resize images, especially when combined with a
WYSIWYG editor such as tinyMCE or FCKeditor. Users never have to worry about
scaling image sizes again, just insert an image and set it's height and width
properties in HTML (this is done automatically be WYSIWYG editors) and the image
is resized on output to match the HTML.

Demos:
Image Resize Filter demo and configuration options by Lullabot.
Demo combining FileField Insert with Image Resize Filter by MustardSeed Media.

Version Date Links Status

115 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Ajax
By brendoncrawford on the 12th of April, 2008

One Ajax Module to Rule Them All!

Ajax.module will AJAXify any Drupal form. This essentially allows for validation,
preview, and submission without a page refresh. Ajax.module supports most forms
out of the box. Ajax.module provides both an API for module maintainers as well
as an admin interface for easy configuration.

By default in Drupal, when a form is submitted, the values of that form are sent
through a series of Drupal validation procedures. When these validations are
completed the validation messages are normally sent back to the user with a
standard page refresh. For example, if a user fills out a form which requires a first
name, but the user leaves these fields blank, they will be presented with a
message that says "First Name is Required".

This module allows the validation messages to be sent back to the user without a
page refresh, so they appear in realtime. This makes for a more streamlined user
experience. If the submitted form has no errors, the page will be redirected to the
appropriate submission landing page.

Some reasons you may want to use this module include...

extremely simple setup. with most forms, it "just works".


supports most forms with file uploads.
supports Image module forms.
supports forms with CAPTCHAs.
supports comment forms.

Version Date Links Status


Download · Release Recommended
6.x-1.14 2009-Apr-27
notes for 6.x

Find out more · Bugs and feature requests

SWFObject API
By arthurf on the 25th of January, 2007

116 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Please Note!
In the hopes of reducing module duplication, the functionality of
this module will be merged into SWFTools' SWFObject2 module
sometime in the near future. For more information, please follow
this thread: http://drupal.org/node/135063. There will be a
comatibility layer, so for modules which implement this module's
API, you will not have to change any code (though it's pretty
easy to switch over to SWFTools SWFObject2 format.

Bug fixes for the current codebase will continue, however no


new functionality will be released.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jan-27
notes for 6.x
Download · Release Recommended
5.x-2.0-beta3 2009-Jan-27
notes for 5.x

Find out more · Bugs and feature requests

Drupal For Firebug


By populist on the 7th of April, 2008

#D7CX: I pledge that Drupal for


Firebug will have a full Drupal 7 release
on the day that Drupal 7 is released.

This module is a helper module for a customized Firefox plugin that displays Drupal
debugging and SQL query information (thanks to integration with devel module) to
the Firebug window.

The current Firefox development plugin can be downloaded from the Mozilla.org
Drupal for Firebug Page.

To get the module installed and working please do the following things:

1. Download and install the module.


2. Set the appropriate permissions for user's to see debugging information. By
default only UID 1 can see anything.
3. Make sure that your theme is outputting the $closure variable. Most themes
do, but some do not (and should).
4. Download the latest version of the Firefox plugin (see links above) and make
sure its enabled.

Version Date Links Status

117 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jul-02
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jul-02
notes for 5.x

Find out more · Bugs and feature requests

JQuery menu
By Aaron Hawkins on the 12th of November, 2008

Jquery menu uses simple, cross browser compatible jquery to


transform your multilevel menus into click and expand menus.
Yes this module is similar to dhtml menus and active menus,
but it is different in a couple of key ways.

1. Unlike dhtml menus (which requires you to click twice on a


link to actually follow an expanded link) Jquery menus
separates the link from the expanding mechanism (there
is a small plus symbol that you click instead to expand the
menu). This makes for a more natural navigation.
2. Unlike active menus, which makes ajax calls to fill in the lower level menus
when you click the plus symbol, Jquery menu creates the menu in full on the
initial page load. I personally have used active menus for several months and
have found that those ajax calls sometimes fail, and are not as stable as
jquery.
3. Unlike Active menus which transforms all menus into active menus once the
module is turned on, Jquery menu only creates a jquery block for the menus
that you specify. To chose which menus you want to be active you just have
to visit the admin page at 'admin/settings/jquerymenu' .

Version Date Links Status


Download · Release Recommended
6.x-3.0 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 13 14 15 16 17 18 19 20 21 … next › last »

Page break by AutoPager. Page( 18 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

118 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Gallery
By profix898 on the 28th of September, 2003

Note: As of 2009/10/08, this module appears to no longer be supported.


If you are interested in taking this module over, or you as the module
maintainer feel this message has been posted in error, please reply to
#586782: Is Gallery module still being maintained? .

This module embeds Gallery2 (http://gallery.menalto.com) inside your Drupal


installation to support photos, videos and other content. There is support for 2
types of image blocks and a navigation menu, inserting of images into nodes via
an input filter, TinyMCE support, syncing of users between the 2 applications, ...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-10
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Feb-27
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Nov-14
notes for 4.7.x

Find out more · Bugs and feature requests

Advanced Profile Kit


By Michelle on the 1st of January, 2008

Important support note: The holidays are over but I'm still too swamped to pay
much attention to the queue. I'll try to work in some time to tend to it but bug
reports will get first priority. It may be some time before I'm able to answer
non-trivial support requests.

Advanced Profile Kit provides building blocks for putting together fancy user profile
pages like those commonly found on social networking sites. It is meant to work
with Panels, though the provided pieces can be used in the theme layer if you
prefer. By using Panels as a base, any item that can be added to Panels can be
added to the profile page by pointing and clicking with no coding needed.

119 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Sep-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-01
notes for 5.x

Find out more · Bugs and feature requests

Schema
By bjaspan on the 16th of April, 2007

Introduced in Drupal 6, the Schema API allows modules to declare their database
tables in a structured array (similar to the Form API) and provides API functions
for creating, dropping, and changing tables, columns, keys, and indexes.

The Schema module provides additional Schema-related functionality not provided


by the core Schema API that is useful for module developers. Currently, this
includes:

Schema documentation: hyperlinked display of the schema's embedded


documentation explaining what each table and field is for.
Schema structure generation: the module examines the live database and
creates Schema API data structures for all tables that match the live
database.
Schema comparison: the module compares the live database structure with
the schema structure declared by all enabled modules, reporting on any
missing or incorrect tables.

Note for MySQL users: The Schema module requires MySQL 5. Prior versions of
MySQL do not support the INFORMATION_SCHEMA database that the Schema
module uses to inspect the database.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta2 2010-Feb-25
notes for 7.x
Download · Release Recommended
6.x-1.7 2010-Feb-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

Nodeaccess
By chadcf on the 26th of September, 2006

120 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Nodeaccess is a Drupal access control module which provides view, edit and delete
access to nodes. Users with the 'grant node permissions' permission will have a
grant tab on node pages which allows them to grant access to that node by user or
role. Administrators can set default access controls per content type, and also
define which roles are available to grant permissions to on the node grants tab.

The upshot is, this module allows you to do things like 'node 123 can be viewed by
authenticated users and edited by admin users and joeuser'. As an added bonus,
update and delete permissions are separated, so you can make sure users with
edit permissions cannot accidentally delete pages.

5.x and 6.x version information


Both of these versions are now official and considered stable. Their lifespan is not
going to be long, however. A 2.0 version is already in test use for D5, and will be
ported to D6 soon. You may look forward to new features - most impressive of
which is a search/mass grant form - and fixes to the few known problems in the
current releases.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jul-21
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-01
notes for 4.7.x

Find out more · Bugs and feature requests

FlashVideo
By travist on the 8th of February, 2007

FlashVideo is a complete turn-key video solution that expands Drupal's upload


capabilities to allow web developers and users to upload video files, automatically
convert those videos to the popular Flash format, and then embed their video in
any node type using the simple [video] tag. This module allows more than one
video to be attached to any node, and then referenced through the use of
parameters passed to the tag [video]. It also includes an automatic conversion of
video files to the Flash format using FFMPEG technology.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Dec-27
notes for 6.x
Download · Release Recommended
5.x-2.8-rc3 2008-Nov-30
notes for 5.x

121 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
4.7.x-1.0 2007-Apr-13
notes for 4.7.x

Find out more · Bugs and feature requests

Boost
By Arto on the 15th of October, 2006

Boost provides static page caching for Drupal enabling a very


significant performance and scalability boost for sites that
receive mostly anonymous traffic. Boost is very easy to
install and has been throughly tested on Shared, VPS and
Dedicated hosting. Apache is fully supported, with Nginx,
Lighttpd and IIS 7 semi-supported. Boost will cache & gzip
compress html, xml, ajax, css, & javascript. Boosts cache
expiration logic is very advanced; it's fairly simple to have
different cache lifetimes for different parts of your site. The
built in crawler makes sure expired content is quickly
regenerated for fast page loading. For shared hosting this is your best option in
terms of improving performance.

Version Date Links Status


Download · Release Recommended
6.x-1.18 2010-Jan-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

Webform Block
By budda on the 29th of April, 2009

Allows embedding a webform node into a


block which can be positioned in any block
region (theme space permitting).

Version Date Links Status

122 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-26
notes for 6.x

Find out more · Bugs and feature requests

Site verification
By Dave Reid on the 17th of May, 2009

#D7CX: I pledge that Site verification will have a full Drupal 7 release on the day
that Drupal 7 is released.

This module assists with the site/domain ownership authentication/verification for


search engines. There are two types of verification methods supported: adding
meta tags, or uploading a specific file. If you are provided with a file to upload, this
module makes it easy because you can upload the file in the module's interface
and the proper filename and file contents will be saved and used in the
authentication process.

This module is useful for the following search engine verifications:

Google Webmaster Tools


Google Apps
Bing Webmaster Central (formerly Live Search)
Yahoo! Site Explorer
Yandex.ru
Any search engine or web service that uses META tags or file upload to verify
that you are the owner of a site.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

Subscriptions
By salvis on the 18th of November, 2003

This module enables users to subscribe to be notified of changes to nodes or


taxonomies, such as new comments in specific forums, or additions to some
category of blog. Once enabled, all nodes will have an additional link that allows
the user to change their subscriptions. Users have tab on their user screen to
manage their own subscriptions. Users can also set an auto subscribe function
which notifies the user if anyone comments on posts they have made. Admins can
set this on by default.

123 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Subscriptions has its roots in 2003 (node/4189!). At version 5.x-1.x it was in a


crisis, due to too many people having pulled it in too many direction. In Winter '07
and Spring '08 it was rewritten from the ground up by chx and salvis, and these
two are maintaining it to this day.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-17
notes for 6.x
Download · Release Recommended
5.x-2.5 2009-Jul-22
notes for 5.x

Find out more · Bugs and feature requests

Resource Description Framework (RDF)


By Arto on the 10th of October, 2007

RDF is a W3C standard for modeling and sharing distributed


knowledge based on a decentralized open-world assumption.
Any knowledge about anything can be decomposed into triples
(3-tuples) consisting of subject, predicate, and object;
essentially, RDF is the lowest common denominator for
exchanging data between systems.

This module provides comprehensive RDF functionality and interoperability for the
Drupal 6.x platform. For more information, read the introductory posting or watch
the demo video. Be sure to subscribe to the Semantic Web group on
groups.drupal.org to keep up with the latest happenings.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-25
alpha7 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 14 15 16 17 18 19 20 21 22 … next › last »

Page break by AutoPager. Page( 19 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

124 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

User Points
By kbahey on the 21st of June, 2005

This module provides an API for users to gain or lose points for performing certain
actions on your site.

In conjunction with other modules, such as the userpoints Nodes and Comments
users can accumulate points for actions such as posting nodes, commenting or
moderation duties.

Use one of the many contributed modules to extend the functionality of the module
to include point accumulation on page views or votes, upgrade roles based on
point balance, or purchase goods from your store.

This module is useful in providing an incentive for users to participate in the site,
and be more active.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-21
notes for 6.x
Download · Release Recommended
5.x-3.7 2008-Jun-03
notes for 5.x

Find out more · Bugs and feature requests

Search config
By canen on the 11th of August, 2006

Looking for a maintainer: If any one is interested in maintaining this project let
me know.

This module started out as a simple means of configuring the display of the
advance search form. A few features have been added since thanks to the
contributions of others.

In simple use cases the search_config module allows site admins to decide which
fields to display on the advanced search form when enabled. This does not stop
astute users from entering the search criteria directly into the search text fields.
There is also the option of selecting which node types not to index. Once selected
they are also automatically removed from the advance search form. This gives

125 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

more control over the content that can be searched to those who need it.

Search config now has the option of choosing which search implementation should
be the default, for example, "content", "user", "apachesolr", etc. The regular
"content" search provided by the node module is selected by default.

Three new permissions are also provided, these simple control the display of fields
per role and is useful if fields should not be removed globally from the form.

The following fields or selected members of their groups can removed from the
form globally or on role by role basis:

keywords
categories
node types

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-May-30
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Sep-25
notes for 5.x
Download · Release Recommended
4.7.x-1.6 2007-May-22
notes for 4.7.x

Find out more · Bugs and feature requests

Popups API (Ajax Dialogs)


By starbow on the 11th of December, 2007

This module is not currently maintained. Please check out http://drupal.org


/project/modalframe, or contact me if you would like to become a
maintainer.

API for building modal ajax dialogs. Its focus is on putting forms inside of ajax
popup dialogs.
Current example can present pages as popups (of the lightbox type). This is
amazingly useful for things like confirmation pages. And the best part is it can be
applied retroactively to a page without needing to modify the generating module,
and (of course) it degrades gracefully.

Checkout a screencast of how slick this makes the Block admin page.

Cool New Features in 2.x Branch

Popup Skinning
JIT loading of all needed CSS and JS.

126 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Popup Stack (multiple Popups in DOM at the same time).

Modules that use the Popups API

Popups: Add and Reference


Friendlist
Input Format Manager
Flag Friend

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-11
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2009-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

Wikitools
By cwgordon7 on the 15th of February, 2007

#D7CX: I pledge that Wikitools will have a full Drupal 7 release on the day that
Drupal 7 is released.

The wikitools module provides some settings to get a more wiki-like behavior. It
aims to be lightweight; all features are optional, and it provides no database tables
of its own. If you have ideas about cool new features for this module, please post
an issue. All new features go into the 6.x branch; I encourage others to present
patches with backports. Some of the features of this module are:

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-18
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-25
notes for 5.x

Find out more · Bugs and feature requests

Localization client

127 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Gábor Hojtsy on the 29th of April, 2007

The primary goal of this module is to


provide easy ways to localize your site
interface. To achieve this, it provides
three noticeable features:

An on-page localization editor


interface, which allows
customization of the interface
translation right on the actual web
pages viewed, using AJAX callbacks.
(Drupal 5.x and Drupal 6.x)
Instant sharing of localized strings as you input them with a Localization
server. (Drupal 6.x)
A translation package reimport tool, which helps people upgrading from
Drupal 5 and those upgrading their translation packages anytime onwards, to
import new and changed translations. (Only Drupal 6.x, look for similar
functionality in Drupal 5 to Autolocale)

Future plans include the other way of the connection to a central translation server
so translations might be possible to download and import.

Video demonstrations

http://www.developmentseed.org/blog/2007/oct/26/new-features-
and-improve...
http://hojtsy.hu/node/34
http://www.developmentseed.org/blog/2007/oct/05/translating-strings-
drup...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-17
notes snapshot
Download · Release Recommended
6.x-1.7 2009-Apr-15
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-15
notes for 5.x

Find out more · Bugs and feature requests

Audio
By drewish on the 11th of August, 2005

The audio module allows users with proper permissions to upload audio files into
drupal. Each audio item is created as its own individual audio node.

128 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-25
unstable6 notes for 6.x
Download · Release Recommended
5.x-1.4 2008-May-25
notes for 5.x

Find out more · Bugs and feature requests

Prepopulate
By jbrauer on the 22nd of March, 2006

Allows fields in most forms to be prepopulated from the URL. It uses the $_GET
variable in a URL to modify the #default_value of form fields.

For example, the following URL,

http://www.example.com/node/add/blog?edit[title]=this is the title

will automatically fill the Title field on a new blog post with the words "this is the
title". Any field can be prepopulated this way, including taxonomy and CCK fields.
You can prepopulate more than one field at a time as well. Prepopulate is excellent
for creating bookmarklets. For examples on usage for all of these cases, please
read the USAGE.txt file that comes with the module or you can read the online
handbook page.

Originally written by eafarris.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-17
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Nov-17
notes for 5.x

Find out more · Bugs and feature requests

Hierarchical Select
By Wim Leers on the 4th of September, 2007

Description
This module defines the "hierarchical_select"
form element, which is a greatly enhanced
way for letting the user select items in a hierarchy.

Hierarchical Select has the ability to save the entire lineage of a selection or only

129 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the "deepest" selection. You can configure it to force the user to make a selection
as deep as possible in the tree, or allow the user to select an item anywhere in the
tree. Levels can be labeled, you can configure limit the number of items that can
be selected, configure a title for the dropbox, choose a site-wide animation delay,
and so on. You can even create new items and levels through Hierarchical Select!

For a good overview of what Hierarchical Select can do, look at this demo!

Integrates with
Book (Drupal core) — only on Drupal 5
Forum (Drupal core)
Menu (Drupal core)
Taxonomy (Drupal core)
Content Taxonomy
Views — in combination with Taxonomy, not with Content Taxonomy

Sponsors
Ability to create new items: The Worx Company
Version Date Links Status
Download · Release Recommended
6.x-3.0 2009-Dec-31
notes for 6.x
Download · Release Recommended
5.x-3.0 2009-Dec-31
notes for 5.x

Find out more · Bugs and feature requests

Views carousel
By recidive on the 15th of May, 2007

This module is a Views plugin that allows you to output posts as a jQuery-based
carousel. It is based on the jCarousel jQuery plugin.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Nov-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-21
notes snapshot

Find out more · Bugs and feature requests

User Relationships

130 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By alex.k on the 15th of August, 2007

Allows users to create named relationships between each other. It is the basic
building block for a social networking site, or any site where users are aware of
one another, and communicate.

There are many features on offer. It'd be worth your while to check it out.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-Nov-18
notes for 6.x
Download · Release Recommended
5.x-2.10 2009-Oct-27
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 15 16 17 18 19 20 21 22 23 … next › last »

Page break by AutoPager. Page( 20 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Guestbook
By sun on the 28th of January, 2004

This module provides a site guestbook and individual user guestbooks. Guestbook
owners can delete and comment the guestbook entries. Avatars are shown if they
are available.

#295015: Guestbook 2.0 is on the way, including Panels and User Display API
support, and more, if you help with testing and squashing bugs.

Version Date Links Status

131 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Sep-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-11
notes for 5.x

Find out more · Bugs and feature requests

Smileys
By Gurpartap Singh on the 28th of September, 2003

Smileys is a text filter that substitutes ASCII


smileys/smilies/emoticons with images.

This is a simple smiley-filter that allows the easy use of


graphical smileys (or 'emoticons') on a Drupal site. It
comes with a set of example smileys. An unlimited
amount of custom smileys can be setup as well.

I'm maintaining a page for additional smiley packs at: http://gurpartap.com


/blog/smileys-packs-for-drupal-and-phpbb

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jan-05
alpha5 notes for 6.x
Download · Release Recommended
5.x-1.2-beta 2007-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Block Theme
By JacobSingh on the 22nd of September, 2007

BlockTheme allows an admin to define tpl files for standard block templates
and provides a select box on the block configure form so the user can select
a tpl file to use as opposed to having to override the templates by block ID.

See an excellent video by Bob @ mustardseed on how to use this module (6.x
version)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Jul-03
notes for 6.x

132 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.2 2008-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

IMCE Mkdir
By ufku on the 11th of May, 2008

Adds directory creation functionality to


IMCE through its UI.

CONFIGURING AND USING


---------------------
1. Go to admin/settings/imce Assuming
you have already created a IMCE
profile. Under section 'Configuration
profiles' click on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the
check boxes 'Add subdirectories' and 'Remove subdirectories'.

3. Click on 'Save configuration' button.

4. To test use IMCE. A new 'Manage directories' tab button will be display. Follow
instructions on screen.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Viewfield
By jerdavis on the 10th of November, 2006

Nodes hold content. Views save queries. Wouldn't be great if a node could hold a
saved query? Now it can. Viewfield is a CCK field module that allows administrators
to put views directly into nodes. When creating a node, users can select from a list
of views. When the node is displayed, the view is run and the content is inserted
into the body of the node.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-03
notes snapshot

133 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.5 2008-May-28
notes for 5.x

Find out more · Bugs and feature requests

Views Group By
By irakli on the 2nd of March, 2009

This module enriches Views2 functionality with SQL


Grouping and Aggregation capabilities.

Ever wanted to design a view that displays top


terms for a specific node type and number of
nodes for each top term? You could not build such
query before, but now you can.

A new field group: SQL Aggregation is added, in


Views, once you install the module. The field group
has one available field: SQL Aggregation: Group By Fields. The field allows to
configure many aspects of "group by" SQL clause and "count()" fields.

Currently only SQL COUNT() function is available due to a limitation in Views2 API.
We are working on a Views2 patch to overcome the limitation. Patch will be
submitted to Views2 project and, hopefully, applied shortly thereafter.

You can read a Quick-start Tutorial to get up and running with the module in no
time.

ATTENTION:

Please make sure that when you add/order fields, Views GroupBy field is the last
field in the list!

Related Projects:

Views Charts

Status
Version Date Links Status
Download · Release Recommended
6.x-1.0-rc2 2009-Oct-23
notes for 6.x

Find out more · Bugs and feature requests

134 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

GeSHi Filter for syntax highlighting


By soxofaan on the 28th of May, 2006

The GeShi Filter module provides a filter for source


code syntax highlighting for a wide range of
languages.

Source code can be entered with for example


<code type="java">...</code> or <blockcode
language="python">...</blockcode>. Starting
from version 5.x-2.0 it is also possible to define
your own generic and language specific tags (e.g.
<java>) or to work with square bracket style tags
(e.g. [python]). Automatically adding line numbers is possible too with for example
[ruby linenumbers="normal"].

Language Support

At the time of this writing the GeSHi library supports highlighting for more than
130 programming languages and configuration syntaxes, including:
ActionScript, Ada, Apache Log, AppleScript, ASM, ASP, Bash, C, ColdFusion, C++,
QT, C#, CSS, D, Delphi, Diff, DOS, dot, Eiffel, Fortran, Groovy, Haskell, HTML, INI,
Inno, Java, Javascript, LaTeX, Lisp, Lua, Motorola 68000 Assembler, Matlab, mIRC
Scripting, MySQL, Objective C, OCaml, OpenOffice.org Basic, Oracle 8 SQL, Pascal,
Perl, PHP, PL/SQL, Python, QBasic/QuickBASIC, Rails, Microsoft Registry,
robots.txt, Ruby, SAS, Scheme, Smalltalk, Smarty, SQL, TCL, Text, Visual Basic,
vb.net, VHDL, XML, X++.

Additional support for highlighting Drupal source code is provided too.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-01
notes for 6.x
Download · Release Recommended
5.x-2.8 2008-Jun-02
notes for 5.x

Find out more · Bugs and feature requests

Custom Pagers
By eaton on the 3rd of January, 2007

Custom Pagers allows administrators to define context-sensitive previous/next


pagers for any node type. The list of nodes to be cycled through is generated by a
user-selectable view, and each pager can be displayed above or below the node
body or in a sidebar block. This makes it possible to duplicate the paging functions
of forum.module and book.module, as well as more complex stuff like comic strip

135 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

navigation. Requires token.module and views.module.

Version Date Links Status


Download · Release Recommended
6.x-1.10-beta1 2008-Jun-18
notes for 6.x
Download · Release Recommended
5.x-1.9 2007-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

Translation Overview
By drewish on the 21st of May, 2008

The Translation Overview page provides


a table listing the site's nodes and
showing what's been translated into
each language. It also lets you assign
priorities for translating nodes into the
various languages

For translations of taxonomy terms and


menu items check out the Translation
table module.

This module was developed by sticky.

Mar 23, 2009: Welcome the new co-maintainer: nonsie!

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Dec-04
notes for 6.x

Find out more · Bugs and feature requests

Auto Assign Role


By cyberswat on the 24th of April, 2007

The Auto Assign Role serves three primary purposes. The first is to provide an
automatic assignment of roles when a new account is created. The second is to
allow the end user the option of choosing their own role or roles when they create
their account. The third is to provide paths that will trigger a specific role when an
account is created. The administrator has full control over these functions and can
have them working together or independently of each other. Auto Assign Role is
integrated with the Content Profile module so that you can have content types
serving as registration pages. You can even replace the default user/register page

136 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with a customized version of your own design.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-25
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Aug-13
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 16 17 18 19 20 21 22 23 24 … next › last »

Page break by AutoPager. Page( 21 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node Export
By danielb on the 14th of May, 2008

The export module allows users to export an existing node and then import it into
another Drupal installation. The idea is similar to the way you export/import Views
or Content Types. The module itself was originally based on Node Clone and
therefore is similar in configuration and limitations - with the exception that you
can create the clone on another website (assuming relevant compatibility with
content types and fields).

An example of how you might use this module: Say you have created a node of
type Webform with the following fields: "First Name" "Surname" "Email"
"Comment" on one website. You come to building a new website with a similar
Webform, but the fields are: "First Name" "Surname" "Email" "Phone" "Fax". We
could either create the form from scratch, or we could export/import the original
form, remove the "Comment" field and add the "Phone" and "Fax" fields.

Using this module you can save yourself a lot of time setting up new websites that

137 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

have similar nodes to websites you've already made.

Bulk Export/Import
Version Date Links Status
Download · Release Recommended
6.x-2.21 2010-Feb-25
notes for 6.x
Download · Release Recommended
5.x-2.4 2010-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

Avatar Selection
By stella on the 22nd of February, 2007

When a user edits their account details


they can choose to upload an image or
photo of themselves, also known as an
avatar. The Avatar Selection module
allows the user to pick an avatar image from a list already loaded by an
administrative user. It is also possible to disable the uploading of pictures by users
and only allow them to select an avatar icon from this list.

No images are supplied with this module. It is recommended that all images you
use are roughly of the same size.

Dependencies

The Avatar Selection 5.x-2.6 and later 5.x versions are dependant on the jQuery
Update module. Avatar Selection 6.x versions have no such dependency.

Donations

All of the current work on Avatar Selection is done by one developer. It is likely
that I will not be able to add all requested features, unless there is some
community funding for this project. So if you want to show your appreciation for
the Avatar Selection module development or would like to see new features added,
please consider donating to this project.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Jul-19
notes for 6.x
Download · Release Recommended
5.x-2.9 2009-Jul-22
notes for 5.x

Find out more · Bugs and feature requests

138 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Taxonomy Breadcrumb
By MGN on the 5th of May, 2006

The taxonomy_breadcrumb module generates taxonomy based breadcrumbs on


node pages and taxonomy/term pages. This module fixes the common complaint
of having "Home" be the only breadcrumb on node pages. The breadcrumb trail
takes on the form:

[HOME] >> [VOCABULARY] >> TERM >> [TERM] ...

Simply install the module and taxonomy based breadcrumbs will appear on node
pages and taxonomy/term pages. For the most common applications this module
will work "out of the box" and no further configuration is necessary. If
customization is desired settings can be changed on an administration page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-12
notes for 6.x
Download · Release Recommended
5.x-1.4 2007-Mar-16
notes for 5.x

Find out more · Bugs and feature requests

Insert
By quicksketch on the 21st of October, 2009

Insert is a utility that makes inserting images and links


to files into text areas or WYSIWYGs much easier. It
adds a simple JavaScript-based button to FileField and
ImageField widgets. When used with ImageField and
ImageCache, images may be inserted into text areas
with a specific ImageCache preset.

This module was previously known as FileField Insert.

Features

Support for all major WYSIWYG editors, including tinyMCE, FCKeditor, the
WYSIWYG project (the recommended approach), and plain text areas.
Insert images using ImageCache presets
Maximum width setting for inserted images (for combined use with the Image
Resize Filter module)
Per-field insert configuration

See this module in action in the excellent FileField Insert / Image Resize Filter

139 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

screencast by MustardSeed Media.

Upgrading

This module fully supports upgrading from the old FileField Insert module, which it
replaces. Just throw FileField Insert away, drop in Insert, and enable.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-08
notes for 6.x

Find out more · Bugs and feature requests

RealName
By NancyDru on the 3rd of June, 2008

The RealName module allows the administrator to choose fields from the user
profile that will be used to add a "real name" element (method) to a user object.
Hook_user is used to automatically add this to any user object that is loaded. It
will also optionally set all nodes and comments to show this name.

The 6.x version of this module supports both the core Profile module and the
contributed Content Profile module, and can be extended to other profile providers.
Check the documentation page for more information.

As of November 7, 2008, this module now supports the privacy settings from the
contributed Profile Privacy module.

There is a move to try to put something like this in core, but it is meeting stiff
resistance; see #102679: Add a Display Name field to core in addition to
Username and #394282: Add a standardized full name field to the users table .
Everyone should also watch #192056: User's raw login name should not be
output directly .

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Oct-13
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jan-01
notes for 5.x

Find out more · Bugs and feature requests

Code Filter
By JohnAlbin on the 5th of July, 2004

This is a simple filter module. It handles <code></code> and <?php ?> tags so

140 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

that users can post code without having to worry about escaping with &lt; and &gt;

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-08
notes snapshot
Download · Release Recommended
6.x-1.0 2008-Mar-06
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jan-14
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Mar-06
notes for 4.7.x

Find out more · Bugs and feature requests

Simplenews on register
By moonray on the 22nd of May, 2008

------------
Description
------------

This module enhances simplenews by adding the ability to sign up for newsletter
from the user registration page.

------------
Requirements
------------

- Drupal 5

- Simplenews

------------
Installation
------------

- Create a new directory "simplenews_register" in the sites/all/modules


directory and place the entire contents of this simplenews_register folder
in it.

- Enable the module on the Modules admin page:


Administer > Site building > Modules

- Configure "Simplenews on register" on the Simplenews admin pages. There will


be an additional fieldset at the bottom:
Administer > Content Management > Newsletters > Settings.

------------

141 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Credits
------------

Written by Bala Bosch of Gravitek Labs (www.graviteklabs.com).


Initial development sponsored by Dia Diwan (www.diadiwan.com).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-12
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Automated Logout
By jrglasgow on the 19th of May, 2006

This module provides a site administrator the ability to log


users out after a specified time of inactivity.

It is highly customizable and includes "site policies" by


role to enforce logout.

Includes content submission detection after timeout to


prevent users loosing work.

Uses Javascript Countdown Timer as a helper module to


display a count down block (Optional).

Feature Branch 6.x-2.x is now Mainline


"One Session" allows the Administrator to define by role which users can have
multiple sessions at a time.

If "One Session" is enforced the User is restricted to one session. If a restricted


user logs on the sessions table is checked, if the users is found to have other
sessions: those sessions are set inactive, the user is notified and the event is
written to the log.

If a user is in a restricted role and a role that is unrestricted, the One Session
feature has no effect.

6.x-3.x Branch: Automated Logout Lite


Intended to be a tableless, lightweight, automated logout. The majority of the code
contributed by Rob Loach. Optionally integrated with Javascript Countdown Timer
Version 6.2-2.20+

142 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Dec-15
notes snapshot
Download · Release Recommended
6.x-2.4 2010-Jan-22
notes for 6.x

Find out more · Bugs and feature requests

Views Rotator
By mfer on the 13th of August, 2008

The Views Rotator module provides a Views style plugin to display items by
rotating through the items displaying one at a time. The cycling of images happens
via JavaScript (jQuery) with a number of configurable options.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Sep-23
alpha2 notes for 6.x
Download · Release Recommended
5.x-1.0-rc2 2008-Sep-23
notes for 5.x

Find out more · Bugs and feature requests

User Import
By Robert Castelo on the 22nd of September, 2005

Import users into Drupal or update existing users with data from a CSV file
(comma separated file).

Version Date Links Status


Download · Release Recommended
6.x-2.3 2009-Oct-24
notes for 6.x
Download · Release Recommended
5.x-2.10 2009-Sep-20
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-Feb-20
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 17 18 19 20 21 22 23 24 25 … next › last »

Page break by AutoPager. Page( 22 ).

143 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CSS Injector
By eaton on the 12th of December, 2007

Allows administrators to inject CSS into the page output based on configurable
rules. It's useful for adding simple CSS tweaks without modifying a site's official
theme -- for example, a 'nighttime' color scheme could be added during certain
hours. The CSS is added using Drupal's standard drupal_add_css() function and
respects page caching, etc.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Tiny Tiny MCE


By Steve Lockwood on the 14th of May, 2008

Tiny Tiny MCE (TinyTinyMCE) is a Drupal 6 supported module supporting the


wysiwyg editor tinymce.

This module was written as an alternative to the tinymce module. The goal was to
make it very simple to set up (enable the module, grant access permissions).
However, the configuration screen also lets you modify the default installation so
you can turn features on or off.

It offers two modes, simple and advanced. You control which users get which
mode in Drupal's user permissions screen.
- simple mode offers a very limited set of controls (bold, italic, underline, strikeout,
undo, redo, unordered/ordered list)
- advanced mode offers most of TinyMCE's features, eg links, tables, html, full
screen etc. A few features, such as layers, have been removed but you can alter

144 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the configuration, if you wish.

By default, all textareas will have a toggle for turning the rich text editor on or off.
Some textareas are excluded from this (and you can configure which ones).

The Drupal IMCE module is now supported - if the user is allowed to use IMCE then
TinyTinyMCE will detect it. The image popup will have a Browse button which gives
you access to the IMCE popup.

IMPORTANT 1) the module must be installed in {basepath}/sites/all/modules


/tinytinymce or it won't work properly. DO NOT install it with the core modules
{basepath}/modules.

Version Date Links Status


Download · Release Recommended
6.x-1.12 2009-Jan-10
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Nov-03
notes for 5.x

Find out more · Bugs and feature requests

Menu Attributes
By Schoonzie on the 29th of December, 2008

This simple module allows you to specify some additional attributes for menu items
such as id, name, class, style, and rel.

You should use this module when

You want to "nofollow" certain menu items to sculpt the flow of PageRank
through your site
You want to give a menu item an ID so you can easily select it using jQuery
You want to add additional classes or styles to a menu item

The module currently allows you to set the following attributes for each menu
item:

Id
Name
Target
Rel
Class
Style
Accesskey

145 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Apr-21
notes for 6.x

Find out more · Bugs and feature requests

DB Maintenance
By deekayen on the 18th of December, 2005

DB maintenance optimizes administrator-selected tables in the database during


regular cron.php executions. For MyISAM tables, OPTIMIZE TABLE repairs a table if
it has deleted or split rows, sorts table indexes, and updates table statistics. For
BDB and InnoDB, OPTIMIZE rebuilds the table. Note, MySQL locks tables during
the time OPTIMIZE TABLE is running. Optionally the user can select to attempt a
REPAIR TABLE in the event errors are found during attempted OPTIMIZE TABLE. If
you enable this ensure you have proper working backups.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-23
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Dec-23
notes for 6.x

Find out more · Bugs and feature requests

146 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Weather
By toddy on the 28th of January, 2004

This module uses METAR (METeorological Aerodrome Report)


data to display current weather conditions from anywhere in
the world.

#D7CX: I pledge that Weather module will have a full Drupal 7


release on the day that Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-5.11 2010-Mar-10
notes for 6.x
Download · Release Recommended
5.x-6.3 2008-Dec-03
notes for 5.x

Find out more · Bugs and feature requests

User registration notification


By rmiddle on the 12th of November, 2006

Notifies administrator (site_mail) of new user registrations. Starting with Version


1.2 you can now define both the address it goes to and the subject and messages
emailed. Starting with 1.8 you can get emails when someone updates there profile
as well. Starting with 1.11 you can use actual profile pieces not just a list of them
all. Example if you have a profile_name you would insert in the template
!profile_name and the value of profile_name will be inserted.

Version 1.2 has a bug in the profile code. Please upgrade to the latest version.
When upgrading from 1.2. Please going into admin/settings/register_notify and
reset to default.

Issues

As with all contributed modules, when considering submitting an issue:

Version Date Links Status


Download · Release Recommended
6.x-1.11 2009-Jul-02
notes for 6.x
Download · Release Recommended
5.x-1.10 2009-Jan-22
notes for 5.x

147 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Cumulus
By lut4rp on the 2nd of November, 2008

Cumulus allows you to display your site's tags


using Flash that rotates them beautifully in 3D. It
works like a regular tag cloud, but is more visually
exciting.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Apr-14
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-13
notes for 5.x

Find out more · Bugs and feature requests

CVS deploy
By dww on the 12th of June, 2007

Helps sites that are deployed directly from a CVS workspace, as opposed to sites
built via packages downloaded from drupal.org.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-26
notes snapshot
Download · Release Recommended
6.x-1.1 2009-May-05
notes for 6.x
Download · Release Recommended
5.x-1.2 2010-Jan-25
notes for 5.x

Find out more · Bugs and feature requests

Web Links

148 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rmiddle on the 14th of September, 2006

Web Links provides a comprehensive way to post


weblinks to your site. All links are nodes, which may
be put into taxonomies/categories and administered.
Additionally blocks may be enabled for any category
(or sub-category) of weblinks. This module plays
nicely with taxonomy_access/node_access allowing
for various group and individual editing options.
Admins may also enable a "My Weblinks" page that
displays which web links a user has submitted and
what the publication status is for that link.

You may be interested in comparison shopping: Comparison of links page modules.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2009-Sep-26
notes for 6.x
Download · Release Recommended
5.x-2.5 2009-May-10
notes for 5.x

Find out more · Bugs and feature requests

Flatcomments
By dragonwize on the 15th of September, 2006

Flatcomments is a very small module that allows you to force comments to always
be replies to the node regardless of the reply link used.

The comments are not just displayed flat, but also stored in this way, making edits
with for example comment_mover more intuitive.

If you delete comment, all of it's replies are deleted as well. This is an issue
especially when you are displaying your comments as a flat list because you can
not see if a comment has any replies causing the deletion of more than the single
comment you intended.

As this is unintuitive for the user that does not realize they are replying to a
specific comment when you are displaying them as a flat list.

Flatcomment fixes these issues.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Oct-20
notes snapshot

149 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Jun-14
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 18 19 20 21 22 23 24 25 26 … next › last »

Page break by AutoPager. Page( 23 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Notify
By matt2000 on the 28th of September, 2003

The notify module allows users to subscribe to periodic emails which include all
new or revised content and/or comments much like the daily news letters sent by
some websites.

Even if this feature is not configured for normal site users, it can be a useful
feature for an administrator of a site to receive notification of new content
submissions and comment posts.

It can be extended to select specific content to go to users individually using Views


module and Notify by Views.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-17
notes for 6.x

150 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.3 2009-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

CCK Fieldgroup Tabs


By nedjo on the 7th of August, 2007

Display CCK fieldgroups in tabs. Enables splitting up content onto tabs in both
editing and display.

Requires Tabs module as well as Content and Fieldgroup modules, part of CCK. For
Drupal 5.x, Tabs module is part of Javascript Tools. For Drupal 6.x, Tabs is a
separate module.

Note: if upgrading from the dev version to a stable release, ensure first that you
have installed the latest stable release of Tabs.

To use, install and enable the module, then navigate to content type
administration at Administer » Content management » Content types . Create one or
more fieldgroups for a content type and assign fields to the fieldgroup or use
existing fieldgroups.

Each fieldgroup can be displayed on a tab. (It really only makes sense to do so for
more than one, since a single tab serves no purpose.)

To get fieldgroups to display on tabs on content editing forms, select "tabs" as the
"style" when configuring a fieldgroup under "Manage fields" for the content type in
question.

To get fieldgroups to display on tabs when content is viewed, select "Display fields"
and select "tabs" as the display style for the groups (e.g., under Teaser or Full).

Maintained by nedjo, Moonshine, and rconstantine.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-May-01
notes snapshot

Find out more · Bugs and feature requests

CCK Blocks
By fokke on the 16th of November, 2007

151 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Adds a block for every CCK field you created, allowing to show the field value of
the currently shown node in the block (placed left, right or in whatever region)
instead of (or next to) the node's main content area. Kind of a simple panel
variation. Your client can add node-related block-content right from the node's
editing page.

CCK blocks depends on the cck module.

Note: Since version 5.x-1.2 and 6.x-1.1 the module does not hide the field in the
node's content area anymore. You can do that for yourself in the CCK display
settings. This allows you to show the field both in the node's content area and in
the CCK block.

Note2 (Performance): Since many users have experienced tremendous


problems when block caching is activated #400858: CCK Blocks appears to be
incompatible with block caching , we decided to disable block caching for cck
blocks. However, if you need block caching for some reason, please use the block
cache alter module to activate block caching for individual blocks.

Related modules
If you want to have a field editable directly within a block, try editablefields.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Mar-13
notes for 5.x

Find out more · Bugs and feature requests

User Stats
By Liam McDermott on the 4th of November, 2007

Provides commonly requested user statistics for themers, IP address tracking and
Views integration*. Statistics are:

1. days registered;
2. join date;
3. days since last login;
4. days since last post;
5. post count;
6. login count;
7. user online/offline;
8. IP address;

152 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was developed for The Webmaster Forums (who have moved to
Drupal from vBulletin -- yes, we do like Drupal's forum!)

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-18
notes for 6.x
Download · Release Recommended
5.x-1.0-beta4 2009-Feb-01
notes for 5.x

Find out more · Bugs and feature requests

Legal
By Robert Castelo on the 6th of October, 2003

Displays your Terms & Conditions to users who want to register, and requires that
they accept the T&C before their registration is accepted.

Version Date Links Status


Download · Release Recommended
6.x-2.2-beta4 2008-Aug-08
notes for 6.x
Download · Release Recommended
5.x-1.9 2008-Aug-24
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Mar-14
notes for 4.7.x

Find out more · Bugs and feature requests

Terms of Use
By Chill35 on the 23rd of May, 2008

This module adds Terms of Use and a


[x] I agree check box to the
registration page.

In Drupal 6, a required checkbox that's


not ticked/checked will bypass
validation. This module circumvents
this known issue by doing its own
validation for the checkbox.

Compared to the Legal module, the Terms of Conditions of this module are
stored in a node. The advantages of this are:

1. The module does not add yet another table to your database

153 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. You can use any input format you want to filter the content of the 'Terms',
including 'FULL HTML'.
3. You can use node versioning.
4. You can link to the 'Terms' from anywhere, using Drupal's menu.

Unlike the Legal module, you can edit the text that appears as title of the 'Terms of
Use' fieldset on your form, as well as the label for the checkbox.

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Mar-24
notes for 6.x

Find out more · Bugs and feature requests

Strongarm
By jmiccolis on the 6th of May, 2009

This 2.0-rc1 release introduces an important API change if you


have exported features using Strongarm 2. Please see
http://drupal.org/node/682730#comment-2564822 for changes you will
need to make to your exported features.

Strongarm gives site builders a way to override the default variable values that
Drupal core and contributed modules ship with. It is not and end user tool, but a
developer and site builder tool which provides an API and a limited UI.

An example of such a variable is site_frontpage. In Drupal this defaults to node,


which ensures that the front page gets content as soon as some exists, but for
many Drupal sites this settings is simply wrong. Strongarm gives the site builder a
place in the equation - an opportunity to set the site_frontpage to something that
makes sense for their site.

2.x Requirements
CTools

Updating your features from Strongarm 1.x to 2.x


1. Make sure you are using Features 1.0-beta6 or greater.
2. Strongarm update 6201 (when running update.php ) will set any variables you
have strongarmed in your 1.x compatible features in the database.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2010-Feb-07
notes for 6.x

154 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Mass Contact
By oadaeh on the 4th of April, 2007

The Mass Contact module is simply a modified and enhanced version of the core
contact module. It allows site moderators (or anyone with permission), to send
mass e-mail to a set role, group of roles or even to all registered users.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Oct-23
notes for 6.x
Download · Release Recommended
5.x-2.5 2009-Aug-31
notes for 5.x

Find out more · Bugs and feature requests

155 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Javascript Aggregator
By derjochenmeyer on the 17th of January, 2008

The aim of the JavaScript Aggregator module is to


improve performance of your site with less server
requests and bandwidth per page. In Drupal 5, all the
JavaScript files will be aggregated into one file and
optionally minified. JavaScript aggregation was
brought into core with Drupal 6, so the Drupal 6
version of this module goes one step further to minify
that file.

It basically does the following:

Takes the $scripts variable and removes .js files using a regular expression
Generates a unique filename for any set of .js files
Creates and caches one file containing all .js files in files/js
Optionally minifies the JavaScript using JSMin
Returns a modified $scripts variable with link to cached file

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jul-22
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Dec-04
notes for 5.x

Find out more · Bugs and feature requests

Advanced User
By earnie on the 3rd of June, 2006

Details
The advanced user module allows the filtering of users based on the user.module
fields and optionally the profile.module fields. The fields available for filtering can
be configured using the module settings. Eg. Site admin may search through
1000s of users to display all users who have not accessed their account.

Once the group of users with selected common denominators are filtered, the
module can be used to perform functions that email, block, unblock, add or
remove roles, or delete. Another nice feature is the ability to notify administrators
or other roles, by email, of user account creation or profile changes.

I am looking for a co-maintainer of this module. Please let me know of you


interest using the contact form.

156 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

NOTE: Version 5.x-2.1 or 6.x-2.3 is the release to use. The Drupal 5.x-2.x-dev release is
no longer being updated. The 6.x-3.x-dev release is not ready for testing and is being
used for future enhancements. See the release notes for futher detail.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2009-Jun-23
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Jul-07
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 19 20 21 22 23 24 25 26 27 … next › last »

Page break by AutoPager. Page( 24 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

jQ
By aaron on the 24th of January, 2008

*** See #315100: Allow to add JS/CSS libraries (sets of files, settings, and
dependent libraries) for the patch to put jQ in core! ***

The jQ module allows other modules to register jQuery plugins in a central


repository, and allows administrators of a site to enable or disable specific plugins
globally.

The concept behind this module is to create a basic hook structure for jQuery
wrapper modules, allowing other modules using these plugins to invoke them in a
consistent fashion.

(Drupal 6 version only): You can also simply add new jQuery plugin files in your

157 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

/plugins or /sites/example.com/plugins directory, and they'll be added to the


registry. Then, for example, if you upload jquery.example.js, you could just
jq_add('jquery.example'); and you're off. Additionally, if you have a .js and .css
file with the same base name there, they'll both be added with the same call.
Caveat: if you have two plugins with the same base name, there are no
guarantees which will be added to the registry. Better off defining a hook_jq
function in that case (see below for information on that).

Kudos to jjeff for his work on the jQuery Plugin Handler (JQP) module that inspired
this latest functionality.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-06
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-May-05
notes snapshot

Find out more · Bugs and feature requests

Bbcode
By naudefj on the 28th of September, 2003

The Drupal bbcode.module adds a BBCode filter to Drupal. This allows you to use
HTML-like tags as an alternative to HTML itself for adding markup to your posts.
BBCode is easier to use than HTML and helps to prevent malicious users from
disrupting your site's formatting.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Nov-30
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Jan-14
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Link checker

158 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By hass on the 7th of April, 2008

The Link checker module extracts links from your content when
saved and periodically tries to detect broken hypertext links by
checking the remote sites and evaluating the HTTP response
codes. It shows all broken links in the reports/logs section and
on the content edit page if a link check has been failed. An
author specific broken links report is also available in "My
Account" (D6+ only).

Features:

Selectively scan node types and comments


Selectively scan blocks
Scans CCK text and link fields in selected nodes
Checks internal and by default external links
Configurable link check intervals
Updates permanently moved (301) links after specified link check fail count
Unpublishes nodes after specified file not found (404) fail count
Weblink nodes from Links Package module are supported
Weblinks nodes from Weblinks module are supported
Output created by input filters is supported
Supported HTML elements: a, area, audio, embed, iframe, img, object,
param, source, video
Supported link protocols: http, https

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Nov-24
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Nov-24
notes for 5.x

Find out more · Bugs and feature requests

HTML Purifier
By ezyang on the 6th of December, 2007

HTML Purifier is a standards-compliant HTML filter library. HTML Purifier will not
only remove all malicious code (better known as XSS) with a thoroughly audited,
secure yet permissive whitelist, it will also make sure your documents are
standards compliant, something only achievable with a comprehensive knowledge
of W3C's specifications.

HTML Purifier is very tasty when combined with WYSIWYG editors and is more
comprehensive, standards-compliant, permissive and extensive than Drupal's

159 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

built-in filtered HTML option, which uses a derivative of kses. You can read more
about it at this comparison page. Want custom fonts, tables, inline styling, images,
and more? Want just a restricted tag set but bullet-proof standards-compliant
output? HTML Purifier is for you!

The HTML Purifier module is licensed under GPL v2 or later, however, the HTML
Purifier library itself is licensed under LGPL v2.1 or later.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Dec-13
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Dec-13
notes for 5.x

Find out more · Bugs and feature requests

Custom Search Box


By jweberg on the 13th of March, 2009

Custom Search Box is a simple little module that gives a user with Administer
search privileges an easy way to change the appearance of the search box used by
many themes. This is done by additional settings added to the '?q=admin/settings
/search' page. I created this module because as a newcomer, like many many
others, I did not like the text 'Search this site'. In my research on how to get rid of
it, I found many other users looking for the same thing plus some of the other
features I have included. This may not be a great module for the advanced
members of this community, but it will surely help out the beginners. It will also
cut down on the requests from the beginners on how to do this.

Features:

Change search label aka 'Search this site'


Change default text inside the textfield
Change default text of the submit button
Replace submit button with an image

Todo:

Add javascript to hide default text on click


Add javascript to image button on hover
Add javascript to settings form to grey image path when default is selected
Add image upload field like logo image in theme settings
Add internationalization
Add a theme layer to allow module to work with themes that override search
box.

I could use some help with the javascript. If anyone is willing to help it would be
appreciated. Please leave a message in the issue queue.

160 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-21
notes for 6.x

Find out more · Bugs and feature requests

Feeds
By alex_b on the 21st of September, 2009

#D7CX: I pledge that Feeds will have a full Drupal 7


release on the day that Drupal 7 is released.

Features
Import or aggregate data as nodes, users,
taxonomy terms or simple database records.

One-off imports and periodic aggregation of


content
Import or aggregate RSS/Atom feeds
Import or aggregate CSV files
Import or aggregate OPML files
PubSubHubbub support
Create nodes, users, taxonomy terms or simple database records from import
Extensible to import any other kind of content
Granular mapping of input elements to Drupal content elements
Exportable configurations

Installation
For requirements and installation instructions, refer to the included README.txt
file.

Upgrade from FeedAPI


Aron Novak and yhahn have provided a script for upgrading FeedAPI to Feeds.

Documentation
Version Date Links Status
6.x-1.0- Download · Release Recommended
2010-Feb-23
alpha12 notes for 6.x

Find out more · Bugs and feature requests

161 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

RobotsTxt
By David Strauss on the 11th of March, 2006

Use this module when you are running multiple Drupal sites from a single code
base (multisite) and you need a different robots.txt file for each one. This module
generates the robots.txt file dynamically and gives you the chance to edit it, on a
per-site basis, from the web UI.

Note: You must delete or rename the robots.txt file in the root of your Drupal
installation for this module to display its own robots.txt file(s).

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-22
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Mar-07
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

Calais
By febbraro on the 14th of April, 2008

#D7CX: I pledge that Calais will have a full Drupal 7


release on the day that Drupal 7 is released.

What is it?
The Calais Collection is an integration of the Thomson Reuters' Calais web service
into the Drupal platform. The Calais Web Service automatically creates rich
semantic metadata for the content you submit – in well under a second. Using
natural language processing, machine learning and other methods, Calais analyzes
your document and finds the entities within it. But, Calais goes well beyond classic
entity identification and returns the facts and events hidden within your text as
well. The web service is free for commercial and non-commercial use. It requires
registration to obtain an API Key.

Read webchick's fantastic Introduction to Calais for Drupal.

What's New?

Upgraded to work with Calais release 4.3


SocialTags integration
SemanticProxy integration

162 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Full Calais data integration with Views


Full support for Calais disambiguated URIs and data for Geo (City/State
/Country), Company, Products

Requires the RDF module alpha7 release or later

Version Date Links Status


Download · Release Recommended
6.x-3.4 2009-Dec-14
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Oct-20
notes for 5.x

Find out more · Bugs and feature requests

Conditional Fields
By peterpoe on the 4th of January, 2008

Content fields and groups visibility based on the


values of user defined 'trigger' fields.

Description

Conditional Fields allows you to assign CCK fields with


allowed values as ‘controlling fields’ for other fields
and groups. When a field or group is ‘controlled’, it will
only be available for editing and displayed if the
selected values of the controlling field match the ‘trigger values’ assigned to it.

When editing a node, the controlled fields are dynamically shown and hidden with
JavaScript.

You can, for example, make a custom ‘article teaser’ field that is shown only if an
‘Include teaser’ checkbox is checked.

Installation and Usage

Please read the Conditional Fields documentation.

Limitations

Supported controlling fields are for now only core CCK widgets (that is:
select, checkbox, radio and text). Other field types might work but are not
supported, and a full plugin system for compatibility will be implemented in
the next major version. Follow this issue for ongoing development.

163 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

Inline
By sun on the 22nd of November, 2004

Inline module allows users to display uploaded files and images inline, i.e. place
links to files into a content using a simple [inline:filename.jpg] tag. The effect is a
link to the file or the display of an image, depending on the file type.

Inline allows users to place an uploaded image or a file attachment anywhere in


the content. During creation of a content, a user can simply enter the number or
filename of the attachment that should be displayed inline. After submitting the
content, the number is automatically converted to the corresponding filename.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-13
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Apr-18
notes for 5.x
4.7.x- Download · Release Development
2007-Sep-29
1.x-dev notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 20 21 22 23 24 25 26 27 28 … next › last »

Page break by AutoPager. Page( 25 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

164 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Paging
By Gurpartap Singh on the 1st of December, 2005

Description
Break long pages into smaller ones
automatically by words(or characters) limit,
or by means of a customizable pagination
tag:

First page here.


<!--pagebreak-->
Second page here.
<!--pagebreak-->
More pages here.

Sites using paging


http://www.lullabot.com/
http://www.networkworld.com/community/
http://www.infoworld.com/
http://www.maximumpc.com/
...

Features
Customizable page separator string.
Form or image button to insert page separator string in content.
Link "Read more" to second page when the teaser is larger than or equal to
the first page.
Option of pager navigation style to choose. Possible values are
theme_pager(), theme_paging_drop_down() or any custom theme function.
Configurable pager navigation position. Below content or Above content or
both, or manual position using $node->paging in node.tpl.php.
Load pages dynamically using AJAX.
Page names feature. Define pages using format or use the Page names
interface.
Page navigation block with page names.
Change page title to name of current page.
Automatic pagination with either character count or word count.
All settings are configurable per content type.
... and some undocumented touches. Feature requests are most welcome!

Documentation

165 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Installation and support instructions can be found in README.txt.


Find further documentation, answers to FAQs, and other enhancement guides
on the handbooks page at: http://drupal.org/handbook/modules/paging.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-28
notes for 5.x

Find out more · Bugs and feature requests

Colorpicker
By dwees on the 23rd of April, 2007

This module creates a new form element called a 'colorpicker'. It allows a


developer to add colorpicker form elements easily to his page. It relies on the color
picking plugin Farbastic which is already shipped with Drupal core.

To use this module, enable it, then other modules which need a colorpicker form
element can use this module to create the element, rather than everyone having
to create their own colorpickers.

This module is not intended to allow users to change the theme or anything else
like that. Any such changes would be the role of another module.

Also, in the most recent version of this, I've tried to fix the
colorpicker_cck.module, hopefully it works fine now. It will need some more
extensive testing. Make sure you read the release notes for the Drupal 6 release.

See the README.txt and the colorpicker_example.module shipped with this module
for examples of the usage.

Recent updates have been sponsored by One Shoe.

This project is looking for contributors to help maintain the module, work on
improvements, and add new features.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-24
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-17
notes snapshot

Find out more · Bugs and feature requests

166 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Persistent Login
By bjaspan on the 17th of October, 2006

The Persistent Login module provides the familiar "Remember Me" option in the
user login form.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-08
notes for 6.x
Download · Release Recommended
5.x-1.4-beta4 2008-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

Persistent URL
By yhahn on the 8th of March, 2009

PURL 1.0-beta6 requires CTools. Please make sure you


have added it to your modules before running
update.php.
PURL (pronounced 'perl') stands for Persistent URL. PURL is an API module -- it is
meant to be a helper (and one that does some heavy lifting at that!) for other
modules interested in using elements of the page request to sustain information
between pages without using a SESSION or other hackish means.

Translation: PURL does absolutely nothing for the end user out of the box without
other modules that take advantage of its API.

It is an API module that provides a way for other modules to take advantage of
concepts using custom_url_rewrite_outbound() without having to write the
complex logic that URL rewriting often requires. An example implementation of this
API can be found in the spaces module.

PURL can work with these page request elements:

Path prefixes: http://example.com/foo/node/5


Path prefix pairs: http://example.com/group/1/node/5
Query string: http://example.com/node/5?group=1
Domains: http://example.com/node/5

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-17
beta10 notes for 6.x

167 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Upload element
By Alan D. on the 14th of November, 2008

#D7CX: The managed_file element provide by core


File module has the same functionality and this module
will be discontinued. Migration is as easy as turning on
the File module and changing your API slightly as both
are based on Drupals {file(s)} table. Changes to the
D7 FAPI have eliminated a couple of the long
outstanding bugs here.

This module provides two new form elements to assist


with files that are stored/updated in Drupal's {files}
table.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-05
notes for 6.x

Find out more · Bugs and feature requests

Menu Settings per Content Type


By vasike on the 24th of November, 2008

This module allow to set the Menu


Settings with certain Menus for content
editing by Content Type.

Utility
example1 : I want that the
menu-settings just show up on
content-type "page" and not on other
content-types. so that users wont be
confused to have these settings where they dont make sense.

example2 : for the "Images" content Type I want to have only "Images" Menu
available for "images" content.

Once installed the Menu Settings will not available in Node Edit Form until you set
the Menus we want in the Content Type Settings (Administer > Content
management > Content types > TheContentType edit)

Version Date Links Status

168 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Feb-12
notes for 5.x

Find out more · Bugs and feature requests

Browscap
By mikeryan on the 12th of July, 2005

The Browscap module provides a replacement for PHP's get_browser() function.


get_browser() is difficult (or impossible) to configure for most users in shared
webhosting situations, and requires attention to keep the underlying data
(browscap.ini) up-to-date. This module avoids the configuration issue by storing
the data in a database table, and the freshness issue by automatically retrieving
the latest data on a weekly basis (if cron.php is run regularly).

Also, statistics on browsers visiting the site may be captured by enabling


monitoring in the browscap settings.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-30
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

Content Management Filter


By introfini on the 7th of August, 2008

This module adds an easier way for


administrators to filter the content on a Drupal
site for administration purposes.

CMF is an alternative to the Administer >>


Content management >> Content tool with
these additional options:

Show nodes, comments or both


Filter by author (select from drop-down
list)
Filter by author (enter username in AJAX search field)

169 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Filter by user role (shows nodes authored by any user in the selected role)
Filter by user status (active or blocked)
Filter by title or body substring
Filter by node created date (before/after)
Filter by node language
Displays a column in the content list with node creation time
Sort content list by any column: Title, Type, Author, Status, Time

CMF also optionally adds a User Content tab to the My Account page that
brings up CMF with a list of nodes authored by the current user.

Significant improvements sponsored by Youth Sports Parents.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Sep-19
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Jul-31
notes for 5.x

Find out more · Bugs and feature requests

Mailhandler
By Ian Ward on the 28th of September, 2003

The Mailhandler module allows registered users to create or edit nodes and
comments via email. Authentication is usually based on the From: email address.
Users may post taxonomy terms, teasers, and other node parameters using the
Commands capability. See useful command documentation.

Upgrading to latest version

In the 6.1.9 release there are database schema changes. You must run update.php
to upgrade from any previous version of 6.x mailhandler to the latest version of
mailhandler.

A tutorial for configuring this module for processing images attached to emails.

Help is needed: Most of the recent changes have only been committed to the
Drupal-6 branch. I preferred progressing with this branch, rather than to wait for
D5 compatibility. If you're working on Drupal 5, and would like to see these
changes introduced, please supply a backport patch, and I'll happily apply it.

Roadmap
While mailhandler isn't expected to add more features (these should be added as
extension modules), I do have a couple of features, which seem necessary:

170 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

- Add support for (CCK) fields: #141211: CCK custom content type fields and
scheduling using mailhandler
- Improve security and identification: #11962: Virtual Email Passphrase
Authentication

Version Date Links Status


Download · Release Recommended
6.x-1.10 2010-Feb-12
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Sep-17
notes for 5.x

Find out more · Bugs and feature requests

Custom Page
By irakli on the 17th of July, 2008

#D7CX: I pledge that Custom Page will have a full Drupal 7 release on the day
that Drupal 7 is released.

Documentation
A draft version of the User Documentation is now available for the Custom Page
module.

What is it?
Custom Page is an advanced theming tool, allowing developers to easily create
pages with custom templates and maintain full control over the output (e.g.
HTML). Custompage seamlessly integrates with the Context module and while
Context is not required, the two work great in tandem.

Features
1. Easily attach a theming function and/or tpl.php to a URL path/pattern.
2. Theme Taxonomy term pages for better SEO and presentation.
3. Seamless integration with the Context module (Caution: use
custompage_region_tile($region_name) to include regions in custom pages,
not template variables!)
4. Utility functions to easily aggregate content items like nodes, regions and
views on any template page (custompage or Drual's own
node-{type}.tpl.php, views-*.tpl.php, page.tpl.php etc.)

Version Date Links Status


Download · Release Recommended
6.x-1.12 2009-Jul-24
notes for 6.x

171 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 21 22 23 24 25 26 27 28 29 … next › last »

Page break by AutoPager. Page( 26 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Addresses
By brmassa on the 29th of January, 2008

The most complete module to let you link your users and contents to physical
addresses.

Features
All countries of the world!
All states of all countries!
States/Provinces selectable by drop-down list for users with JavaScript
Node addresses through CCK
User address book
Multiple addresses
Customizable address display: change address formatting based on country
represented
hCard and adr microformats
Phone and Fax fields
Generic API for developers
XHTML, CSS, Drupal and PHP E_ALL valid code
PHP 5.3 compatible
Plugings like Addresses Extras
Integrates with Geocode module

172 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.08 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Access Control Lite


By Dave Cohen on the 13th of March, 2006

This module restricts access so that some users may view content that is hidden
from others. A simple scheme based on taxonomy, roles and users controls which
content is hidden.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-20
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Sep-17
notes for 5.x

Find out more · Bugs and feature requests

node privacy byrole


By deekayen on the 14th of October, 2004

Manage which roles can view, edit, and/or


delete nodes by content type (default) or on a
per-node basis (overriding defaults on each
node).

Also supports changing permissions using


Actions.

This module is similar in function to Content


Access with ACL.

Node privacy by role is reported to conflict with the access settings set by
Taxonomy Access Control.

I would like to deprecate this module and direct people to Content Access.
To do so means someone needs to write a migration path. I'm picturing a
node_privacy_byrole_to_content_access.install file, with content_access
as a dependency that will convert existing npbr settings to content access
with batch api. This means 6.x would be the last version of node privacy
byrole and 7.x would be the conversion module.

173 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jun-17
notes for 6.x

Find out more · Bugs and feature requests

Quote
By Zen on the 28th of December, 2003

This module adds a 'quote' link below nodes and comments. When clicked, the
contents of the node or comment are placed into a new comment enclosed with
special markup that indicates it is quoted material.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Feb-24
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Feb-24
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2008-Mar-28
notes for 4.7.x

Find out more · Bugs and feature requests

Nodetype
By kkaefer on the 3rd of February, 2007

Change the content type of your posts while editing them.

Note: This module is extremely simple and *only* changes the node type
in the database column. That is all. It does not convert any CCK fields or
change other things about the node.

Only use it when you know *exactly* what you're doing.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-23
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-23
notes for 5.x

Find out more · Bugs and feature requests

Flickr

174 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By paulbooker on the 17th of September, 2006

Access photos on Flickr's site via their API. The module


provides a filter for inserting photos and photosets and
allows the creation of blocks for rendering a user's
recent photos and photosets.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-25
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Apr-02
notes for 5.x

Find out more · Bugs and feature requests

ShareThis
By Rob Loach on the 9th of March, 2008

Integration with the ShareThis social


bookmarking utility on selected node
types.

The code for this project was based on


the original share project for Drupal 5.x.
The code for this project has been
trimmed down to only work with the
ShareThis system, and not require any
additional modules to work properly.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Mar-12
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Aug-20
notes snapshot

Find out more · Bugs and feature requests

Block Class
By Todd Nienkerk on the 14th of April, 2008

Block Class allows users to add classes to any block through the block's
configuration interface. By adding a very short snippet of PHP to a theme's
block.tpl.php file, classes can be added to the parent <div class="block ...">
element of a block. Hooray for more powerful block theming!

175 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Installation
1. Enable the module
2. Add this snippet to your theme's block.tpl.php file (see detailed instructions
below): <?php print block_class($block); ?>
3. To add a class to a block, simply visit that block's configuration page at
Admin > Site Building > Blocks

How to add the PHP snippet

Here's the first line of the Garland theme's block.tpl.php prior to adding the code:

<div id="block-<?php print $block->module .'-'. $block->delta; ?>"


class="clear-block block block-<?php print $block->module ?>">

And here's what the code should look like after adding the snippet:

<div id="block-<?php print $block->module .'-'. $block->delta; ?>"


class="clear-block block block-<?php print $block->module ?> <?php print
block_class($block); ?>">

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2010-Jan-18
notes for 5.x

Find out more · Bugs and feature requests

Counter
By drupal-id.com on the 23rd of November, 2007

IMPORTANT: Since 6.x-2.0 Counter supports


other databases including MS SQL, PostgreSQL
and Oracle. Please help to test and report any
bugs!

Counter module counts how many visitors on your


website!
Features:

Count Site Counter per day, minute even second!


Count Unique Visitor
Count Registered and Unregistered User
Count Published and unpublised Node

176 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Display Web Server IP and Client IP


Report: Client IP, Access Date, Access Page
Initial values

Information & Performance


1. You can set delay (in second) before Counter module refresh its data,
otherwise data will be read from cache. Read from cache will increase your
website performance
2. You can set delay (in second) before next recording data, this option useful
for high volume access (but you may have slow database server), i.e. if you
set to 10 second then data will be recorded like this:
# ID Client IP Access Date Access Page
1 3 201.10.50.1 2008-06-17 22:05 node/2
2 8 201.10.50.1 2008-06-17 22:15 node/1

3. You can access the Counter Report at: http://domain_name.tld/counter


/report
Version Date Links Status
Download · Release Recommended
6.x-2.5 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-1.9 2008-Sep-19
notes for 5.x

Find out more · Bugs and feature requests

Image Browser
By Starnox on the 29th of October, 2008

Image Browser is a simple, elegant and beautiful image


browser for Drupal.

Try out a demo (Version 1 | Version 2) and post any bugs you
find. If, after using the demo, you don't think Image
Browser has all the features you need then please do check
out Image Assist or IMCE.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jul-19
notes for 6.x

Find out more · Bugs and feature requests

177 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 22 23 24 25 26 27 28 29 30 … next › last »

Page break by AutoPager. Page( 27 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Plus 1
By Chill35 on the 30th of July, 2008

A simple digg-like voting widget for content that


uses Ajax.

You can choose to not show the voting widget in


certain node types, and you can show it in
teaser view and/or full view.

If you install this module for the first time, it is


strongly recommended that you install the latest
release from the 6.x-2 branch. For now, if you
upgrade from the 6.x-1 branch to the 6.x-2 one your old table is not dropped but
your old votes are not copied on to the new Voting API table. A proper upgrade
path is in order, and it will come. The 6.x-1 branch will be deprecated.

The 6.x-2 branch supports anonymous voting.

The module uses the Voting API. You need to install the Voting API module in order
for the module to work. The Voting API provides integration with the Views
module.

The module also works for those who browse without JavaScript.

The Voting API integration has been sponsored by Collective Opinions.

Caroline
11 heavens

178 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Translation template extractor


By Gábor Hojtsy on the 20th of March, 2007

The Translation template extractor provides a web based and a command line
Gettext translation template extractor interface for Drupal as well as a reusable
API to look for translatable strings and translatability errors. This tool is used
under the hood at http://localize.drupal.org/ as well to serve as a parsing machine
for Drupal.org project releases.

Translation templates are used by teams to translate Drupal to their language of


choice. There are basically three ways to use the contents of this project:

Web based extraction: If you are a translator, install the module on a


Drupal site as you would with any other module. Once potx module is turned
on, you can go to the "Extract strings" tab on the Locale administration
interface, select the module or theme you want to have a translation
template for, and submit the form. You will get one single template file
generated.
Web based code review: If you are a module or theme developer, install
this module and the coder review module. Pick the Interface text
translatability review offered by potx and check your module for
translatability problems.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-15
notes snapshot
Download · Release Recommended
6.x-3.1 2009-Dec-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Sep-09
notes for 5.x

Find out more · Bugs and feature requests

me aliases
By ahoeben on the 11th of November, 2006

Provides shortcut paths to current user's pages, eg user/me, blog/me, user/me


/edit, tracker/me etc.

179 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This means logged in users no longer have to know/remember their uid, and it
makes it easier to link to user-specific pages from a site help page (without
resorting to using php to put $user->uid in the link).

Drupal 5
After installing and enabling the module, site administrators can specify any
number of aliases containing the fragment 'me'. The module uses the menu
system to replace /me/ in a request with the user's uid, and forwards the request
to the newly formed url. Making an alias for user/me also enables user/me/edit,
user/me/edit/Personal+information, etc.

Drupal 6:
In Drupal 6, site administrators no longer need to specify their aliases. The me
module will find most places where a user id can be passed via the menu, and will
allow those menus to work properly with the 'me' alias in place of the user id. Site
admins can alter how me handles these paths on the me settings page. Available
options are:

Provide the ability for admins to control if links for tabs etc.. are rewritten
with the 'me' alias.
Provide the ability for users to choose if they want 'me' alias on their account
(Provided the admins turn on the option).

Version Date Links Status


Download · Release Recommended
6.x-2.7 2009-Jun-26
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

Faceted Search
By David Lesieur on the 19th of May, 2007

The Faceted Search module provides a search API and a search interface for
allowing users to browse content in such a way that they can rapidly get
acquainted with the scope and nature of the content, and never feel lost in the
data. More than a search interface, this is an information navigation and discovery
tool.

The interface exposes metadata in such a way that users can build their queries as
they go, refining or expanding the current query, with results automatically
reflecting the current query. This interface also combines free-text search, fully
leveraging Drupal's search engine. It avoids complex search forms, and never
offers facets that would lead to empty result sets.

180 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-1.0-beta4 2008-Jun-23
notes for 5.x

Find out more · Bugs and feature requests

Domain Access
By agentrickard on the 27th of November, 2006

The Domain Access project is a suite of


modules that provide tools for running a
group of affiliated sites from one Drupal
installation and a single shared database.
The module allows you to share users,
content, and configurations across a group
of sites such as:

example.com
one.example.com
two.example.com
my.example.com
thisexample.com <-- can use any domain string
example.com:3000 <-- treats non-standard ports as unique

By default, these sites share all tables in your Drupal installation. The Domain
Prefix module allows for selective, dynamic table prefixing for advanced users.

The module uses Drupal's Node Access system to determine what content is
available on each site in the network. Unlike other multi-domain modules for
Drupal, the Domain Access module determines user access based on the active
domain that the user is viewing, rather than which group or site the user belongs
to. For more information about Node Access in Drupal, see http://api.drupal.org
/api/group/node_access/6

See this case-study or this more recent Row Eleven Wine Co. post for more details
about using Domain Access. This module uses some advanced Drupal concepts and
requires that you understand and control your site's DNS configuration.

You can also watch video of the DrupalCON Paris session "Managing Multiple Sites
with Domain Access" (from 2009).

If you are looking for a module to provide subdomains to users and groups and do
not need to affiliate content, take a look at Subdomain.

181 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Release status

Drupal 7

The Drupal 7 download is for developers without CVS access only. It is unstable
and currently unusable. To contribute, see #607824: Port to Drupal 7 .

Drupal 6

The Drupal 6 version is supported but now in bugfix-only mode. New features go
into Drupal 7 and may get backported.

Drupal 5

Still supported, but only for critical bug fixes. Backports are not being done.

Upgrading

For users of 6.x.1 or 5.x., See UPGRADE.txt for complete instructions for
upgrading to 6.x.2 or 7.x

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Mar-12
notes snapshot
Download · Release Recommended
6.x-2.3 2010-Mar-10
notes for 6.x
Download · Release Recommended
5.x-1.14 2009-Nov-20
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy hide
By brmassa on the 7th of January, 2005

This module allows to setup a list of vocabularies whose terms will not be listed
during node view.

Optionally, when a node is displayed, this module can also group its list of terms
by vocabulary, rather than just listing the terms in the plain alphabetical order
normally provided by Drupal.

Version Date Links Status


Download · Release Recommended
6.x-1.02 2008-Oct-27
notes for 6.x

182 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.00 2008-Jul-10
notes for 5.x

Find out more · Bugs and feature requests

modr8
By pwolanin on the 24th of August, 2006

Provides an administrative interface for managing content in moderation.

Allows you to preview content, as well as approve or deny, and send messages to
the author informing them of your choice.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-04
notes for 6.x
Download · Release Recommended
5.x-2.5 2009-Feb-04
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-09
notes for 4.7.x

Find out more · Bugs and feature requests

Autoload
By Crell on the 3rd of October, 2008

The autoload module is a utility module. It allows other modules to leverage PHP
5's class autoloading capabilities in a unified fashion. It does, naturally, require
PHP 5.1.2 or later.

You do not need this module unless you are developing a module that makes use
of classes or you are installing a module that depends on this one.

Drupal 7's integrated self-learning code registry is far better than this module
anyway, so this module will never be ported to Drupal 7. Drupal 6 is the only
version that will be supported, but the code conventions used by this module will
make moving to Drupal 7 easier for class-using modules.

See the included README.txt file for information on how to use this module in your
own modules.

NOTE: Remember to clear all caches in your module's hook_enable() if your


module relies on autoload. Autoload information is cached and your class may not
be found if the autoload cache is not cleared.

183 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-17
notes for 6.x

Find out more · Bugs and feature requests

FeedBurner
By Dave Reid on the 10th of March, 2007

Integrates Drupal with the services provided by


Google FeedBurner. Currently this module provides the means to redirect requests
for your site's feeds to user-specified/created FeedBurner feeds. Special user
agents, like FeedBurner and Feed Validator (this can be customized) are still
allowed access to the direct feeds so there is no need for any special .htaccess
hacking.

What do I need to do when my FeedBurner.com account is switched


to Google FeedBurner?

All you need to do is change the FeedBurner URL (MyBrand domain) in the
'Advanced settings' of admin/settings/feedburner to 'feeds2.feedburner.com' or
'feedproxy.google.com'. I'm working on a potential upgrade path. Also see the
note below about dropping support for the old FeedBurner.com accounts.

New 6.x-1.x features:

The module can now automatically replace any links to your site's feed URLs
with their FeedBurner feed URLs! For most sites this should work
automatically, but for some sites (that already define the function
custom_url_rewrite_outbound) you will need to download and install the Url
alter module for this feature.
Changed all default URLs from feedburner.com to feedburner.google.com.
Legacy support for feedburner.com is now being discontinued as my own
FeedBurner.com account has been switched to Google FeedBurner.
Semi-complete SimpleTest testing suite.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Apr-19
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-13
notes snapshot

Find out more · Bugs and feature requests

184 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Views Accordion
By Manuel Garcia on the 29th of January, 2009

Views Accordion provides a display style plugin


for the Views module.
It will take the results and display them as a
JQuery accordion, using the first field as the
header for the accordion rows.

Features:

Works with field grouping and


relationships.
Option to use the field grouping headers as the headers for the accordion
items. (yay!)
Option to Auto cycle items (which pauses on mouse over)
Option to add Open All - Close All links.
Configure whether or not you'd like to keep one item opened. (Ej. the user
clicks on an opened item, whether you want it to close or not)
Option to allow more than one row to be open
Ability to specify which row is opened by default
Advanced help pages.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 23 24 25 26 27 28 29 30 31 … next › last »

Page break by AutoPager. Page( 28 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

185 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

iCal feed parser


By ekes on the 2nd of December, 2008

Parser for iCal feeds. Version 1 works with FeedAPI. Version 2 is the parser for
feeds, it is in development and has known issues. It should work fine for basic
feeds. Both require Date module v2 DateAPI.

Suggested recipe: use with FeedAPI mapper and its developing date field mapper
to create nodes with content and dates from iCal feeds. How To: Create a feed of
iCal events using Date, FeedAPI, and iCal parser; Podcast: iCal events as nodes.

The -dev versions work with the new -dev version of date module at the latest
version of the developing date field mapper.

Find out more · Bugs and feature requests

Translation table
By drifter on the 25th of November, 2008

UI for quick translation of taxonomies


and menus. The i18n module allows for
translation of taxonomy terms and
menu items, but the process is tedious
- you need to look up strings you want
to translate, there is no overview of what's already translated etc.

This module presents your taxonomy terms or menu items in a table, and each
language has a corresponding column. Just fill out the translations and click Save.

Requires the i18n module, and either taxonomy or menu string translation.

Co-maintainer: Pasqualle

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Jun-16
notes for 6.x

Find out more · Bugs and feature requests

Rotor Banner
By mrfelton on the 1st of April, 2008

The Rotor Banner module allows you to create blocks with 'rotating' content. This

186 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

can be very useful for advertising or highlighting information.

Multiple rotor blocks (version 6.2)


Per rotor block configuration (version 6.2)
Ability to rotate through any content, not just Rotor Items
Dedicated 'Rotor Item' content type for easy setup
Clickable Rotor tabs
Configurable tab position (version 6.x)
25 transition effects (fade, shuffle, zoom, scroll etc.)
Pause on hover
Random node selection
imagecache support
nodequeue support

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Nov-30
notes for 6.x
Download · Release Recommended
5.x-1.7 2008-Nov-22
notes for 5.x

Find out more · Bugs and feature requests

Similar By Terms
By rmiddle on the 6th of June, 2007

This Drupal module attempts to provide context for content items by displaying a
block with links to other similar content. Similarity is based on the taxonomy terms
assigned to content. Blocks are available based on similarity within each of the
defined vocabularies for a site as well as a block for similarity within all
vocabularies. As of version 1.8 you can now display teasers as well as just the
titles.

What does this really mean? How should you use this module?

1) Create a freetagging vocabulary called "Tags" assigned to the content types on


which you'd like to display the "Similar" block.
2) Enable the block called "Similar entries from the Tags vocabulary".
3) Add keyword tags to the content.

Done!

Now when you go to the page for a tagged content item, a block will show up
displaying other content in descending order of common tags (terms).

*note Version 1.2 has a flaw that causes an error if no node is selected. It is

187 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

recommended you upgrade to that latest version to fix.

Starting with 1.15 blocks are now cached to improve performance you can
disable the cache if you want to in the Similar By Terms Settings. You can also
clear the cache from there.

You may be interested in comparison shopping: Comparison of Similar / Relevant


by term block modules..

Issues
Version Date Links Status
Download · Release Recommended
6.x-1.18 2009-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.15 2009-Jan-26
notes for 5.x

Find out more · Bugs and feature requests

Case Tracker
By jmiccolis on the 21st of February, 2006

Case Tracker enables teams to track outstanding cases which need resolution. This
module was inspired by the issue handling in project module, but unlike Project
module, which is specific to software development, Case Tracker was designed to
be a generic issue tracker.

Case Tracker is usable right out of the box as a basic ticketing system, it's default
UI is minimal but feature complete. The module was designed to be extended by
programmers and site builders to meet complex needs, and so tries to avoid
making too many assumptions about all the ways it can be used.

Case Tracker is not the only ticketing system in Drupal. This comparison may be
useful when choosing a ticketing module.

Drupal 6

Development for Drupal 6 is active and we're working toward a release. Check out
the DRUPAL-6--1 branch and post your patches!

Drupal 5

Case Tracker for Drupal 5.x is supported, but no new features are being accepted.

Version Date Links Status

6.x-1.0-beta6 2010-Feb-24 Download · Release Recommended

188 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Apr-02
notes for 5.x

Find out more · Bugs and feature requests

Modal Frame API


By markus_petrux on the 26th of May, 2009

This module provides an API to render an iframe within a modal dialog based on
the jQuery UI Dialog plugin. You should not install this module unless another
module requires you to, or you wish to use it for your own custom modules.

It is an alternative to Popups API (Ajax Dialogs) which implements its own library
and API to manage popup dialogs. On the other hand, the Modal Frame API is
based on the jQuery UI Dialog plugin and it is specially built to deal with iframe
elements with very little effort (and no particular AJAX requirements).

For themers, this module provides a default template for rendering child pages
within modal frames (modalframe-page.tpl.php) that can be copied to the theme
directory and customized to suit the particular needs of the site. It is also pretty
easy to adapt the provided stylesheets to match the look of the site.

Requirements related to jQuery UI: jQuery UI (jQuery UI 1.6.x or 1.7.x). If


you opt for jQuery UI 1.7.x, you also need jQuery 1.3.x, currently provided by
jQuery Update 6.x-2.x.

Highly recommended: onBeforeUnload API (enhances synchronization of


parent/child windows). See reference: #669436: In search for alternatives to the
unload event .

Builtin support for: Dirty Forms.

Modules using Modal Frame API: Modal Frame Contrib Package (includes
mini-modules that implement the Modal Frame API to enhance the usability of a
few day to day tasks in every Drupal site), Node Relationships, Modal Frame CCK
Editor, Subnodes by Taxonomy.

Modal Frame API is pretty simple, but powerful at the same time.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-01
notes snapshot
Download · Release Recommended
6.x-1.6 2010-Jan-02
notes for 6.x

189 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Apache Solr Search Integration


By robertDouglass on the 27th of December,
2007

Revolutionize your Drupal


search experience
This module integrates Drupal with the
Apache Solr search platform. Solr search
can be used as a replacement for core
content search and boasts both extra
features and better performance. Among
the extra features is the ability to have
faceted search on facets ranging from content author to taxonomy to arbitrary CCK
fields.

The module comes with schema.xml and solrconfig.xml files which must be used
in your Solr installation in order to get the module to work correctly.

This module depends on the search framework in core. However, you may not
want the core searches and only want Solr search. If that is the case, you want to
use the Core Searches module in tandem with this module.

If you're looking for Solr PHP integration, this is possibly the best option
available. This is also one of the best ways to achieve faceted search. In addition,
since you can shift the load of searches from PHP+SQL to a totally separate server,
using Solr can help to scale Drupal for large, high-traffic sites.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-04
notes for 6.x
Download · Release Recommended
5.x-2.0-rc2 2010-Jan-22
notes for 5.x

Find out more · Bugs and feature requests

Chart API
By tjholowaychuk on the 3rd of January, 2008

Why Use Google Charts?

There are many reasons to choose Google Charts API over other methods such as
Flash or Flex charts.

190 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Free
Lightweight, reliable, no need for server side libraries or additional modules
Simple to extend and implement within the Drupal framework
Memory friendly. Thanks Google for taking the hit ;)

Maintainer(s)

chrislynch

Documentation

Head over to the Wiki for hooks, examples, screenshots, and more.

Development by Victoria Web Design Vision Media.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Sep-11
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

Zenophile
By Garrett Albright on the 26th of March, 2009

Zenophile allows themers to very easily create Zen subthemes without all the
tedious file copying and find-and-replacing required when creating subthemes by
hand. It also simplifies other common tasks when creating Zen subthemes, such as
adjusting the width and placement of sidebars. Zenophile includes a simple API
allowing developers to create their own modules to modify Zenophile's behavior
and add their own features. And it even supports Drush for you CLI fans out there.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Jan-27
beta10 notes for 6.x

Find out more · Bugs and feature requests

HTML Mail

191 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Chris Herberte on the 5th of June, 2007

#D7CX: I pledge that the HTML Mail


module will have a full Drupal 7 release
on the day that Drupal 7 is released.

HTML Mail empowers Drupal with the


ability to send emails in HTML,
providing formatting and semantic
markup capabilities in e-mail that are
not available with plain text.

This module is very simple in operation. It changes headers in all outgoing


e-mail modifying e-mail sent from Drupal to be HTML with the option of header,
footer and CSS.

Other features include:

Emogrifier (inserts CSS definitions into tags)


Token support
Relative to Absolute URL Conversion
HTML Templates
Line break converter (Converts line breaks into HTML)
URL Filter (shortens link length)
**NEW** Template suggestion for theming emails sent from a given module
(in dev)

Developed by XWeb

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-01
notes snapshot
Download · Release Recommended
6.x-1.3 2010-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 24 25 26 27 28 29 30 31 32 … next › last »

Page break by AutoPager. Page( 29 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

192 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart Views
By madsph on the 3rd of March, 2009

This module provides a collection of standard views (http://drupal.org/project


/views) for the Ubercart webshop module (http://drupal.org/project/ubercart).

It also describes some of the Ubercart data tables to views, so you can create your
own views, based on these data using the views_ui.

If you have some killer views, not included in this module, please don't be shy -
share them with us :-)

Current views
new_products: Block view displaying the most recently added products
popular_products: Block view displaying the products which has sold the
highest quantity
product_pairs_block: Block view providing 'Users who bought the selected
product also bought these' list
user_products: Block view displaying a list of the products which the user
most often end up buying.
uc_order: Page listing all orders.
Order management view for bulk operations on uc_orders

The module will install a number of database views, which is needed for some of
the default views
that ships with this module. If that is a problem for you, you should keep theese
disabled, and remove the database views after installation (the sql to remove the
views are found in the .install file).

Installing Ubercart Views


Place the content of this directory in sites/all/modules/uc_views

Version Date Links Status


Download · Release Recommended
6.x-3.0 2009-Dec-16
notes for 6.x

Find out more · Bugs and feature requests

193 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Similar Entries
By deekayen on the 29th of June, 2005

A module that displays a block with the most similar nodes to the currently viewed
one, based on the title and body fields. Related pages show as a list in a block.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-08
notes for 6.x
Download · Release Recommended
5.x-2.0 2007-Nov-20
notes for 5.x

Find out more · Bugs and feature requests

TrackBack
By thePanz on the 24th of October, 2003

Adds TrackBack support to Drupal. Sending and retrieval of TrackBacks are


supported either using POST or GET.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-08
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Apr-10
notes for 5.x

Find out more · Bugs and feature requests

Path Filter
By mrfelton on the 13th of April, 2006

Path Filter takes internal Drupal paths in single or double quotes, written as e.g.
"internal:node/99", and replaces them with the appropriate absolute HTTP URL or
path using Drupal's url() function. It also works for files in your files directory using
Drupal's file_create_url() function. It works with clean URLs enabled or disabled as
well as working equally well for single site or multisite installations.

The motivation for this filter was to provide a robust way of linking to internal URLs
from within content, so that your links do not break if you move your site to a
different path (e.g. from a development site at http://example.com/dev/ to a
production site at http://example.com/).

194 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-19
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2008-Feb-19
notes for 4.7.x

Find out more · Bugs and feature requests

Acquia Network Connector


By pwolanin on the 9th of December, 2008

The Acquia Network enhances the Drupal experience by


providing the support and network services to operate
a trouble-free Drupal website. Subscribers to the Acquia Network gain access to
remote network services, documentation and the Acquia Network’s subscriber
forums. Premium subscriptions provide web-based ticket management, as well as
email and telephone support.

These modules allow you to connect any Drupal 6.x site to the Acquia Network.
Acquia also has a distribution of Drupal called Acquia Drupal which is composed of
purely open source GPL licensed components. If you are looking for a quick start
with Drupal, Acquia Drupal might be of great use for you. (Note that a few Acquia
Network services, such as the update notification and code modification detection
services, currently only work with Acquia Drupal.)

#D7CX: The Acquia Network Connector will have a full Drupal 7 release on the day
that Drupal 7 is released.

Modules in this project


Acquia agent: Enables secure communication between your Drupal sites and the
Acquia Network to monitor uptime, check for updates, and collect site information.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Jul-02
notes for 6.x

Find out more · Bugs and feature requests

Facebook Connect
By vectoroc on the 9th of January, 2009

This module allows users to login on a Drupal website through the Facebook

195 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Connect API – using their Facebook login and password.

The module also brings other extra features:

Users can see which of their Facebook friends already have an account on the
Drupal website
Users can publish a customizable message on their Facebook feed
announcing that they have created an account on the Drupal website
Users can invite their Facebook friends to create an account on the Drupal
website

Sponsored by La Netscouade

Update instructions :

Run update.php.
Revalidate fbconnect settings (make sure you are logged into facebook)
Flush your cache.

I made some refactoring in the lastest 6.x-1.x-dev version.

I took the liberty to remove the submodule fbconnect_profile.


The fbconnect_profile module was restricted by the conditions of use of Facebook.
I think this functionality distract us from the basic concept of this module, which is
to use the api facebook connect in drupal.
Important !
Provide a "connect url" when creating your facebook application.

5.x version is no longer supported. If you wish to make a backport - welcome.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta9 2010-Jan-21
notes for 6.x

Find out more · Bugs and feature requests

Spam
By Jeremy on the 26th of September, 2004

The Spam module provides numerous tools to auto-detect and deal with spam
content that is posted to your site, without having to rely on third-party services.

The Spam module provides a trainable Bayesian filter, automatic learning of


spammer URLs, flagging of content with an excessive number of links, the ability
to create custom filters, and more.

196 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-10
notes for 6.x
Download · Release Recommended
5.x-3.0-beta1 2008-Sep-29
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-03
notes for 4.7.x

Find out more · Bugs and feature requests

Shadowbox
By psynaptic on the 16th of April, 2008

#D7CX: I pledge that Shadowbox


module will have a full Drupal 7 release
on the day that Drupal 7 is released.

Shadowbox is a JavaScript modal media


viewer application for viewing images,
video, Flash and other content in a
modal window.

From the author of Shadowbox:

Shadowbox is an online media viewer application that supports


all of the web’s most popular media publishing formats.
Shadowbox is written entirely in JavaScript and CSS and is
highly customizable. Using Shadowbox, website authors can
showcase a wide assortment of media in all major browsers
without navigating users away from the linking page.

Version Date Links Status


Download · Release Recommended
6.x-3.9 2010-Feb-25
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Jan-13
notes for 5.x

Find out more · Bugs and feature requests

Porter-Stemmer
By jhodgdon on the 17th of December, 2005

Drupal 7 note: The development version for Drupal 7.x is working! If you don't
see the development version available below, check back in about 24 hours (or

197 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

check it out from HEAD in CVS). Check issue #674064: Drupal 7 version of Porter
Stemmer to monitor progress of the Drupal 7 version.

This module implements the Porter stemming algorithm to improve English-


language searching with the Drupal built-in Search module.

The process of stemming reduces each word in the search index to its basic root or
stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger',
'blogging', 'blog') are considered equivalent when searching. This generally results
in more relevant search results.

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Dec-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-21
notes for 5.x

Find out more · Bugs and feature requests

Statistics Advanced Settings


By Dave Reid on the 2nd of August, 2008

Provides a few advanced options to the core Statistics module. Once enabled,
these options can be found under "Administer >> Reports >> Access log settings."

Only track 'unique' views of content


If you keep viewing a node over and over again, the "x reads" counter won't
increase each time. This is applied on a per-user basis as well as a per
session id for anonymous users. This replaces the Accurate Read Count
module. This is a workaround for #90468: Only record unique hits in node
counter stats .
Discard content views by user role
Administrators can assign the 'exclude visits from counters' to discard
content views from certain user roles. This offers nearly the same
functionality as the Decounter module and should not be used at the same
time.
Discard access log records by user role
If you have certain users that are active behind the scenes in your site, you
can remove their entries from the access log table to help keep it trimmed
down (more relevant statistics about your site's visitors and possibly
improved database performance).
Discard access log records by crawlers and bots
Integrates with the Browscap module to not log visits from search engine
crawlers and bots. This will not affect your site's ability to record visitor
referrers from search engines.
Other statistics enhancements:
#345133: 403s and 404s are counted in {node_counter} .

198 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Adds reset functionality for acceslog records and node view counters.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-May-26
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 25 26 27 28 29 30 31 32 33 … next › last »

Page break by AutoPager. Page( 30 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Charts And Graphs


By irakli on the 4th of March, 2009

Modular Charts & Graphs API for Developers, easily


extensible by third-party modules that want to add
their own charting implementations.

See: Views Charts for the usage and user-centric


application. This module is a framework + collection
of implementation modules (under the api folder).
Please read README/INSTALL files of the
implementations since their installation may involve
downloading flash components or third-party
libraries. Drupal guidelines does not always allow packaging those with Drupal
code.

Implemented Libraries

1. amCharts - Commercial / Free with an ad link


2. Bluff - Beautiful Graphics in Javascript - MIT license

199 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3. Open Flash Chart 2 - LGPL license

Documentation

Detailed installation, configuration and development document is located at:


http://drupal.org/node/681660

Credits

This project is sponsored by Phase2 Technology


Bluff library integration contributed by: Picktek LLC

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Spaces
By jmiccolis on the 22nd of May, 2008

We are looking for a 2.x branch maintainer


We are currently focusing all our efforts on the 3.x branch of Spaces. However, we
understand that there are many sites that will continue to use the 2.x branch and
need bug fixes, features, and further releases.

If you are interested in being a branch maintainer for Spaces 2.x, please contact
either Young Hahn or Jeff Miccolis.

Spaces 3.x
Spaces is an API module intended to make configuration options generally
avaliable only at the sitewide level to be configurable and overridden by individual
"spaces" on a Drupal site. It has been described as:

A way to make one Drupal site act like several sites


A way to provide much more configurable, full-feature Organic Groups or
user homepages
A generalized API for contextual configuration

Requirements & compatibility


Use of spaces requires

CTools
Features

200 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

However, you will want the following modules in order to build or use reasonably
cool features with Spaces and take advantage of most space types:

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta7 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Galleria
By Mark Theunissen on the 3rd of December, 2008

This module allows users to create image galleries


using the Galleria jQuery plugin, found on
devkick.com.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-09
notes for 6.x

Find out more · Bugs and feature requests

Gallery Assist
By jcmc on the 10th of October, 2009

ADVICE!

Newest stable release. Download:


gallery_assist-6.x-1.9-rc2.tar.gz

Please use this version!

What is Gallery Assist

The module "Gallery Assist" provides a way prepared to

1. simple
2. fast
3. uncomplicated
4. successful

201 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

to create image galleries. It is absolutely easy.

Create a gallery in 3 steps

1. Module enable 2. Configure gallery layout and set rights 3. Create gallery

What does Gallery Assist?

The module "Gallery Assist" provides a nodetype prepared with gallery


functionality.

Find out more · Bugs and feature requests

ThemeKey
By mkalkbrenner on the 5th of June, 2008

ThemeKey is meant to be a generic theme switching module.

You want to switch the theme ...


... for different taxonomy terms?
... based on the node type?
... for different languages?
... based on the path?
... then ThemeKey is probably worth a try ;)

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta7 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

SimpleViews
By eaton on the 2nd of June, 2008

A streamlined interface for building Views.


Administrators make a few simple choices
(What kind of content should be listed? Do I
want to sort by date, or by title? etc.) and a
view is generated on-the-fly. Because the
Views API is used, the resulting views can be
modified using the full Views UI module.

In addition, every content type gets a simple


checkbox on its configuration screen: "Make
a listing page for this content." When it's checked, the module... makes a custom
listing page, complete with RSS feed, filtered to just that content type.

202 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-18
notes for 6.x

Find out more · Bugs and feature requests

Token authentication
By irakli on the 15th of November, 2006

Makes it possible to offer RSS feeds which require authentication before viewing.
Can be used to protect other pages with authentication barrier as well.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jul-17
notes for 6.x
Download · Release Recommended
5.x-1.3 2010-Jan-12
notes for 5.x

Find out more · Bugs and feature requests

Views Charts
By irakli on the 21st of October, 2008

About the Project

Provides a "charts" style output for Views module so


you can render result-set not just as text (list,
tabular) but as pie-chart, bar-chart, scatter-plot etc.

DC DrupalCon '09 Presentation

http://vimeo.com/5306364

Related Projects

Views2 (A required dependency)


Charts & Graphs (A required dependency)
SWFTools (A required dependency)
Views GroupBy (If you want to chart anything actually useful)

Status

This module has been extensively tested and is rapidly maturing for a beta release.

203 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Credits

This project is sponsored by Phase2 Technology

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Views Tagadelic
By douggreen on the 29th of March, 2007

Implements a Views plugin that adds a "View Type" to the Views page and block
named "Tagadelic" (in addition to "Teaser", "Full Page", etc...). When selected, the
nodes returned by the view are themed as a "Tagadelic" block in the same vein as
the tagadelic module. At least one vocabulary field should be added to the Field
List.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-05
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-19
notes for 5.x

Find out more · Bugs and feature requests

FeedAPI Item Filter


By milosh on the 27th of May, 2008

Features

This module is add-on for FeedAPI module, implementing FeedAPI's hook


hook_after_parse().

The module processes feed items immediately after parsing and retains only these
feed items
that match some user-defined filtering criteria. The module has extensible
structure, i.e. all filters are in their own separate sub-modules. This means that
users can write their own custom filters based on the hooks that are provided by
the module and different types of filters can be used simultaneously (the filters will
be used by weighted order).

The problem, that the module tries to solve is described here:

204 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://groups.drupal.org/node/11220

Required modules

FeedAPI

Filters

Currently there is keyword filter module included with the core package, as this is
much requested feature for most syndication modules. The keyword filter filters
feed items by their description -- only these items, that have user defined
keywords in the feed will be saved into the site. Both positive and negative
keywords as well as phrases are supported in keyword filter module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-11
notes for 6.x
Download · Release Recommended
5.x-0.1 2009-Feb-10
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 26 27 28 29 30 31 32 33 34 … next › last »

Page break by AutoPager. Page( 31 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Sections
By Bèr Kessels on the 15th of November, 2004

This module allows you to create sections within your site. Each section has an
installed template, theme or style attached to it.

205 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Sections are shown based on:

Role specific visibility settings


Page specific visibility settings (regexped paths)
Custom PHP visibility snippets

For example regular expressions for your theme, please visit the handbook

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-20
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Dec-20
notes for 5.x

Find out more · Bugs and feature requests

DraggableViews
By sevi on the 15th of July, 2008

DraggableViews makes rows of a view "draggable" which


means that they can be rearranged by Drag'n'Drop. This
module makes it possible to organize complex structures
with just a few clicks. This graceful behavior is
implemented as a Views style-plugin.

DraggableViews 6-3.4 released to get ready for


Views 6-2.8.

What you can do with DraggableViews:

1. Organize your bookmarks (Flag Weights handler, Flag Weights)


2. Organize Book hierarchies (DraggableViews Book handler)
3. Organize Taxonomy trees (DraggableViews Taxonomy handler, Included)
4. Visualize and organize Nodereference relations (DraggableViews CCK handler,
Included)
5. Organize anything and keep the structure consistent for all displays of a view
(DraggableViews Native handler, Default implementation)

DraggableViews-related tutorials and incitements I found on the


internet:

1. Beginners: I just found this awesome tutorial on the internet: Drupal: set up
a draggable card sort view - Part 1. (http://thedesignspace.net/MT2archives
/000666.html)
Thanks to the author(s).

206 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-3.4 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

Flowplayer API
By Rob Loach on the 7th of February, 2009

An API module to provide integration with the GPL


licensed Flowplayer for Flash video playback.

Features

Easily adds Flowplayer support to other


systems
Takes advantage of Drupal JavaScript
Behaviors
Applying any configuration option is simple
jQ module support
Stripped down to just the API to provide an integration point for other
modules
Global custom styling options to change how it looks

Version Date Links Status


Download · Release Recommended
6.x-0.3 2010-Jan-18
notes for 6.x
Download · Release Recommended
5.x-0.3 2010-Jan-18
notes for 5.x

Find out more · Bugs and feature requests

Override Node Options


By timmillwood on the 9th of January, 2007

The Override Node Options module


allows permissions to be set to each
field within the Authoring information
and Publishing options field sets on the
node form. It also allow selected field
sets to be set as collapsed and / or
collapsible.

207 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

To install:
1. Download, unpack and place in sites/all/modules/
2. Adjust access control in admin/user/permissions
3. Adjust Fieldset options in admin/settings/override_node_options

Note: Autocomplete "Authored by" field only works if user has "Access user
profiles" permission.

For those wanting to allow users to view unpublished nodes may find this module
useful, http://drupal.org/project/view_unpublished.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-16
notes snapshot
Download · Release Recommended
6.x-1.10 2010-Jan-03
notes for 6.x
Download · Release Recommended
5.x-1.10 2010-Jan-03
notes for 5.x

Find out more · Bugs and feature requests

Plugin Manager
By JoshuaRogers on the 10th of May, 2008

Purpose:

PluginManager is designed to allow users to install modules and themes. It


automates the process of downloading a project release, extracting files from it
and installing them in their appropriate locations.

Future:

The next release will be in the 6.x-2.x branch. It is still under heavy development.
Almost everything is undergoing change. Several things have been completely
rewritten. It is definitely not ready for production / actual use. It is almost ready
for some basic alpha testing. Feel free to checkout from CVS and post any issues
that you find.

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

208 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Taxonomy Redirect
By Agileware on the 13th of December, 2005

This module allows the administrator to change the destination of Taxonomy Term
links.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Oct-30
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Sep-26
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-20
notes for 4.7.x

Find out more · Bugs and feature requests

Pathologic
By Garrett Albright on the 15th of April, 2008

Pathologic is an input filter which can correct paths in links and images in your
Drupal content in situations which would otherwise cause them to “break;” for
example, if the URL of the site changes, or the content was moved to a different
server. Pathologic can also solve the problem of missing images and broken links
in your site’s RSS feeds. See more example use cases on the documentation page.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Jan-10
beta23 notes for 6.x

Find out more · Bugs and feature requests

Format Number API

209 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 2nd of November, 2008

The Format Number API module provides a method


to configure number formats (site default and user
defined) with configurable decimal point and
thousand separators.

Since 6.x-1.6: This module also provides the


'numericfield' Forms API element, which is a right
aligned text input element that allows the user enter
numbers using the configured thousands separator
and decimal point (site default or user defined). This
Forms API element provides a validation callback
that is used automatically and that ensures input is valid numeric as per the
options defined for the element.

Several functions are exposed by the module that can be used by other
contributed or custom modules to display numbers accordingly, from PHP and
JavaScript as well. For further information, please see the README.txt.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Dec-26
notes for 6.x

Find out more · Bugs and feature requests

MultiBlock
By andrewlevine on the 29th of February, 2008

Drupal's block module is limited by the fact that a block can only have one
instance. Each block has a 1:1 relationship with its region, weight, visibility (and
other) settings. This means that it is impossible to have blocks in multiple regions
or to have blocks that have different settings on different pages. MultiBlock module
solves this problem by allowing you to create multiple Block Instances of already
existing blocks. Please read the README for more information.

#D7CX: I pledge that MultiBlock will have a full Drupal 7 release on the day that
Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-25
notes for 5.x

Find out more · Bugs and feature requests

210 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Job queue
By drumm on the 13th of March, 2007

This is end of lifed for Drupal 7, there is a queue in core.

This module is used by modules to queue function calls for execution on cron. The
job_queue_add() function is used by modules to add a job to the queue:

Version Date Links Status


Download · Release Recommended
6.x-3.1 2010-Jan-05
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 27 28 29 30 31 32 33 34 35 … next › last »

Page break by AutoPager. Page( 32 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Composite Layout
By bengtan on the 14th of October, 2008

Composite Layout allows your nodes to be displayed in


complex layouts. Currently, two and three column layouts are
provided. You can also add other nodes, blocks, and even CCK
fields to your node's layout. The content area of your node is
divided into zones and you decide what should appear in those
zones. Zones are essentially the same as Drupal blocks, but
they apply to nodes rather than the entire site.

You can think of Composite Layout as Drupal blocks for nodes.

211 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

There is overlap in functionality between Composite Layout and Panels. Both


address the issue of complex layouts, but each has a different approach.

Here is an informal comparison:

Panels is more powerful and flexible (I think, I'm not a Panels expert).
Composite Layout is simpler (I hope).
The user interface is different. You may prefer one or the other.
Composite Layout applies on content types, so it can be turned on for any
node. Furthermore, you can have more than one composite layout node type.
If you use the Content Construction Kit, Composite Layout allows you to
manage the layout of your CCK fields.

Otherwise, it will probably come down to personal preference as to which is more


suitable.

Demo
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta8 2009-Sep-22
notes for 6.x

Find out more · Bugs and feature requests

Yahoo YUI
By drupalhizmetleri on the 2nd of September, 2007

What is YUI ? The Yahoo! User Interface Library

This module is for taking the advantage of available Yahoo YUI components.
Currently implemented components are;

Widgets

YUI Button
YUI Calendar
YUI Data Table
YUI Form Elements
YUI Menu
YUI Rich Text Editor
YUI Tree View
YUI Tab View

212 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Developer Utilites

YUI Logger

Version Date Links Status


Download · Release Recommended
6.x-1.1-rc2 2009-Mar-29
notes for 6.x
Download · Release Recommended
5.x-2.4-rc2 2008-Nov-20
notes for 5.x

Find out more · Bugs and feature requests

Archive
By Susurrus on the 8th of August, 2006

This is replacement for the Drupal archive.module which was available in Drupal
core in Drupal 4.7.x and previous versions.

Seeking new maintainer!

Drupal 5 will no longer receive improved features. All new features will be
developed for 6.x only

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Aug-19
notes for 6.x
Download · Release Recommended
5.x-1.11 2008-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

Views Calc
By KarenS on the 5th of June, 2006

This module adds simple calculations to


a views table. Requires the Views
module.

You can SUM, AVERAGE, COUNT, MIN,


MAX, or AVG selected columns. A plug
in theme makes the view look more
spreadsheet-like (right justifies numeric
fields, shades calculated columns and rows, and underlines calculated rows).

213 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also create custom dynamic fields that can be used in any view using SQL
snippets like CONCAT('field_first_name', ' ', 'field_last_name') or
DATE_FORMAT(node.created, '%m/%%d/%Y'). The custom fields are set up in
admin/settings/views_calc.

Known Issues

The complex queries created are not relationship-safe yet, so you can't do
accurate calculations on fields coming from relationships.
Custom fields can't do anything intelligent with multiple value CCK fields. For
now stick to single value fields in custom fields.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-May-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-13
notes for 5.x

Find out more · Bugs and feature requests

Distro
By irakli on the 13th of October, 2009

Concept

Imagine that a new version of your


favorite distribution is released. What if
all you had to do to upgrade an existing
installation was to type: "drush distro
update", no matter how radical the
changes in the distribution's composition?
Is that a goal worth pursuing?

Semantic Versioning

After releasing Distro, we found Semantic Versioning manifesto:


http://semver.org/ and were pleasantly surprised to see how well our goals aligned
with the thinking of Mr. Preston-Werner. We will try to keep an eye on the
progress of Semantic Versioning and adopt its best-practices when possible.

Description

Distro is a client/server tracker to manage modules and features that make up a


Drupal distribution. While features are used to encapsulate distribution
functionality, and an installation profile is used for initial installation of a

214 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

distribution, "distro" does the remaining part: things necessary to easily maintain
an up-to-date distribution installations.

Near-Future Goals

Full support of Features, integration with Drush, integration with Aegir.

See Distro in action, used by following distribution(s):

http://tattlerapp.com
http://openpublishapp.com

Requirements
Version Date Links Status
Download · Release Recommended
6.x-1.0-rc1 2009-Dec-03
notes for 6.x

Find out more · Bugs and feature requests

Fasttoggle
By kkaefer on the 16th of September, 2006

Speeds up common administration tasks like unpublishing or promoting nodes or


blocking users through the use of AJAX callbacks. This saves lots of page loads. If
JavaScript is not available, it degrades gracefully to a regular confirmation page.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Apr-20
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Mar-24
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Discount Coupons

215 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By BlakeLucchesi on the 6th of September, 2007

This module allows Ubercart store owners to


provide discount coupons for use during
checkout. Coupons can discount either a
fixed price or a percentage of the order
total.

Coupons can be configured at Store


administration > Customers > Coupons. A
coupon usage report is also available in
Store administration > Reports.

Coupons can optionally be restricted by any of the following:

Minimum order total


Total number of redemptions
Number of redemptions per customer
Product classes
Individual products (regardless of attributes)
Product SKUs, allowing coupons to be applied to particular product options
only
Product taxonomy terms
Users
Roles

Bulk coupon code creation is available in 5.x-1.10 and 6.x-1.2, allowing the store
owner to create a set of randomised codes which can then each be individually
restricted as necessary.

A coupon purchase submodule is now available in the development releases,


allowing the store owner to add a "coupon creation" product feature to any product
in the store. After checkout a new coupon is created and the code(s) emailed to
the user that purchased them.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jul-30
notes for 6.x
Download · Release Recommended
5.x-1.11 2009-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

Role Delegation

216 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By David Lesieur on the 21st of August, 2007

This module allows site administrators


to grant some roles the authority to
assign selected roles to users, without
them needing the administer permissions permission.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-13
notes snapshot
Download · Release Recommended
6.x-1.3 2010-Mar-04
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jun-29
notes for 5.x

Find out more · Bugs and feature requests

U Create
By alex_b on the 6th of October, 2008

Allow non-admin users on your site to create new users. The module automatically
sends an invite email to new users with login information.

This module integrates with OG. This means that users can create new users in a
particular group.

This module is dedicated to Jeff Miccolis.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-18
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Oct-07
notes for 5.x

Find out more · Bugs and feature requests

Site Documentation
By NancyDru on the 20th of May, 2007

Why Do I Need It?


Unfortunately Drupal does not include the powers of immortality or invincibility.
You may someday get hit by a truck, or even just decide that you no longer want
to maintain the site. So someone else may have to take over.

217 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Where do they start? I know you documented the site really well, but the next
person doesn't want to read those 14 binders of documentation you left behind.
They can always go through all the administration screens and look for the
information, but that can take a lot of time and even those pages don't tell you
everything. Some things you're only going to get by looking directly into the
database.

This is what the Site Documentation module is designed to do. In addition, it will
detect some problems that may exist in your installation, and optionally correct
some of them.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Sep-16
notes for 6.x
Download · Release Recommended
5.x-1.9 2008-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 28 29 30 31 32 33 34 35 36 … next › last »

Page break by AutoPager. Page( 33 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

View Reference

218 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By danielb on the 2nd of July, 2008

Defines a CCK field type 'View Reference'


which allows users to link to, or include views
into nodes. This module is modeled on Node
Reference and usage is similar.

You can choose views via Autocomplete


textfields and Select lists, with support for
dynamic 'add another item' unlimited values.

You may enter arguments for each view by a


delimiter seperated list with support for php
generated arguments.

Some other modules you might be interested in are:

Viewfield - This is a module very similar to View Reference and many people
prefer it for it's support for tokens instead of php in arguments. The storage
method differs, and views are always chosen with select lists.
Insert View - This is not a CCK module, but rather allows you to use [macros]
in body content and blocks to output the view.
Embed Views Display - Provides a Views display plugin to create views output
that works more cleanly with embeded views.
Views Attach - Provides a Views display plugin to automatically attach Views
to User Profiles and Node Content without storing any info with the User or
Node allowing easy global reconfiguration.

Version Date Links Status


Download · Release Recommended
6.x-2.24 2010-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

Team Notifications
By David Goode on the 5th of November, 2008

Subscribe other people on your team to


posts and comments as you are writing. This module provides a nice user interface
to create subscriptions on the fly for other site users.

Note that by using this feature, users can create subscriptions for other users, so
this is mainly intended for small teams on which trusted users can decide which
other members of the team should receive notifications about a post or follow up
comments.

Required modules: Notifications.

219 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

It can work with Organic Groups when enabled, restricting the selection to other
members of the active group, or function independently, allowing the subscription
of all other site members.

Developers: Jeff Miccolis, David Goode. Sponsored by Development Seed.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-17
notes for 6.x

Find out more · Bugs and feature requests

Weight
By NancyDru on the 1st of June, 2005

This module adds a weight option to enabled node types. Nodes with lower weight
will float to the top of lists, while heavier items will sink. It uses the node table's
'sticky' column to store weights as well as sticky information (so that feature is not
lost).

You might be interested in reading Comparison of Node Ordering Modules.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-27
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2009-Feb-28
notes for 4.7.x

Find out more · Bugs and feature requests

NodeReferrer
By andypost on the 4th of January, 2007

NodeReferrer provides a counter part to CCK's nodereference field. The options for
a NodeReferrer field allow you to select content types and field instances to match
when creating back reference lists.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Feb-12
notes for 6.x

220 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-Jun-10
notes snapshot

Find out more · Bugs and feature requests

OpenID Admin
By jmiccolis on the 22nd of September, 2009

This module extends Drupal's support for OpenID to allow administrative users to
add a set of OpenID's to an account. Included is both a web UI and Drush
command.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-18
notes for 6.x

Find out more · Bugs and feature requests

Activity
By sirkitree on the 23rd of September, 2007

The Activity module keeps track of the


things people do on your site and
provides mini-feeds of these activities
in blocks, in a specialized table, and via
RSS. The module is extensible so that
any other module can integrate with it.
The messages that are produced are
customizable via the admin interface
and are context sensitive. Some
theoretical example messages include:

You wrote a comment in response to "example comment title"


Jim wants to be your friend. Approve this friendship here
Nancy is Phil's latest fan

There is still quite a bit that can be done to contextualize the message, and
working around irregularities in grammar is tricky, but clever admins will find ways
to make meaningful generic messages.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-27
notes for 6.x

221 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Birthdays
By drazzig on the 31st of January, 2007

The Birthdays module allows users to add their birthday to their profile. It also lists
birthdays on a seperate page and in different blocks. Users can receive an e-mail
on their birthday automatically, and the administrator can receive periodic
reminders of who are having their birthday. Uses Profile module from core.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Feb-09
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Super Select


By codexmas on the 7th of February, 2007

Comparison of various Taxonomy module and their pro/cons nicely written out

NEW: Sep 29th, 2008:


The module has now been updated to include many of the patches submitted by
users.

Drupal 6 Version now released!

Now you can display vocabularies as radios or checkboxes.

Configuration is very simple, edit the vocabulary and enable the Taxonomy Super
Select option.

This module seamlessly overrides the select box generated by the taxonomy
module and renders the terms based on if you are allowing multiple selections or
not.

Features

Multiple selection vocabularies show as checkboxes.


Single selection terms display as radio boxes.
Parent terms display as nested fieldsets
Option to display parented terms as form items
Ability to control which content types TSS will apply to

222 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Currently hardcoded to display up to five levels of nesting


Works with all hierarchy configurations

Free tagging vocabularies are now supported.

Note:
Due to the way arrays are created in PHP if have had difficulty creating a recursive
function that is more elegant.
If anyone has experience in dynamic multi-dimensional arrays using variable
variables please contact me.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-22
notes for 6.x
Download · Release Recommended
5.x-1.11 2008-Oct-07
notes for 5.x

Find out more · Bugs and feature requests

Formfilter
By nedjo on the 12th of January, 2007

Formfilter provides tools and a user interface for doing common form altering
tasks. Includes a UI for selecting which fields to hide (passing the elements as
values, if possible). Also includes an optional filtering of node forms to promote
two fields and then put fieldsets in an 'advanced options' fieldset, to declutter the
form. As of Drupal 6, Formfilter is divided into two modules: Formfilter is a pure
API module and Formfilter UI provides an administrator user interface for filtering
forms.

Formfilter can also be used by module developers to fetch altered versions of


forms.

I would welcome a co-maintainer or new maintainer for this module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-26
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-29
notes for 5.x

Find out more · Bugs and feature requests

Currency Exchange
By kbahey on the 6th of May, 2005

223 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module provides visitors to your web site with currency exchange rates.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-06
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Oct-20
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 29 30 31 32 33 34 35 36 37 … next › last »

Page break by AutoPager. Page( 34 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

FeedAPI De-Dupe
By irakli on the 13th of October, 2009

FeedAPI Plugin for extreme de-duplication of mentions. Used in Tattler (app).

Credits

Sponsored and developed by: Phase2 Technology

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Oct-13
notes for 6.x

Find out more · Bugs and feature requests

224 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

album photos
By eastcn on the 6th of August, 2008

"Album photos" is an image album


module providing multi-user album
features. The module development
objective is to provide a comprehensive
image album solution for Drupal( Video
demo: http://www.youtube.com
/watch?v=L07BktmwJhk ).
-------

Recommend the use 6.x-2.6-x, enjoy the new features. How do I upgrade? Please
read the upgrade steps.

Demo: http://album.cmsns.com/
Username/pass: demo

How in block demo slide, e.g:


---------

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=9,0,0,0" width="680" height="520">
<param name="allowFullScreen" value="true" />
<param name="movie" value="http://album.cmsns.com/sites/all/modules
/dfgallery/dfgallery/DfGallery.swf" />
<param name="quality" value="high" />
<param name="FlashVars" value="xmlUrl=http://album.cmsns.com/photos
/data/album/1?type=json.json" />
<embed src="http://album.cmsns.com/sites/all/modules/dfgallery/dfgallery
/DfGallery.swf" quality="high"width="680" height="520"
FlashVars="xmlUrl=http://album.cmsns.com/photos/data/album/1?type=json.json"
allowFullScreen="true" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

--------

Among the features:

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

Tattler (app)

225 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By irakli on the 13th of October, 2009

Core module of the Tattler distribution.

Installation

This module is not supposed to work in a stand-alone mode and for most cases
only makes sense as part of the Tattler (app) distribution. You can download the
distribution at: http://tattlerapp.com/download

Credits

Sponsored and developed by: Phase2 Technology

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc4 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Quotes
By NancyDru on the 22nd of October, 2003

The quotes module allows users to maintain a list of quotations that they find
notable, humorous, famous, infamous, or otherwise worthy of sharing with website
visitors. Quotes are stored as nodes, and users with the appropriate permissions
can maintain their own list of quotes much like maintaining their own blog. One
very interesting use of the Quotes module is to show testimonials about a product
or service.

Administrators can define one or more quote blocks to display either the latest
quote or a random quote matching certain criteria. The quotes displayed in each
block can be filtered by role, user, node, or category.

Support for Views is included.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-29
notes snapshot
Download · Release Recommended
6.x-1.40 2009-Oct-12
notes for 6.x
Download · Release Recommended
5.x-1.91 2009-Aug-05
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

226 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Search Engine Referers


By soxofaan on the 26th of October, 2007

Visitors find your site with a search


engine. Are you interested in what they
were searching for?

Search Engine Referers is a simple


module to view the search engine
queries used by your visitors. It parses
the referer URLs of popular search
engines in you access log and extracts
the search queries. Currently supported:
Google, Yahoo!, Live.com, Yandex.ru, Rambler.ru.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

227 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

userplus
By marcp on the 23rd of February, 2006

The userplus module enhances Drupal's


user administration and Organic
Groups' subscription administration by
allowing administrators to add multiple
users at once, make multiple group
assignments at once, and make
multiple user role assignments at once.

Version Date Links Status


Download · Release Recommended
6.x-2.4 2010-Jan-20
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Nov-14
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Dec-12
notes for 4.7.x

Find out more · Bugs and feature requests

Remember me
By nickl on the 2nd of April, 2006

Fostering a relationship of trust with your visitors is essential


when you aim to collect personal information and provide a
service with which they feel secure. With this familiar little
feature added to your installation you will portray the
message of making every effort to address your users'
security concerns and put them at ease. It shows that you
stop at nothing to go the extra mile and allow them the
peace of mind, to access your site with confidence from
anywhere in the world knowing that you have taken every
precaution to ensure their identity is safe.

Did you know that the default Drupal behaviour is to remember your session for
the extent of 3 weeks and 2 days. This entails that if a user abandons a
workstation, closes the browser window, experiences a power failure or any other
unforeseen circumstance where they refrain from logging out, that their session
will stay active on the server. When, at a later stage, they or anyone else for that
matter, returns to your site using the same browser within the session cookie
lifetime they will automatically be logged in without being prompted for
authentication credentials. Can you imagine the colossal risk this places on users
accessing your service from public terminals or shared workstations, with no
means to their disposal of securing themselves against this threat.

228 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-May-25
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-May-25
notes for 5.x

Find out more · Bugs and feature requests

Glossary
By NancyDru on the 28th of September, 2003

Glossary helps newbies understand the jargon which always crops up when
specialists talk about a topic. Doctors discuss CBC and EKG and CCs. Web
developers keep talking about CSS, P2P, XSLT, etc. This is all intimidating for
newbies.

The glossary module scans posts for glossary terms (including synonyms). The
glossary indicator is inserted after every found term, or the term itself is turned
into an indicator depending on the site settings. By hovering over the indicator,
users may learn the definition of that term. Clicking the indicator leads the user to
that term presented within the whole glossary or directly to the detailed
description of the term, if available.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2008-Sep-03
notes for 6.x
Download · Release Recommended
5.x-2.7 2008-Sep-03
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Taxonomy import/export via XML


By NicolasH on the 25th of February, 2005

This module makes it possible to import and export vocabularies and taxonomy
terms via XML, CSV, RDF and other formats.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-03
notes for 6.x

229 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-2.x-dev 2009-Jan-08
notes snapshot
4.7.x- Download · Release Development
2007-Jul-03
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Node Hierarchy
By ronan on the 4th of November, 2007

Node Hierarchy allows nodes to be children of other nodes creating a tree-like


hierarchy of content. The module offers:

1-Click creation of hierarchical menus


Hierarchical breadcrumbs
Automatic hierarchical urls using Pathauto (and token module)
(eg: q=aboutus/history/beginning).
Automatic creation of hierarchical menus if desired.
Optional Views integration.
Optional Node Access integration.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-03
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Nov-03
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 30 31 32 33 34 35 36 37 38 … next › last »

Page break by AutoPager. Page( 35 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

230 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Email Registration
By Chris Herberte on the 10th of October, 2007

#D7CX: I pledge that the Email Registration module will have a full Drupal 7
release on the day that Drupal 7 is released.

Allow users to register using only an email address, ie. without username. The
user, once registered then may log-in using their email address and password for
authentication.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Feb-18
notes for 5.x

Find out more · Bugs and feature requests

231 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Facebook-style Statuses (Microblog)


By IceCreamYou on the 25th of July, 2008

This versatile module can imitate


Twitter or Facebook's "wall" feature:
each user gets a "status" or microblog
where they can express how they feel
or what they're doing to the
community. Users can also post on
other users' profiles (like on Facebook)
or make references (like
@userreferences and #hashtags on
Twitter). You can also use this module
for announcements, for example on single-user blogs.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-17
notes for 5.x

Find out more · Bugs and feature requests

Administration theme
By Davy Van Den Bremt on the 14th of November, 2008

#D7CX: I pledge that Administration theme will have


a full Drupal 7 release on the day that Drupal 7 is
released.

Drupal allows you to define a different theme for


administration pages (Administer -> Site configuration
-> Administration theme). By default this only applies
to pages with a path starting with 'admin' and content
editing pages.

The Administration theme module allows you to use this theme on more pages like
:
- batch processing pages
- devel node load and render pages
- coder code review pages
- pages you define yourself in the provided textarea

The Drupal 5 version adds the option "Use administration theme for
content editing" available in Drupal 6 core.

232 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Some of these options will only be available to you if they apply to your
installation, i.e. you have the module installed which generates these pages.

Use default theme (not administration theme) for


anonymous users on admin/*
This is possible using this module. See issue http://drupal.org/node/372156 for
more details.

Module maintainers
You can add extra pages by implementing hook_admin_theme_options in a module.
For Drupal 7 the hooks are hook_admin_theme_info and hook_admin_theme_check

How can you get involved?


Version Date Links Status
Download · Release Development
7.x-1.x-dev 2010-Jan-18
notes snapshot
Download · Release Recommended
6.x-1.3 2009-Aug-21
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Aug-21
notes for 5.x

Find out more · Bugs and feature requests

Workspace
By jvandyk on the 15th of October, 2004

This is a module designed for users to


have a central place to view and
manage their content. It's a
user-centric view of a Drupal site.

Each user has his/her own workspace, which is accessible by following a "My
workspace" link in the main site navigation, just like the "My account" link. The
workspace interface is tabbed (in the Drupal 6.x version) and shows Content,
Comments, and Attachments (attachments are files the user has uploaded with
Drupal core's upload module).

The workspace module provides the following four permissions:

1. Access workspace lets users access their own workspace.


2. Administer own workspace lets users change the number of items shown per
screen.
3. Administer all workspaces lets users change not only their own, but others'
workspace preferences (limited currently to number of items per screen).

233 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

4. View all workspaces lets users view not only their own workspace, but the
workspace of others. Permissions should still be in effect; i.e., if a user does
not have the privileges to see an unpublished node, he/she will not be able to
see it in someone's workspace, either.

In the 6.x version, workspace can also optionally add a "View recent content for
this user" link to user profile pages. The title of the link is customizable.

Version Date Links Status


Download · Release Recommended
6.x-1.4-rc1 2009-May-22
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-18
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Mar-18
notes for 4.7.x

Find out more · Bugs and feature requests

Simplenews Template
By TBarregren on the 22nd of March, 2007

Simplenews Template is a Drupal


module that extends the Simplenews
module by providing a themable
template with configurable header,
footer and style. Template, header,
footer and style are configurable for
each newsletter independently.

Simplenews Template can with


advantage be used in conjunction with RelatedContent.

Simplenews Template is developed by Thomas Barregren of NodeOne. The initial


release was sponsored by Spoon Media.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Nov-11
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Feb-11
notes for 5.x

Find out more · Bugs and feature requests

Brilliant Gallery

234 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By vacilando on the 29th of August, 2007

#D7CX: I pledge that Brilliant Gallery will have a full Drupal


7 release on the day that Drupal 7 is released.

A highly customizable Drupal module producing


multiple table galleries of quality-scaled images from
either a pre-defined local folder, or from any "public"
or even "unlisted" Picasa gallery (project page and
download).

Message to the brave: the new 6.x-4.x is currently in alpha release stage. Get
the latest development version 6.x-4.x-dev and see examples / help with testing
here.

Version Date Links Status


Download · Release Recommended
6.x-3.6 2009-Oct-29
notes for 6.x
Download · Release Recommended
5.x-4.4 2009-Jan-15
notes for 5.x

Find out more · Bugs and feature requests

Node Blocks
By Roger López on the 19th of March, 2007

This module allows you to specify content type(s) as being a block. This allows the
content managers of the site to edit the block text and title without having to
access the block administration page. Users only need edit access to that node in
order to edit it. Users with administer block access will see region and weight
options on the node form.

It is very handy to create a simple block content type and enable this content type
for blocks and use these in place of the normal 'add block' functionality.

Now supports translatable content


In the 6.x-dev version, if Content Translation is enabled, then only a single node
block per translation set is exposed and the node from the translation set with the
appropriate language is loaded into the block.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2010-Jan-13
notes for 5.x

235 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Calendar Block
By skilip on the 23rd of September, 2008

The calendar_block module provides a fully customizable


calendar block which can be placed in a region at the
blocks section. In thecalendar block's configuration form,
the calendar's layout can be fully changed. You can set
the colors as well as the size of the calendar so it fits to
your websites design. Here's a screenshot of the
configuration page.

With this version of the calendar_block module, developers can use the
hook_calendar_block() to alter the dates, as well as to set the date the calender
has to load on a page call.

If the modules Colorpicker and Textfield to slider are installed, the layout of the
calendar is dynamically changed when changing it in the block's configuration
form.

Note:
for the slider_textfield module you need to have the latest version of jQuery in
your /misc directory. If you have the colorpicker module installed, and you want to
live update the colors of your calendar while changing the colors in the block's
configuration page, you need to apply this patch to farbtastic.js.

TODO:

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Jan-20
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Jan-20
notes for 5.x

Find out more · Bugs and feature requests

MP3 Player
By Starnox on the 31st of December, 2008

MP3 Player brings the WordPress


Audio Player to Drupal.

Easily enable the MP3 Player on a CCK


FileField. Setup multiple players each with their own settings and appearance.

236 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Key features:

Uses the functional WordPress Audio Player.


Integrates into Drupal effortlessly.
Players can be styled and changed through Drupal admin interface.
Easy integration into CCK FileField and therefore Views as well.
Provides a theme function that other modules or custom code can use.
Cache's your custom settings for fast delivery.
Manage multiple players each with their own set of settings.
Use on both public and private file systems.
Display file description (or ID3 data) next to player.
Built-in support for audio distribution over a CDN Mirror via Simple CDN

Install Videocast:

Note: Some aspects have changed since the making of this video, but the basics
are the same.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-19
notes for 6.x

Find out more · Bugs and feature requests

Iframe
By neffets on the 20th of August, 2008

A CCK content field which lets you add a complete iframe to your content types;
including Src-URL, setting width and height, optionally a title above, and optionally
a target attribute.

Requires the content module (CCK).

The module iframe ist based upon project Link by quicksketch

The iframe module provides a content "field" type for CCK. It provides three fields
to an authorized user:

Src-URL (textfield)
Width of iframe (textfield), allowed: numbers (in px, without "px") btw.
percents (e.g. "70%")
Height of iframe (textfield), dito
Title (textfield), optionally

237 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Attributes for "frameborder" and "scrolling" (selects)

"Title" can be optionally enabled or disabled when setting up the content field.

If you were to create a field named 'MyIframe', the default display of the link
would be:

<div class="field_myiframe">
<h3>[Title]</h3>
<iframe src="[URL]" width="[width]" height="[height]" target="
[target_value]">[URL]</iframe>
</div>

where items between [] characters would be customized based on the user input.
Version Date Links Status
Download · Release Recommended
6.x-1.5 2010-Jan-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 31 32 33 34 35 36 37 38 39 … next › last »

Page break by AutoPager. Page( 36 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Conditional Stylesheets
By JohnAlbin on the 11th of September, 2008

Internet Explorer implements a proprietary technology


called Conditional Comments. While web developers
frown upon technologies that aren't cross-browser
supported, many CSS developers have found
Conditional Comments very useful. They can fix the broken rendering of CSS in IE

238 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

by placing IE-only CSS inside conditional comments.

Previously, theme developers had to add these lines specifically to their


page.tpl.php template or manually append them to the $styles variable. This
module allows themes to specify conditional stylesheets in their .info file and the
conditional comments will be automatically included at the end of the standard
$styles variable. And the normal base theme stylesheet overriding/removing rules
apply to conditional-stylesheets as well.

; Set the conditional stylesheets that are processed by IE.


conditional-stylesheets[if lt IE 7][all][] = ie6-and-below.css
conditional-stylesheets[if IE 7][all][] = ie7.css

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-25
notes for 6.x

Find out more · Bugs and feature requests

Module Grants
By RdeBoer on the 20th of March, 2009

Module Grants makes modules that


deal with content access permissions
operate better on unpublished (as well
as published) content. It also makes
sure that access grants behave in an
orderly fashion when such modules are
used together.

Access grants are tested for unpublished content just as they are for
published content
Allows modules that feature fine-grained access control (e.g. Workflow,
TAC-Lite) to work together
While Module Grants' raison d'etre is to act as a catalyst amongst other
modules when dealing with unpublished content and/or fine-grained access
control, it does come with a handy feature of its own via the Module Grants
Monitor submodule, which is bundled with the package download. After
enabling Module Grants Monitor, a new item, Accessible content, appears in
your navigation menu. Clicking on it reveals a summary of all the content the
logged-in user has access to (i.e. view, edit) after access controls have been
applied by the content access modules installed on your site. So if you have
Workflow installed then what's editable to you and what's only viewable to
you will depend on the workflow state the content is in. With the TAC-Lite
module enabled it will depend on the vocabulary term(s) used in the content.

Version Date Links Status

239 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-3.5 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

ImageField Tokens
By Deciphered on the 19th of March, 2009

The ImageField Tokens module extends the default functionality of ImageField


module by adding the ability to use node tokens in the ALT and Title text.

Features:
Configurable ALT and Title text now use node tokens instead of user tokens.
Support for Imagefield Crop - (6.x only)
Support for Image FUpload.

Required Modules:
FileField Paths
ImageField

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-02
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Apr-20
notes snapshot

Find out more · Bugs and feature requests

BuzzMonitor
By irakli on the 22nd of June, 2009

BuzzMonitor is a semantic engine that allows aggregation (using FeedAPI),


categorization and analysis of news content, from all over the Web, via integration
with some of the most advanced modern APIs and Web services.

BuzzMonitor is a developer module, with limited user-interface.

Module Dependencies
Content Construction Kit (Don't forget to enable content_copy)

Credits

240 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Sponsored by The World Bank

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Advanced Poll
By ChrisKennedy on the 28th of October, 2006

Advanced Poll is a replacement to Drupal's poll module and provides multiple


voting systems, decision-making tools, and management options.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-31
notes snapshot
Download · Release Recommended
5.x-1.0-beta6 2008-Feb-06
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2007-Dec-09
notes snapshot

Find out more · Bugs and feature requests

Node Images
By stefano73 on the 19th of November, 2006

Adds an Images tab to the node page, allowing users to add images to the node
using the upload.module. Images may be displayed as thumbnails in the node
view, below the node body or in a custom position set in the node.tpl.php
template. All images are available in a gallery page, on a Polaroid style.
Note: Images are not saved as nodes. When a node is deleted, all associated
images are deleted too.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Feb-03
notes for 6.x
Download · Release Development
5.x-3.x-dev 2008-Aug-23
notes snapshot

Find out more · Bugs and feature requests

241 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Mail Editor
By litwol on the 5th of December, 2007

The mail edit module lets you edit all email body and subject of all emails that go
out from your site to your users through Drupal's drupal_mail function. You are
able to edit any email body text based on which email it is and which language it is
being sent for. you may use token variables in your template to better customize
dynamic email text.

You may enable drupal core 'locale' module in drupal 6 version to enable multi-
lingual email template translation. by default only English is available.

Update

Committed d6 code which was a complete rewrite under 4 hours.


next i will integrate token support into mail_edit to avoid home brew solution

TODO:
1) done: enable token support for variable replacement (contextual depending on
the email & generic ? )
2) write upgrade path from d5 to d6
3) comment the whole code

**New Version**

This module is undergoing active development at this time. new feature includes
mail logging and token module integration on top of being able to alter outgoing
mail. Right now is the best time to give feature requests.

Support module development


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2010-Jan-28
notes snapshot
Download · Release Recommended
5.x-1.1 2007-Dec-13
notes for 5.x

Find out more · Bugs and feature requests

Chat Room
By Darren Oh on the 25th of June, 2006

This module enables chat rooms to be set up on Drupal sites. No additional


software is required. Chat Room uses AJAX to update chats without page reloads.
Chatrooms and chats are nodes, providing easy access with many other modules,

242 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

such as Views, CCK and Organic Groups. The module features chat in pop-up
windows, invitations and private chats.

Chatroom is aimed primarily at tight integration with Drupal, not at being a highly
scalable IRC or XMPP style solution.

Version Date Links Status


Download · Release Recommended
6.x-2.7 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.9 2007-Oct-12
notes for 5.x

Find out more · Bugs and feature requests

FileField Sources
By quicksketch on the 17th of April, 2009

FileField Sources is an extension to the


FileField module. The FileField module lets
you upload files from your computer
through a CCK field. The FileField Sources
module expands on this ability by allowing
you to select new or existing files through
additional means, including:

Re-use files by an auto-complete


textfield
Transfer files from a remote server (cURL required)
Select existing files through the IMCE file browser

Although FileField Sources provides several built-in sources, it can be extended by


any module through an API for creating new sources. Users can toggle between
any of the available methods for selecting a file.

This module requires CCK 2.6 or higher. It will not work with earlier versions of
CCK.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Upload path

243 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By davidwhthomas on the 30th of March, 2007

About

After operating for some time, a


website may build up thousands of files
in inside the files folder.
This uploadpath module allows you to keep the files in the files folder neatly
organized in subfolders. It can also allow you to automatically rename uploaded
files based on file description or node title.

How it works

Uploadpath allows the use of tokens (provided by the token module) to specify
patterns of subfolders for uploaded file storage and hence depends on the token
module.
Tokens are small snippets of text in square brackets such as [nid] for node id.
They are evaluated and replaced with their actual value at runtime, e.g [nid]
becomes the current node nid or [yyyy] becomes the current year.
For example, to store files in subfolders organized by type, year and month, the
pattern would be:
[type]/[yyyy]/[mm]
The available tokens are listed on the uploadpath admin settings page.
Uploadpath uses hook_nodeapi to intercept new files uploaded by the core upload
module
It then assigns them a new destination path inside the files folder based on the
translated token pattern setting.

Features

specify a global default subfolder pattern to use for all node types.
specify patterns for each node type

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jul-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 32 33 34 35 36 37 38 39 40 … next › last »

Page break by AutoPager. Page( 37 ).

244 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Coder
By stella on the 30th of December, 2006

#D7CX: I pledge that Coder will have a full


Drupal 7 release on the day that Drupal 7 is
released.

The Coder project includes two developer


modules that assist with code review (Coder
Review) and code manipulation (Coder
Upgrade). Each of the modules supports a
plug-in extensible hook system so contributed
modules can define additional review
standards and upgrade routines.

Coder Review
This module utilizes regular expressions to review source code files for code that 1)
needs to change due to Drupal API changes and 2) does not satisfy Drupal coding
standards. Beginning with the 5.x-2.x version, this module adds a new UI, core
support, theme support, and a cache for faster display of unchanged files. It also
supports rule #severity levels of "minor", "normal", and "critical."

Coder Review provides support for:

Drupal Coding Standards and a first attempt on the Drupal Commenting


Standards
Converting 5.x modules to 6.x (best), 4.7.x modules to 5.x (better), 4.6.x
modules to 4.7.x (basic)

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta3 2010-Mar-12
notes for 7.x

245 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2009-Oct-23
notes for 6.x
Download · Release Recommended
5.x-2.8 2008-Aug-30
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-Jan-16
notes for 4.7.x

Find out more · Bugs and feature requests

Multiselect
By attheshow on the 6th of March, 2007

The Multiselect module defines a widget


to be used with CCK fields. It allows the
user to select multiple items in an easy
way. It consists of two lists, one of all
available items, the other of selected items. The user can select an item by moving
it from the unselected list to the selected list. This module relies on the built-in
jQuery features of Drupal 6 and does not require any additional modules other
than the CCK module set.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Dec-06
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Sep-29
notes for 5.x

Find out more · Bugs and feature requests

AMFPHP
By snelson on the 23rd of August, 2006

This module provides AMFPHP support to Services. This module overrides AMFPHP
classes to provide support for services defined in the service api.

Visit the Services project page, or the Services Handbook for help and information.

Requirements
Services module
AMFPHP 1.9 beta 2

Features

246 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Integration with Services module


Rather than being defined in classes, services are defined in Drupal modules.
See Services module.
Support for AMF0 and AMF3 formats

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Feb-14
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Feb-14
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2007-Jan-15
notes snapshot

Find out more · Bugs and feature requests

AJAX Comments
By neochief on the 18th of December, 2008

One of the most wanted Drupal modules :)

Module is now depends on Comments bonus API!

Features in 6.x:

Provides ajax comments to drupal sites. Features:


- Makes AJAX submits
- Allows to reply comments on the actual thread page
- AJAX comments deleting
- Works with CAPTCHA
- Cool jquery sliding

Comming soon:
- AJAX pagination
- Thread folding
- AJAX deleting and moderation approval
- AJAX editing

Please, read README.TXT file before installation to avoid troubles.

If you're using FCKeditor, you should upgrade to 2.x, to be able to use ajax
comments (FCKeditor<2 is like a bag of crabs for developer).

Note: 5.x version's support is discontinued. If you still need it, you may checkout it
from CVS. It contains only basic functionality and availabe "as is". It will not be
supported further!

247 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If you like this module very much, you can support the development by buying me
some books.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Aug-25
notes for 6.x

Find out more · Bugs and feature requests

Utility
By litwol on the 20th of March, 2007

The Utility module is a grouping of commonly-needed utilities that are simple to


code, everyone wants, but nobody actually codes them.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2008-Jun-05
notes for 6.x

Find out more · Bugs and feature requests

Feedback
By sun on the 28th of September, 2003

Feedback allows users and visitors of a Drupal site to quickly send feedback
messages about the currently displayed page, using a fixed positioned and
ajaxified feedback form. This helps site administrators in quality assurance of their
pages, contents and theme.

Because the form is submitted via AJAX, a user will not be redirected to another
page and can continue visiting/using the site after posting feedback.

All feedback messages are listed and grouped by status in an administrative


feedback log. Each feedback message can be marked as 'done'. Privileged users
are able to see existing feedback messages for the currently displayed page to
prevent submitting duplicate feedbacks for already known issues (f.e. during site
building). Since feedback messages are additionally stored with a 'masked' path
(similar to dynamic menu item arguments in D6, i.e. user/%/edit ), existing
feedback messages for similar pages can be displayed (except node/% paths).

Feedback optionally integrates with BrowsCap to additionally record the user agent
for each feedback message, which helps in tracking down theming issues.

Version Date Links Status

248 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Mar-07
notes snapshot
Download · Release Recommended
6.x-2.1 2010-Jan-27
notes for 6.x
Download · Release Recommended
5.x-2.1 2010-Jan-27
notes for 5.x

Find out more · Bugs and feature requests

Quiz
By mbutcher on the 6th of July, 2005

#D7CX: I pledge that Quiz will have a full


Drupal 7 release on the day that Drupal 7 is
released. see #714072: D7 Port to get
involved.

The Quiz module provides tools for authoring and administering quizzes through
Drupal. A quiz is given as a series of questions, with only one question appearing
per page. Scores are then stored in the database.

This module provides tools for

Online courses (Audio and Video enabled)


Self-learning programs
Training programs
Supplementary classroom activites

Quiz is an official Google Summer of Code (GSoC2009) Project, You are


welcome to join the Quiz group at http://groups.drupal.org/quiz to get
involved!

Need Help !!
Please read the documentation and checkout the FAQs before creating a support
issue.

We will pay more attention to the issue which answers the following questions.

What are the steps required to reproduce the bug ?


What behavior were you expecting ?
What happened instead ?
Drupal path that causes this issue ?

249 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-3.4 2010-Jan-03
notes for 6.x

Find out more · Bugs and feature requests

Simplenews Statistics
By Docc on the 21st of January, 2009

Simplenews Statistics gathers


newsletter statistics like the open rate
and CTR (click-through rate).
More functions will be added in the future.

This module requires Simplenews

Development by Optixdesigns
Donations are welcome

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Oct-22
notes for 6.x

Find out more · Bugs and feature requests

Adsense Injector
By rsvelko on the 7th of January, 2007

Here's a useful Drupal module that works with the excellent Adsense Module to
insert an adsense ad before or after a node's content when a node is rendered on a
full-page or teaser view.

Version Date Links Status


Download · Release Recommended
6.x-2.7 2009-Jan-02
notes for 6.x
Download · Release Recommended
5.x-2.7 2009-Jan-02
notes for 5.x

Find out more · Bugs and feature requests

Views Cloud

250 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By eaton on the 17th of September, 2008

Views Cloud allows you to build Web


2.0 style tag-clouds of any data
retrieved by Views. Want to show a
cloud of usernames weighted by age?
Node titles weighted by number of
reads? No problem. The module
provides a 'standard' view style for custom output, and a 'summary' style for easy
generation of tag-style drill down views.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-18
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 33 34 35 36 37 38 39 40 41 … next › last »

Page break by AutoPager. Page( 38 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

OG Forum
By rconstantine on the 12th of May, 2006

Creates a forum per organic group and restricts viewing


forum nodes by group membership.

Features:

OG forum and regular forums work together


Retroactively add forums to existing groups
Optionally place all forums in one container rather than their own

251 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Set the name for the default forum that each group gets
Various settings for the publicity of your forums; automatic based on nodes'
settings, set by group owner, set by those with permission, all public, etc.
Limit number of forums per group

Thanks to Jamey Boje for the art work.

New features & Drupal 6.x port by Paul Booker @ Appcoast.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Dec-17
notes for 6.x

Find out more · Bugs and feature requests

Switchtheme
By sun on the 19th of August, 2006

Adds a block to allow users to switch between enabled themes.

Themes can be given 'user friendly' names and access can be controlled by user
role. Starting with 6.x-1.1, Switchtheme provides optional support for Browscap
module to switch themes based on the browser of a visitor.

README.txt contains instructions on how to modify a single theme and use


Switchtheme to allow users to choose between a small, medium, and large text
version of your site.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-06
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jul-06
notes for 5.x

Find out more · Bugs and feature requests

Signatures for Forums


By Liam McDermott on the 6th of November, 2007

Signatures for Forums tweaks signatures in ways inspired by other traditional


forum software.

1. when a user changes their signature, all their posts will be updated;
2. signatures are automatically added to posts, instead of being inserted into
the post text;

252 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3. the administrator can choose the input filter for signatures, allowing BBCode
-- if the BBCode module is installed -- or HTML to be used;
4. signatures are longer than the the Drupal default
5. conditional signatures, these are hidden, or rel=nofollow'd if a post is under a
particular length;
6. show signature only once per conversation;

This module was developed for The Webmaster Forums (who have recently moved
to Drupal--yes, we do like Drupal's forum!)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-18
notes for 6.x
Download · Release Recommended
5.x-2.4 2008-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

freelinking
By sivaji on the 30th of March, 2005

The freelinking module implements a filter for the easier creation of HTML links to
other pages in the site.

Please test out freelinking-6.x-1.x-dev. The 1.9 release of freelinking


waits on positive testing feedback.

Freelinking 1.x
The 1.x line of Freelinking helps in the creation of links to existing (internal)
content or links to new content creation via automatic linking of CamelCase words
or words with double-square-bracket delimiters. It can be used 'wiki style' to
provide links between content or easy creation of new linked content. It does not
implement a 'wiki' type of content; this can be done with the core contents type
like blog or story, or handled via the CCK.

Freelinking 3.x
Freelinking 3 expands on Freelinking's historic role as a provider of internal
wikipedia-style links, and creates an extensible framework for building "easy
linking" syntax specialized for your project. Freelinking 3: Forging Ahead is my
blog entry explaining the goals and state of FL3 as of Alpha 3.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-May-20
notes for 6.x

253 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.5 2008-Oct-29
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-17
notes for 4.7.x

Find out more · Bugs and feature requests

PHPMailer
By sun on the 15th of January, 2009

Adds SMTP support for sending e-mails using the PHPMailer library.
Comes with detailed configuration instructions for Google Mail.

The main differences to the SMTP module are:

Integration with Mime Mail module


Reduced memory footprint by loading PHPMailer class on demand
Improved performance through connection keep-alive
E-mail rerouting option during development phase

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Jun-10
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Jun-10
notes for 5.x

Find out more · Bugs and feature requests

Trash
By rötzi on the 21st of February, 2008

This module adds a trash for nodes. Nodes can be moved to the trash instead of
being deleted and thus can be restored or permanently deleted later on.

This module is should work with the core modules but may not work with
all contributed modules. Use at your own risk.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-25
notes for 6.x

254 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2009-Mar-25
notes for 5.x

Find out more · Bugs and feature requests

Translation helpers
By nedjo on the 8th of October, 2008

Translation helpers enables other modules to respond to changes in the "source


translation" of a set of translated content. This functionality is useful for modules
that track data by the "source translation" (node.tnid value).

The module also provides other methods for modules to use with translated
content.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-18
notes for 6.x

Find out more · Bugs and feature requests

Update status advanced settings


By dww on the 7th of July, 2007

Extends the administrative interface for Drupal core's "Update status" module
(added to core in 6.x).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-04
notes for 6.x

Find out more · Bugs and feature requests

IE Unlimited CSS Loader


By antoniodemarco on the 15th of April, 2009

This module solves the Internet Explorer limitation of loading not more then 30
CSS files per HTML page (http://support.microsoft.com/kb/262161). It is suitable
for Drupal websites using lots of modules that can quickly increase the number of
CSS files. The module doesn't require any configuration, just enable it and it will
automatically change the way Drupal loads CSS files. It works well with built-in
Drupal 6 CSS compression.

255 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Acknowledgements

This module is a result of #228818: IE: Stylesheets ignored after 31 link/style


tags : thanks to all the contributions.

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-14
notes for 6.x

Find out more · Bugs and feature requests

Vote Up/Down
By lut4rp on the 10th of February, 2006

Allows adding a vote up/down widget to any object like a content type, comments
or taxonomy terms. Includes full support for interchangeable widgets via the
widget API, and support for programming voting support on your own objects
using the core module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2009-Aug-26
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 34 35 36 37 38 39 40 41 42 … next › last »

Page break by AutoPager. Page( 39 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

256 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ajax Load
By nedjo on the 5th of April, 2008

Helper module to load and add JavasScript and CSS data for Ajax-loaded content.

When loading new content via AJAX, there is the potential need to load CSS and
Javascript files and data not already available on the page. Ajax Load is a helper
module designed to handle this task. It should only be installed for use with
another module.

Ajax Load was written to accompany a patch that added AJAX loading to the Views
module. When enabled, Ajax Load will ensure that any needed JS and CSS files are
loaded along with dynamically loaded views.

Maintained by markus_petrux and nedjo.

Developer usage

To see a full working example, download the dev version, which includes an
ajax_load_example module.

Ajax Load implements a drupal_alter() hook, hook_ajax_data_alter() .

Ajax Load expects an object or array that is about to be sent in JSON format. The
object should have a __callbacks property with Javascript callbacks that the JSON
data are to be fed into.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-15
notes for 6.x

Find out more · Bugs and feature requests

Embed Google Maps Field


By andreashaugstrup on the 1st of July, 2009

The Embed Google Maps module provides a CCK field for embedding Google Maps
into nodes. You can embed any kind of Google Maps including driving directions
and personal maps. You can also type a search query into the field and display the
search results in the field.

257 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

No Google Maps API key is required. Maps can be embedded right away
with no setup needed.

Development of this module has been sponsored by Hoist.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-12
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jul-12
notes for 5.x

Find out more · Bugs and feature requests

IMCE Crop
By ufku on the 11th of May, 2008

Adds image cropping functionality to IMCE


through its UI.

CONFIGURING AND USING


---------------------
1. Go to admin/settings/imce Assuming
you have already created a IMCE profile.
Under section 'Configuration profiles' click
on approprate 'Edit' link.

2. On the next page find section 'Directories'. Set appropriate permission using the
check box 'Crop'.

3. Click on 'Save configuration' button.

4. To test use IMCE. A new 'Crop' tab button will be display. Follow instructions on
screen.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Username originality AJAX check


By ardas on the 24th of July, 2007

This very simple module allows visitors to check username originality quickly using
AJAX request during registration (completing registration form). This makes

258 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

registration process more convenient as you don't need to submit your registration
form to find out whether this username is already taken or not. This module is
sensible to standard Drupal username validation as well as Access Rules validation.

username_check module provides two ways of user name checking:


1. Manual - a "Check availability" button appears on the form and a visitor can
press it to verify whether his name is available or not.
2. Automatic - check is performed automatically when you finish typing and on
leaving username field.

Developed by ARDAS group - Web site development, Drupal services, Software


development, IT outsourcing.
Supported by Egor Taldykin.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Sep-24
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-21
notes for 5.x

Find out more · Bugs and feature requests

Invisimail
By Crell on the 11th of September, 2005

Invisimail provides a content filter to hide email addresses from spam-bots. Email
addresses are converted to ascii code and optionally written to the page using a
concatenated JavaScript "write" command. The email addresses will appear on the
page normally, but their html source will be obscured so as not to appear as an
email address to email harvesting robots. Invisimail also provides an option to
automatically create mailto links for email addresses.

Obviously, the best protection is not to publish email addresses at all. But on a
community site, some users are going to do this regardless. Invisimail provides
protection for these email addresses.

Note that you may need to set the invisimail filter to apply before or after the
HTML Filter, depending on the settings you select for each.

New in Drupal 6: Invisimail can now be used as a formatter for the email CCK
field module!

Originally written by Jeff Robbins with Lullabot.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-25
notes for 6.x

259 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Jun-13
notes for 5.x

Find out more · Bugs and feature requests

Field Indexer
By David Lesieur on the 19th of May, 2008

The Field Indexer module indexes field data into Drupal's search index. Each field
enabled for indexing becomes a type of index entry. Then, with an appropriate
search module, users may perform keyword searches restricted by field.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-23
notes for 5.x

Find out more · Bugs and feature requests

Formatted Number CCK


By markus_petrux on the 4th of November, 2008

Overview

The Formatted Number CCK module defines numeric types where thousands
separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int),
decimal and float.

Builtin integration support for: Views, Diff, Token.

Additional field formatters

You can easily add additional formatters adding the following lines to your
settings.php file:

<?php
// Additional formatters for fixed number of decimal places.
$conf['formatted_number_decimal_place_formatter_lengths'] = array(0, 1, 2);

// Additional formatters for fixed number of significant figures.


$conf['formatted_number_significant_figure_formatter_lengths'] = array(1, 2,

260 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3, 4);
?>

Be sure to rebuild your theme registry after changing these options.

How can you get involved?

Write a review for this module on drupalmodules.com


Help translate this module at localize.drupal.org

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-20
notes for 6.x

Find out more · Bugs and feature requests

Countdown
By deekayen on the 10th of March, 2006

Adds a block titled "Countdown" to count the days, hours, minutes, and seconds
since or until a specified event. Can configure to just show days, or days and
hours, etc.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Nov-19
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.0 2008-May-12
notes for 6.x

Find out more · Bugs and feature requests

PNG Behave!
By mrjeeves on the 2nd of December, 2008

Corrects PNG alpha transparency in IE 5.5 and 6 using css behaviors instead of
crawling the DOM.

Features

Works with any elements.


Works with backgrounds tiled, repeated, and stretched WITHOUT need for
parent element confusion.
Works with dynamically created elements that match the css selector string
or directly call the behavior.

261 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Works on style AND class changes in runtime WITHOUT needing to call the
script again.
Works with auto height/width WITHOUT skewing. Issue: #342115: Padding
causes elements to stretch
Works in sub-directory drupal installations. Issue: #341710: Drupal installed
in sub directory breaks PNG Behave!
As of version 1.3, padding may be applied to auto-size AND defined-size
images without skewing or losing layout. Issue: #342582: Version 1.2
breaks defined sizes on PNG images , special thanks to Angus (here)
Version 1.4 introduces IE6's BackgroundImageCache for faster repeat
loading, and a few other speed based tweaks.
Version 1.5 introduces textareas for class selector lists #343681: CSS
class/Selector input field is too short... , and...
New! Exclude option for specifically ignoring classes.
Detects IE 5.5 and 6 ONLY. Only IE 5.5 and 6 will use the behaviors to
correct PNGs.
Never worry about re-fixing a png again.

NEW! PNG Behave! for Drupal 5 by Steve Wickham (wickwood) of Wickwood


Marketing
is now an officially supported module branch. See releases below...

Share your Selector Strings and help us work toward a more automated system.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2008-Dec-15
notes for 6.x
Download · Release Recommended
5.x-1.8 2008-Dec-15
notes for 5.x

Find out more · Bugs and feature requests

Autocomplete Widgets for CCK Text and Number


By markus_petrux on the 23rd of February, 2009

This module adds 2 autocomplete widgets for CCK fields of type Text and Number.

Autocomplete for allowed values list: This widget can be used for Text and
Number fields and it takes candidate values from the defined list of Allowed
values of the fields. You can even generate your allowed values list using
PHP, so the limit to provide a widget with autocomplete features is your
imagination!
Autocomplete for existing field data: This widget can be used for Text only
and it takes candidate values from existing values in the database for that
field.

262 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Both widgets allow you to choose the size of the text element and the method
used to match values between 'Starts with' and 'Contains'. You can also enable
case sensitive or insensitive matches option. Note however that MySQL may ignore
case sensitivity depending on the collation used in your database definition.

When the Internationalization module is enabled, the 'Autocomplete for existing


field data' widget also provides an option to filter values by the language assigned
to their corresponding nodes. This option allows you to provide a different set of
allowed values per language.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 35 36 37 38 39 40 41 42 43 … next › last »

Page break by AutoPager. Page( 40 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Collapsiblock
By nedjo on the 3rd of April, 2008

Collapsiblock makes all Drupal blocks collapsible.

Formerly part of the Javascript Tools package, Collapsiblock is now a separate


module as of Drupal 6. It requires the Javascript Tools module, which for Drupal 6
is a small collection of commonly needed utility functions.

Authored by Nedjo Rogers.

Looking for co-maintainers or a new maintainer. If that's you, please contact me

263 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

via my contact form. Thanks!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-27
notes snapshot

Find out more · Bugs and feature requests

iTweak Upload
By iva2k on the 4th of July, 2009

iTweak Upload module revamps Drupal


file uploads with sexy thumbnail
previews and mime icons, adds image
gallery views for attachments and
tweaks file upload forms and
attachments display.

Summary of features:

Beautify and improve the upload form for file attachments in nodes and
comments (created by core upload.module and by comment_upload.module)
New in 2.1: (Option) Preview uploaded image files
New in 2.0: (Option) Display thumbnails for image attachments
New in 2.0: (Option) Display image attachments in a gallery
New in 2.0: (Option) Show images in animated popup, grouped or slideshow
(with Lightbox2, Thickbox, in 2.3 Fancybox, Shadowbox, in 2.4 Highslide)
Independent of theme - works with any theme that does not already
customize file uploads.
New in 2.3: jCarousel (if installed) is used for the image attachments gallery
Coming in 2.4: Compatible with popular modules download_count,
private_upload

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Amazon Module
By rfay on the 28th of September, 2003

This project is an implementation of the Amazon Product Advertising API for Drupal
6. It's modular in design, with a central "Pure API" component that interacts with

264 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Amazon, and optional modules to handle expanded data for additional product
types, features like wishlists and customer reviews, etc.

News
2 March 2010: The Drupal 7 dev version is taking shape. Basic amazon
data, filters, and fields work. Remaining are views integration, making
amazon_media module work correctly, and related theming issues.
24 February 2010:The lowest price, Amazon's price, editorial reviews, and
customer reviews are now available. Lowest price, Amazon price, ISBN, EAN
are available as filters: [amazon 1430209895 ean]. All this is available in
views as well.
12 January 2010: ISBN numbers, ISBN-13 numbers, and Amazon.com links
can be used in place of an ASIN.
12 January 2010: There is now an upgrade path for Drupal5 users of the
Amazontools module.
18 October 2009: Amazon Module now has documentation!

The module includes the following functionality:

CCK integration via an 'Amazon product' field type


Extensive Views integration

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Node Relationships
By markus_petrux on the 27th of April, 2009

The Node Relationships module provides


methods to complete two way relationships
between content types enhancing the features of
node reference fields.

It provides the following features:

Enhancements for node reference


fields: "Search and reference view" (single
and multiple selection based on
dynamically configured views), "Create and reference" and "Translate and
reference" (when the Drupal core translation module is enabled, with
additional support for Internationalization module). These features use the
Modal Frame API to provide popup dialogs from buttons attached to node
reference fields configured to use the autocomplete widget.

265 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Automatic back references using dynamically configured views that are


able to extract the relations from existing database information. This views
can be rendered using a myriad of methods in the node view.
The Node Relationships module provides default views for each feature that
can be modified and/or cloned (recommended) should you need to add more
fields, filters or change any other option to suit your needs.
Basic entity relations diagram (ERD) that can be used to view the
relations of each individual content type. The provided diagram can be used
to walk the relationships of all types in the system.

More information in the project page.

This module has been sponsored by Gamefilia.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Jan-04
notes for 6.x

Find out more · Bugs and feature requests

Cache Router
By slantview on the 31st of March, 2008

About

CacheRouter is a caching system for


Drupal allowing you to assign individual
cache tables to specific cache
technology. CacheRouter has an option
to utilize the page_fast_cache part of
Drupal in order to reduce the amount of
resources needed for serving pages to anonymous users.

#D7CX: I pledge that Cache Router will have a full Drupal 7 release on the day
that Drupal 7 is released.

Cache Router supports the following technologies natively:

APC
Database
eAccelerator
File
Memcache
Memcached (Alpha)
XCache

266 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2008-Dec-26
notes for 7.x
Download · Release Recommended
6.x-1.0-rc1 2009-Sep-05
notes for 6.x
Download · Release Recommended
5.x-1.0-beta9 2008-Dec-04
notes for 5.x

Find out more · Bugs and feature requests

Advanced Forum More Styles


By eigentor on the 15th of July, 2009

More Styles for Advanced Forum, compatible with the


current 6.1.x release. Created by Rufzeichen
Webdesign.
Advanced Forum is a great module. Over Time,
Michelle has built a nice theme layer, and it is
completely pluggable. So Styles (or say forum
themes) can be kept completely seperate from
Advanced forum, yet via a hook they show up in the
style selector. Just install Advanced Forum, then install
Advanced Forum More Styles, switch on the style,
done!

I am planning to add more styles over time. For now only one is contained, named
"Minimal". I have not found a better name but will. Tested with Garland and some
other themes. Still issues will arise in some Themes providing styling that may not
be properly overridden. Put the issues into the issue queue, I'll try to put in
overrides so that the themes look pretty much the same in every base Theme.
There is only one color used: a blue bar for Containers and Thread lists. To match
the style to your theme you should not have to do more than override this color.

Call to action:

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jul-30
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Table Wizard
By mikeryan on the 4th of March, 2009

The Table Wizard facilitates dealing with database tables:

267 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

It allows surfacing any table in the Drupal default database through Views 2.
Relationships between the tables it manages can be defined, so views
combining data in the tables can be constructed.
It performs analysis of the tables it manages, reporting on empty fields, data
ranges, ranges of string lengths, etc.
It provides an API for other modules to views-enable their tables.
It provides an API for importing data into tables in the Drupal default
database (automatically doing the views integration above).
It is bundled with an implementation of this API, for importing comma- and
tab-delimited files.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-22
notes for 6.x

Find out more · Bugs and feature requests

Bibliography Module
By rjerome on the 17th of June, 2006

a.k.a. Drupal Scholar


This module allows users manage and display lists of scholarly publications.

Features include...

Import formats: BibTex, RIS, MARC, EndNote tagged and XML.


Export formats: BibTex, EndNote tagged and XML.
Output styles: AMA, APA, Chicago, CSE, IEEE, MLA, Vancouver.
In-line citing of references.
Taxonomy integration.
Translations supplied: French, Spanish, Romanian, Hungarian, Portuguese

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-07
notes snapshot
Download · Release Recommended
6.x-1.10 2010-Jan-12
notes for 6.x
Download · Release Recommended
5.x-1.19 2010-Feb-07
notes for 5.x

Find out more · Bugs and feature requests

268 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Re: Comment subjects


By arhak on the 11th of November, 2006

#D7CX: I pledge that this module will


have a full Drupal 7 release on the day
that Drupal 7 is released.

stable 1.x branch guaranteed:


#683126: 7.x-1.x port of
comment_subject
new 2.x branch: #696316: 7.x-2.x
port of comment_subject

This module, once installed, fills in a default comment in the comment form. The
subject is derived from either the title of the node, or the subject of the parent
comment. This title takes the familiar form of 'Re: [parent comment tile]'. If the
parent already starts with 're:', it is not added a second time. Users can still
change the comment title to something else entirely.

Note: There will be new ongoing development on 6.x-2.x branch to bring Token
support, this feature will address the subject issue criticized at Drupal Usability:
Comment Configuration

(old) note: If you would like to see this functionality included as an option in core,
please show your support for #138632: Generate comment subjects from parent
subject (re:...) by testing the patch.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Jan-19
alpha2 notes for 7.x
Download · Release Recommended
6.x-1.5 2009-Nov-19
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Nov-06
notes for 5.x
Download · Release Recommended
4.7.x-1.4 2008-Nov-06
notes for 4.7.x

Find out more · Bugs and feature requests

Comment Mail
By maartenvg on the 22nd of February, 2006

The Comment Mail module allows an email to be sent to the site administrator(s)
when new comments are posted. A link in the email allows quick approval, editing,
deletion, and/or banning of the poster's IP address.

269 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal 6: This is being worked on in the issue queue currently. The patch in the
issue is against the HEAD version of code. It mostly works except the approval and
deleteban links aren't correct yet.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Nov-27
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-26
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 36 37 38 39 40 41 42 43 44 … next › last »

Page break by AutoPager. Page( 41 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Form Block
By nedjo on the 24th of May, 2007

Enables the presentation of user registration, site


wide contact, or node creation forms in blocks. This
is particularly useful for including forms on panels.

To enable adding of a form to a node, select the


option "Enable data entry from a block" in the
admin configuration page for a given content type.
Visit the block administration page and
enable/configure the block for the form.

Version Date Links Status

270 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-13
notes for 5.x

Find out more · Bugs and feature requests

Integrated Metatags
By fractile81 on the 1st of March, 2008

Integrated Metatags allows you to expose content data in META-tags on full-page


node views, with Metatag options stored per content type. Node, taxonomy, and
user information are all available out of the box, with an optional CCK module that
exposes CCK data. Additionally, if the Token module is enabled you can use tokens
in your Metatags. Using all of these different sources for data, you can name your
Metatags however you would like, and can even combine like-named Metatags into
a single comma-separated tag.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta7 2009-Jan-24
notes for 6.x
Download · Release Recommended
5.x-1.0-beta7 2009-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

Node Gallery
By kmonty on the 5th of November, 2008

Node gallery enable users to create more flexible and


powerful galleries that are fully integrated with Drupal's core
node system. Administrators can choose what content type
they want to be the "Gallery" type and what content type
they want to be the "Image" type to be. When such a
relationship is established, users can then batch upload and
create Images nodes that are associated with Gallery nodes.
From there, they can batch edit/delete Images within
Galleries or delete a Gallery with all the associated Images
entirely. Because Images and Galleries are both node types,
one can naturally use Drupal's taxonomy module, comment module, VotingAPI,
CCK, Views and other powerful modules to enhance the gallery. Everything you
can do with nodes you can do to your galleries and images.

271 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Jan-13
alpha12 notes for 6.x

Find out more · Bugs and feature requests

Views Slideshow: ImageFlow


By aaron on the 30th of March, 2009

This module will display a view of


images using the ImageFlow JavaScript
plugin available from
http://finnrudolph.de/ImageFlow.

ImageFlow is a picture gallery, which


allows an intuitive image handling. The basic idea is to digitally animate the
thumbing through a physical image stack. That intuitive handling is automatically
caused by the metaphorical use of the well known process of thumbing through.

This solution is known as the Cover Flow technique, which has been developed by
the artist Andrew Coulter Enright. Now - after it has been bought by Apple - it is
used in iTunes and the file browser of Apples OSX.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-19
notes for 6.x

Find out more · Bugs and feature requests

Meta tags Node Type


By hanoii on the 27th of May, 2008

This module extends the functionality of Nodewords so that certain meta tags can
be specified on a per node type basis.

Features

Support "robots" meta tag.


Support "keywords" meta tag.
Support "description" meta tag.
It uses Token module allowing token replacements.
It allows advanced PHP replacements for the "description" meta tag.

Note: You may want to look at Custom Tokens to define your own tokens.

272 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Usage

Enable the module


Go to Administer -> Content types
Edit any content type and look for the Meta tags node type field set.
Configure any default keywords, description and robots for that content type.

Note: For each content type, if you fill in keywords, description or robots,
those will be used in place of the nodewords global defaults, so bear in mind
to include them in the content type meta tag node type fields if you need
them as well.

Note: if you leave keywords and description empty, the nodewords global
default will be used. However, for robots, you must specify a default,
otherwise no robots will be displayed on that content type.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Jan-19
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jun-04
notes for 5.x

Find out more · Bugs and feature requests

Views RSS
By rsoden on the 22nd of September, 2009

This module allows users to take control of their feeds by providing a fields-based
views style plugin for RSS. GeoRSS is supported.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Views Tabs
By nedjo on the 7th of August, 2007

Enables the presentation of views through tabs.

Requires Views and the Tabs module, which in Drupal 5 is part of Javascript Tools
and a separate project for Drupal 6+.

273 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Adds three new View Type options to page and block views. All three display each
node (piece of content) on a separate tab.

Tabs - Fields. You need to define at least one field to use this option as it
displays field information.
Tabs - Teaser List
Tabs - Full Nodes

By default the titles are drawn from full content (node) titles. Configure the module
at Administer › Site configuration › Views Tabs to select a length to truncate
titles for better display.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-03
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Aug-08
notes snapshot

Find out more · Bugs and feature requests

Shoutbox
By disterics on the 10th of September, 2004

The Shoutbox module provides a block where visitors can quickly post short
messages.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-05
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Aug-05
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-22
notes for 4.7.x

Find out more · Bugs and feature requests

FeedAPI Exhaustive Parser


By e2thex on the 31st of March, 2009

This module is an auxiliary parser module for feedapi. It is intended to be used


with one of the other parsers. It will parse out all of the fields in the feed,
regardless of namespace. May times feeds will have extra fields that are not part
of the atom, or rss spec, often in there own namespace (such as using dc:creator

274 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

instead of original author). The default parser will not parse that data, FeedAPI
Exhaustive Parser will pull out those fields.

I think the best way to understand is to use try it, with feed Element Mapper.
Hit a NYtimes feed like http://feeds.nytimes.com/nyt/rss/Business, and when you
go to map the fields you will see that the feed has lots of fields (like media:credit,
media:description, dc:creator) that are not available with the standard parser.

FeedAPI Exhaustive Parser makes those fields available. It also make all elements
of the feed itself available. In the nytimes example you will see the language and
the copyright are listed on the feed but not the individual items, if you wanted to
store copyright in a cck field on each node, this would allow that.

It parses all elements of the feed items and places them in the options->all feed
object of feedapi.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-May-28
alpha5 notes for 6.x

Find out more · Bugs and feature requests

Excerpt
By hayesr on the 14th of September, 2004

Excerpt module allows you to enter a separate excerpt/summary/teaser for a


node, which does not have to be a cut off version of the body.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-17
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-27
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 37 38 39 40 41 42 43 44 45 … next › last »

Page break by AutoPager. Page( 42 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

275 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Libraries API
By sun on the 18th of May, 2009

The common denominator for all Drupal modules/profiles/themes that integrate


with external libraries.

External libraries
Describes libraries that are not shipped or packaged with a project on
drupal.org. We do not want to host libraries on drupal.org for a multitude of
reasons, starting with licensing, proceeding to different release cycles, and
not necessarily ending with fatal errors due to conflicts of having the same
library installed in multiple versions.

This module introduces a common repository for libraries in sites/all/libraries


resp. sites/<domain>/libraries for contributed modules.

Quick summary of this project's goals:

The same library can be shared by more than one module.


The same library can be shared by more than one site.
Ease the process of upgrading a module that requires an external library.
Just replace the module folder with the new one. No need to move the
contained library out and back in.
Preventing incompatibilities due to having the same library installed more
than once in different versions.
Central installation instructions (widget) to help users figure out how to
install.
Library classification.
Handling of dependencies between libraries.
Library version detection.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jun-21
notes snapshot
6.x-1.0- Download · Release Recommended
2009-Dec-30
alpha1 notes for 6.x

276 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Maxlength
By mariuss on the 28th of April, 2007

1.x
Maxlength allows you to set maximum lengths to the body and title fields of any
content type.

When the maximum length is enforced for a field, while editing content of that
type some Java Script will countdown how many characters are left.

2.x
There is a new version of this module under way, the 2.x will have the following
new features :

Move the configuration to the content type edit page (instead of a dedicated
settings page)
Allow the Java Script count down to be optional
Allow the countdown message to be customized per field
Support for CCK text fields, allowing the (optional and customizable)
countdown message to be applied to CCK text fields

Please test the 2.0-beta2 release and report any problems in the issue
queue!

2.x has been developed by a_c_m and dereine on top of original 1.x work
completed by mariuss

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2009-Aug-05
notes for 6.x
Download · Release Recommended
5.x-2.0-beta2 2008-Sep-29
notes for 5.x

Find out more · Bugs and feature requests

Links Package

277 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By syscrusher on the 10th of June, 2005

The Links Package is a multi-module set for


managing URL links in a master directory, and
attaching them in various ways to your content
pages. It includes both an API for developers and
user-visible content modules. This package is
released for Drupal 4.7, Drupal 5.x, and Drupal
6.x.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-24
notes for 6.x
Download · Release Recommended
5.x-1.13 2009-Jun-24
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Jan-29
notes for 4.7.x

Find out more · Bugs and feature requests

No request new password


By pedrofaria on the 15th of January, 2008

Remove "Request new password" link from block and user page.

This module is very useful for sandbox sites where test users can't change your
own password and for third party authentication like LDAP.

Login warnings problem

If you are having problems with login warnings, please take a look at this issue:

http://drupal.org/node/239628

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Oct-14
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Advanced Blog

278 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Eidolon Night on the 21st of May, 2009

Due to recent engagements, I'm unable to make commits as often as I'd like. I
would very much like to bring someone on as co-maintainer. If you are interested,
please post in the issue queue. I would prefer someone who already has CVS
access and has already created patches for the project.

Advanced blog is designed to expand on the features provided by the core blog
module. It also acts as a replacement for the following modules:

Blogger
Blog Informations
Blog Add-ons

Advanced Blog integrates and expands on the features of the above modules in
order to provide better navigation of site blogs, allow more options for community
blogs, and display blogs in a unique fashion.

Features
Provides customizable block to display site bloggers.
Allows users to give their blog a title and description.
Creates a page of site bloggers that includes author and blog information.
Enables advanced blog navigation by author, post date, etc.

Dependencies
Requires the Drupal core blog module, and PHP5.

Roadmap
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta1 2009-May-21
notes for 6.x

Find out more · Bugs and feature requests

Admin links

279 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Dave Reid on the 22nd of August, 2008

This is a very simple module that adds the


content local tabs (Edit, Delete, Revisions,
etc.) as links to teasers/lists of nodes. It
also makes the 'Delete' link show up as a
tab in the individual node view just like the
'Edit' and 'View' tabs (Drupal 6+ only).

This module also provides support for the


Universal Edit Button, a green pencil icon in
the address bar that indicates a web page
is editable. It is similar to the orange
"broadcast" RSS icon that indicates there is an RSS feed available. For more
information and to download the Universal Edit Button browser extension, visit
http://universaleditbutton.org/.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Feb-03
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Nov-28
notes for 5.x

Find out more · Bugs and feature requests

Block edit
By irakli on the 22nd of October, 2008

The Block edit module provides inline (on


mouseover) editing capability for any block or
node.

Configure block/menu/node settings directly by


clicking a Views' style link above the block/node.

Where appropriate you are returned to the


originating page so it provides a very simplified
and intuitive workflow.

A full list of links and options provided by this module are listed below.

Links:

Blocks

Configure - Configure the settings for the block.


Edit menu - Edit the title and description of the menu.

280 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

List links - Edit the links in the menu.


Edit node - Edit the node generated by nodeblock module.
Edit menu - Edit the links in the menu for menu_block and nice_menus
menus.

Nodes

View - View the node.


Edit - Edit the node.
Delete - Delete the node.
Clone - Clone the node using node_clone module.
Dev load - Display devel load using devel module.
Dev render - Display devel render using devel module.
Edit type - Edit the content type using CCK module.

Version Date Links Status


Download · Release Recommended
6.x-1.10 2010-Feb-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-22
notes for 5.x

Find out more · Bugs and feature requests

User points Nodes and Comments


By jredding on the 8th of January, 2009

User points Nodes and Comments utilizes the Userpoints Core module to grant
points to a user when they post a node or a comment and/or moderate a
comment.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-09
notes for 6.x

Find out more · Bugs and feature requests

Revisioning

281 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By RdeBoer on the 20th of March, 2009

Revisioning is a module for the


configuration of workflows to create,
moderate and publish content
revisions. You use it in scenario's like
this:

Authors write content that


prior to being made publicly
visible must be reviewed (and
possibly edited) by
moderators. Once the moderators have published the content,
authors should be prevented from modifying it while “live”, but they
should be able to submit new revisions to their moderators.
Both authors and moderators should be allowed to only access
content relevant to their department (or region or division etc.).
Finally, we shouldn't have to grant these roles “god-like” powers
(e.g. "administer nodes" permission) to implement this.

Version Date Links Status


Download · Release Recommended
6.x-3.5 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

Image Caption
By davidwhthomas on the 23rd of February,
2008

DESCRIPTION:

This module uses JQuery to dynamically


add captions to images.
The image title attribute is used to
create the caption.
It basically wraps the image in an html
container div, takes the image title text and appends that in a child div underneath
the image.
Technically, it works by implementing Drupal's hook_nodeapi to add one small
snippet of captioner jquery to the head section of the page when a node of the
configured type is viewed.

EXAMPLE:

<img src="/files/example.jpg" title="example caption" class="caption" />

282 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This will result in an image with the caption of 'example caption'

INSTALL:

1. Copy the image_caption folder to your Drupal modules folder


2. Add the empty css definition:
.caption{}

to the stylesheet used by your WYSIWYG editor (to enable it to appear in the
style select box on the editor toolbar, or class select box).
You might be able to add it to your theme's style.css to get it to appear in
the class dropdown box in your WYSIWYG editor.
3. Enable the Image Caption module in Drupal module administration.
4. IMPORTANT: After install, select the node types to include in image caption
processing under Site Configuration > Image Caption

NOTE:
Version Date Links Status
Download · Release Recommended
6.x-2.5 2010-Feb-03
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Aug-21
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 38 39 40 41 42 43 44 45 46 … next › last »

Page break by AutoPager. Page( 43 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

283 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Active Tags
By darrenmUK on the 12th of September, 2008

Active Tags adds a new option to free


tagging taxonomies. If selected the
taxonomy widget is replaced by a new
jQuery enabled tag entry widget.

Works with core Taxonomy module


and Content Taxonomy module.

This module came about through work on


a site where some users found
separating tags with commas confusing. Some users got it, and some didn't. This
resulted in a site littered with concatenated tags. Wordpress has a similar tag entry
mechanism where tags are entered separately. It has been implemented here
using jQuery to rewrite the standard taxonomy entry form.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Filter Permissions
By cYu on the 14th of January, 2009

This module provides filters at the top of


the Permissions page for easier
management when your site has a large
amount of roles and/or permissions. The
module was originally created because the
excessive amount of checkboxes combined
with some jquery activity was causing
"Unresponsive Script" js errors on every
load and save of the permissions page.

Additionally, the 6.x-1.1 release contains functionality for when the


content_permissions module for CCK is enabled. Individual content types will be
listed, and when selected will filter the permissions page to only show view and
edit permissions for fields contained within the selected content types.

This can also be handy when combined with the Firefox plugin, Checkfox. By
combining module and role filtering and then being able to simply highlight the
entire page of checkboxes, right click, and then "check" or "uncheck" you can
seriously cut down on frustration doing bulk permission changes.

284 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The nice folks over at gotdrupal.com put together a video which demonstrates this
module as well as a few other utility modules for managing permissions, you can
check it out here: http://gotdrupal.com/videos/manage-drupal-permissions-
more-easily

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-07
notes for 6.x

Find out more · Bugs and feature requests

AHAH Response
By effulgentsia on the 20th of December, 2008

This module provides a 'ahah_response' themehook. I'd like to encourage module


developers that implement an AHAH callback to consider using this theme function
rather than calling drupal_json directly. Doing so would enable other modules to
adjust the response via hook_preprocess_ahah_response.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-20
notes for 6.x

Find out more · Bugs and feature requests

Comment RSS
By Gábor Hojtsy on the 4th of July, 2004

This module provides RSS feeds for comments. This is useful for allowing readers
to subscribe to comments for a blog post, article, or forum topic. It currently
provides three types of feeds which pair up to the RSS features provided by Drupal
built-in. Each type of comment feed may be disabled if unneeded.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Sep-16
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

YUI Rich Text Editor


By BooDy on the 14th of September, 2007

285 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module integrates the YUI Rich Text Editor into drupal to edit content. Similar
to a WYSIWYG editor.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the editor to work.

LOCAL YUI LIBRARY INSTALLATIONS: If you are using a local install of 2.6.x
then you need to name the folder yui-2.6.x. So, if you download 2.6.0 to your
Drupal installation under sites/default/files/yui, then you would rename it to
sites/default/files/yui-2.6.0. This is so that the module is able to load 2.6.0 specific
JS files.

Version Date Links Status


Download · Release Recommended
6.x-2.33 2008-Nov-25
notes for 6.x
Download · Release Recommended
5.x-2.6-96 2008-Jul-08
notes for 5.x

Find out more · Bugs and feature requests

Table of Contents
By deviantintegral on the 4th of December, 2006

This module generates a table of contents and


corresponding links to headings within a document. All
of the work is done through the input filter system.

Available translations: French (complete), Polish (not up


to date in 3.x)

The Drupal 6 version of this module is currently


maintained by Alexis Wilke.

We are looking for someone to help for version 5.x if you are interested,
post an issue about that...

WARNING
I changed MANY things in version 3.x-dev (Please use Jul 6, 2009
version!). It works for me... but you probably want to check and
make sure that it works for you too! And read the following too:

DO NOT FORGET TO MAKE A BACKUP OF YOUR DATABASE & CODE

FIRST: Remove the module from your website (there is no need to remove
the tags from your nodes, however! Keep those!)

286 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Make sure to DELETE your existing tableofcontents folder


Extract the new version of the module
Reinstall on your website (yes, the Anchors module is gone and the package
name is now "Filter inputs" as intended a while back.)
Enjoy!

This newer version fixes most of the problems with the TOC module. There are still
3 issues for v6.x. Things that are more like features than bugs.

Version Date Links Status


Download · Release Recommended
6.x-3.4 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Aug-18
notes for 5.x

Find out more · Bugs and feature requests

One page profile


By aidanlis on the 7th of June, 2009

One page profile, when used with the core profile


module, allows users to edit their entire profile on
one page, as opposed to a separate page for each
category.

Features:

Supports ordering of profile categories on


the edit user page
Integrated with the profile_role module.
Integrated with the profile_privacy module with this patch.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Mar-09
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Nov-07
notes for 5.x

Find out more · Bugs and feature requests

abuse
By BTMash on the 27th of February, 2007

This module allows users to flag nodes and comments as offensive for the

287 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

adminstrator to review.

The admin can specify which type of nodes are allowed to be flagged.

Permissions
There are 3 permissions - administer abuse reports, flag content, and direct flag
content. Administer abuse reports allows a user to see which nodes have been
flagged and allows them to either remove from the site or allow back into the
system. Flag content allows a user to flag content. Direct flag allows a user to flag
a content and set the content as 'hidden'. In essence, it is a person who has been
trusted to flag genuinely bad content to be removed without requiring multiple
users to flag the content before the system hides it.

Content Status

Version Date Links Status


6.x-1.1- Download · Release Recommended
2009-Oct-21
alpha1 notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Oct-23
notes for 5.x

Find out more · Bugs and feature requests

Gravatar integration
By Narno on the 24th of November, 2007

#D7CX: I pledge that Gravatar will


have a full Drupal 7 release on the day
that Drupal 7 is released.

This module integrates Drupal user


pictures with the service provided by
Gravatar. If the user has a gravatar
linked with his or her e-mail address, it
will be used as their user picture for
comments, posts, and profile.

What is a Gravatar?

"A gravatar, or globally recognized avatar, is quite simply an


80×80 pixel avatar image that follows you from weblog to
weblog appearing beside your name when you comment on
gravatar enabled sites. Avatars help identify your posts on web
forums, so why not on weblogs?"
From http://www.gravatar.com

Features

288 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

User roles can easily be assigned or denied permission to use Gravatars


Customizable picture size, maturity filter, and default pictures
Supports unique generated avatars: identicon, wavatar, and monsterid
Users can disable Gravatar for their user picture or specify a custom Gravatar
e-mail address for their account

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-03
notes snapshot
Download · Release Recommended
6.x-1.7 2009-Jun-14
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-26
notes for 5.x

Find out more · Bugs and feature requests

User Protect
By hunmonk on the 18th of October, 2006

#D7CX: I pledge that User Protect will have a full Drupal 7 release on the day that
Drupal 7 is released.

This module provides various editing protection for users. The protections can be
specific to a user, or applied to all users in a role.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Nov-04
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.4 2009-Nov-06
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 39 40 41 42 43 44 45 46 47 … next › last »

Page break by AutoPager. Page( 44 ).

Modules

289 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Relevant Content
By nicholasThompson on the 30th of October, 2007

#D7CX: I pledge that Relevant Content will have a full Drupal 7 release on the day
that Drupal 7 is released.

What is it?
This module provides two ways of referencing relevant content. Both of these
methods provide configuration to filter for specific content types and vocabularies,
limit the maximum size of the result and provide some header text. The result on
both cases are a list of nodes which the module considers most relevant based on
the categorization of the current page. This is achieved by finding other nodes
which are of one of the allowed types and have the most number of terms in
common. The two methods are:

Blocks
This module will provide as many customisable blocks as a site administrator
wants. Each block has its own settings for node type, vocabulary, maximum
result size and otional header text. Blocks can appear on any page which
causes terms to be loaded into Relevant Content. Usually this is any page
which views a node (a node page or a view such as a taxonomy term list).
Usually you only want a block to appear on a node page, however you may
find situation where you want to place a block on a non-node page.
CCK (new)
The new CCK Field Type (available in both 1.3 releases for Drupal 5 &
6). This is a read-only field (much like Node Referrer) which allows the
administrator to embed a field that is "display only" (ie, nothing appears on
individual node edit forms). This field is configured in the same way the
blocks are configured; node type & vocabulary filtering, maximum result size
limit and header text. The advantage of the CCK method is the result set is
more "embedded" within the content.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-30
notes snapshot

290 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Nov-06
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Oct-31
notes for 5.x

Find out more · Bugs and feature requests

Node Convert
By Placinta on the 15th of April, 2008

Node Convert adds a menu tab "Convert" on the node view page, i.e. node/1
/convert, which gives the ability of converting the node from it's current node type,
to another node type. Also it gives the ability of transfering all the custom cck field
values of the current node type, to the destination cck fields, or discard them. As
of 5.x-1.4 you can bulk convert many nodes of the same type, to another one that
can be accesed in Administer-> Content -> Convert Nodes.

The module has been tested on converting node types with the following cck fields:

Text
Number
Image
Node reference
User reference
Link
Date
Datestamp
Email
Audio
Video

Also supports book and forum nodes.


Note #1: This module requires the CCK module.

NOTE: If you get an Unknown column 'ctid' error when updating to


6.x-1.5, don't worry. Node Convert should still work.
Version Date Links Status
Download · Release Recommended
6.x-1.6 2009-Dec-13
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Apr-22
notes for 5.x

291 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Taxonomy List
By NancyDru on the 2nd of November, 2006

taxonomy_list.module is for displaying the terms (and optionally nodes) under


categories with an image (Taxonomy Image module required) and description.
User can select the number of terms to display in each row, and assign the HTML
attributes to the display cell, image, and the description text.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Feb-12
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Feb-12
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Mar-08
notes for 4.7.x

Find out more · Bugs and feature requests

Helpers
By Bèr Kessels on the 8th of May, 2006

Helpers is a library, or toolbox, with lots of very useful functions that help you
build your modules and sites with joy. It is actually six modules in a single
package; you may enable only the parts you need.

A helper would, for example be: number_to_currency(), or


distance_of_time_in_words(). Or of course something like select_year(), or even
select_country().

Basically all kinds of interesting and extremely useful functions that are too specific
to make it into core, but still very handy to have at hand. Stuff that you have
wondered that "would be very useful in addition to the default PHP".

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Apr-23
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-23
notes for 5.x
4.7.x- Download · Release Development
2007-Feb-21
1.x-dev notes snapshot

Find out more · Bugs and feature requests

292 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node Access User Reference


By danielb on the 22nd of October, 2008

Allows you to configure a CCK user reference field so that the user whom is
referenced in a node is granted access to view the node. There are also options to
give the user access to edit or delete the node.

This is great if you want your node authors to be able to choose additional authors,
or choose who can view their node, as well as being able to display the list of
authors or viewers in your node, or in Views. If you just need to administer
view/edit grants on nodes without the CCK field you should use the Nodeaccess
module.

Please note that this module will remove the default view access people have on a
node - you will need to use a different Node Access module to grant default access
to users. I recommend doing it by taxonomy, or per node.

Similar modules
Node Access Node Reference
Gives users access to a node if they have access to another node referenced
in a CCK Node Reference field of the node in question.
Node Access Auto Reference

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Sep-20
notes for 6.x
Download · Release Recommended
5.x-2.1 2010-Feb-07
notes for 5.x

Find out more · Bugs and feature requests

Views cycle
By Crell on the 20th of March, 2009

This module provides a Views style for using the jQuery cycle plugin. It is primarily
useful for creating image slideshows, but should be usable on any content.

The jQuery cycle plugin must be downloaded separately from:

http://www.malsup.com/jquery/cycle/

And placed in the module directory. Only the JS file is required, and the "complete"
package is presumed. It must be named jquery.cycle.js

REQUIREMENTS

293 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

- Drupal 6.x
- Views 2
- The jQuery cycle plugin: http://www.malsup.com/jquery/cycle/

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2010-Jan-21
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy CSV import/export


By Daniel_KM on the 20th of October, 2007

This module allows you to import or export taxonomy from


or to a CSV (comma-separated values) file or with a
copy-and-paste text.

When you want to import a vocabulary, a taxonomy or a


simple list of terms in your Drupal site, you have two main
choices: taxonomy_xml and taxonomy_csv.

Taxonomy xml is perfect for standardized taxonomies and


vocabularies. Despite its name, it can import csv files too,
but only if they are ISO 2788 formated.

So when you want to quick import a non-standardized vocabulary, for example an


old thesaurus or a simple list of children, synonyms, descriptions, weights or
related terms to terms, it's simpler to use taxonomy csv as a module or as an API.

Version Date Links Status


Download · Release Recommended
7.x-4.7 2009-Oct-21
notes for 7.x
Download · Release Recommended
6.x-4.9 2010-Jan-13
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Dec-11
notes for 5.x
Download · Release Recommended
4.7.x-1.4 2008-Apr-19
notes for 4.7.x

Find out more · Bugs and feature requests

Account menu

294 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mattyoung on the 23rd of June, 2009

This module provides dynamic [Log


in/Create account][My account][Log out]
menu links. Before the user is logged in,
only the [Log in/Create account] link is
shown. After the user is logged in, [My
account][Log out] links are shown. By
default, these links are in the "Account menu". However, they can be moved to
any other menus through the admin/settings/accountmenu page to suite any
menu structure.

These links are fully configurable through the admin/build/menu interface: they
can be disabled, the link labels can be changed. They can be moved to any other
menu using admin/settings/accountmenu and re-arranged to nested under another
parent items using admin/build/menu. Note: whenever you move the links to
another menu via the admin/settings/accountmenu page, configuration changes
are lost. So first move to where you want the links to be, then set configuration.

The [Log in] link takes the user to the Drupal login screen and brings them back to
the page from where they click the link.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Dec-31
notes for 6.x

Find out more · Bugs and feature requests

CSS Gzip
By mikeytown2 on the 24th of March, 2009

Based off of Javascript Aggregator this module will


gzip your aggregated css files. For Drupal 6.x

Advantages

It's compatible with Apache 1.3 (works great


with cheap hosting).
Compresses the content once and saves the
result (less CPU load on server).
Uses level 9 compression because it's only run once per file (smaller file
size).
In general, all you need to do is enable the module and it works (no core
hacking/modifying .htaccess).

Version Date Links Status

295 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-02
notes for 6.x

Find out more · Bugs and feature requests

Imagemenu
By pobster on the 19th of March, 2007

A simple module which allows you to create menus from image files. Supports title
(displayed when hovering over a menu item), alt text, weights and optional
mouseover behaviour.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 40 41 42 43 44 45 46 47 48 … next › last »

Page break by AutoPager. Page( 45 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Subform Element
By fago on the 29th of March, 2007

This module just provides a new form element, that can be used by other modules.

296 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Only install it, if another module is instructing you to do so or if you are an


interested developer.

Developer Information:
This module provides a new form element, that can be used by other modules.
This form element allows you to reuse existing forms inside your form!
So you can build forms that reuse existing forms while you extend them with
further form items. Note that form reusing means not only reusing the visual
representation, but also the validation and submit logic.
More infos.

If you are interested in the 6.x version, read this.

Status: There won't be any active development in the drupal 5 version or earlier
any more.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-12
notes snapshot
Download · Release Recommended
5.x-1.4 2008-Jul-15
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Defaults
By sleepcamel on the 11th of May, 2005

Taxonomy Defaults allows you to assign default terms from any vocabulary to any
node-type.

Taxonomy Defaults allows two types of defaults:


* If a vocabulary is marked as "Visible", then terms are pre-selected on new
nodes, but can be edited.
* If a vocabulary is NOT marked as "Visible", the vocabulary is hidden on the
/node/add form and the terms are automatically assigned.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Oct-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-24
notes for 5.x

Find out more · Bugs and feature requests

Text Resize

297 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By attheshow on the 21st of September, 2007

The Text Resize module provides your end-users


with a block that can be used to quickly change
the font size of text on your Drupal site. The block
includes two buttons that can increase and
decrease the printed text on the page. This module is primarily focused on
increasing the accessibility of your pages, by helping visually-impaired users to
adjust the text size so that it is most comfortable for their eyesight.

This module uses jQuery and the jQuery Cookie plugin to create a Drupal block
that can be themed. Default resize images are included in the block out-of-
the-box.

Please be sure that you enable the "Text Resize" block for your theme in order to
make the block appear.

Note: The module currently works out-of-the-box for both the Garland and Zen
Starterkit themes. In order to get it working for other themes, please follow the
directions on the Text Resize administration page.

New Features:

Now includes a "reset" button which can be enabled from the administration
page

Sponsored By:

This module was sponsored by and developed by Mark W. Jarrell, a.k.a.


attheshow, at the Jones Knowledge Integration Group™, Inc.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-13
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Jun-02
notes for 6.x

Find out more · Bugs and feature requests

User Badges
By Likeless on the 6th of June, 2005

The User Badges module allows each user to be assigned 'badges' which can be
displayed as a series of iconic images.

Version Date Links Status

298 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Aug-11
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Aug-10
notes for 5.x
4.7.x- Download · Release Development
2007-Apr-26
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Image Picker
By hutch on the 16th of December, 2007

What it does:
The Image Picker module is an image upload feature modeled after the image
upload currently built into Wordpress but with a few improvements.

Stable versions for Drupal 5 and Drupal 6 are now available and there are
development versions for Drupal 5 and Drupal 6. There is now series 2.x as well as
the older series 1.x

Version Date Links Status


Download · Release Recommended
6.x-2.7 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-2.3 2010-Feb-26
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Multi Editor


By dman on the 21st of October, 2004

A mass category editor.


Allows any nodes shown on admin/content/node to
have terms added or removed in bulk, using
the normal 'node operations' selector.
Also provides a tab to view/edit all nodes terms
individually.

With an image thumbnail, this can also be used for


sorting uploaded images into galleries quickly.

Version Date Links Status

299 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-20
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

download_count
By Chill35 on the 12th of February, 2007

This module increments a download


counter each time an attached file is
successfully downloaded. Each file has
its counter. Note : the module only
works when Drupal's download method
is set to private.

The module also logs a descriptive message to admin » logs, under type
'download', when a file is either successfully downloaded or when someone
(usually a robot) attempts to download a file but is denied access to that file ('file x
has been downloaded', 'Failed to download file x'). Browsing through the logs, the
administrator can see who downloaded what file and from which 'referal' page.

A page can be accessed where a table lists all downloaded files with their download
count. The table provides this information:

1. filename
2. download count
3. last time the file was downloaded in the form 'x days y min ago'
4. a link to view the node where the file is attached

Download statistics can be viewed in the node as well.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-May-27
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-22
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Mar-22
notes for 4.7.x

Find out more · Bugs and feature requests

300 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Charts
By brmassa on the 11th of March, 2008

#D7CX: I pledge that Charts module will have a full


Drupal 7 release on the day that Drupal 7 is released.

Transform Data into Information. Charts is a very


good way to highlight important information.

Features
1. Data Schema: with one single data structure, you will be able to use several
chart services
2. 3+ Chart plugins: out of the box, you will can choose among Google Chart,
Open Flash Chart and FusionCharts. Others can added as plugins
3. Dozen Chart Types: lines, area, bars, pies, plotting and 3D options
4. Administration: administer Drupal core with beautiful charts
5. API: integrate your own module easily
6. Views integration: display the Views results as charts (depends on Views
Calc)
7. Customizable: change the charts settings (you can use also Colorpicker
module to enhance the experience)
8. Code Compliance: PHP E_ALL, Drupal code compliance, XHTML Strict, CSS
valid code

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jul-14
notes snapshot
6.x-1.0- Download · Release Recommended
2009-May-15
alpha6 notes for 6.x

Find out more · Bugs and feature requests

Piwik - Web analytics


By hass on the 17th of April, 2008

Adds the Piwik web statistics tracking system to your website.

The module allows you to add the following statistics features to your site:

Selectively track certain users, roles and pages


Monitor what files are downloaded from your pages
Cache the Piwik code on your local server for improved page loading times

301 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Direct access to statistics in reports section (D6+)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-16
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jun-16
notes for 5.x

Find out more · Bugs and feature requests

Unique field
By detour on the 18th of February, 2008

This module performs additional validation when a


node is created or updated by a user to require
that a node's title, author, language, and CCK
fields are unique within a given context.

Without this module, Drupal and CCK do not


prevent multiple nodes from having the same title
or the same value in a certain field.

For example, if you have a content type with a


date field and there should only be one node per date, you could use this module
to prevent a node from being saved with a date already used in another node.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-21
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Nov-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 41 42 43 44 45 46 47 48 49 … next › last »

Page break by AutoPager. Page( 46 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

302 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Advanced Taxonomy Blocks


By Aaron Hawkins on the 30th of December, 2008

Advanced Taxonomy Blocks makes use of the JQuery menu module to create
extremely customizable blocks for browsing through single hierarchy taxonomies.
Though the taxonomy menu module does something similar, if you use this
module you will see that they are in fact entirely different in their approach.

Unlike taxonomy menu which directly ties the menus into the Drupal menu system,
Advanced Taxonomy Blocks doesn't touch the menu system at all and therefore
allows much more flexibility. This module ships with two default blocks: A block
with all of the enabled vocabularies displayed by default (this can be customized to
show only certain vocabularies) and a Forum block (I went ahead and threw this in
since forums are built with taxonomy).

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Jan-31
notes for 6.x

Find out more · Bugs and feature requests

FileField Podcaster
By suydam on the 14th of August, 2008

Using Views2, this module delivers a way to podcast


with nodes that have CCK FileFields included as RSS
file enclosures. It provides a podcast-compatible (as
determined by Apple) RSS feed, using node variables, getID3, filefield in cck, and
filefield meta data to generate the RSS tags.

Version Date Links Status


Download · Release Recommended
6.x-0.7 2008-Oct-10
notes for 6.x

Find out more · Bugs and feature requests

303 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Apture
By irakli on the 11th of June, 2008

Apture helps you enhance your site with


content you choose from 50+ different
sources. With Apture, you can keep
readers on your site and create more
content in less time. When readers
access the linked content, Apture opens
miniature AJAX windows instead of
making readers leave the page.

Add contextual Wikipedia, YouTube,


Twitter, Maps, Pictures, Music, Books and more. You can also Upload and Link
your own contextual content such as images, PowerPoints, PDFs, and Excel
Spreadsheets without making people leave your site to view.

It's free and easy - install and setup only takes a minute. After install, click on the
Apture button in the editor to start using Apture. Apture works with a large
number of Rich Text Editors, including (but not limited to): TinyMCE, FCKEditor,
YUI Editor.

This project is sponsored by Phase2 Technology and Apture, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Aug-11
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Aug-11
notes for 5.x

Find out more · Bugs and feature requests

URL alter
By Dave Reid on the 26th of January, 2009

URL alter is a utility module that adds two new hooks for other modules to
implement: hook_url_inbound_alter() and hook_url_outbound_alter(). These
hooks also replace the need for the special, silly custom_url_rewrite_inbound() and
custom_url_rewrite_outbound() functions commonly found in settings.php.

It also provides an interface for administrators to enter in their own hook_url_alter


code without needing to create a custom module.

Version Date Links Status


7.x-1.x-dev 2010-Jan-03 Download · Release Development

304 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
6.x-1.2 2009-Oct-31
notes for 6.x

Find out more · Bugs and feature requests

Administration Menu Dropdown


By Shawn Conn on the 26th of September, 2007

Designed as a companion to the awesome Drupal Administration Menu module,


Administration Menu Dropdown changes the way the Drupal Administration Menu
is displayed. Once enabled the Administration Menu will be hidden. This default
state can be toggled by going to the module's settings page. After pressing a key
combination in your browser (Ctrl+Alt by default) the menu is dropped down from
the top of browser's viewing area. Pressing the combination again will hide the
menu.

The CSS of the menu (using the position:fixed; property) is also altered so that it
shows up anywhere on the page, not just at the top. This way it can be easily
accessed at any time an administrator needs it. Unfortunately, because some
browsers do not handle position:fixed; well (e.g. IE 6), this means that your
browser might not work with this module.
Note: Version 2 adds the ability to choose which position mode you prefer to
expand browser compatability.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2008-Dec-16
notes snapshot
Download · Release Development
6.x-2.x-dev 2009-Apr-06
notes snapshot
Download · Release Recommended
5.x-1.5 2008-Feb-25
notes for 5.x

Find out more · Bugs and feature requests

Special menu items module


By Servit on the 4th of May, 2009

Description
------------

Special menu items is a Drupal module that provides placeholder and separator
menu items.

305 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A placeholder is a menu item which is not a link. It is useful with dynamic drop
down menus where we want to have a parent menu item which is not linking to a
page but just acting as a parent grouping some menu items below it.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-21
notes for 6.x

Find out more · Bugs and feature requests

Typogrify
By mikl on the 7th of June, 2007

Typogrify.module brings the typographic refinements of Typogrify to Drupal.

Wraps ampersands (the “&” character) with <span class="amp"></span> .


Prevents single words from wrapping onto their own line using Shaun
Inman's Widont technique.
Converts straight quotation marks "" to typographer's quotation marks “”,
using SmartyPants.
Converts multiple hyphens to en dashes and em dashes (according to your
preferences), using SmartyPants.
Wraps multiple capital letters with <span class="caps"></span> .
Wraps initial quotation marks with <span class="quo"></span> or <span
class="dquo"></span> .
Adds a css style sheet that uses the <span> tags to substitute a showy
ampersand in headlines, switch caps to small caps, and hang initial quotation
marks.
Inserts ligatures (if supported by platform and browser).
Replaces ascii arrows with unicode arrows (if supported by platform and
browser).

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2009-Oct-20
notes for 7.x
Download · Release Recommended
6.x-1.0 2009-May-29
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-29
notes for 5.x

Find out more · Bugs and feature requests

306 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CCK Teaser Field


By nedjo on the 16th of October, 2007

Adds an option to content type settings pages to select a CCK field to use for
content teasers.
If set for a particular piece of content, this field will be used for the teaser. If not,
the standard teaser will be used.

The setting can be found in administer -> content types


edit the content type of choice
the new setting can be found in the workflow menu.

after Construct teaser only from teaser fields: is set.


visit the display fields tab to ensure that the new field shows by setting it to show
in teaser and NOT in full node

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-30
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Jan-24
notes snapshot

Find out more · Bugs and feature requests

WordPress Comments
By eaton on the 6th of May, 2008

Streamlines the appearance of the


standard Drupal comment form to
appear more like WordPress.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-May-06
notes for 6.x

Find out more · Bugs and feature requests

Private Upload

307 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By starbow on the 19th of June, 2007

Upload files into a private directory. Enhances the


core upload module's functionality to support both
public and private uploads at the same time.

This module adds a "private" checkbox to the normal


upload form. Files marked private will go to a
separate directory. Access to files in this directory are
controlled as if the entire site had private downloads,
which is to say the user must have "view uploaded
files" permission, and permission to view the node
that the file is attached to.

The Drupal 6 version is now available. Drupal 6 allows the same file to be attached
to multiple nodes, and entirely removes the node-level access control for files. This
module restores node-level access control, using the rule that a user can see a file
marked private, if-and-only-if they have view access to at least one of the nodes
that the file is attached to.

Migrating private files from D5 to D6 should happen automatically (fingers


crossed).

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2008-Jul-26
notes for 6.x
Download · Release Recommended
5.x-1.0-rc2 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 42 43 44 45 46 47 48 49 50 … next › last »

Page break by AutoPager. Page( 47 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

308 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

editablefields
By markfoodyburton on the 6th of August, 2007

This module allows CCK fields to be edited on


a node's display (e.g. at node/123), not just
on the node edit pages (e.g. node/123/edit).
It also works within views etc. Anywhere a
'formatter' can be selected, you can select
editable (or click to edit).

This module has been totally re-written for


Druapl 6, and is very much simpler.

Drupal 6

For Drupal 6, you may now use the normal mechanisms in both content type fields
and view fields to select that a field should be 'editable'. If you have the correct
permissions, the corresponding field will be displayed in it's editable state. This is
done using ajax (and javascript), which means if the users browser has not got
that enabled, then fields will not show as editable - sorry.

When a field is not shown as editable (because of permissions, or no javascript)


then the default display is used.

Short how-to:

Create yourself a content type.


Add a field.
In the content type's "display fields" tab, edit the display of the field for e.g.
'full node' to be editable.
Create a new node of this content type and save it.
Now go and visit this node. You will find that you can edit the field.
Likewise you can select editable as a display type in a view.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Jan-19
notes for 6.x
Download · Release Recommended
5.x-3.3 2008-Aug-20
notes for 5.x

Find out more · Bugs and feature requests

Filebrowser

309 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Yoran on the 1st of February, 2005

Allows site administrators to expose a


particular file system folder and all of
its subfolders with a fancy FTP-like
interface to site visitors. File
metainformation (via descript.ion and
files.bss ) is supported. The module
also allows these metafiles to store
special content, which can be parsed
with a callback. If no callback is specified in the file, only the description will be
fetched.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc10 2009-May-18
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-May-16
notes for 5.x

Find out more · Bugs and feature requests

WYSIWYG Filter
By markus_petrux on the 24th of October, 2008

The WYSIWYG Filter module provides an input filter that allows site administrators
configure which HTML elements, attributes and style properties are allowed. It also
may add rel="nofollow" to posted links based on filter options. It can do so with no
additional parsing on user input. That is, it may apply nofollow rules while parsing
HTML elements and attributes.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-27
notes for 6.x

Find out more · Bugs and feature requests

Vocabulary Index
By Xano on the 17th of October, 2007

Vocabulary Index provides an easy way to create a taxonomy browser / directory


index. You can choose for which vocabularies to create pages or blocks where the
terms within that vocabulary are listed. With just a few clicks you're done. Listing
is possible in different kind of views depending on your needs:

310 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The tree view displays all terms in a nested


tree. If visitors of your site have JavaScript
enabled, parent terms will be collapsed by
default, but they will expand when clicked on.
Since tree view displays all terms on a single
page, terms with multiple parents are displayed
more than once: once beneath every parent.
The browsable view lets visitors browse a
vocabulary much like they would browse
through directories on their hard drive.
Taxonomy pages of parent terms do not list the
nodes within those terms, but the child terms it
contains. Since blocks cannot span multiple
pages, they can be displayed using a flat view.
This is exactly the same as the browsable view
apart from that it is not browsable. Browsable
index pages are pageable.

The alphabetical view sorts terms by first


letter. Optionally character transliteration may
be enabled. Alphabetically viewed index pages
are pageable.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Jan-11
notes for 6.x
Download · Release Recommended
5.x-2.2 2010-Jan-11
notes for 5.x

Find out more · Bugs and feature requests

Slideshow Creator
By brmassa on the 1st of January, 2007

Module deprecated in favor of other, more complete, solutions.

Version Date Links Status


Download · Release Recommended
6.x-1.32 2008-Nov-13
notes for 6.x

Find out more

SEO Friend

311 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kepol on the 18th of June, 2009

Overview
The Drupal SEO Friend module is meant
to be used along side existing Drupal
SEO modules to make them more
effective. This module does not replace
functionality available in the SEO
Checklist and SEO Compliance Checker modules.

Features

Reports (admin/reports/seo)

Main Report - shows a summary of all available reports and a list of Drupal
SEO-related modules and if they have been installed and enabled
Meta Tags (nodes) Report - shows a summary of your meta tags for all nodes
and makes note of missing and duplicate content
Meta Tags (path) Report - shows a summary of your meta tags for all paths
and makes note duplicate content
Page Title Report - shows a summary of your page titles for all nodes and
makes note of duplicate content
Referrer Report - shows a summary of referrers to your site - THANKS TO
NancyDru for the code contribution!
Hooks - provides hook_seo_reports and hook_seo_modules hooks so that
additional reports and seo modules can be added by other modules

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

Node As Block
By mfredrickson on the 7th of November, 2006

This module allows those with the appropriate permissions the right to create
blocks for each node. By default these blocks display the node title as the block
title and the node teaser as the body. This can be themed by overriding the
theme('nodeasblock', $node) function. The goal of this module is to break down
conceptual barriers between nodes and blocks.

Version Date Links Status

6.x-1.0-beta1 2009-Aug-20 Download · Release Recommended

312 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Feb-25
notes for 5.x

Find out more · Bugs and feature requests

Wysiwyg SpellCheck
By iva2k on the 26th of May, 2009

(Note: Documentation updated: correct path for download is


wysiwyg_spellcheck/tinymce/spellchecker/)

Wysiwyg SpellCheck is a wysiwyg editor plugin that enables TinyMCE spellchecker


plugin.

Currently supports only Drupal-6.0 and TinyMCE.

Requires Wysiwyg API.

File feature requests to support other editors/versions.

Installation
To enable this module, follow these instructions:

1. Upload it to your sites/all/modules folder and enable it on the admin/build


/modules page.
2. Install TinyMCE spellchecker plugin:
In order to use Spell Checker, you will need to download TinyMCE
spellchecker plugin.
The plugin is available from http://tinymce.moxiecode.com
/download.php
Download, extract and copy it into wysiwyg_spellcheck/tinymce/.
After installation it should be found in wysiwyg_spellcheck/tinymce
/spellchecker/
3. Edit wysiwyg_spellcheck/tinymce/spellchecker/config.php
Uncomment one of the lines that select which spellchecker to use:
It comes with defaults using Google spellchecker.
Other options: (see information on TinyMCE website)
4. Configure one of your WYSIWYG profiles to show TinyMCE spellcheck button
5. Verify that TinyMCE shows the new button when you edit a page using your
WYSISWYG profile, and this button works.

313 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-11
notes for 6.x

Find out more · Bugs and feature requests

Favorite Nodes
By kbahey on the 5th of February, 2006

This module allows users to add certain nodes to a favorite list. Each node has an
"add to favorites" link at the bottom. This favorite list is visible to others viewing
the site.

The admin can specify which type of nodes are allowed to be added to favorites by
users.

Integration with views provides the following features:

Filter for current users (my favorite nodes).


Filter for all nodes that have been added to favorites by any user.
A filter on the date/time the node was added to favorites.
A sortable field showing the date/time the node was added to favorites.
A field that shows how many users have added the node to favorites, useful
as an indication for popularity.
An argument that allows filtering of Favorites nodes for a specific user. This is
useful to show "editor's picks" and such type of lists.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-20
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Sep-21
notes for 5.x

Find out more · Bugs and feature requests

Iconizer

314 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By thePanz on the 20th of August, 2007

This module allow inserting icons near


file-links and in the Administration section
pages (with Garland Theme, maybe with
other still works nice). Icons are added in
"pure CSS": no theming functions
overrides and no HTML added in your
theme (let browser do the hard part ;) ).

You can choose to display icons:


- in the Administration section (more
user-friendly)
- nearby well-know files type links (.doc, .txt, ...)
- nearby well-know protocols links (mailto: , skype: , ..)
For a list of Iconized Modules read "readme.txt" or my Blog post.

It uses the article Showing Hyperlink Cues with CSS for the Administration section,
and the nice package from Iconize Textlinks with CSS for the links.

To use this modules your Browser must support CSS1/2 and PNG transparency,
read also about specific techniques requirements from their own pages.

Admin icons have been removed by a GPL issue you can download a package
in my blog: the post is written in Italian language, check the .7z archive in the
attachments.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Apr-30
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 43 44 45 46 47 48 49 50 51 … next › last »

Page break by AutoPager. Page( 48 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

315 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Gallery Assist Lightboxes


By jcmc on the 11th of October, 2009

What does Gallery Assist Lightboxes?

Gallery Assist Lightboxes allow to use a lightbox on


Gallery Assist images.

This package does not contain lightboxes. You should


download them from the respective homepages.

Version Date Links Status


Download · Release Recommended
6.x-1.3-rc1 2010-Jan-25
notes for 6.x

Find out more · Bugs and feature requests

Email Change Confirmation


By jaydub on the 17th of April, 2008

#D7CX: I pledge that Email Change Confirmation module will have a full Drupal 7
release on the day that Drupal 7 is released.

This module was created to address a missing piece of functionality in the Drupal
user system.

Currently if a user updates their email address there is no confirmation step to


ensure
that the new email address belongs to the user and is able to receive email.

In researching this issue I came across a patch to Drupal core to address this
issue.
The patch is still pending however so I wrote this module borrowing from the code
submitted as patches in this issue.

See #85494: Verify changing user email addresses for more information

This module was developed in part for the Beijinger website


http://www.thebeijinger.com.

316 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-18
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Jul-28
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jul-28
notes for 5.x

Find out more · Bugs and feature requests

Node form columns


By Hugo Wetterberg on the 16th of February, 2009

Co-Maintainer Wanted!
The list of modules that I maintain has
become quite long, and in the
beginning of next year I'll have a little
daughter (if the nurse guessed right on
the gender). So the time that I have for
being a good maintainer will be very
limited.

See http://goodold.se/blog/tech
/co-maintainer-wanted for more info.

Separates the node forms into two columns and a footer.

This module alleviates some of the problems with the mile-long node forms in
Drupal. Other than that it gives you the possibility to use different weights and
collapsed states for your forms than for your presentation.

To get started, go to "admin/content/node-type/page" (or whatever content type


you want to configure) and you should see the "Manage form" option that points to
"admin/content/node-type/page/form". If not, clear your cache.

Take a look at the github page for more information:


http://hugowetterberg.github.com/nodeformcols/

Development sponsored by Good Old.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Sep-21
notes for 6.x

Find out more · Bugs and feature requests

317 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Finder
By danielb on the 14th of October, 2008

Finder allows Drupal site administrators to create flexible search


forms to find entities such as Nodes or Users based on the values
of a field.

Example uses of Finder:

An autocomplete search on node titles in order to find a


node.
A filter for a list generated with the Views module.
A select list of all the possible CCK values for a particular field in order to get
a list of corresponding nodes.
Multiple groups of radio buttons and checkboxes with taxonomy terms to find
nodes that match all the selected terms.
An autocomplete search on usernames in order to go to a user profile.

There are many ways to put together finder's functionality to get the sort of search
form you need. There are also many hooks and theme functions allowing full
customisation of finder's output - see documentation link below for more details.

Finder Modules
Here is a list of modules in the Finder package.

Finder - An API and UI module for creating and managing finders. All the
modules below act as plugins to Finder.

Finder Node - A basic tool for finding nodes.


Finder Users - A basic tool for finding users.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Views Or
By Anselm Heaton on the 31st of July, 2008

Views Or allows Views to combine filters or arguments with OR and fields with
COALESCE.

318 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: Similar functionality will be eventually be added to Views in a way that is


not compatible with this module (see issue 291660). Once that happens, this
module will be deprecated, and users will need to update their views manually.
This module is experimental, and is shared so that others can help improve on it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-13
notes snapshot

Find out more · Bugs and feature requests

Image Gallery Management


By jchan on the 9th of November, 2008

This is an add-on module for Image Gallery. It provides


a new tab, with listings of thumbnail images for admins
to quickly assign many images to a new gallery in one
action. The visual thumbnails are helpful in cases where
your images only have generic titles such as IMG_1234.

There is some searching and sorting ability to find


images by gallery name or image title.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Secure Site
By Darren Oh on the 28th of April, 2005

This module allows you to authenticate users with


a browser-based password (HTTP Auth). You can
restrict access to the site by role and choose to
secure restricted pages or the entire site. This
means the site will be inaccessible to search
engines and other crawlers, but you can still allow
access to certain users.

Version Date Links Status

319 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Oct-02
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Sep-25
notes for 5.x

Find out more · Bugs and feature requests

Activity Stream
By akalsey on the 24th of March, 2008

Bring all your activity on the web into


Drupal. Activity Stream builds a
lifestream for you by aggregating your
social activities all in one place.
Whether it's bookmarks on Del.icio.us
and Ma.gnolia, pictures on Flickr, music
on Last.fm, or posts on your blog,
anything you create can be gathered
into one easy to read stream. The module comes with support for a half dozen
popular sites and support for any site that publishes an RSS or Atom feed.
Developers can create integrations with any other site using a simple API.

Every item in your stream is a full Drupal node. This means they can be searched,
promoted, commented on, and managed just like any other content in Drupal. The
output is fully themeable and the default theme uses plenty of classes so you can
use CSS to make sure everything fits in with your site.

Each third party site integration is a small Drupal module, so you can easily decide
which ones you want to offer and which ones to leave out. Included in the
download are modules for Del.icio.us, Digg, Flickr, Last.fm, Twitter, and any other
site through a feed.

Want to see it in action? Brian Stevenson created a screencast showing how to


install, configure, and use Activity Stream.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-07
notes for 6.x

Find out more · Bugs and feature requests

Module Filter

320 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By greenSkin on the 30th of October, 2008

The modules list page can become quite


big when dealing with a fairly large site
or even just a dev site meant for
testing new and various modules being
considered. What this module aims to
accomplish is the ability to quickly find
the module you are looking for without having to rely on the browsers search
feature which more times than not shows you the module name in the 'Required
by' or 'Depends on' sections of the various modules or even some other location on
the page like a menu item.

When tabs is enabled via the Module Filter's settings page, a new module layout
theme is implemented. This tab layout provides a tab for each package as well as a
tab that will show every module alphabetically. The filter textfield is available on
each tab but currently doesn't support autocomplete.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Feb-18
notes for 6.x

Find out more · Bugs and feature requests

MenuTree
By Crell on the 6th of January, 2007

This module provides a nested unordered list representation of a complete Drupal


menu structure. menutree/1 provides a tree representation of menu 1, menutree/2
provides a tree representation of menu 2, etc. If no ID is specified, the
primary_links menu is used. That allows it to be used as a simple menu-based
sitemap, give or take a path alias.

This module was developed by Palantir.net

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Aug-25
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 44 45 46 47 48 49 50 51 52 … next › last »

Page break by AutoPager. Page( 49 ).

321 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Active menus
By nedjo on the 4th of April, 2008

Activemenus makes the standard Drupal navigation menu expandable. Clickable,


highlighted regions are added to the menu. When a collapsed menu item is
expanded, the child menu items are loaded dynamically through AJAX.

Formerly part of the Javascript Tools package, Tabs is now an independent module
as of Drupal 6. It requires the Javascript Tools module, which for Drupal 6 is a
small collection of commonly needed utility functions.

The module DHTML Menu handles expandable menus too, but it does not use AJAX
and the entire menu tree is loaded in the HTML, so it may cause some issues with
very large menus.

Authored by Nedjo Rogers. Thanks to chx for tips and help with the Drupal 6
update.

Looking for co-maintainers or a new maintainer.

version 2

This version allows to choose the menus on which the AJAX behavior should be
activated and supports horizontal menus.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-30
notes snapshot

Find out more · Bugs and feature requests

Submenu Tree
By bengtan on the 24th of October, 2007

322 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For those nodes which are menu items and displayed as such, this module can
append or prepend a listing of the submenu items underneath that node. The
submenu items can be themed as a submenu, a list of titles, a list of teasers, or a
list of full nodes.

This module is yet another solution to the long standing issue of hierarchical
content in Drupal, hence it attempts to solve problems which other people have
used modules such as book.module, taxonomy.module, category.module,
menutree.module, and menupage.module to address. Submenu Tree aims to be a
convenient and lightweight complement to these modules.

Submenu Tree presumes you are using the Drupal menu system for organising a
hierarchy.

Here are some possible reasons why you might consider Submenu Tree over other
modules.

Book, Taxonomy, Category:

Submenu Tree is much easier to set up than these modules and there is very little
configuration. If Submenu Tree doesn't fit your needs, then feel free to explore
these other modules.

Menutree, Menupage:

Menutree and Menupage both allows for a menu to be displayed as a separate


page. However, there is no way to have associated content. Furthermore with
menupage, nodes can be placed only at the leaves of a menu.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Sep-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-27
notes for 5.x

Find out more · Bugs and feature requests

Control Panel
By der on the 28th of September, 2005

This module adds a new graphical


control panel page. It allows the user to
specify the menu path to use as the
source for the Control Panel. ''admin' is
the default but it can be set to any
menu item. It also allows the user to
specify if they want the Control Panel module to recursively build sub panels for

323 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the main Control Panel. These sub panels can be collapsible. The module also has
the ability to generate the Control Panel via a block(s). Also, theme's can override
the icons used by the Control Panel by creating a 'controlpanel' directory in the
theme base directory and placing their theme specific icons in this new directory.

5.x release
The Drupal 5 version is no longer supported

6.x release
8/15/08 This module has now been updated to work with Drupal 6

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

FAQ_Ask
By NancyDru on the 16th of November, 2007

This module is an add-on to the FAQ module that allows users with the new 'ask
question' permission to create a question which will be queued for an 'expert' to
answer.

For more about why this module exists, please read "Ask the Expert" or Advice
Column.

Viewing of the completed question and answer pair is done by the FAQ module.

REQUIRES
Helpers_database module (part of the Helpers package). Not with 6.x-2.x-dev
(2009/10/19

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Oct-22
notes for 6.x

Find out more · Bugs and feature requests

Dash Media Player

324 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By travist on the 15th of August, 2008

A media player built for Drupal


CMS
This module is a helper module for the new
Dash Media Player.

The Dash Media Player for Drupal CMS is a


revolutionary, first of its kind, free to use
media player built specifically to tap into the
power of Drupal CMS! Just imagine… a media
player whose content is driven by the power
and flexibility of Drupal. With this player, you can truly take advantage of the best
of two worlds... the incredible user interface of Flash, and the unparalleled content
management of Drupal. Using these two systems together, you can quite literally
have your very own Media CMS system! As you will soon see, the Dash Media
Player is a truly remarkable player geared up for the rise of Web 3.0.

Dash Media Player Features


NEW! YouTube Support!: With Embedded Media Field integration.
RTMP Streaming Support!

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Aug-01
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-May-27
notes for 5.x

Find out more · Bugs and feature requests

Memcache API and Integration


By robertDouglass on the 11th of January, 2007

Please upgrade to the newest PECL package (2.2.1) (or a higher 2.2.x
version) to avoid a bug with deletes not happening. NB: Unlike previous
versions which had no dependencies, 2.2.1 requires PHP 4.3.11 or newer. It is
possible to get later versions running on older PHP installs, but its not
recommended. Also note that the 3.x versions of the PECL package have not been
tested with this module and are reported not to work.

This project consists of several parts:

1. An API for using Memcached and the PECL Memcache library with Drupal.
2. "Drop-in" replacement libraries for session handling. One that uses
memcache exclusively (session-memcache.inc) and one that uses memcache

325 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

if available and fails over to the database if memcache becomes unavailable.


(session-memcache-db.inc)
3. "Drop-in" replacement library for caching (works with cache_get and
cache_set).
4. A module that provides administrative overview of Drupal's interaction with
Memcached and logic to invalidate "dirty" cache items.
5. A set of tests that can be run to test your memcache setup.

This project is co-maintained by Robert Douglass, Nicholas Thompson, Simon


Roberts, Steve Rude, and John VanDyk.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-05
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Aug-10
notes for 6.x
Download · Release Recommended
5.x-1.9 2009-May-01
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy VTN
By tomaszx on the 17th of April, 2008

The Taxonomy VTN module provides an


index for vocabularies, terms and nodes
just like those you find at the end of
reference or technical books. It
supports synonyms, terms, related
terms, and parent/child relations. The
root Taxonomy VTN path is
http://www.example.com
/taxonomy_vtn

Most selections can be done on a per taxonomy vocabulary basis by editing the
Taxonomy under http://www.example.com/admin/content/taxonomy (available
since Dec 12, 2008.)

Additional documentation can be found on the Made to Order Software


website http://www.m2osw.com/doc_taxonomy_vtn

NOTE

On June 15, 2009 I fixed a couple of problems: the master index would show the
first description found for all the entries. The Node back link when coming from a
parent/child page would send you back to the main vocabulary page with all the

326 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

terms.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Feb-28
notes for 6.x

Find out more · Bugs and feature requests

Theme Editor
By arcaneadam on the 4th of April, 2005

Theme Editor offers an interface for for the editing of theme files within a Drupal
site. Some of the features include:

Editing of CSS, .info, and Template Files


Simple back up and restore functions
Adding and deleting of files
Fine tuned permissions for different themes and file types
And More....

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-May-12
notes for 6.x

Find out more · Bugs and feature requests

Filter by node type


By Crell on the 13th of May, 2007

The core filters system allows an admin to restrict the type of input format
available to a user by user role. It does not, however, allow the admin to restrict
the available input formats by node type. This module fixes that. It provides a
simple checkbox-based interface where an administrator can restrict what input
filters are available to what nodes. These rules are applied after the role-based
restrictions, so it can never offer more input formats than the default role-based
input formats would.

If after all limits are applied there are no input formats available for a given user
on a given node type, they will still have access to the node add/edit page but will
not be able to successfully submit the page. I do not completely like this method.
Patches to provide better handling of this case are welcome.

Version Date Links Status

327 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-23
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-29
notes for 5.x

Find out more · Bugs and feature requests

User Points Contributed modules


By kbahey on the 27th of December, 2007

This is a collection of modules that make use of User Points module API.

They are written and contributed by various people and hence can be of various
quality, maturity and maintainership levels.

If you created a module that uses the Userpoints API and it does not have its own
project, please contribute it by submitting an issue and attaching a tar.gz of the
.info and .module files you created. Please describe what your module does in a bit
of detail.

You can use other modules here as a starting point or sample for what can be
achieved by userpoints.

Here is a list of some contributed modules included in this project:

userpoints_commentpertype
Give different points to users for comments made on different node types.
userpoints_revisions
Users earn points for creating node revisions.
user2userpoints:
Allows users to send points to other users.
userpoints_reset:
Resets all userpoints on the site.
userpoints_admin_email:
Emails the admin when any user reached a defined points threshold.
userpoints_retroactive:
Award users points for their nodes, comments and votes that they have
created so far, before userpoints was enabled on the site.
userpoints_badges:
Integrates Userpoints with the User Badges module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-22

328 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
5.x-3.0 2008-Jun-03
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 45 46 47 48 49 50 51 52 53 … next › last »

Page break by AutoPager. Page( 50 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

tellafriend
By thierry_gd on the 31st of January, 2005

Module creates a "Tell a Friend" page that allows page viewers to send form
e-mails about the site to their friends.

Version Date Links Status


Download · Release Recommended
6.x-2.10 2009-Oct-27
notes for 6.x
Download · Release Recommended
5.x-2.7 2008-Jun-15
notes for 5.x

Find out more · Bugs and feature requests

lm_paypal
By lyricnz on the 8th of October, 2006

This module provides an interface to PayPal using Instant Payment Notifications


(IPN). It currently supports paid memberships (subscriptions), donations (tip jar)

329 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

and paid adverts (classified ads).

LM Paypal now consists of four modules:

lm_paypal which handles talking with PayPal, receiving, validating and


processing PayPal IPN messages. To use the other modules this module is
required.
lm_paypal_donations which works with lm_paypal to provide donation
buttons ("tip jar")
lm_paypal_subscriptions which works with lm_paypal to provided paid
role memberships. If Organic Groups is installed then OG subscriptions can
also be created.
lm_paypal_paid_adverts which works with lm_paypal and
lm_paypal_subscriptions to allow any node type to be flagged as requiring
payment to be published. Articles created with these flagged node types are
only publically viewable once paid for using an admin configured paypal
subscription. This provides a "classified ads" system for Drupal.

NOTE: The Drupal 4.7 and 5.0 versions of this module are in maintenance
-only mode. No new features will be added, or changes backported, apart
from critical defects. We have elected to do this, in order to concentrate
development efforts on improving the current version of the module for
Drupal 6.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Oct-11
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Oct-14
notes for 4.7.x

Find out more · Bugs and feature requests

Profile CSV
By wafaa on the 1st of March, 2006

This is a profile module export user and profile data to a comma separated variable
file (CSV).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-26
notes for 6.x

330 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

SEO Compliance Checker


By miruoss on the 24th of March, 2009

The SEO Compliance Checker checks


node content on search engine
optimization upon its creation or
modification. Whenever a publisher
creates or modifies a node, the module
performs a set of checks and gives the user a feedback on the compliance of the
rules. This module is supported by Optaros.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-07
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Nov-15
notes for 6.x

Find out more · Bugs and feature requests

Term Display
By nedjo on the 17th of October, 2007

Term Display is a small helper module that provides display options for taxonomy
terms on node pages. Options are:

default (change nothing, and display the terms in the normal way)
list (remove from the standard display and instead display as a list with the
vocabulary name)
custom (remove from the standard display and instead display as a comma-
separated list with the vocabulary name)
load (remove from standard display and store the term data for the
vocabulary in the $node object so it can be processed in the theme: details of
how this works are on the handbook page)
none (do not display the term).

For example, say you have an "Author" vocabulary where you list one or more
authors of a piece of content. By default, these author names will appear in the list
of terms associated with a piece of content. But if you select "custom" as the

331 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

display style, the author will appear at the top of your content like this:

If you're looking at using Term Display, please evaluate Content taxonomy, which
offers most of what Term Display does plus many extras and so may suit your
needs better than Term Display.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Feb-26
notes for 5.x

Find out more · Bugs and feature requests

Account reminder
By mdixoncm on the 26th of February, 2007

Account reminder is a simple module that will resend the welcome email to users
who have registered with the site but have not yet logged in. The admin can
control the initial time before sending a reminder, the time period between
subsequent reminders and the total number of reminders to send. The email that
is sent is also fully customizable.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-06
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Redirect 403 to User Login


By mikesmullin on the 31st of January, 2008

Redirect the HTTP 403 error page to the Drupal /user/login page with an optional
message that reads:

"Access denied! You must login to view this page."

Also, the desired page is appended in the url query string so that, once login is
successful, the user is taken directly where they were originally trying to go.

Version Date Links Status

7.x-1.x-dev 2009-Nov-28 Download · Release Development

332 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
6.x-1.2 2009-Jul-14
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Filter Default
By chellman on the 23rd of December, 2006

The Filter Default module allows you to assign a default input format for new nodes
and comments for each role on your site. It adds a 'Defaults' tab to the Administer
> Site configuration > Input formats page on which you can manage the
assignments.

Note: This functionality will be built into Drupal 7, so Filter Default will not be
maintained beyond Drupal 6. Also, Drupal 6 users should take a look at Better
Formats module, which covers more ground than Filter Default.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-28
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Aug-28
notes for 5.x
4.7.x- Download · Release Development
2007-Feb-05
1.x-dev notes snapshot

Find out more · Bugs and feature requests

OG User Roles
By SomebodySysop on the 5th of June, 2007

OG User Roles allows group administrators of organic groups to grant additional


user roles to individual members of a certain group.

Any additional permissions only apply within the context of this group and not
globally. This means that the additional user roles to grant are determined and
assigned by the requested page; e.g. node/123 belongs to group XYZ for which the
user was granted additional roles. If the user goes to another page that does not
belong to the same group, the additional user roles are no longer assigned.

Additional user roles can only be granted, not revoked.

333 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Site administrators may also configure a default user role for new group members
or a default user role for new group admins.

Version Date Links Status


Download · Release Recommended
6.x-4.1 2010-Mar-11
notes for 6.x
Download · Release Recommended
5.x-3.7 2009-Mar-02
notes for 5.x

Find out more · Bugs and feature requests

CacheExclude
By Crell on the 14th of January, 2007

This module provides a simple way to exclude certain pages from being cached.
Sometimes you want all pages to be cached for anonymous users except for one or
two pages that have dynamic or random or rotating content. If those pages are
cached, the dynamic parts cease to be dynamic. This module allows an
administrator to selectively exclude certain paths from being cached so that
dynamic content is actually dynamic.

Version 2 supports semi-regex path matching similar to the blocks page.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Feb-24
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Mar-15
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 46 47 48 49 50 51 52 53 54 … next › last »

Page break by AutoPager. Page( 51 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

334 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

ImageField Extended
By Alan D. on the 15th of September, 2009

An extended ImageField widget that adds new form fields to a Image field. It
provides the framework to associate new data with an image.

All processing, including storage, is done via ImageField. This module simply
allows you to easily extend the currently available form fields; alt, description,
title, etc.

A very simple admin interface provides a way of adding textfields, textareas,


WYSIWYG textareas and checkboxes. Once defined here, each new form field can
be enabled on each widget separately.

Of interest to developers will be a new hook "hook_imagefield_extended_widget"


that provides a programmatic way of adding any FAPI elements to the ImageField
data form element. This '#tree' element has all of its data automatically saved by
the FileField field.

New to the 6.x-4.x Branch

Significant change to the way the module works. This now "extends" the base
FileField widget using the new CCK 2.5 alter hooks, which is also a requirement.
The update script should convert all of your existing fields. All FileFields and
ImageFields can be extended, as can any widgets from other modules that provide
additional functionality to FileField. REQUIRES CCK 2.5+

Requires testing!

Alpha testers wanted!

Version Date Links Status


Download · Release Recommended
6.x-3.2 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Submitted By

335 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By NancyDru on the 9th of June, 2008

A small module that lets you control the


format of the "Submitted by" information on
your content per content type. It adds a
fieldset to your node edit form called
Appearance that lets you put in a tokenized
pattern for the text you want to display.

Depends on Token module. Note: This


module does not create any data; rather it
relies on other modules providing that data
through Token.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-11
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Oct-05
notes for 6.x

Find out more · Bugs and feature requests

Protect Critical Users


By markus_petrux on the 19th of November, 2008

This module protects critical users from being deleted in the following ways:

- Catches user/*/delete requests to protect users 0 (anonymous), 1 (admin) and


current user.
- Protects user 1 and current user from being deleted from user administration.
- Removes delete button from user edit form for user 1 and current user.

Related core issue: #46149: Prevent account cancellation for uid 1

This module will not be upgraded to Drupal 7 because it looks like it will already
protect critical users.

Known issues:

Protect Critical Users is not compatible with User Delete module (ref.
#507890).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-20
notes for 6.x

336 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Nov-20
notes for 5.x

Find out more · Bugs and feature requests

Node reference views


By joachim on the 24th of March, 2009

This module provides a new display formatter for CCK node


reference fields. The formatter allows a view to be used as the
display style for CCK node reference fields. This means that instead
of just a title, teaser, or full node, you can show nodes using any
fields that are available to Views, in any sort order, in any view
style, with any views theming.

The view should have the same name as the field, including the
automatic 'field_' prefix, eg 'field_my_noderef'. The first view
argument must be a node id, set to allow multiple ids: this has
passed to it all the nids from the CCK nodereference field. No other arguments are
passed to the view. The view's default display is shown.

To get started, you can clone the example view that comes with this module: it
comes with the argument already set. You can add any fields and sorts and filters.
One limitation however is that the order of items set in the CCK field isn't
accessible to Views.

This module does nothing to node edit forms.

Other modules
Version Date Links Status
Download · Release Recommended
6.x-1.2 2009-Dec-24
notes for 6.x

Find out more · Bugs and feature requests

Backup and Migrate Files


By ronan on the 22nd of August, 2009

Backup and Migrate Files extends the extends the Backup and Migrate module
adding the ablilty to back up files from within that module.

Version Date Links Status

6.x-1.x-dev 2009-Aug-26 Download · Release Development

337 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot

Find out more · Bugs and feature requests

Classified Ads
By milesgillham on the 11th of February, 2007

This module creates a simple textual classified ad node type with no need to use
CCK or Views (although the module does have Views integration). Ads may belong
to one or more categories depending on taxonomy terms you set up.

Use this module if you want to enable specified site users (you can set permissions
against user category) to post simple classified advertisements (eg For Sale,
Wanted to Buy) that last for a fixed, but renewable, period of time.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Dec-07
notes snapshot
6.x-2.0- Download · Release Recommended
2009-Aug-13
alpha6 notes for 6.x
Download · Release Recommended
5.x-1.5-8 2007-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Tabs panel style


By dereine on the 15th of August, 2007

Normal tabs (horizontal filling disabled).

Horizontally filling, equal width tabs: sets the width property, forcing each tab to
be equally wide. If the text doesn't fit in the tab, the overflow will be hidden.
Horizontally filling, smart width tabs: calculates the length of the text in each tab
and compares this to the total length of the text on all tabs. It then sets the width
property of each tab according to the percentage of text the tab contains.

Pager links inside panels (e.g. views with pagers) will automatically be updated to
ensure that the same tab is opened when the page is loaded.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-07
notes snapshot

338 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.7 2009-Nov-03
notes for 5.x

Find out more · Bugs and feature requests

Checkout (Content locking)


By joel_guesclin on the 21st of September, 2005

Drupal's default content locking strategy is


optimistic, that is, two users may start to edit
the same content and the one who is hitting
the save button first wins the race, while the other is displayed a message stating
this content has been modified by another user, changes cannot be saved.
Depending on the number of editors in your organization this might not be an
acceptable solution.

The Checkout module implements pessimistic locking, which means that content
will be exclusively locked whenever a user starts editing it. The lock will be
automatically released when the user submits the form or navigates away from the
edit page.

Users may also permanently lock content, to prevent others from editing it.
Content locks that have been "forgotten" can be automatically released after a
configurable time span.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2008-Jul-14
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Talk
By cwgordon7 on the 28th of December, 2007

#D7CX: I pledge that Talk will have a


full Drupal 7 release on the day that
Drupal 7 is released.

The talk module removes comments


from the node page and puts them on a
separate tab. This style of commenting
is very popular on Wiki sites (usually called the "discussion" page) and on news
websites where the goal is to separate user generated content from editorial

339 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

content.

When installed this module will add a tab to the set of tabs at the top of a node
view page like "View | Edit | Talk" and provides a link at the bottom of the node to
go to the talk page and view comments.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Aug-24
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Sep-17
notes for 5.x

Find out more · Bugs and feature requests

Follow
By q0rban on the 29th of April, 2009

#D7CX: I pledge that Follow will have a


full Drupal 7 release on the day that
Drupal 7 is released.

Description

Follow adds sitewide and per user links


that link to various social networking
sites. The links reside in two blocks. The Follow Site block lists all the links for the
site itself, and by default is visible on all pages. The Follow User block lists all the
follow links for the user and is visible only on user profile pages.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-06
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Dec-16
notes for 6.x
Download · Release Development
5.x-1.x-dev 2010-Jan-13
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 47 48 49 50 51 52 53 54 55 … next › last »

Page break by AutoPager. Page( 52 ).

340 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

e-Commerce
By gordon on the 12th of February, 2004

Create your own online store!

The most complete e-Commerce solution for Drupal.

Visit http://www.drupalecommerce.org!

Module maintainers needed


With the changes to e-Commerce for Drupal 6 in that I have been reducing
e-Commerce to be a small set of modules which then can be extended by
contributed modules. This is great but some modules are going to fall by the way
side. So if anyone is wanting to take on a module that is available please let me
know and you can start maintaining it. If you are interested please contact me and
I can tell you more.

Thanks.

Version Date Links Status


Download · Release Recommended
6.x-4.0-rc15 2009-Nov-22
notes for 6.x
Download · Release Recommended
5.x-3.6 2009-Jan-06
notes for 5.x
Download · Release Recommended
4.7.x-3.5 2008-Sep-24
notes for 4.7.x

Find out more · Bugs and feature requests

Mail to Web
By Ian Ward on the 8th of August, 2008

341 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

NOTE: "Mail2Web" is now called Mail Comment. The name "Mail2Web" (having
nothing to do with the former Drupal module "Mail2Web") is a registered
trademark of SoftCom Inc. and therefore the name for the module formerly known
as "Mail2Web" is now "Mail Comment". You can find the new project page here.

Find out more · Bugs and feature requests

UserLoginBar
By ebizondrupalservices on the 17th of
January, 2009

Userloginbar module creates a new user login bar block. This means this shows up
username, password, submit button block in a single line that is so often the
requirement in the new genx websites.

It is the implementation of http://drupal.org/node/92657#comment-792952.

How to install

1) Upload the module.


2) Go to admin/build/modules. Enable Userloginbar module.
3) Goto admin/build/blocks and place the Userloginbar block to place it where you
want to. Most likely, the header. Remove the original "User Login" block.
4) Goto admin/settings/userloginbar. Check the box, in case, you do not want to
show the welcome message, account and sign out box when the user logs in.

This module is kindly sponsored by Alan Jacobson of Brass Tacks Design


(http://www.brasstacksdesign.com)

Author

Ebizon Technologies,
Drupal Based Web Development,Theming And Consulting
http://ebizontek.com

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-17
notes for 6.x

Find out more · Bugs and feature requests

Simple Access

342 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By gordon on the 18th of June, 2005

This module allows administrators to


make some nodes private and/or
editable by certain user roles.

Version Date Links Status


7.x-2.0- Download · Release Recommended
2009-Nov-03
alpha1 notes for 7.x
Download · Release Recommended
6.x-2.0 2009-Dec-14
notes for 6.x
Download · Release Recommended
5.x-2.0-rc1 2008-Dec-07
notes for 5.x

Find out more · Bugs and feature requests

Submit Again
By mfredrickson on the 4th of January, 2007

Submit Again can re-route users


immediately back to node/add/xxx
pages after they have submitted a
node. It can be turned on for each
content type and is off by default. It
includes a theme function to control
whether or not a status message is displayed to alert users of the location of their
recently submitted posts.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-22
notes for 6.x

Find out more · Bugs and feature requests

RoleAssign
By TBarregren on the 20th of September, 2006

RoleAssign specifically allows site administrators to further delegate the task of


managing user's roles.

Version Date Links Status

6.x-1.0-beta3 2009-Apr-21 Download · Release Recommended

343 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.1 2007-May-28
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-May-28
notes for 4.7.x

Find out more · Bugs and feature requests

Flexifield
By effulgentsia on the 4th of August, 2008

CCK on Drupal 6 is awesome. You can create multi-valued fields, and re-order the
field items with drag-and-drop. However, each item in the field is constrained to be
of the same type (e.g., text, date, etc.), and creating a new type requires coding
by a developer.

Flexifield tries to get around both limitations by letting you create combinations of
fields and then use that combination as items within a larger field. You define a
field combination by creating a node type and adding fields to it. On a different
node type, you can add a flexifield, and then on its configuration form, specify
which node types to use as items within the field.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jul-07
alpha5 notes for 6.x

Find out more · Bugs and feature requests

Textimage
By wundo on the 4th of March, 2006

Textimage adds text to image functionality using GD2 and


Freetype, enabling users to create crisp images on the fly for
use as theme objects, headings or limitless other possibilities.

Features:
Support for TrueType fonts and OpenType fonts.
Rotate text at any angle.
Automatic text wrapping when using maximum width.
Configurable opacity in text color.
Backgrounds:
Define a color or simply have a transparent background.

344 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Use a pre-made image to integrate directly with your theme.


Use another Textimage preset to achieve a multi-layered image (see
image above).
CCK and Views formatter integration:
CCK Textfield widget support.
Email module widget support.
Support for non-alphanumeric characters.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Jun-03
notes snapshot
Download · Release Recommended
6.x-2.1 2009-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Slideshow
By kkaefer on the 19th of April, 2006

The slideshow transforms images attached to a post into a JavaScript enabled


slideshow. Any post can have a slideshow. The slideshow can be placed above,
below or within the content of the page.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Apr-05
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Apr-05
notes for 5.x

Find out more · Bugs and feature requests

Publish Content
By malaussene on the 4th of March, 2008

The Publish Content module allows users to publish and unpublish nodes, on a per
"node type" basis or for all "node types", without granting users the very broad
"administer nodes" permission.

It allows easily to create editor or moderator roles by granting them either


publishing or unpublishing permissions, or both.

This module is also integrated with the Views module :


you can add a publish/unpublish link on all your views, making it easy to create
lists for reviewers, editors and publishers.

345 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

After enabling it, you just need to go to the Drupal permissions page, and set the
various permissions:

"publish *all* content": you can publish any node


"publish 'nodetype' content": you can publish any node whose type is
'nodetype'
"unpublish *all* content": you can unpublish any node
"publish 'nodetype' content": you can publish any node whose type is
'nodetype'

A tab button (like Edit and View) 'Publish' or 'Unpublish' should appear on the node
edit and view pages.

Click on 'Publish' to publish and 'Unpublish' to unpublish, it's that simple!

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-22
notes for 6.x
Download · Release Recommended
5.x-2.1-beta2 2009-Apr-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 48 49 50 51 52 53 54 55 56 … next › last »

Page break by AutoPager. Page( 53 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Editview
By Agileware on the 30th of October, 2006

346 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Editview is a plugin for the Views module. It allows you to create a view in which
the nodes are editable, and new nodes can be created. Editview uses AJAX to
speed things up, but will still work on browsers with javascript disabled.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-04
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-26
notes for 5.x

Find out more · Bugs and feature requests

Community Tags
By Omar on the 20th of October, 2006

Allows members of the community to tag


content, and tracks who tagged what
and when.

The Module has three main features:


1. Stores who tagged what and when.
2. Allows for this information to be
exposed with views.
3. Adds an easy AJAX interface for
tagging nodes without going to
node/edit.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Dec-04
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Feb-19
notes for 5.x

Find out more · Bugs and feature requests

Link Image Field

347 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By challa.kamal on the 1st of August, 2008

LinkImageField is a CCK module that allows you to


specify the hyperlink for images with a custom URL.
The CCK ImageField allows links from the image to
the node or to the image itself, but not to a user
supplied link.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Sep-04
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jul-01
notes for 5.x

Find out more · Bugs and feature requests

Upgrade Status
By sun on the 31st of May, 2008

Upgrade Status module was designed to


provide an easy way tell when your website
is ready to be upgraded to the next Drupal
version. The module will compile a list of
your projects along with a status, which can
be one of the following:

Available: A stable release of this


project is available.
In development: A development release of this project is available, which
can be installed for testing purposes.
Not ported yet: There are no releases available for this project.

Clicking on any of the modules' boxes will expand the area and show you a link to
download the new version of the project, as well as read its release notes.

Thanks to webchick for this help text. :)

WANTED: First draft of additional sub-module Upgrade Assist now in CVS! Anyone
who wants to help improving Drupal upgrades is welcome to join! (Might also lead
to upgrade.php in core in the long run)

Dependencies

Update Status

348 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Installation

Please see current README.txt.

Credits

Current maintainers:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-03
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Aug-17
notes for 5.x

Find out more · Bugs and feature requests

Consistent Language Interface


By Aaron Hawkins on the 7th of November, 2008

This module provides a language switching block that is


very similar to that provided by the core locale module,
however its behavior differs from the locale block in several
ways:

1. The visibility of language links in the block is consistent and independent from
the existence of translations for the page that you are viewing. The logic here is
that the user should be able to change the language of the interface at all times.
This is important because often there are menus and blocks that are language
specific and the user should always be able to find the link back to their language.

*** For those who would like to have it so that languages which are not translated
also do not have language links you should use the Language Icons module in
conjunction with the core Locale module. ***

Version Date Links Status


Download · Release Recommended
6.x-2.3 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Profile role

349 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By boombatower on the 28th of November, 2008

Relate profile field categories to particular roles, instead of all


fields being related to all roles. Use profile to define all user data
fields, but restrict which fields are related to users of a particular
role. The interface allows you to relate profile field categories to
roles. As the screenshot depicts, one or more roles may be
assigned to a give field category.

For example you may create two roles (parent and child) and two
corresponding profile field categories:

Parent
- Employer
- Occupation

Child
- School
- Grade

This module was sponsored by Boombatower Development.

If you found this module useful please donate.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-21
notes snapshot
Download · Release Recommended
6.x-1.3 2010-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

CCK Redirection
By Robin Monks on the 2nd of August, 2007

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.

12/23/09 Special note from Prometheus Labor: Hi, gang, sorry for the lack of
manpower on this project. We're going to give this module some love again.

=========

Drupal 6:

350 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

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

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Aug-02
notes for 5.x

Find out more · Bugs and feature requests

Javascript Countdown Timer


By jvandervort on the 2nd of September, 2006

The Countdown Timer module provides a timer implemented through javascript


which gives you a countdown (second-by-second) to a certain date and time in the
future. It uses the onload event (or document.ready in jquery) and then
dynamically searches content/blocks/teasers for certain css classes and then
injects itself. A really basic dynamic clock was added in 6.x-2.13

Version Date Links Status


Download · Release Recommended
6.x-2.21 2009-Jul-26
notes for 6.x
Download · Release Recommended
5.x-1.21 2008-Apr-21
notes for 5.x

Find out more · Bugs and feature requests

Register with Picture


By mmilano on the 15th of November, 2007

This module exposes the 'upload picture' element to the registration form along
with the logic to copy/rename the image and insert the path in the database.

-- It will only show if pictures are enabled in the user settings.


-- It uses the same validation as on the edit form.
-- You can set if the picture field is required in admin/settings/reg_with_pic

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Nov-15
notes for 5.x

351 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

MailChimp
By LouBabe on the 29th of January, 2008

This module provides integration with the MailChimp email delivery service. While
tools for sending email from your own server, like SimpleNews, are great, they
lack the sophistication and ease of use of dedicated email providers like MailChimp.
Other players in this field are Constant Contact and Campaign Monitor.

This module is still in active development, and here are the current features:

1. Support for an unlimited number of mailing lists


2. Having an anonymous sign up form to enroll users in a general newsletter.
3. Each MailChimp list can be assigned to one or more roles
4. Editing of user list subscriptions on the user's edit page
5. List subscription on the registration page
6. Map token and profile values to your MailChimp merge fields
7. Opt-in, opt-out and required lists
8. Standalone subscribe and unsubscribe forms
9. Subscriptions can be maintained via cron or in real time

Please note the 5.x and 6.x-1.x branches are no longer actively maintained.

Credits
Module development and maintenance by Level Online Strategy, with initial
contributions from ronan.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc4 2010-Feb-02
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Dec-26
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 49 50 51 52 53 54 55 56 57 … next › last »

Page break by AutoPager. Page( 54 ).

Modules

352 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mobile Tools
By twom on the 27th of March, 2009

If you are looking for a way to


mobilize your drupal site, try out
Osmobi, a free service developed by
Siruna to mobilize your website in a matter of minutes

Read more on Mobile Tools versus Osmobi here !

The Mobile Tools module provides Drupal developers with some tools to assist in
making a site mobile.
This functionality of the module contains:

Detection of the user agent: is the user accessing from a mobile device, or
from a desktop device. Support for third party modules is possible. Currently
following modules can take over device detection:
Browscap: based on Browser detection
Wurfl: based on Device detection
Automatic redirection to the mobile site
Automatic theme switching, based on device type (iphone, android,
blackberry, ... )
Integration with Panels through a Ctools plugin.

Version Date Links Status


Download · Release Recommended
6.x-1.12 2010-Feb-12
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Aug-22
notes snapshot

Find out more · Bugs and feature requests

Search Files

353 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jrglasgow on the 29th of March, 2008

Search Files 6.x-2.x allows searching


for files in node attachments and in
arbitrary directories. Text is extracted
by externally provided helper
applications.

Helper Applications

In order to extract text, this module calls 'helper apps' such as cat and pdftotext.
Drupal administrators can configure any helpers they like. Helper apps need to be
installed on the server and need to be setup to print to stdout.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2008-Jun-20
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-10
notes for 5.x

Find out more · Bugs and feature requests

Popups: Add and Reference


By starbow on the 15th of September, 2008

This module adds a link to CCK's Node Reference widget that makes it easy to add
a new node without having to leave the edit page. It is built on top of my Popups
API module: http://drupal.org/project/popups

Initial inspiration: Add and Reference by tema: http://drupal.org/project


/add_n_reference

Limitations

Not everything that would normally go on a node creation page works in a popup.
In particular WYSIWYG editors like TinyMCE do not work. If you would be
interested in funding an effort to get wysiwygs working inside popups, drop me a
line.

Sponsorship

The Drupal 5 backport of this module was made possible by the sponsorship
of the backport of the core Popups API module, provided by YourSphere
Media, Inc.
Advanced feature, particularly #308589: Autofill base form NodeReference
field on popup close , sponsored by Agaric Design Collective

354 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-21
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2009-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

Digg this
By yaph on the 11th of October, 2006

This module adds a Digg this button to your nodes. If the story is not yet
submitted to Digg a "Digg this story" button is displayed. If the story was already
submitted a button showing the number of Diggs you received is displayed.

Version Date Links Status


Download · Release Recommended
6.x-2.2-rc1 2009-Nov-27
notes for 6.x

Find out more · Bugs and feature requests

DesignKit
By yhahn on the 14th of December, 2009

DesignKit is a small API module lets themes provide options for customizing colors
and images. Themes can use entries in their .info file to specify what color
variables should be made available. Here is an example snippet:

; Background color
designkit[color][background][title] = "Background"
designkit[color][background][description] = "Background color."
designkit[color][background][default] = "#ffffff"

; Foo bar color


designkit[color][foo][title] = "Foo"
designkit[color][foo][description] = "Foo bar baz."
designkit[color][foo][default] = "#cc0099"

; Site logo
designkit[image][logo][title] = "Site logo"
designkit[image][logo][description] = "Header logo."
designkit[image][logo][imagecache] = "imagecache_scale:200x50"

; Print logo
designkit[image][logo_print][title] = "Print logo"
designkit[image][logo_print][description] = "Print logo."
designkit[image][logo_print][imagecache] = "imagecache_scale:600x300"

355 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For more information, please take a look at README.txt .

Requirements
Color module (included in Drupal core)
ImageCache
ImageAPI (ImageCache dependency)

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-15
alpha5 notes for 6.x

Find out more · Bugs and feature requests

Akismet
By eaton on the 28th of December, 2006

This module allows you to use the Akismet web service to protect your site from
being spammed. Originally implemented by markus_petrux.

Sept 5, 2008 Update: this module is unsupported.

Similar modules include Antispam (which includes Akismet protection), Mollom or


Spam.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-May-26
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Mar-18
notes for 5.x
Download · Release Recommended
4.7.x-1.1-2 2006-Dec-28
notes for 4.7.x

Find out more · Bugs and feature requests

zipcode (CCK)
By thierry_gd on the 15th of October, 2006

This module provides a zip or postal code field type for CCK.

Prerequisites: The zipcode.module requires the content.module (CCK) to be


installed.

356 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Aug-26
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Apr-21
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Money CCK field


By markus_petrux on the 9th of August, 2007

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

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

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.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-08
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Menu Admin per Menu


By anrikun on the 1st of March, 2009

357 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By default, Drupal 6 allows only users with "administrer menu permission" to add,
modify or delete menu items.
In case you want for instance to let certain users manage primary links or
secondary links but not navigation menu, this module provides this functionality.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-02
notes for 6.x

Find out more · Bugs and feature requests

Better Messages
By doublethink on the 21st of July, 2009

Better Messages is a very simple


module that provides "Popup-like"
Drupal messages.

Better Messages intends to let you


control where and how you want to see
your Drupal messages! Combine it with different skins and animations to create
your custom look.

Features:
This module provides a simple interface to alter the default Drupal messages!
Currently it allows you to do the following:

Control the position and width of the popup message relative to screen.
Control the animation for opening, and for closing the popup message.
Enable or disable popup messages at specific pages.
Works with AHAH submits. COOL!!
Override the default popup message by coping and altering
better_messages.tpl.php into your theme directory.
Create custom skins by putting your skinname.css file into skins folder in
your theme directory. Note that you'll have to edit better_messages.tpl.php
to alter the skin's HTML.
This modules degrades gracefully for browser with JS disabled.

Better Messages implements a standard jQuery implementation without other


module dependencies.

Version Date Links Status

6.x-1.10 2009-Oct-07 Download · Release Recommended

358 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 50 51 52 53 54 55 56 57 58 … next › last »

Page break by AutoPager. Page( 55 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Footnotes
By hingo on the 10th of June, 2006

Footnotes module can be used to easily create automatically numbered footnote


references into an article or post (such as a reference to a URL).

Footnotes 2.2 finally brings to you a much requested feature: TinyMCE


integration. This is added through a standalone module tinymce_footnotes, and
was contributed by Drupal user elgreg. Another new feature is support for multiple
references to the same footnote, that is, repeating the same number in multiple
places in the body text. (See the README.txt or #636808: Multiple references to
one footnote for more information.) Release 2.2 was only done for Drupal 6.x.

This release also includes "Better URL filter", which can be used to replace the
(incomplete) URL filter available in Drupal core. Especially Footnotes users have
suffered from the current URL filter, so the inclusion of a fixed URL filter in
Footnotes provides for much awaited relief to Footnotes users. Even so, it is also
possible to use Better URL filter independent of the Footnotes filter.

ABOUT FOOTNOTES (README.txt)

The Footnotes module can be used to create automatically numbered footnotes


within a text. In the place where you want to add a footnote enclose the

359 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

footnote text within an fn tag: [fn]like this[/fn] . By default, footnotes


are placed at the end of the text. You can also use a [footnotes] or

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Feb-25
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Sep-07
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-08
notes for 4.7.x

Find out more · Bugs and feature requests

Upload Image
By killes@www.drop.org on the 10th of June, 2005

upload_image.module takes uploaded images, that are attached to nodes, and


creates image nodes from them. Thumbnails are shown in place of the file name in
the list of attachements.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-16
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Sep-04
notes for 5.x

Find out more · Bugs and feature requests

360 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

System information
By Ralf on the 9th of February, 2006

This module displays information about the Drupal installation and system
environment.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-16
notes for 6.x
Download · Release Recommended
5.x-2.0-rc1 2009-Apr-16
notes for 5.x
4.7.x- Download · Release Recommended
2009-Apr-16
2.0-rc1 notes for 4.7.x

Find out more · Bugs and feature requests

Slider
By Mark Theunissen on the 15th of October,
2008

Slider module creates an effect called


the "Coda slider", which was made
famous by the site:

http://www.panic.com/coda/

In this Drupal implementation, each panel of the slider is an individual node. You
can have any node you like appear as slides within the slider.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Mar-06
notes for 6.x

Find out more · Bugs and feature requests

Storm

361 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By juliangb on the 1st of May, 2008

Storm offers a hierarchy of content


types to help with project management.

Organizations, Teams, People,


Projects, Tasks, Tickets,
Timetrackings,
Notes, Knowledgebase, Invoices,
and Expenses.

Each content type provides permissions to control the sharing of data with other
Drupal users, and based on assignment of projects/tasks/tickets to particular users
or teams.

Please help development by regularly testing a copy of your site with the
development release and reporting back bugs. This helps to improve
reliability of the stable releases.

Please help with the Storm for Drupal 7 so that we can release a
full version by the time that Drupal 7 is released (D7CX)
Help expand the Field API docs.
Help with Field API critical issues
Help with #626704: Build views integration for field.module .
Help by submitting patches converting a part of Storm for
Drupal 7.

Meta-issue at #510742: Port to Drupal 7 .


(The D7 release not currently ready for functional use)

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-21
notes snapshot
Download · Release Recommended
6.x-1.31 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

SiteMenu
By kbahey on the 25th of January, 2005

This module provides a "site map" style page overview of all the categories within
a site with node titles and a side bar menu to navigate the site by category

362 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-09
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Jun-02
notes for 5.x

Find out more · Bugs and feature requests

Profile Privacy
By coltrane on the 8th of September, 2006

This module allows users to set privacy options for their profile when using the
core profile.module. It does not create any settings pages or configuration screens,
it integrates seamlessly with the existing profile module.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Sep-05
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Sep-05
notes for 5.x

Find out more · Bugs and feature requests

Pagination (Node)
By mundanity on the 15th of October, 2008

Pagination (Node) allows the main


content of arbitrary node types (Page,
Story, etc...) to be paginated according
to one of three methods:

Method 1: Content is paginated by a


selectable "words per page" count.
Method 2: Content is paginated by manual breaks, inserted by the content creator.
Method 3: Content is paginated by manual breaks, based on <h3> tags.

Method 1 allows for quick and easy pagination, and is ideal for users who are
looking to have their longer content split into multiple pages with the least amount
of hassle. Just select the "words per page" threshold for a particular content type,
and all existing and future nodes of that type will be automatically paginated
accordingly.

Methods 2 and 3 allow for fine-tuned control over pagination breaks, useful for
content creators who need to set specific break points in their content. Method 2
paginates content based on the presence of break tags ([pagebreak] or [ header =

363 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

SOME TITLE ]), whereas Method 3 paginates based on <h3> elements.

note: To use Method 3 pagination, make sure <h3> tags are allowed under your
Input Filters.

Pager display

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Jun-26
notes for 6.x

Find out more · Bugs and feature requests

Node Auto Term [NAT]


By Zen on the 17th of April, 2006

The NAT module is a helper module


used to maintain node-term
relationships, i.e. when a node is
created a taxonomy term is created
automatically using its title and body in
any associated vocabularies. This
module also attempts to preserve
hierarchical relationships where
possible.

Testers, feature requests and patches welcome :)

Initially sponsored by: Moshe Weitzman.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-04
notes for 6.x
Download · Release Recommended
5.x-3.1 2009-Feb-23
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Mar-02
notes for 4.7.x

Find out more · Bugs and feature requests

CAS
By metzlerd on the 16th of August, 2006

Using the excellent phpCAS library, we have created a small Drupal module to
allow single sign-on with CAS.

364 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-05
notes for 6.x
Download · Release Recommended
5.x-3.0 2008-Mar-05
notes for 5.x
Download · Release Recommended
4.7.x-2.1 2006-Dec-11
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 51 52 53 54 55 56 57 58 59 … next › last »

Page break by AutoPager. Page( 56 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Demonstration site (Sandbox / Snapshot)


By sun on the 28th of March, 2007

This module allows you to take


snapshots of your site. It turns a Drupal
installation into a sandbox that you can
use either for testing modules or setting
up a public demonstration site for a
module / extension / theme (you name
it). Whenever you need to reset your
site to a saved state a click of your
mouse will do so. With cron enabled, a
Drupal site can be automatically reset to a chosen snapshot in a definable interval.

Version Date Links Status

7.x-1.x-dev 2010-Feb-20 Download · Release Development

365 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
6.x-1.4 2010-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Feb-06
notes for 5.x

Find out more · Bugs and feature requests

Compact Forms
By sun on the 29th of July, 2007

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

Installation

Please see current README.txt.

Credits

Current maintainers:

Daniel F. Kudwien (sun)

Previous maintainers:

Tom Sundström (tomsun)

This project has been sponsored by:

UNLEASHED MIND

366 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-30
notes snapshot
Download · Release Recommended
6.x-1.2 2009-May-06
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-May-06
notes for 5.x

Find out more · Bugs and feature requests

phpBBforum Integration module


By vb on the 3rd of February, 2008

phpBBforum Integration module provides integration with phpBB3 Forum


http://www.phpbb.com/.
6.x-2.0-beta12 provides support of phpBB 3.0.7.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Mar-03
beta12 notes for 6.x

Find out more · Bugs and feature requests

Site Configuration Permissions


By mrthumpz on the 13th of February, 2009

This very light-weight module adds more granular control for items under
'administer site configuration'.

Added Permissions

The following permissions are added:

administer administration theme


administer clean-urls
administer date-time
administer error reporting
administer file system
administer modules
administer performance
administer site information
administer site maintenance

367 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

administer themes
display site building menu
display site configuration menu

Permission Granting Order

Please note that the order in which permissions are granted are as follows:

User 1 still maintains full control


Any role with 'administer site configuration' will have access to all
permissions listed above
Nothing will be available under Site building if 'display site building menu' is
not checked
Nothing will be available under Site configuration if 'display site configuration
menu' is not checked
Any role without 'administer site configuration' will be granted access to
whatever permissions checked in the config_perms section of the permissions
page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Visitors
By gashev on the 25th of March, 2009

Module for logging visitors info with extended


functionality and reporting.

Reports
View pages that have recently been visited.
View pages that have been hit frequently.
View pages count per month.
View pages count per day of month.
View pages count per day of week.
View pages count per hour.
View pages count per host.
View access log.
View user activity report (hits, nodes, comments).
View referer list.

368 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Integration with whois lookup module.

Visitors Block
Total Visitors.
Unique Visitor.
Registered Users.
Last Registered User.
Published Nodes.
Your IP.
Since.

Contributors
pebosi: theme function for block output.

Version Date Links Status


Download · Release Recommended
6.x-0.29 2010-Mar-06
notes for 6.x

Find out more · Bugs and feature requests

Semantic Views
By bangpound on the 4th of September, 2009

This Views plugin makes unformatted styles, field row styles and other output
more readily configurable without needing to override template files. Instead of
overriding row style templates for views where you want to specify different HTML
elements (tags) and class attributes, you can specify these inside the Views UI and
avoid overriding templates for each view.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Profile Plus
By incrn8 on the 23rd of March, 2006

Adds user profile searching capabilities without the need to keep patching
profile.module every time Drupal core is updated.

369 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-15
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-16
notes for 5.x

Find out more · Bugs and feature requests

Openads
By jaydub on the 28th of February, 2007

This module integrates the popular open source ad server OpenX (formerly
Openads) with Drupal. OpenX 2.6 and OpenX 2.4 are currently supported.

OpenX 2.6 comes with an API that allows for external apps to administer an OpenX
installation. The OpenX Manager project can be used along with this module to
administer an OpenX installation from within Drupal.

Supported OpenX invocation methods include:

Javascript (default)
Remote
Local
XML-RPC

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-25
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

PEAR Wiki Filter


By rötzi on the 5th of January, 2007

Please consider using the flexifilter module instead of this before beginning use.

This module provides a filter which uses the PEAR Text_Wiki package for
formatting.

Version Date Links Status

6.x-1.0-beta1 2007-Dec-31 Download · Release Recommended

370 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Mar-03
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2007-Feb-05
notes snapshot

Find out more · Bugs and feature requests

Better Permissions
By mattman on the 20th of April, 2009

This is a very basic module which enhances the Drupal Permissions page to
support collapsing and expanding permission rows.

This makes it easier to manage individual permissions by removing the visual


clutter of hundreds of check boxes.

It is suggested you use this module with the companion module Filter Permissions
(although not required).

For more information about this module, you can watch this video on
GotDrupal.com.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Apr-20
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 52 53 54 55 56 57 58 59 60 … next › last »

Page break by AutoPager. Page( 57 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

371 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Local Menu
By fokke on the 4th of February, 2008

MAINTAINER WANTED - CONTACT ME

This module adds a block that will show a local menu in the context of the page
you're at. It let's you specify the depth to start rendering at and the number of
levels to render in total. The menu title will be the parent item of the first level
rendered items.

This module is admittedly not very flexible. A good alternative is the Menu block
module.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Jul-21
notes for 6.x

Find out more · Bugs and feature requests

Better Select
By setvik on the 30th of May, 2008

NOTICE: This module could use


some lovin'! If you are interested in
helping maintain it, please shoot
me an e-mail

Multiselect HTML select elements are hard for users. Selecting more than one
requires Ctrl+clicking (or Cmd+clicking on Mac), and explaining this to users who
sometimes have trouble even clicking the mouse at all is no one's idea of fun.

Better Select module overrides all multiselect HTML elements in Drupal and
replaces them with checkboxes, in an auto-scrolling div so they don't take up much
room on the page.

The first beta was released for Drupal 5.x and 6.x.

The second beta has been released for Drupal 6.x. I am not very excited about
backporting the new development (which is happening on the 6.x branch) to the
5.x version. If enough people make a strong case for the 5.x version, I'll consider
it, but c'mon, Drupal 7 is almost apon us! Time to upgrade! :)

Version Date Links Status

372 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Sep-11
notes for 5.x

Find out more · Bugs and feature requests

Views Gallery
By KarenS on the 23rd of July, 2009

This module pulls together the techniques Jeff Eaton outlined in


http://www.lullabot.com/articles/photo-galleries-views-attach to automatically
create a simple gallery where each gallery is a node with an embedded view of
images that were assigned to that gallery. The module creates the content types,
sets up the imagecache presets, creates the default gallery view that is embedded
into the gallery nodes by Views Attach, and adds css to make it all look nice. Note
that we have changed some field and content type names from the original
example and have added numerous other features. This module is an alternative to
setting it all up manually from the screencast. Here the module sets things up for
you using the same techniques.

This technique also works well to create individual image galleries for Organic
Groups, since the gallery and image content types can be configured as group
nodes. Views Gallery OG, included in this package, provides a setup page to make
it easy to automatically create a gallery for every group and adds group context to
the forms wherever possible so the right groups and group galleries are
pre-selected when you create gallery images.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-31
notes for 6.x

Find out more · Bugs and feature requests

Featured Content Slider

373 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ebizondrupalservices on the 4th of December, 2008

Featured Content Slider is a module to feature latest nodes


in a block that displays as a slideshow. This makes a
featured slideshow out of node content on the block.
Currently, latest 5 selected nodes are shown. Featured
Content Slider is based on Featured Content Slider that
permits us to select any content type and lets us create
upto 3 content slider blocks.

This is the drupal module for:


http://www.dynamicdrive.com/dynamicindex17
/featuredcontentslider.htm

The code has been improved and I am planning its integration with Views.
Somebody has released a patch for its integration with Nodequeue module that I
will be reviewing and releasing in the next release. Thanks Samir
(http://drupal.org/user/417878) for the patch.

Showcasing

http://economicmonitor.net/

If you have used content slider and would like to showcase here, please message
me.

Author

Sudeep Goyal,
Ebizon Technologies,
Drupal Based Web Development,Theming And Consulting
http://ebizontek.com

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-10
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-10
notes for 5.x

Find out more · Bugs and feature requests

Imagecache Effects
By evil_marty on the 4th of January, 2009

A set of effects for use with imagecache. The current list of effects are as followed:

Reflection

374 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Adds a reflection to the image. You can adjust the direct, background color and
height of the reflection.

Watermark

Embeds a watermark. The watermark is an image of your choosing with the


options to change position and opacity.

Please note that currently there is an issue with GD2 in PHP 5.2.0 and earlier
(might still be an issue with the current 5.2.8 but have not checked) where if you
use a PNG image with an alpha channel and set an opacity to anything other than
fully opaque then there is a white background around the PNG image. This is an
issue with GD2 and PHP and not this module.

TODO

Add support to rmagick

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-05
notes for 6.x

Find out more · Bugs and feature requests

OpenLayers
By bdragon on the 21st of September, 2007

The OpenLayers Module and its submodules bring


the OpenLayers JS library into Drupal. They enable
users to combine maps from different map
providers with data from views and CCK input. The
OpenLayers JavaScript library is open-source,
making it flexible and capable across standards as
well as proprietary APIs.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Feb-10
notes for 6.x

Find out more · Bugs and feature requests

Google Maps location


By dbabbage on the 18th of June, 2008

375 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This simple Drupal module displays just one geographical location via Google
Maps, for brochure and company profile web sites.

It will:

create a Google Maps page with a marker on your location based on an


address you supply. The map provides options for map view, satellite view,
and a hybrid mode. It has the standard Google Maps features that users can
zoom and drag to temporarily change the focus of the map.
allow anyone given administrative approval for the module to drag-and-drop
the map location marker for fine-tuning its position, when automatic
geolocating from address information was not accurate.
create a block with a static image of the centre of your map, which links to
the larger map.

The final 6.x-1.0 version has feature parity with the existing 5.x branch. From this
point forward, new features will only be added to the 6.x-2.x branch. I am happy
to accept patches that backport new features to 5.x but will not be doing this
myself. The future of Drupal is D7, the present is D6—if you're still running on D5,
now is the time to upgrade.

Credits

Initial development of the 5.x version of this module was sponsored by Informatika
Mihelac.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-30
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

SMS Framework
By aspope on the 9th of August, 2007

The SMS Framework is set of modules that enables interaction


between mobile users and Drupal using SMS. Several popular
SMS gateways are supported and the included API allows
developers to add support for additional gateways. The API
also allows other modules to implement SMS features.

Version Date Links Status

376 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-10
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Meta Tags by Path


By Todd Nienkerk on the 17th of June, 2008

Dependencies: Meta tags


Drupal 6.x (6.x-1.0 or later)
Drupal 5.x (5.x-1.9 or later)

Extends the Meta tags module to allow per path rules for populating meta tag
values. If the Token module is installed, certain tokens can be used to populate the
values with dynamic data.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-22
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Send
By Allie Micka on the 13th of November, 2005

Adds "tell a friend" functionality to any node type, tracks send actions in CiviCRM
(if installed) and maintains a history of sent items.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-28
alpha3 notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-13
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 53 54 55 56 57 58 59 60 61 … next › last »

377 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 58 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Teaser by Content Type


By joachim on the 26th of February, 2008

This module will not be developed for Drupal 7, as the functionality is now
in Drupal core.

The teaser by content type module allows an admin to set a different teaser length
for each content type. Note that as with the site-wide setting, this only affects new
posts or new edits of posts.

Teaser length is set on the individual content type settings pages. Choose 'Default'
to use the original site-wide setting for teaser length.

To regenerate all teasers for your site, install the retease module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-26
notes for 5.x

Find out more · Bugs and feature requests

Hide submit button


By Optalgin on the 22nd of November, 2008

Some users are impatient and click the submit button more then once
while waiting for their post to be saved.
In some cases this may result duplicate postings.

378 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

There are few ideas on how to solve duplicate postings but none is perfect;
One of the solutions I found was a short jQuery snippet to hide the submit button
after it has been
clicked and replace it with an informative text such as "Please wait..." .

This module wrap this nice jQeury snippet.


Of course this is too, not a perfect solution, as it requires javascript to be enabled.
For browsers with javascript disabled this module will have no effect at all

Features:

1. Hide (or disable) the submit button after it has been clicked
2. java code can be loaded on selected pages only (like when adding or editing
nodes)
3. Display a message and/or pre-loaded image (ajax-like animation or such)
while waiting
4. Randomize images for each page load
5. Exclude or enable hiding for certain forms
6. Multi-language message support

Version Date Links Status


Download · Release Recommended
6.x-1.9 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-29
notes for 5.x

Find out more · Bugs and feature requests

Tweet
By IceCreamYou on the 21st of December, 2008

This module provides links to post pages to twitter


in a new window or tab. The tweet will be in focus and will contain customizable
text that can hold the relevant URL, title and anything else you need it to (like
hashtags). The URL can be automatically abbreviated at the administrator's choice
of service by integration with the Shorten URLs module by the same author.

Version Date Links Status


Download · Release Recommended
6.x-3.1 2009-Nov-01
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-May-01
notes for 5.x

Find out more · Bugs and feature requests

379 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Matrix Field
By aaron1234nz on the 22nd of September, 2006

This module provides a field type for CCK. It


provides a table with fields in each cell.

Credits
Author and main maintainer: Aaron
Fulton (@aaron1234nz)
Development of Table Widget is
sponsored by the OpenSource Team of
Moving Interactive, and maintained by
@develCuy.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Mar-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Aug-30
notes for 5.x

Find out more · Bugs and feature requests

Share
By greenSkin on the 10th of September, 2007

The Share module hosts the ability to have


several different types of ways to share content
via widgets and tabs. It is now possible to
manage hosts of sharing methods and set
criteria for when and where to display those
methods. Each share method can be displayed
as a block, inside the node, or in node links.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Mar-26
alpha2 notes for 6.x
5.x-2.0- Download · Release Recommended
2008-Dec-17
alpha10 notes for 5.x

Find out more · Bugs and feature requests

380 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Timeline
By xamanu on the 10th of August, 2006

Timeline is a DHTML-based AJAXy widget for visualizing


temporal information.

This Drupal module is an integration for a JavaScript


timeline widget developed by the SIMILE project.
It works in a similar way as Google Maps but for time-based
events. The SIMILE Timeline (and Ajax) libraries can be used from the SIMILE
server or can be downloaded and installed into your (local) Drupal installation.

This module provides a style plugin for the Views module that represents date
information of nodes on a horizontal timeline display.
It makes use of the Date module (if present) as source for temporal information
defined on cck date fields of nodes.
Further the module optionally can make use of the Imagefield, Imagecache, and
Taxonomy Image modules for icons on the events.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Nov-16
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jul-05
notes for 5.x

Find out more · Bugs and feature requests

Dynamic Persistent Menu


By yrocq on the 4th of April, 2008

This module displays a horizontal menu in a block under which a submenu appears
when an user hovers on an item. If the menu on the current page has a submenu,
it's displayed by default, so this module degrades gracefully if Javascript is not
present.

This module is sponsored by Koumbit.org

Current stable branch is 1.x. New releases will only include bug fixes.
2.x is unstable and will include new features.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-12
notes for 6.x

381 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Apr-04
notes for 5.x

Find out more · Bugs and feature requests

AntiSpam
By pixture on the 24th of May, 2009

AntiSpam module is the successor of the Akismet module, and


it provides spam protection to your drupal site using external
antispam service like Akismet.

AntiSpam module is fully compatible with Drupal 6.x (Akismet


module for Drupal 6.x release had many compatibility issues
and was not usable as it was), and it expanded the support of
the external antispam service with TypePad AntiSpam and
Defensio service as well as Akismet service. Now you can
choose one of the antispam service you wish to use.

Supported Anti-spam Services

Akismet
http://akismet.com
TypePad AntiSpam
http://antispam.typepad.com
Defensio
http://defensio.com

In case of Defensio, the AntiSpam module take advantage of spam rating


(spaminess) information provided by Defensio and you can sort the moderation
queue list using spaminess (see the screenshot).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Insert Block
By mlsamuelson on the 13th of January, 2006

Sidebar blocks contain all sorts of nifty stuff, but sometimes you want to stick that
stuff into the body of your node. Instead of using PHP snippets (a possible security
hole on public sites), you can use this module. When it's activated...

382 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

[block:name of module=delta of block]

...will insert the contents of a rendered sidebar block into the body of your node. If
no delta is specified, the default block for that module will be displayed.

Insert Block has been upgraded for Drupal 6 and is currently in a fully-
functioning state (6.x-1.x-dev). This invalidates previous plans to
deprecate the module. Thanks sonnen and Pasqualle for your contributions.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-09
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Jun-28
notes snapshot

Find out more · Bugs and feature requests

Views PHP Filter


By gnassar on the 10th of June, 2007

Based on Views issue #115947. The module adds a filter to your Views which can
dynamically select a set of nodes to include or exclude from your filter chain by
way of PHP snippets. Now your views can be customized in whatever way you
want, without being limited to the existing filters and without having to write a new
filter for functionality you may only have to use once.

Documentation in the README file.

A note on PHP troubleshooting:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jun-11
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 54 55 56 57 58 59 60 61 62 … next › last »

Page break by AutoPager. Page( 59 ).

Modules

383 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Favicon
By Rob Loach on the 4th of August, 2008

A very small module to make requests to http://example.com/favicon.ico forward


to the actual site's true favicon.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-26
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-26
notes for 5.x

Find out more · Bugs and feature requests

Http Request Fail Reset


By jrglasgow on the 8th of November, 2008

At Tribute Media we have many sites in various stages of development. Sometimes


upon returning to them I have noticed that Update Status has not checked for
updates for up to 4 weeks. I then notice that the "drupal_http_request_fails" flag
is set.

It is my understanding that when the variable "drupal_http_request_fails" is set


the only way to get Drupal to re-attempt to make a request if to manually reset
the variable. Drupal doesn't even check anymore until I reset the flag.

This module allows the user to configure when to check if the flag is set, and reset
the flag. The interval is configurable from 1 minute to days or weeks.

When the interval times out the module checks "drupal_http_request_fails" to see
if it is set to TRUE - meaning that no HTTP requests are being attempted - this
module will reset the flag and log to the watchdog table. If the variable is set to
FALSE - meaning that there is no problems making HTTP requests - it logs this to
the watchdog table as well.

384 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-08
notes for 6.x

Find out more · Bugs and feature requests

Alinks
By rsvelko on the 20th of April, 2007

This module is based on the wordpress module “alinks”. Very easy to use, just
enter your normal content and setup the terms/links you want on your site
through the administration interface.

Main features:

- Replace terms in the content body with a link.


- Does not change the node body as it is executed on display only.
- Can set the amount of occurrence to change.
- Can set on which content type it will be affected

You can preview the module in function through: http://www.5iphp.com

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Oct-15
notes for 6.x
Download · Release Recommended
5.x-1.4-3 2007-Jun-20
notes for 5.x

Find out more · Bugs and feature requests

CCK Autocomplete
By archard on the 25th of January, 2009

Development of CCK Autocomplete is now being moved to the more robust


module Autocomplete Widgets for CCK Text and Number.

This module provides an autocomplete widget for CCK text fields (and potentially
others in the future).

Field values that have already been saved to other nodes which share the same
field will be returned in the autocomplete widget.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Mar-26

385 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Edit term
By Benjamin Melançon on the 14th of October,
2007

Edit term provides links on taxonomy


listing pages to directly edit taxonomy terms.

This makes it easier to immediately edit term name, synonyms, description, and
weight for the term you are viewing without navigating through your site's
administrative back end.

On the term edit page, you also have the new ability to set an URL-alias for the
term directly, and create and position a menu item - the same way as can be
done for nodes. See illustration.

Once changes are made, you are returned to the listing page from which you
started, cutting normal term management procedure down from a dozen clicks to
just two.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-28
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-27
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Addresses
By freixas on the 26th of May, 2008

The uc_addresses module adds support for one


or more addresses in the user's profile. When
users register, you can require that they provide
an address. Users can then add more addresses
and edit or delete existing addresses. One
address is always designated as the default
address and cannot be deleted (but it can be
edited). Users can optionally name each address
(e.g. "work", "mary", "joe").

The Ubercart order process is altered so that users select delivery and billing

386 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

addresses from their collection of addresses rather than from previous orders. You
can ask the module to automatically fill in the billing and/or the delivery address
with the user's default address. Any new addresses entered during the order
process are automatically added to the user's list.

Some of the features listed are available only in the 5.x-2.2 and 6.x releases.

Release Candidate 1 for 6.x is now available! Credit for making this possible
goes to tic2000, who volunteered to take on #376632: Returning "An illegal
choice has been detected. Please contact the site administrator" when changing
country , which was preventing a release from being created.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Dec-14
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Oct-19
notes for 5.x

Find out more · Bugs and feature requests

Node breadcrumb
By edhel on the 16th of August, 2007

Allow you to customize menu location and breadcrumb of nodes depending on their
content type, associated terms and others conditions.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2009-Oct-22
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Sep-27
notes for 5.x

Find out more · Bugs and feature requests

Simplenews Analytics
By Sutharsan on the 13th of January, 2009

Simplenews Analytics adds Google Analytics tags to links in all Simplenews emails.

Module development sponsored by Link3 Webservice.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-05
notes for 6.x

387 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Site User List


By pukku on the 26th of October, 2006

The Site User List module displays a sortable and searchable list of all the users on
the site based off of their profile.module fields.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-24
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jul-13
notes snapshot
Download · Release Development
4.7.x-1.x-dev 2007-May-21
notes snapshot

Find out more · Bugs and feature requests

Email Verification
By dbr on the 27th of January, 2006

This module provides advanced email address checking. The core of Drupal,
through the user module, only performs syntactical checking of user-entered email
addresses, both during registration and account edition. This creates loads of
problems when users incorrectly enter their address. First, they don't get any
email from the site. If it happened during registration, they will not get their
password. They will either bug the site admin or give up on the site altogether,
both cases being a bad thing. Second, the site admin will get email bounces, which
soon gets annoying if you have a moderately busy site.

This module tries to solve this problem by checking that the address really exists
when it is entered by the user. First, it checks if the domain/host part exists at all,
and reports an error if it does not. I found that this step alone catches between
1/2 and 2/3 of typos. Second, it tries to validate the user name too, by sending a
HELO/MAIL FROM/RCPT TO chain of commands to the SMTP servers for the found
host. Some hosts will not reveal if the user name is valid ("catch-all policy") while
others might refuse the check for some reason (for instance, some hosts refuse
deliveries from IPs delivered to home users by Internet access providers). When in
doub, we try to play it safe and rather accept some invalid addresses than to
refuse valid ones.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-20
notes for 6.x

388 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-2.1 2009-May-20
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-07
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 55 56 57 58 59 60 61 62 63 … next › last »

Page break by AutoPager. Page( 60 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views Fluid Grid


By markus_petrux on the 27th of September,
2009

Overview

This module provides the Fluid Grid


style plugin for Views. This plugin
displays the view as a fluid grid using
an HTML list element.

The plugin settings form provides options to define the width and height of the
elements in the grid. But it also provides advanced layout options implemented in
separate CSS classes that allow you to define item margins, alignment and a
couple of CSS3 properties (box-shadow and border-radius).

Version Date Links Status

6.x-1.1 2009-Dec-03 Download · Release Recommended

389 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Link to content
By sun on the 17th of July, 2006

This module requires tinymce.module.

The linktocontent module allows you to extend the tinyMCE editor by several
plugins.
With these plugins you can link to nodes or menu items or user profiles (planned
for drupal 6.x).

Plugins:

linktocontent_node.module
Link to every node of every enabled type by browsing through your
taxonomy structure.
linktocontent_menu.module
Link to menu items by browsing through your menu structure. You can
enable each menu you like (for example "Navigation" or "Primary links").
linktocontent_category.module
Because linktocontent_node does not work correctly with containers and
categories (category.module) linktocontent_category is an addon to it. It
does not provide an own TinyMce plugin but will extend linktocontent_node.

Planned plugins (drupal 6.x):

linktocontent_profile
With linktocontent_profile you can insert links to user profiles. If organic
groups is enabled you can browse the groups and select the users in them.
linktocontent_forum
Extends linktocontent_node to browse forums.

Note:

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Jan-12
notes snapshot
Download · Release Recommended
5.x-1.7 2007-Oct-04
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-17
notes for 4.7.x

390 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

OG Vocabulary
By Amitaibu on the 17th of May, 2006

Provide each organic group with its own vocabularies (i.e. taxonomy). This lets
groups logically segregate their content into categories which make sense for
them.

Modules integrations:
* Token
* Rules
* Services

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-03
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Oct-15
notes for 5.x
4.7.x- Download · Release Development
2006-Dec-27
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Migrate
By mikeryan on the 4th of March, 2009

The migrate module provides a flexible framework for migrating content into
Drupal from other sources (e.g., when converting a web site from another CMS to
Drupal). Out-of-the-box, support for creating core Drupal object including nodes,
users, and comments is included - hooks permit migration of other types of
content.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Admin block
By frjo on the 23rd of March, 2005

The adminblock module enables admins to display a block with the comments
approval queue and the node moderation queue. Each item gets their own edit link

391 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

and delete link for quick administration.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-May-30
notes for 5.x

Find out more · Bugs and feature requests

Data
By alex_b on the 16th of July, 2009

Data module helps you model, manage and query related sets of tables. It offers
an administration interface and a low level API for manipulating tables and
accessing their contents. Data module provides Views integration for displaying
table data and Drupal search integration for searching table content.

You can use Feeds to import RSS, Atom, CSV or OPML files into data tables.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-25
alpha10 notes for 6.x

Find out more · Bugs and feature requests

Revision Moderation
By jbrauer on the 27th of September, 2006

The Revision Moderation module allows you to leave existing revisions of a node
published while new revisions go into moderation for an administrator to approve.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-17
alpha2 notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-14
notes for 5.x

Find out more · Bugs and feature requests

Fast Gallery
By rapsli on the 7th of July, 2008

392 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Drupal 7 Version of Fast Gallery is going to be awesome!!! Looking for a


Co Maintainer!!!!!!!

Fast Gallery is a simple, lightweight, and fast image gallery. Making albums is as
easy as putting images or videos into folders and uploading them to the gallery
directory. It is fast because it is not based on nodes and doesn't implement some
of the more complex features of larger gallery systems.

Uses Thickbox or Lightbox as the Javascript image display interface. Lightbox


slideshows are also supported. You may also turn off the Javascript display
framework, in which case thumbnails are linked to the original image with no extra
frills. Imagecache is supported as well, for improved thumbnail generation. If you
do not have the Imagecache module installed, Fast Gallery will generate the
thumbnails cache internally through PHP functions.

This module is sponsered by www.schaerwebdesign and www.rapsli.ch


Special thanks to Nicholas (www.nyanginator.com) and for all the work and
features he put into this module

Future Development
Version Date Links Status
Download · Release Recommended
7.x-1.1-beta2 2009-Dec-20
notes for 7.x
Download · Release Recommended
6.x-4.0-beta7 2009-Jun-20
notes for 6.x

Find out more · Bugs and feature requests

Apply for role


By svilen on the 21st of January, 2008

Allows users to apply for a role and administrators to approve their application.
The role will be automatically assigned to the user on approval.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2008-Dec-20
notes for 6.x
Download · Release Recommended
5.x-1.8 2009-Jan-11
notes for 5.x

Find out more · Bugs and feature requests

Restricted Search
By deviantintegral on the 22nd of August, 2007

393 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

While this module works well on small sites, it is not as robust as Search Restrict.
There won't be a Drupal 6 (or 7) release for this module, so please use Search
Restrict instead.

Restricted Search is a module which lets administrators exclude individual nodes or


entire content types from the search system. This is especially useful for pages
used with Login Destination, or CCK nodes primarily meant to be presented only
with views and not as individual nodes.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-27
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Nov-28
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 56 57 58 59 60 61 62 63 64 … next › last »

Page break by AutoPager. Page( 61 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Whizzywig
By drupal-id.com on the 20th of September,
2007

THE FASTEST EDITOR for


DRUPAL !!!
Are you looking for the fastest and
smallest WYSIWYG Editor and 100%
customized for Drupal? Then Whizzwyg
is the answer. Fastest and smallest WYSIWYG Editor but features rich. You may

394 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not believe how fast and small this editor until you try it! Also, we have edited the
source code of Whizzywig to meet Drupal 100%!

Whizzywig FEATURES
Javascript powered WYSIWYG editor, very lightweight, cross-browser
compatible, customizable
Choose which buttons / lists to show on the toolbar and in what order
Create custom buttons
Filter editor visibility based on textarea IDs, paths and content-type
Built in File/Image Manager!
Customize the look of the editor by defining your own style sheet, editor
width and editor height
Translate the editor interface by setting a translation file
Ability to use the Whizzywig xHTML addon
Selectable Whizzywig Library version!

COMPARISION
Whizzywig FCKeditor/TinyMCE Others
100% Yes. We have edited the
Drupal source code of whizzywig.js to No No
oriented meet Drupal framework!

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-31
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Nov-19
notes for 5.x

Find out more · Bugs and feature requests

Country codes API


By mrfelton on the 13th of December, 2007

This is a utility module for converting country code data from one format to
another. Typical usage would be converting a country name to its ISO2 (or ISO3)
country code. It also contains a module for accessing the methods via the services
API.

This module does not provide any functionality on its own and would primarily be
used by other modules.

Version Date Links Status

395 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-27
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jun-27
notes for 5.x

Find out more · Bugs and feature requests

Sub-path URL Aliases


By smk-ka on the 20th of June, 2009

The Drupal Path module matches only full URLs when creating SEO-friendly
aliases. This module extends that behavior by also matching known sub-paths and
replacing them with their respective alias. For example, if node/1 is aliased to
content/alias, this module rewrites the link to the node edit page node/1/edit to
use the aliased URL content/alias/edit instead. This also includes Views URLs
taking a node as argument (node/%/yourview), in short, every URL that is based
on, or extends, an existing alias. In combination with the Pathauto module it is
possible to get rid of all remaining exposed internal URLs.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-02
notes for 6.x

Find out more · Bugs and feature requests

Login Security
By ilo on the 24th of September, 2007

Login Security module improves the security options in the login operation of a
Drupal site. By default, Drupal introduces only basic access control denying IP
access to the full content of the site.

With Login Security module, a site administrator may protect and restrict access
by adding access control features to the login forms (default login form in /user
and the block called "login form block"). Enabling this module, a site administrator
may limit the number of invalid login attempts before blocking accounts, or
denying access by IP address, temporarily or permanently. A set of notifications
may help the site administrator to know when something is happening with the
login form of their site: password and account guessing, bruteforce login attempts
or just unexpected behaviour with the login operation.

Version Date Links Status

6.x-1.0 2009-Oct-03 Download · Release Recommended

396 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

Gallerix
By silviogutierrez on the 31st of August, 2007

Features Include:

Batch uploading.
Grid album view.
AJAX photo browsing, commenting, voting, and minor editing.
Easily expandable widget engine.
Adjustable resolutions, originals left untouched.
Security features.
Per user albums
And many other features...

Requirements

Drupal 5.x or 6.x


Working Image Toolkit (GD)
Permission to mkdir, rmdir, unlink, and chmod.
Views (Optional)

For those interested in what the little icons below each picture do, as seen on the
demo site, please read more about the Gallerix Widget Engine over at
http://the.failbo.at/gallerix_widget_engine

This project is on hold indefinitely. It does work quite well with Drupal 5
and 6 though. I might update it to Drupal 7 depending on demand.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Oct-19
notes for 6.x
Download · Release Recommended
5.x-1.3-1 2008-Jul-28
notes for 5.x

Find out more

397 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

InsertNode
By markfoodyburton on the 10th of January, 2008

Description

A filter allowing you to insert a node within another (or wherever a filter is active,
it works in blocks, for instance.) It can even be used to create macros!

The complete documentation is now available at Made to Order Software:

http://www.m2osw.com/doc_insert_node.

It is important to read that documentation to be able to use this filter fully. It is


powerful!

Extras

You can find some extras on my Linux website: http://linux.m2osw.com


/insert_node

If you also have extras you want to share, send them my way!

For D5 users, this node: #395608: Process node content (eg CCK, filter tags)
includes a patch to fix problems with CCK, Links and other fields that would
otherwise not appear. However, it may generate some infinite loops.

Known bugs

Version 5.x with patch in #395608: Process node content (eg CCK, filter tags)
can generate infinite loops and thus break your server.

History

See http://drupal.org/node/87746 - where markfoodyburton took the code from.

Enjoy.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-28
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

398 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Watcher
By solipsist on the 30th of March, 2008

Watcher offers your site's users,


registered and anonymous visitors, a
way to easily watch nodes for changes
and new comments without having to
post themselves.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jul-28
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Feb-01
notes for 5.x

Find out more · Bugs and feature requests

GCal Events
By Se7enLC on the 19th of October, 2008

GCal Events is a module which will display a block of upcoming


events. The source for the events is a google calendar xml feed.

Features

Can read from public or private google calendar


Multiple (unlimited?) blocks can be set up, each configured
independently
Date/Time display format can be configured
Timezone can be configured (PHP 5.1 and higher)
Display uses templates, so each item (title, location, date, description, url,
etc) can be configured for each block. Very flexible and powerful!
Customizable "footer" to include brief information about the calendar
("provided by so-and-so", "updated weekly", a link to the full calendar, ical
feed link, etc)
Customizable "no upcoming events" text to display when no events are
coming up.
Recurring events are now handled!
"Today Only" option at the block-level

Installation

1. untar into modules directory (sites/all/modules)

399 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. Download SimplePie (http://simplepie.org/)


3. Copy simplepie.inc into the modules/gcal_events directory
4. Create a cache directory that is writeable by the webserver (defaults to
modules/gcal_events/cache)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jan-28
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Oct-25
notes for 5.x

Find out more · Bugs and feature requests

Menu Block Split


By robertgarrigos on the 23rd of June, 2007

With this module you can split any menu block into two
different blocks: a first block with the first level menu
entries only and a second block with any second level and
sub level menu entries. You can have as many splitted
blocks as you need.

Checkout the demo site (drupal 5) to see how this module


works.

Version 5.x-2.x uses menu entries of any type, so you can


actually use any menu entry created by you or by any other module.

Version 6.x-2.x is a port of the 5.x-2 branch to Drupal 6 (credit goes to


demeester_roel and mikl)

This is a very simple module I needed for a project. If you need something more
configurable I would recommend you to use the Menu block module.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Feb-21
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Feb-07
notes for 5.x

Find out more · Bugs and feature requests

Signwriter

400 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Agileware on the 20th of June, 2006

#D7CX: There are a number of outstanding issues


for the drupal 6 version. As soon as they are
resolved a drupal 7 port will be done.

The Signwriter module allows you to use TrueType fonts to replace text in
headings, blocks, menus and filtered text. It does this by replacing text with an
image generated from a TrueType font file which you provide. Note: Signwriter
requires the GD library to function.

Signwriter has a number of features:

Multiple profiles allow you to have different settings for different headings.
Profiles can provide input filters to replace text matching a regular
expression.
Images generated can be transparent or opaque.
Text can be positioned within a background image.
Text can be left, right, or center aligned.
Font size can be automatically reduced to fit the text within a specified
maximum width.
Images are cached to improve performance under high load.
Generated images can be gif, png, jpeg, or bmp.
Themes can use profiles configured by a user, or create their own.
To fit text within a maximum width you can select to display multiple lines
instead of reducing font size.
Drop shadows can be added to the text.
Support for signwriter menus (as of 6.x-2.x)

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Feb-02
notes for 6.x
Download · Release Recommended
5.x-1.6 2010-Feb-02
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 57 58 59 60 61 62 63 64 65 … next › last »

Page break by AutoPager. Page( 62 ).

Modules

401 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Resizable Body
By George2 on the 9th of February, 2009

Added new support for CCK


textarea fields in the latest 2.0
branch!

Have you ever wanted to resize the


body or comment field? Do you want
that funky facebook-esque automatic
height adjustment coolness on
textareas but didn't know who to turn to? Well fear not, introducing
Resizable_body!

That's right, resizable body adds the options to specify the rows and cols count for
the body and the comment field! Not only that, but It also allows you to remove
that pesky 'split summary at cursor' button that you have a love / hate relationship
with. And, we're not done there, not only all this, but you can also specify how the
height of the textfield should be adjusted - either disable it altogether, show the
default grippie, or have automatic height adjustment. YES! That's right - automatic
height adjustment for body, comment or textarea fields!

All this can be yours for the one-time non-refundable fee of FREE!

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Apr-13
notes for 6.x

Find out more · Bugs and feature requests

ModuleInfo

402 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jabapyth on the 5th of September, 2008

What this Module Does

In the description of each module on the


page admin/build/modules, ModuleInfo
places a list of the Pages, Blocks, and
Content-types created by that module.
Basically it alerts the user to any changes
that a module makes to the drupal UI.

Currently supports:

Help pages
Configuration Pages
Other Pages
Blocks
Content-Types

Todo:

If system module, link to the handbook page


Query outside review sources (e.g. drupalmodules.com)

Module Info provides a simple description of the changes a


module makes to a user's API. This description is placed on the
admin/build/modules page, conveniently next the module.
This module solves a problem that I have frequently had, and that
others I know have had: When I enable a module, I have no immediate
indication of precisely "what" the module does, and more importantly
*where* i can go to take advantage of that functionality. Frequently I
am forced to hunt around the menus, etc. to with the question "what has
changed now this module is enabled?" My module provides a nice, simple
list of the pages, blocks, and content-types a module creates, eliminating
a (in my view) huge usability issue.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-15
notes for 5.x

Find out more · Bugs and feature requests

FriendList
By mercmobily on the 4th of September, 2008

403 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Friendlist is a foundation needed to build a social network-oriented website with


Drupal 6.

At the very basic level, it provides the ability to create custom relationships
between users. It's a feature-rich suite of modules that features integration plugins
with a list of major Drupal modules (see below). Admins can create relationship
types. Both single (think: a fan) and two-way relationships (e.g. a friend) are
allowed.

Related Projects: Activity Log, HeartBeat

ATTENTION: If you enable Friendlist_Rules make sure that you use the
latest DEV Snapshot releases of both Token and Rules modules (not: the
stable ones) or the module won't work and will throw errors!

Documentation:
Just moved to new location, so under development: FriendList Docs

Features:
Integration with Views
Integration with Rules
Integration with HeartBeat
Integration with CCK Field Privacy
Integration with Popups 1.3.x
Integration with Node Access
Buddylist and Buddylist2 migration assistant.
User Relationships migration assistant.
Configurable set of relationships. One-way relationships, two-way
relationships with confirmation, two-way relationships without confirmation
(using Rules)
Working user interface, out of the box, with configurable system messages
[using t() function]
Complete user and developer documentation.
Sample code snippets for people who want more low-level access than using
Views.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-24
notes snapshot

Find out more · Bugs and feature requests

Custom Tokens

404 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By hanoii on the 23rd of October, 2008

It gives the user the ability to create custom tokens using PHP code for specific
replacements that can improve other modules relying on Token.

Advanced module, PHP code evaluation and execution

This module is designed for developers with, at least, a little PHP knowledge.
Custom tokens will evaluate and execute PHP snippets in order to provide the
replacements for the tokens you define.

Dependencies:
Token

Sponsored by:
Infomagnet

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jan-19
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jan-19
notes for 5.x

Find out more · Bugs and feature requests

SimpleTest
By boombatower on the 21st of October, 2004

Automated testing within Drupal should be done with SimpleTest, and this module
has been designed to make testing of Drupal easier for all. Its features are
powerful, and create a Drupal-specific testing API which is modeled after the
SimpleTest PHP library. It should be noted that as of the 6.x-2.x release of this
module, and Drupal 7 core, the afore mentioned third-party library is no longer a
dependency.

Which version should I use?


If you are just starting to write tests for Drupal 6, you should use the 2.x branch of
this module. If you have written tests previously please read the documentation,
as some things have changed between versions 1.x and 2.x.

Looking forward
SimpleTest 7.x development has been moved to a new location in core! Any issues
related to Drupal HEAD should be filed in the core issue queue, any issues related
to tests for 7.x should be filed in their parent module's component.

Requirements
The php-curl library is required for SimpleTest to function.

405 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Further reading

For help getting started please read the documentation.


For introduction to the 6.x-2.x and 7.x style testing (the future) please read
Simpletest Tutorial.
The Testing and Quality Assurance group.
Doxygen documentation of SimpleTest

Additional development / backport, sponsored by ParentsClick / Lifetime Digital.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-Dec-16
notes snapshot
Download · Release Recommended
6.x-2.10 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

Add Another
By Robin Monks on the 11th of January, 2009

Add Another displays a message after a


user creates a node allowing them to
make another node of the same type.
You can control what roles see this
feature, as well as what node types
display the message.

Add Another is an attempt to check one


of the items (#5 on my list actually) off
the wish list on my blog. It was coded in about 30min, and adds a feature that's
been bugging me for quite some time.

#D7CX: I pledge that this module will have a full Drupal 7 release on the day that
Drupal 7 is released.

If you want to instead have a button on your node submit form to "submit and add
another", check out the submit again module. There are some pitfalls to the
submit again approach though. One, the user won't be able to see their published
node before creating another. Also, if the user hits the wrong button, or decided to
add another node later; they have to start the create content process from
scratch. Both Submit Again and Add Another may be used together.

Version Date Links Status


6.x-1.4 2009-Oct-29 Download · Release Recommended

406 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

GMap Field
By zzolo on the 6th of November, 2008

This is a CCK based module that also depends


on the GMap module. This module offers a field
for a GMap Macro.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-22
notes for 6.x

Find out more · Bugs and feature requests

Views Showcase
By rfsbsb on the 6th of June, 2009

The Views Showcase can be used to


create very elegant and beautiful
Showcases to display content you may
want to highlight in your site.

This module integrates with Views


module, so you can use any content type and fields to be displayed as Showcase.

In this first release Views Showcase provides 3 slots where you can put an image,
a title and a teaser. The fields are provided by Views module, so you can virtually
put any field in these 3 slots. In future versions more slots will be provided.

This module uses 2 jQuery libraries to create amazing effects on displaying your
content:

Cycle: http://malsup.com/jquery/cycle/
Easing: http://gsgd.co.uk/sandbox/jquery/easing/

407 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Information about installation and configuration is in the README.txt file included


in the module package.

I'm refactoring the CSS styles to meet all browsers, soon I'll release a new
version with these fixes

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jun-09
notes for 6.x

Find out more · Bugs and feature requests

Aggregation
By mistknight on the 6th of February, 2007

This module requires PHP 5 and CURL support. The Image module is required if
you are planning on aggregating from feeds that contain an image per item.
Always remember to run update.php when upgrading your module and always
remember to BACKUP FIRST!

This module aggregates content from XML feeds. RSS 2.0, ATOM 1.0 & RDF 1.0
are supported, but its architecture is easily expandable to support any XML format,
check out the README file for details. Following are some of its features :

Highly efficient. This module was created for performance.


Ability to assign term(s) to all items generated from a feed.
Ability to dynamically tag all incoming items during feed handling phase. For
example, RSS, ATOM & RDF categories are automatically extracted, added as
terms, and auto-attached to aggregated items.
Integrates with OG. If the feed is set as a group, all items are assigned as
posts under it (parent->child). If the feed is set as a post, all items are
assigned as posts under the feed's group (siblings).
Built-in support for handling feeds that require HTTP authentication.
Built-in support for handling feeds that require FTP authentication.

Contributed by: Ashraf Amayreh

Version Date Links Status


Download · Release Recommended
6.x-1.10 2010-Mar-11
notes for 6.x
Download · Release Recommended
5.x-4.8 2009-Jan-01
notes for 5.x

Find out more · Bugs and feature requests

408 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

RSVP
By Omar on the 25th of March, 2005

RSVP lets users invite people to attend an event. Users create an 'RSVP' from an
event, send an invitation email to a list of people and then track who has looked at
the invitation and their responses. Invitees can view and reply without having user
accounts.

RSVP creators can be setup the RSVP to hide other attendees, allow attendees to
send email messages to the group, or invite more attendees.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc4 2009-Dec-31
notes for 6.x
Download · Release Recommended
5.x-1.8 2008-Nov-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 58 59 60 61 62 63 64 65 66 … next › last »

Page break by AutoPager. Page( 63 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

User Karma
By mercmobily on the 25th of December, 2007

USER KARMA

The first version of User Karma for Drupal 6 is available! Please test it and
file issues as you find them!

409 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module will keep track of your users' karma using the fantastic VotingAPI.
It does so by assigning one vote per user, where the vote is the user's karma.

This module was developed as part of Drigg (http://www.drigg-code.org);


however,
it also stands on its own: it will work with anything that uses the VotingAPIs.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Nov-26
notes for 6.x
Download · Release Recommended
5.x-1.13 2008-Nov-26
notes for 5.x

Find out more · Bugs and feature requests

Views Datasource
By allisterbeharry on the 21st of May, 2008

Views Datasource is a set of plugins for Drupal Views for rendering node content in
a number of shareable, reusable formats based on XML, JSON and XHTML. These
formats allow content in a Drupal site to be easily used as data sources for
Semantic Web clients and web mash-ups. Views Datasource plugins output content
from node lists created in the Drupal Views interface in a variety of formats - XML
data documents using schemas like OPML and Atom, RDF data documents using a
vocabulary like FOAF, JSON data documents in a format like Exhibit JSON, and
XHTML data documents using a microformat like hCard.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-07
alpha3 notes for 6.x
5.x-1.0- Download · Release Recommended
2008-Jul-09
alpha2 notes for 5.x

Find out more · Bugs and feature requests

Syndication
By aaron1234nz on the 28th of September, 2003

Syndication.module offers a web page which centralizes all of the RSS feeds
generated by Drupal.

Version Date Links Status

6.x-1.6 2009-Dec-13 Download · Release Recommended

410 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-18
notes for 5.x
4.7.x- Download · Release Development
2006-Dec-24
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Shorten URLs
By IceCreamYou on the 10th of May, 2009

This module provides an API to shorten URLs via


almost any service (over 23 services are available by
default), as well as a block and a page to provide
easy UI access to that API. Includes handling in case
a service cannot be reached or is taking too long to
respond.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

Drupal tweaks
By kenorb on the 22nd of July, 2009

This modules provides following functionality:

Quick common operation

- Enabling and disabling modules through


autocomplete suggestions
- Quick search for the nodes, users, etc. to
make some operations

Quick Drupal operation

- clear the cache and rebuild permissions from one place or do them both at once

411 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development tweaks

- show or log backtrace on Drupal errors

PHP Settings

- Increasing PHP max_execution_time value


- Increasing PHP memory_limit value
If your maximum execution time or memory limit is too less, you can experience
WSOD (White Screen of Death).
Read more:
http://drupal.org/node/207036 (Increase PHP memory limit)
http://drupal.org/node/482956 (Silent WSODs (White Screen of Death) - fixing
step by step)
http://drupal.org/requirements

Database tweaks

This sub-module allow you to enable and change following settings in your
database configuration on the fly:
- SQL_BIG_SELECTS
- MAX_JOIN_SIZE
- MAX_ALLOWED_PACKET
- WAIT_TIMEOUT
and changing SQL_MODES

Read more about those variables:


http://dev.mysql.com/doc/refman/5.1/en/server-session-variables.html

And SQL Modes:


http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html

Note: It will not work on servers, where your account don't have proper
privileges!
You can also follow similar topics:
#361967: Increase MAX_JOIN_SIZE and MAX_ALLOWED_PACKET settings in
system.install

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-10
notes snapshot

Find out more · Bugs and feature requests

Private

412 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By eaton on the 10th of January, 2007

Private is a very simple node access


module that gives each node a 'private'
checkbox. If it's set, it can only be seen
by the node author, or users with the
'see all private nodes' permission. It's
most useful on small sites with limited
needs, like single user blogs that want
to hide a few posts from the general
public without the overhead of a
comprehensive access management module.

Per-content type defaults, Actions integration, Views integration are also part of
the 6.x version of Private module. Building views of private content, or performing
bulk flagging of nodes as private or public, can simplify life for administrators as
well as end users.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Jan-10
notes for 5.x

Find out more · Bugs and feature requests

Boxes
By jmiccolis on the 2nd of February, 2010

Boxes module is a reimplementation of the custom blocks (boxes) that the core
block module provides. It is a proof of concept for what a re-worked block module
could do.

The module assumes that custom blocks are configuration, and not content. This
means that it is a reasonable action to ask for all blocks at one time, this is in fact
exactly what the core block module does.

Boxes provides an inline interface for editing blocks, allowing you to change the
contents of blocks without going to an admin page.

Boxes provides exportables for it's blocks via the (required) Chaos tools module.
This allows modules to provide blocks in code that can be overwritten in the UI.

Chaos tools is required to use Boxes.

Spaces support

Boxes provides a Spaces controller class that allows individual spaces to override a

413 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

particular block, or even define a completely new block for a specific space.

Spaces is not required by boxes.

There is a screen cast that demonstrates the Spaces module integration here.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

Bad Behavior
By seanr on the 6th of September, 2005

Bad Behavior is a set of PHP scripts which prevents spambots from accessing your
site by analyzing their actual HTTP requests and comparing them to profiles from
known spambots. It goes far beyond User-Agent and Referer, however.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-05
notes snapshot
Download · Release Recommended
6.x-1.0-rc2 2008-Apr-09
notes for 6.x
Download · Release Recommended
5.x-2.0-beta1 2008-Apr-07
notes for 5.x

Find out more · Bugs and feature requests

AHAH helper
By Wim Leers on the 29th of August, 2008

Description
Drupal 6's Forms API is great, but its AHAH support (a technique similar to AJAX)
is lacking. You have to write a menu callback for every AHAH-enabled form item of
your form. This is time consuming, hard to maintain and hard to write tests for.
Not to mention that the code for those menu callbacks is not easy to understand,
yet always the same. ("What's that piece of code for?" – "I'm not sure, it's just
necessary…") See my blog post about this if you want more details:
http://wimleers.com/blog/ahah-helper-module.

Notes about version 2

Version 2 of this module simplifies the usage a lot and contains a much improved
example. My blog post is slightly outdated: in version 2, the #first_time property

414 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

no longer exists: it was too cumbersome to use. Instead, validation is only


performed when a button is pressed, not when an AHAH event fires because of a
changed select, for example. See this issue for details.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Feb-14
notes for 6.x

Find out more · Bugs and feature requests

Suggested Terms
By Crell on the 30th of June, 2007

This module provides "suggested


terms" for free-tagging Taxonomy fields
based on terms already submitted. It
replaces the description field on free-tagging fields with a clickable list of
previously entered terms. If javascript is not enabled the list will still appear but
not be clickable. It provides the best of both worlds between a pre-existing list of
terms and the ability to add new terms on the fly as needed.

Once the module is enabled, go to admin/content/suggestedterms to configure the


module. Terms may be ordered by popularity, alphabetically, or most recently
added and the list may be limited to any number of terms. The settings will apply
to all free-tagging fields on all nodes.

(Thanks to Lampei for the screen shot!)

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Oct-29
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jun-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 59 60 61 62 63 64 65 66 67 … next › last »

Page break by AutoPager. Page( 64 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

415 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Content Complete
By pvhee on the 22nd of January, 2009

Content Complete is a CCK extension module that


allows to tag CCK fields needed for completion
(CCK Complete). The module checks the tagged
fields against the content provided for those
content types, and computes a complete
percentage that can be shown to the user.

The complete percentage can be shown to the user in the form of a block, or using
the views integration available since version 1.2.

Behavior

Rules integration. Provides a condition for completion >= x%.


UPDATE: completeness per node is supported from 1.2
UPDATE: Views integration is available from 1.2

Related Modules

This module is related to Profile Complete Percent, but uses CCK instead of
the core profile module. If you use CCK to manage your user profiles (eg
using Content Profile) you can recreate the same functionality with this
module.

Dependencies

Content Construction Kit (CCK)

Installation

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-18
notes for 6.x

Find out more · Bugs and feature requests

416 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Fivestar Extra
By Likeless on the 26th of October, 2008

Fivestar Extra extends the Fivestar


module to enable the rating of
comments and users.

For rating comments, a little rating


widget will appear above or below the
comment body.

For rating users, a rating widget


appears on the user page.

Both ratings widgets are configurable to much the same extent as Fivestar itself.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-29
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Theme
By mkalkbrenner on the 18th of July, 2005

Taxonomy Theme allows you to change the theme of a given node based on the
taxonomy term or vocabulary.

Taxonomy Theme 4.7.x


Taxonomy Theme 4.7.x isn't supported anymore. Sorry.

Taxonomy Theme 5.x


Taxonomy Theme 5.x for Drupal 5.x additionally allows to change the theme
depending on node types and maps themes to Drupal paths or path aliases
directly.

Taxonomy Theme 6.x


Taxonomy Theme 5.x will not be ported to Drupal 6.x as it is. For Drupal 6.x
ThemeKey offers a much better approach to switch themes using Theme Switching
Rules.

Taxonomy Theme 6.x now depends on ThemeKey UI (which is part of ThemeKey)


and uses ThemeKey as a back end to do all the magic. Taxonomy Theme itself now
simply provides the front end.

417 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Feedback is welcome! Especially from long time users of Taxonomy Theme ...

Current State
Project Taxonomy Theme was unmaintained since April 2009. So mkalkbrenner
took over responsibility for this module on November 2009.

Currently the focus is to continue Thilo's (profix898) work to turn Taxonomy


Theme 6.x into a ThemeKey front end.

Nevertheless I'll have a look at the very long issue queue for Taxonomy Theme 5.x
...

Related Projects
Version Date Links Status
6.x-1.0- Download · Release Recommended
2010-Jan-04
alpha2 notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Feb-28
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-25
notes for 4.7.x

Find out more · Bugs and feature requests

Ubercart Out of stock Notification


By hanoii on the 5th of September, 2008

Out of stock notification for Ubercart

It uses ajax and jquery and asks the server for available stock and replaces the
'Add to cart' button with some configurable HTML.

It should be mostly Plug&Play except for the configuration of the replacement text.

Dislpay attributes type supported for AJAX validation:

Select box
Radio buttons

Dislpay attributes type NOT supported:

Text field: This one is tricky, and I don't think it is hardly used anyway

Drupal 6.x Notes:

This branch also provides server-side validation. Ideas were taken from Ubercart

418 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Stock Manager With Attributes but implemented differently. I embedded some of


that functionality so this module can prevent the addition of out of stock items
even if JS is disabled.

Validations of stock are performed on the following places by throwing error


messages accordingly:

Single product add to cart forms (teaser, full and catalog view): If an
item out of stock or, if the item you want to add is already on your cart but
you have reached the stock limit
Shopping cart form: If you try to add more items that the ones in stock of
any product of your shopping cart

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jul-15
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jun-01
notes for 5.x

Find out more · Bugs and feature requests

Graphstat
By weboholic on the 13th of October, 2005

News
22/12/2009: I, weboholic, have recently took over the maintenance of the
Graphstat module. After the holidays I will look into the issue queue. Merry
Christmas and a happy new year.

Previous Maintainers
profix898

Info
The module includes 11 graphs, grouped under 4 tabs:

Daily graphs:
Average page generation time
Total number of pages served
Number of unique pages served
Unique visitors
History graphs:
Number of nodes
Number of users

419 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Number of comments
Node graphs:
Node type distribution
Number of nodes (total/published/queued)
User activity graphs:
Most active users (page hits)
Most active users (number of nodes)

Graphstat provides a simple API for other modules to add additional graphs.

I don't have time to work on Graphstat at the moment. Anyone interested


in (co-)maintaining this module!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Nov-26
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Term Node Count


By archard on the 2nd of February, 2009

This module allows you to display node count values for your terms in views. A
field, filter and sort criteria is provided, enabling you to greatly enhance listings of
terms on your site using views.

It is possible to use taxonomy_term_count_nodes() or write your own query to


retrieve the number of nodes attached to any particular term, but this can hinder
performance if you want to display node counts for a lot of terms at the same
time.

Instead of counting nodes on the fly, Term Node Count keeps track of all term's
node counts in its own database table and exposes that data to views. This makes
displaying node counts for a list of terms much easier and much more efficient.

If at any time the data stored by this module is corrupted by outside influences
(i.e. another module), you can always restore node counts to their proper values
by disabling, uninstalling and reinstalling the module.

Version Date Links Status

420 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

Permission Select
By himerus on the 15th of May, 2009

Permission Select is a module that


allows for quicker editing of role
permissions on /admin
/user/permissions.

The module utilizes jQuery to


manipulate the DOM, creating links to
check all / uncheck all on each set of
permissions for each module. This allows for quicker manipulation of permissions
for standard users.

This still requires a user to visit and modify permissions in the Drupal backend. If
you need a solution to programatically create and modify permissions, please
consider using the Permissions API.

Features
Creates a set of check all / uncheck all links for each role/module
combination at /admin/user/permissions
Now also creates a global permission select area that will enable the admin to
check or uncheck EVERY permission for any role. This really is only useful for
creating a super user account, or disabling a role entirely.

Maintainer
Developed and maintained by Jake Strawn

Version Date Links Status


Download · Release Recommended
7.x-1.1 2009-May-18
notes for 7.x
Download · Release Recommended
6.x-1.8 2009-May-27
notes for 6.x

Find out more · Bugs and feature requests

Cooliris (PicLens formerly)

421 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rsvelko on the 13th of April, 2008

The PicLens Drupal module is has


just found its new maintainer -
rsvelko from segments.at!

Description

The PicLens module for Drupal makes it


easy for you to provide your visitors
with an immersive slideshow
experience for rich media on your website. It supports the mediaRSS feeds which
is needed by the 3D plugins. The PicLens Lite is also supported enabling a really
slick slideshow on your own website.

For more information about PicLens and browser 3D plugins, go to


http://www.piclens.com/

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Jul-20
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Aug-21
notes for 5.x

Find out more · Bugs and feature requests

Text Size
By Christian Zwahlen on the 17th of November, 2007

#D7CX: I pledge that Text Size will have a full Drupal 7


release on the day that Drupal 7 is released.

This module display a adjustable text size changer or a zoom


function on the page for a better web accessibility.

The zoom function is comparable to the text zoom function in


Firefox 3, but this module resize also variable media objects,
variable pixel images and vector images. No JavaScript
required (WCAG/BITV 6.3).

Advantages compared with browser zoom

1. Adjustable. Increases/decreases step, minimum, maximum, standard and


variable or three fixed values.
2. Resize region definable. For example a element with a ID "content":
<div id="content">CONTENT</div> .
3. Browser independent.

422 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

4. One click function. No tutorial required.


5. Same handling in any browser (shortcuts).
6. Resize text, variable images and media objects (media objects or pixel
images with "em" or "%" and SVG images)
7. Select menu availabe.
8. Display current text size (zoom size).

WCAG and BITV conform. Keep the conditions 1.1, 3.1, 6.3, 11.1 and 13.6. More
Information: Web Content Accessibility Guidelines or bundesrecht.juris.de.

Version Date Links Status


Download · Release Development
7.x-0.x-dev 2010-Jan-06
notes snapshot
Download · Release Recommended
6.x-1.7 2010-Jan-05
notes for 6.x
Download · Release Recommended
5.x-1.7 2010-Jan-05
notes for 5.x

Find out more · Bugs and feature requests

Search and Replace Scanner


By starbow on the 7th of December, 2007

Versions 5.x-2 and 6.x of Search and Replace Scanner can do plain text search-
and-replace, or regular expression search-and-replace, against the title, body and
CCK text content fields on all nodes in your system. This is useful for finding html
strings that Drupal's normal search will ignore. The module is very handy if you are
fixing typos in a lot of content, changing the name of your company, or are
changing the URL of a link included multiple times in multiple nodes, among other
things.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-06
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Mar-06
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 60 61 62 63 64 65 66 67 68 … next › last »

Page break by AutoPager. Page( 65 ).

423 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC Node Checkout
By rszrama on the 1st of August, 2008

This module allows you to map a node type to an Ubercart product.


When a user creates a node of that type, the specified product is added
to the shopping cart with a node reference to the newly created node. Options in
the module allow you to turn links in the shopping cart into edit links for the node,
display a summary of the node details in the shopping cart and on the order
screens, and hide CCK fields on the node type from users who don't have the "edit
content" permission. This makes the module an ideal candidate for registration site
and customizable product sites that contain additional fields only administrators
should have access to when processing the orders.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta4 2009-Jul-30
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-25
notes for 5.x

Find out more · Bugs and feature requests

Imagefield Import

424 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By vordude on the 16th of May, 2008

Imagefield Import allows users with the


proper permissions to import a large
number of images into a CCK content type
which contains a filefield or an imagefield.

The module can grab titles and


descriptions using EXIF or IPTC.

It is possible to set taxonomy term


associations and CCK field values during
the import.

In spite of the name, this module also supports normal file fields. You can use this
to create a bunch of nodes with attached files.

Note: To use this module you must be able to upload images to your server via
FTP, SCP, or other methods.

Note: Be aware of possible ImageField conflicts with the Image module.

This module requires the FileField and CCK modules.

Current development and maintenance is made possible in part by Peytz & Co.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Dec-16
notes for 5.x

Find out more · Bugs and feature requests

Protected node
By tolmi on the 25th of March, 2007

With protected node module the users can restrict the access to a node accessible
only with a password they provided when the node was created. On node creation
you can set a node protected, supply a password and verify strength of the
password(via JavaScript).
If somebody wants to view the node or download an attachment of the node, will
be redirected to a password query. If password is right, the user will be redirected
to the originally accessed page. Authorization is stored in session, so don't have to
enter the password over and over again if once it was provided right.

For those who upgrade the module to the newest version: These releases
contain a regression. The protected node admin page no longer contains the node
type selection control. This represented a duplicate functionality with access

425 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

control and have been dropped in favor for access control group regulations. After
upgrade, please go to access control and give your groups at least access to view
protected content.

Known conflicts:

Login Destination

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Feb-28
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Feb-28
notes for 5.x

Find out more · Bugs and feature requests

Gallery Assist ImageCache


By jcmc on the 11th of October, 2009

What does Gallery Assist ImageCache?

Gallery Assist ImageCache help Gallery Assist to work


with ImageCache.

What should I pay attention?

The last action in a ImageCache preset planed for a


Gallery Assist node or other node type with Gallery
Assist assigment must be a action wich contain size
information.

Links

Livedemo: Gallery Assist using ImageCache examples


Screencasts: Gallery Assist ImageCache screencasts

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

426 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Advanced Book Blocks


By Aaron Hawkins on the 4th of January, 2009

This module integrates with the API provided by theJQuery Menu


module (version 1.8 and higher) to provide click and expand book
menus with the ability to customize each block individually.

Not only can you set blocks to hold particular sets of books, but
you can also set each block to enable new books on a per block
level based on taxonomy terms which are assigned.

In other words, you can set a block to only add books that have
been tagged with "foo" or you you can do the opposite and exclude
only books that have been tagged with "bar". This makes it much easier to sort
your books on your site on a per block level.

Version 1.2 has two important bug fixes, so if you are running 1.1 you should
upgrade.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2009-Mar-10
notes for 6.x

Find out more · Bugs and feature requests

FLV Media Player


By arthurf on the 30th of January, 2008

This is a helper/configuration module to


work with JW media player FLV flash
player. It is designed for integration with
XSPF Playlist to make it easier for
configuration and setup. To use this, you
need to download the player and place it
in this module directory. You can then
configure the display options you want.

This module has support for


recommendations and integrates with views to allow administrators to select what
kinds of content they want to recommend after a video has been watched. This
module also integrates with Trackit and XSPF Playlist for tracking and playlists.
This module also integrates with Views to provide recommended content via
special views created by an administrator. This module will produce embedded
code for users to insert your video onto their site. Recommended content as well
as playlists are supported in the embedded code. Additionally, this module can
create an external configuration file which allows the administrator to change
content as well as display options to already embedded players.

427 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Dec-07
notes for 6.x
Download · Release Recommended
5.x-4.0-beta7 2009-Jul-14
notes for 5.x

Find out more · Bugs and feature requests

Ubercart ajax cart


By erikseifert on the 28th of August, 2008

Sorry i am full with work this week. There will be an update before
christmas

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-22
notes for 6.x
Download · Release Recommended
5.x-1.0-rc4 2009-Jan-19
notes for 5.x

Find out more · Bugs and feature requests

TweetMeme
By Rob Loach on the 27th of April, 2009

Provides third-party integration with the


TweetMeme web service, used to track
popular links on Twitter.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-19
notes for 5.x

Find out more · Bugs and feature requests

Acidfree Albums
By vhmauery on the 2nd of August, 2005

428 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A full-featured media management system for drupal. This makes it so you can
easily manage your photos and videos with drupal. Acidfree albums and media
items are drupal nodes to integrate better into your system. It offers themeable
drawing routines for albums and each media type so it can fit in better with the
rest of your website. Items can be added individually (the drupal node-centric
method) and also via a mass-import page that allows server-side directories of
media to be imported or zipped, bzipped or gzipped archives to be uploaded and
imported.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-16
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Nov-02
notes snapshot
Download · Release Recommended
4.7.x-1.0 2007-Jan-23
notes for 4.7.x

Find out more · Bugs and feature requests

Corner
By kirie on the 15th of December, 2008

This module lets you add configurable corners to


your site. These corners could be image 'strips' to
show short messages or banners on one or several
pages on your site. The corners are placed on the
page using CSS absolute or fixed positioning. The
module has been designed to be light-weight and
easy to use.

Features

Each corner image can be configured with an image, title and optional link. You
can also use an image map to specify the clickable region of a corner. Corner
visibility is controlled in a fashion similar to the Page specific visibility settings for
blocks. The module ships with five images - if you have any artistic inclinations and
would like help out, I'll be more than happy to add additional images to the
module. Use your own images by uploading them to the corner/images directory.
The HTML output is fully themeable with the included template and CSS files.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Jun-17
notes for 6.x

Find out more · Bugs and feature requests

429 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 61 62 63 64 65 66 67 68 69 … next › last »

Page break by AutoPager. Page( 66 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Taxonomy Block
By drupal-id.com on the 6th of January, 2005

This module used to display taxonomy in a block.

Version 5.x
1. Count how many nodes per term
2. You can create as many blocks as you like

Version 6.x
1. Support multi languages (i18n) module! Compatible
with Language Switcher
2. Count how many nodes per term
3. Currently only support 1 block, next version will support 3 blocks

Sponsor
Taxonomy Block 6.x version sponsored by http://dipertatph-tapin.org/
(Institutions of Agriculture Food Crop and Horticulture at Tapin, South Kalimantan,
Indonesia)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Nov-11
notes for 6.x

430 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot
Download · Release Development
4.7.x-1.x-dev 2007-Jun-02
notes snapshot

Find out more · Bugs and feature requests

dfgallery
By eastcn on the 6th of March, 2009

This is a slide of the integration module,


view the demo here: Demo

Dfgallery-2: http://www.dezinerfolio.com
/dfgallery-2/free-flash-gallery

Module provides two functions for the


call: dfgallery_json, dfgallery_html.

photos module using the slide function


dfgallery.

Error: lack of language packs:

The error will disappear in seconds. It is caused by a lack of language pack, cvs
does not support the language pack(.eden) format.
Based on the wrong path, please create an empty file. eg: ..../modules/dfgallery
/dfgallery/resources/locale/dfgallery_en.eden

How to use?
A first step, the use of function dfgallery_json generate json data:
<?php
while ($images = db_fetch_array($result)){
$array[] = array(
'title' => $image['filename'],
'timestamp' => $image['timestamp'],
'thumbnail' => _photos_l($image['thumb'][$thumb]),
'image' => _photos_l($image['thumb'][$view])
);
}
$albums = array(
array(
'properties' => array(
'title' => 'my album1',
'description' => 'description',
//'icon' => 'http://www.cmsns.com/misc/CMSNS.png',
),

431 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

'images' => $array,


),
// array(
// 'properties' => array(
// 'title' => 'my album2',

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-24
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

User Points Voting API


By kmillecam on the 26th of March, 2008

Makes it possible for voting widgets (that leverage the Voting API) to hook into the
User Points ecosystem. Sites using voting tools like Fivestar, Voting, or Latest and
Greatest (to name a few) can now award their users points for voting.

This module is compatible with the 5.3 version of User Points.

User Points Voting API is sponsored by WebWise Solutions.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Aug-03
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Jun-10
notes for 5.x

Find out more · Bugs and feature requests

Project
By dww on the 28th of September, 2003

This module provides project management for Drupal sites.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-30
alpha4 notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-07
notes for 5.x

432 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

External New Tab


By mcrittenden on the 8th of April, 2009

This extremely simple module allows you to easily open links to external sites or
PDF documents in new tabs. It uses jQuery instead of target=_blank so the
markup will still validate. You can also configure which pages you would like this
module to apply to.

It's preferred over the great http://drupal.org/project/extlink module for cases


when you either only need this one feature (since this module is much more lean)
or it is important that the generated (i.e., dynamically by JavaScript) markup still
validate.

Installation
Download and enable the module
...
Profit! You're done! However, if you want to enable or disable the module on
a per-page basis, visit the configuration page.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Condition(s)
By tobiassjosten on the 27th of January, 2008

Conditions are sets of requirements (e.g. PHP code, current page or site) that
make the condition as a whole TRUE or FALSE . Other modules can provide new
requirements or use the Condition API to trigger some kind of action (e.g. display
a block or switch the theme to Garland) in case a condition is TRUE .

Version Date Links Status


Download · Release Recommended
6.x-2.5 2008-Apr-17
notes for 6.x

Find out more · Bugs and feature requests

Pingback
By andreashaugstrup on the 30th of October, 2007

433 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A screencast demonstrating the pingback module is available at:


http://www.masteringdrupal.com/screencast/drupal-pingback/play (thanks to
greggles).

The Pingback module enables Drupal to send and receive pingbacks to and from
nodes. It is a pingback user agent as specified in the Pingback 1.0 specification.

Features:

Send and receive pingbacks


Enable pingbacks per content type
Send pingbacks on node creation or on cron (in case you post many links and
want to queue up the pingbacks)

Unlike the trackback module for Drupal, this module register pingbacks as
comments. You can manage received pingbacks using the normal comment pages.
The one drawback to this approach is that anonymous users must be able to post
comments (not a problem for most blogs).

The module was originally created by laexter

The 5.x branch will receive bug fixes only. Don't hesitate posting feature requests
for the 6.x branch.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-15
notes for 6.x

Find out more · Bugs and feature requests

User Visits
By sanduhrs on the 13th of July, 2007

The user Visits module tracks visits and


referer from other users on a user's
profile page.
It displays the latest visitors on a user's
profile page and provides two blocks
one with the latest visitors on a user's
profile page and one with the latest
visitors on own profile page.

See User Visits Advanced for additional functionality.

Version Date Links Status


6.x-1.4 2009-Apr-24 Download · Release Recommended

434 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

Secure Pages Hijack Prevention


By grendzy on the 28th of January, 2009

This is an add-on to the Secure Pages module that will prevent hijacked sessions
from accessing SSL pages, yet still allow users to stay logged in when browsing
non-SSL pages.

The login form is also secured, both on the user page and the login block.

This module is recommended for most securepages users. (One possible exception
is if you have set session.cookie_secure , and you have "Switch back to http"
disabled in the securepages settings.)

Please do consider carefully the inherent limitations of mixed HTTP / HTTPS


sessions. For an analysis of various approaches to using SSL, see this article on
crackingdrupal.com.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Aug-06
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Permissions API
By ebeyrent on the 14th of October, 2008

Overview
The permissions_api module provides a
method for granting and revoking
permissions for a given role. This
module helps with the issue of staging
a Drupal site across multiple
environments, from development
sandbox to production environment.

The ability to import CCK content types through code is great until you decide that

435 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

you want members of specific roles to be able to do something with this content
type. Currently, the only way to grant the permissions is to navigate through the
access control page in the admin interface, which is completely unusable if you
have a lot of roles and a lot of modules.

This module addresses that problem by providing the following functions:

permissions_grant_permissions()
permissions_revoke_permissions()
permissions_grant_all_permissions()
permissions_grant_all_permissions_by_module()
permissions_revoke_all_permissions_by_module()
permissions_get_permissions_for_role()
permissions_get_role()
permissions_role_inherit()

Maintainer
Developed and maintained by Erich Beyrent
Sponsored by CommonPlaces e-Solutions, LLC

News
Drupal 5 No new functionality is being added to the D5 version of this module.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2010-Mar-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Oct-17
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 62 63 64 65 66 67 68 69 70 … next › last »

Page break by AutoPager. Page( 67 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

436 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Textile
By joshk on the 5th of November, 2003

This module implements the popular Textile markup shorthand made popular by
Movable Type and Basecamp.

Module maintenance by joshk (of Chapter Three) and trevortwinning (of Civic
Actions).

Update to Textile 2.0

You will need to download textile 2.0 in addition to this module in order for the
filter to work. See the INSTALL file for details.

The Textile filter allows you to enter content using Textile, a simple, plain text
syntax that is filtered into valid (X)HTML. It was originally developed by Dean Allen
of textism.com, and several different versions (in several different programming
languages) have been created. It is notably used by 37signals' Basecamp product,
among many others.

Note: you will need to carefully configure your input filters for Textile to work
optimally. It can easily conflict with the line-break converter and Filtered HTML
filters. See the documentation for details.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Oct-13
notes for 6.x
Download · Release Recommended
5.x-2.1 2007-Jun-28
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Google News sitemap


By Dave Reid on the 1st of March, 2009

The Google News module generates a Google news compatible sitemap feed from
your Drupal site's content.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-26
notes for 6.x

437 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.4 2010-Feb-12
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Role
By der on the 8th of February, 2007

The purpose of this module is to provide a way to restrict which vocabularies show
up on the node forms. This allows you to do things like setup vocabularies for
administrator-only use or for any other purpose where you want only certain roles
to see or set vocabulary terms on the nodes.

IMPORTANT! – Once this module installed, you MUST visit the access
control admin page to set the access permissions for your existing
vocabularies (and going forward for all new ones). If you don’t do this
step then your vocabularies wont be visible to anyone but the original site
admin account owner.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Jul-06
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Sep-09
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Mar-04
notes for 4.7.x

Find out more · Bugs and feature requests

Bitcache
By Arto on the 15th of November, 2007

Bitcache is a distributed content-addressable storage (CAS) system. It provides


repository storage for bitstreams (colloquially known as blobs) of any length, each
uniquely identified and addressed by a digital fingerprint derived through a secure
cryptographic hash algorithm.

This is a module that provides a Bitcache-compatible data storage repository for


Drupal and implements the Bitcache REST API for interoperability with the
standalone Bitcache command-line and synchronization tools. The Drupal module
includes storage adapters for the file system and for MySQL, PostgreSQL, SQLite
and GDBM databases, with Amazon S3 support in the works.

438 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Kaltura
By gonen.kaltura on the 16th of December, 2008

Kaltura’s Open Source All-in-One


Video Module for Drupal
Check out our latest implementation and
learn more from over 40 hours of training material from 34 different
sessions at Do It With Drupal - http://www.doitwithdrupal.com/schedule
/videos

The open source Kaltura Video module for Drupal handles every aspect of video
and rich-media, including content management, syndication, monetization,
transcoding, uploading and importing content, and even editing and remixing of
content online – it’s simple to install, use and customize. The module is available in
two flavors – either hosted by Kaltura with tier 1 hosting and streaming services
and a 10 GB FREE trial, or connected to the community-supported self-hosted
version of Kaltura, which is completely for free. See below for detailed features and
more information on our hosting options.

The module was developed specifically for Drupal, and integrates with other
features and modules, such as CCK, cron, metadata and taxonomy features.

Highlights include:

Upload video in any format – upload from your computer or record from
webcam - videos will be transcoded to FLV format by the Kaltura system
Easy import of videos , images and audio files from MySpace, Flickr and more

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jan-14
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-14
notes for 5.x

Find out more · Bugs and feature requests

Block Reference
By danielb on the 15th of June, 2008

439 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Defines a CCK field type 'Block Reference' which allows users to include blocks into
nodes. This module is modelled on Node Reference and usage is similar.

Note: By popular demand the referenced block will be shown regardless of block
visibility settings - this can be changed by removing the manual overrides for
visibility in the formatter theme function.

Version Date Links Status


Download · Release Recommended
6.x-1.16 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Administer Users by Role


By smokris on the 16th of March, 2008

Allows users with 'administer users' permission and a role (specified in 'Access
control') to edit and/or delete other users with a specified role.

If the user being edited has multiple roles, the user doing the editing must have
permission to edit ALL of the user being edited's roles.

Also provides role-based control over user creation.

Works well in conjunction with the (optional) role_delegation module.

I wrote this module as part of a Kosada Inc development project --- this allows us
to further delegate user administration. Site administrators can now create users
without being given full "administer users" permission, and can edit a specified
subset of the site's users depending on the combination of roles possessed by the
editing user and the user being edited.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jun-29
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jun-29
notes for 5.x

Find out more · Bugs and feature requests

TinyMCE Node Picker

440 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By tronathan on the 3rd of August, 2009

This module will de discontinued and


replaced with Node Picker as soon as a
stable release is available.

TinyMCE Node Picker provides a button


in TinyMCE that displays a list of links
to content. Choosing a link inserts it
into the editor.

The module includes template files


which can be edited for your theme, but should not require theming to display
correctly.

It also creates two views called nodepicker_nodes and nodepicker_taxonomy which


can be edited to change the results that the link picker displays.

Requirements
Wysiwyg
TinyMCE editor
Views

Version 2.x
With the 2.x branch of Node picker there is no longer any dependency on TinyMCE.
The module should in theory work with other editors. Because of the lacking
support for custom editor plugins in Wysiwyg module the only supported editor at
this time is TinyMCE. To get this module working with other editors the functions
openDialog and closeDialog must be implemented in Wysiwygs modules
coresponding editor library.

Credits
Version Date Links Status
Download · Release Recommended
6.x-2.1 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

CCK Facets
By David Lesieur on the 5th of February, 2008

CCK Facets is a bundle of modules that integrate with Faceted Search to expose
Content Construction Kit (CCK) fields as facets. This allows users to browse field
values and to filter search results with those values.

441 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-13
notes snapshot
Download · Release Recommended
5.x-1.0-beta2 2008-Jun-23
notes for 5.x

Find out more · Bugs and feature requests

Search Lucene API


By cpliakas on the 8th of January, 2009

Overview
#D7CX: I pledge that Search Lucene
API will have a full Drupal 7 release on
the day that Drupal 7 is released.

Search Lucene API adds Solr-like


search functionality to Drupal. Because it is built on top of the Zend Framework's
PHP port of Lucene, neither Java nor any external services are required to use the
module. Out of the box, the bundled Search Lucene Content module adds
advanced features that the core content search lacks such as advanced Lucene
query syntax, fielded sorting of search results, and finer-grained content bias
settings. Search Lucene API also has the ability to integrate with existing Drupal
word stemmers such as the Porter-Stemmer project, but unlike the core search
module it correctly highlights the matches. Enabling the bundled Search Lucene
Facets module adds faceted searching to your site, and the exposed hooks allow
developers to add additional Lucene fields and facets with ease. Because Search
Lucene API caches search results and facet displays, repeated queries are
returned instantly with little resource consumption.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Sep-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 63 64 65 66 67 68 69 70 71 … next › last »

Page break by AutoPager. Page( 68 ).

Modules

442 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart Product Power Tools


By tcindie on the 24th of September, 2009

Product "Power Tools" for Ubercart


gives the store admin a number of
options for altering the product creation
form.

This is useful when you have product


classes that do not require all of the
possible product fields, especially if
someone less computer savvy will be
dealing with data entry for products
listed on the site.

Unneeded fields can be disabled and hidden, or preset and hidden.

Tweakable options include:

Auto Generate SKU


List Position
List Price, Sell Price, and Cost
Default Quantity & Package Quantity
Whether a product is shippable, other shipping fields can be preset and
hidden, or hidden for non shippable products
Set default stock levels (If stock module is installed)

Usage
Once installed, settings are available by product class at the url: admin/store
/products/power-tools

As of version 1.10 the default product node type is supported.

Power tools settings are configured for each class by clicking the edit action next to
the associated product class, and can be enabled or disabled for each class as well.

443 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Please Note
Version Date Links Status
Download · Release Recommended
6.x-1.10 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Teaser Thumbnail
By hunvreus on the 15th of December, 2007

The Teaser Thumbnail module allows you to automatically generate thumbnails for
your node teasers and RSS feeds from the pictures included in the body or the
attachments of the nodes. This module depend on ImageCache 2 and works with
views.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Dec-26
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Nov-08
notes for 5.x

Find out more · Bugs and feature requests

Action email role


By dgtlmoon on the 18th of January, 2008

I have not found an official "heres the


way to email everyone in a certain
role(s)" action, so I've cleaned some
code and contributed it.

This module provides an action which is


configurable to email everyone in the
specified roles, it is much like the built in "send email" action however it allows you
select the recipients as a list of roles.

Drupal 6 Style Workflow and Actions


The 5.x-2.x branch of action_email_role is compatible with D6 style Workflow and
Actions. action_email_role 5.x-2.x requires the 5.x-2.x versions of both Workflow
and Actions. Thanks to v1nce for the update.

Sponsored by Marmaladesoul and dgtlmoon

444 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Sep-13
notes for 6.x
Download · Release Development
5.x-2.x-dev 2008-Jun-06
notes snapshot

Find out more · Bugs and feature requests

Contact form blocks


By fuerst on the 24th of June, 2009

The Contact form blocks module makes your site-wide contact forms available as
Drupal Blocks.

Using this module you can show your contact forms at any place where you can
show a Drupal Block. For instance you may add a contact form to the right sidebar
of your website which should be shown at every page. Or you want to add another
contact form (aka category) to a certain node only. Add the contact form block to
the content region and use the Block visibility settings to hide it from all pages but
that special one.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

Bookmark Us
By Gurpartap Singh on the 11th of October, 2006

The Bookmark Us Module allows visitors to quickly and easily bookmark your site,
and the current page. Very flexible. Works with IE, Opera, Firefox, Netscape, and
other Gecko-based browsers.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Aug-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Jan-19
notes for 5.x

Find out more · Bugs and feature requests

445 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Atom
By deekayen on the 28th of September, 2003

Provides an Atom 1.0 feed.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-07
notes snapshot
Download · Release Recommended
6.x-1.1 2009-May-07
notes for 6.x

Find out more · Bugs and feature requests

User titles
By Agileware on the 17th of July, 2007

This module allows the administrator to assign titles to users based upon their role
and the number of nodes they have created.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2010-Feb-03
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Cufon
By davideads on the 13th of July, 2009

The Cufon module adds integration with the Cufón Javascript library to Drupal.
Cufón performs text replacement on web pages, using the canvas element and
VML to render fancy typefaces.

Quick start
1. Enable the module and set permissions.
2. Download cufon-yui.js and place it in the modules js directory.
3. Generate a font definition and upload it anywhere in your theme folder. Make
sure you keep it legal.
4. Configure Cufon by associating a jQuery selector with any of the detected
fonts in admin/settings/cufon .

446 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Please refer to the module's README.txt for more detailed configuration


information.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Aug-27
notes for 6.x

Find out more · Bugs and feature requests

Announcements
By NancyDru on the 5th of May, 2008

This is an adaptation of the sample module writing article at http://www-


128.ibm.com/developerworks/ibm/library/i-osource6/.

This module creates an "announcement" content type and provides both node
views and block lists.

Yes, your help is wanted and appreciated, especially with documentation. If


anyone wants to be a co-maintainer, just post a task in the issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Apr-25
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

Slide Show CS
By davebv on the 1st of September, 2008

Slide Show CS is a module which provides a block with a fancy slide show effect.

The module uses jQuery plugin Cross-Slide (http://www.gruppo4.com/~tobia


/cross-slide.shtml).

Several parameters can be customized such as the images to display, zooming,


position, transition...

Currently, the order of the slideshow is given by the alphabetical name of the file.
(Thus it is recommended you name the files 01_somethinhere.png,
02_somethinhere.png...etc)

The image formats supported are the same supported by drupal core.

447 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Pseudo-tutorial

To make it work, just upload the images in a server folder (with public access
permission, and should be a good idea to store them in the files/slideshowcs path,
default filesystem).

Then, go to http://example.com/admin/settings/slideshowcs and set the number


of blocks you want to show.

Then, go to block settings and configure each block. You will find for each one a
text area for the folder of the images you wan to display.

Once the folder is set properly, they should appear the images you have in it like
the screenshot.

You can also tweak the height of the block (which will expand to the width of the
div you are embedding it)

Fade parameter indicates the duration of the transition between pictures.

If you do not want all the images to do the slideshow, just uncheck the "enable"
checkbox.

Version Date Links Status


Download · Release Recommended
6.x-2.9 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 64 65 66 67 68 69 70 71 72 … next › last »

Page break by AutoPager. Page( 69 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

448 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Wordfilter
By Steve McKenzie on the 12th of June, 2005

This module allows site administrators to filter certain words on all pages.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Nov-07
notes for 5.x

Find out more · Bugs and feature requests

RelatedContent
By TBarregren on the 22nd of March, 2007

RelatedContent enables site


maintainers to easily select on a
per-node basis what nodes should be
displayed along with it. Nodes that are
available for selection are provided by
one or more views, provided by the
Views module. How the nodes are
displayed is configurable, as well as
themeable. The module also provide a
small but powerful API for advanced users.

Some examples of what can be accomplished with the module:

The module can be used to embed into a node's body the teasers or bodies of
nodes with related content.
In conjunction with the Simplenews module, RelatedContent can be used to
compile newsletters out of already existing nodes.
Using its API, the module can made to display a block with content related to
the node currently being viewed.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-09
notes for 6.x
Download · Release Recommended
5.x-1.7 2008-Sep-22
notes for 5.x

Find out more · Bugs and feature requests

449 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Open Flash Chart API


By redndahead on the 17th of November, 2007

This project allows a user/developer to add a flash chart to anywhere they can put
php.
See examples of Open Flash Chart in action here: http://teethgrinder.co.uk/open-
flash-chart/

Version Date Links Status


Download · Release Recommended
6.x-2.11 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-2.9 2009-Mar-01
notes for 5.x

Find out more · Bugs and feature requests

Agenda
By aidanlis on the 14th of May, 2009

The Agenda module allows you to display a list of


upcoming events from Google Calendar as a block on your
website.

The events are automatically downloaded and cached


from the Calendar IDs specified in the Agenda
administration page. Unlimited calendars can be added,
and the colours for each calendar can be specified in the
CSS file.

The output is fully themeable, and uses jQuery for dynamic effects such as
rounded corners, and click-toggling extra information.

Note: If you have the Date API and Date Timezone modules installed, Daylight
Saving Times are handled correctly.

Version Date Links Status


Download · Release Recommended
6.x-1.7-beta4 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Category
By Jaza on the 2nd of December, 2005

450 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Category module is an alternative to, and a combination of, the Taxonomy and
Book modules in Drupal core. The key feature of this module is that vocabularies
and terms are nodes. In Drupal core, you use taxonomy terms (and vocabularies)
to classify your content categorically, and you use book nodes to structure your
content hierarchically. In the Category module, you do both of these things using
category (and container) nodes. In this module, a container is the node-ified
version of a vocabulary, and a category is the node-ified version of a term. A
container also acts as a top-level book page, and a category acts as a child book
page. You can apply category or container behavior to any node type on your site.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc2 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Feb-02
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-02
notes for 4.7.x

Find out more · Bugs and feature requests

OG Calendar
By paulbooker on the 12th of May, 2006

This module provides each group with a calendar showing only the group's events.

This project is no longer being maintained.

Sponsored by Raven Brooks of BuyBlue.


Developed by CivicSpace Labs.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-28
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Apr-03
notes for 5.x

Find out more · Bugs and feature requests

Advanced Contact
By neclimdul on the 23rd of February, 2007

This module provides additional features to the core contact module including
providing a default subject and setting the category through URI arguments.

451 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This can be useful for sites that want to be able to link to a specific contact form
from different sections of the site.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-22
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-22
notes for 5.x

Find out more · Bugs and feature requests

Tribune
By SeeSchloss on the 29th of November, 2007

Provides an advanced discussion space, a chatroom, for a website, a kind of


enhanced shoutbox meant to be used for real discussion, with dynamical
highlighting of answers and references. It allows users to chat in real time (far
more reactive than a shoutbox) without having to use a separate client (unlike an
IRC channel, for exemple).

Version Date Links Status


Download · Release Recommended
6.x-1.11 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Custom Links
By eaton on the 20th of November, 2006

Allows administrators to set up parameterized entries for any node type's links.
This allows CCK-style node types to have "Visit this user's blog" style links, without
any custom code.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2007-Feb-28
notes for 5.x

Find out more · Bugs and feature requests

Node Access

452 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By emptyvoid on the 25th of March, 2009

Swipht technologies developed a set of security modules with sponsorship from


Portland State University. The modules provide roles and user specific security
permissions for menus, menu items, nodes, and security integration into the
administration and help systems. We would like to provide this suite of modules
back to the community to share the usefulness of the suite and involve the
community to provide additional support, testing, and moderation.
Special care was taken to ensure the usability of permission management was
consistent across all sections of the system (nodes, menus, menu items). Also
each security module uses a cascading security scheme to allow global security
and the option to override or define exceptions to the security model for individual
items.

For example, defining global node access rights by role will dynamically apply the
security scheme to all content types and nodes created. However the user can
override the global security scheme for an individual content type, and override
the permissions for a given content type by setting permissions on an individual
node.

Please Note!!

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Oct-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 65 66 67 68 69 70 71 72 73 … next › last »

Page break by AutoPager. Page( 70 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Job Posting

453 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By gmarus on the 16th of April, 2008

The Job Posting module adds a new node content type ('job posting') intended to
facilitate the advertisement of available employment opportunities at a particular
hosted site or on behalf of client organizations (i.e. in the case of recruiting
companies).

NOTICE REGARDING D7-COMPATIBILITY: There are no plans to port Job Posting to


D7 though it will continue to be maintained until D6 EOL. For a brief explanation
and feedback see #690766: Drupal 7 and Job Posting's Future

Version Date Links Status


Download · Release Recommended
6.x-1.11 2009-Jul-13
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Aug-11
notes for 5.x

Find out more · Bugs and feature requests

FFmpeg Wrapper
By arthurf on the 16th of March, 2008

This is a helper model that provides access to the FFmpeg application. It provides
some basic functionality for developers who need to process media files. In
addition to transcoding media, FFmpeg Wrapper provides a way to extract specifc
data from a media file- duration, dimentions, codec, etc. It is intended to help
build a community supported interface to FFmpeg instead of having multiple
modules reinventing the wheel every time they want to process rich media.

FFmpeg Wrapper provides an ajax enabled form for applications wishing to build
conversion settings, as well as an ability to write configuration files which have
specific configuration needs.

This module is supported by arthurf and zoo33.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Nov-17
notes for 6.x
Download · Release Recommended
5.x-1.1-beta1 2009-Jan-02
notes for 5.x

Find out more · Bugs and feature requests

Flexifilter
By cwgordon7 on the 6th of January, 2008

454 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Flexifilter is a module that allows non-admins to create their own, configurable


custom filters. It is not limited to simple text replacement or regex replacement; it
includes logic such as if() and while() statements, and is easily extendable by
other modules. It is the best thing to hit Drupal since the potato.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-17
notes for 6.x

Find out more · Bugs and feature requests

Support Ticketing System


By Jeremy on the 2nd of June, 2009

The support module provides a basic


ticketing system and helpdesk that is
native to Drupal, offering complete email
integration.

The Support module offers the following


features:

Ticketing activity is illustrated with


colorful charts (depends on the
Chart API module).
Tickets can be assigned to users (and users can view all tickets assigned to
them).
Tickets support states (new, active, pending, closed, etc) and priorities (low,
normal, high, critical, etc).
Configurable email notifications for new and updated tickets.
Email integration allows tickets to be created and updated via email, with
support for attachments. New users can be automatically created.
Fully integrated with Drupal's search functionality, users can only search for
tickets they have access to.
Supports an unlimited number of clients, each with their own configuration
and access permissions.
Tickets are nodes, ticket updates are comments.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-07
notes for 6.x

Find out more · Bugs and feature requests

455 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Extra Voting Forms


By mercmobily on the 20th of December, 2007

Welcome to Extra Voting Forms!

This module gives you easy-to-use, and yet powerful, voting forms.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-05
notes snapshot
Download · Release Recommended
5.x-1.16 2008-Sep-09
notes for 5.x

Find out more · Bugs and feature requests

SuperCron
By 63reasons on the 4th of June, 2009

SuperCron is a complete replacement for Drupal's built-in Cron functionality. It


allows you to:

1. See the list of all Cron hooks found in the enabled modules
2. Change the order in which cron hooks are called
3. Disable certain hooks
4. Run the tasks you choose in parallel, so that cron tasks will be executed all at
once rather than one after the other
5. Identify the exceptions raised by individual hooks
6. Call hooks individually on demand (great for identifying problems)
7. Keep executing cron hooks that follow an exception, limiting the damage to
only one module
8. Measure the time it takes for a cron hook to execute (we display the last call
timings and the average timings)
9. Capture any output generated by the hooks
10. Change the way Cron behaves when the site is under load (this optional
feature requires Throttle to be enabled)
11. Limit the IP addresses that may be allowed to call your cron scripts

The project is sponsored by 63reasons

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-14

456 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

OpenWYSIWYG Editor
By drupal-id.com on the 7th of September, 2008

Since I have maintenance some


modules then I need anyone to
handle the next version of this
module, please Contact me, I will
grant you a CVS access , so we can
manage this module, thanks

OpenWYSIWYG
Free cross-browser WYSIWYG editor. The
ultimate WYSIWYG editor for your
web-based applications and forms.

The original code of openWYSIWYG conflicts with jQuery and not like Drupal
Filtered HTML, so I have changed the source-code to make OpenWYSIWYG works
with Drupal, therefore this module including a modified source-code.

HOW TO USE THIS MODULE


1. extract this module to sites/all/modules/openwysiwyg/
2. enable this module at: administer-modules
3. configurations available at: Administer-Site Building-OpenWYSIWYG

WHY OPENWYSIWYG

1. Free and cross-browser support


2. Loads extremely fast and light-weight
3. Support tables and Image Browser!
4. Professional and sleek user interface
5. Built in File Browser: File Browse, File Upload, File Delete, Folder Create,
Image Resize, Predefine User Folder, etc.
6. Enable disable editor for Comment
7. Customize Toolbar buttons
8. Performance: use single icon for toolbar to remove unnecessary icons
9. No modules dependencies!

TIPS

1. How to enable TEASER (or how to insert < !--break-- >)?


Install Excerpt module

457 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Enjoy this Drupal oriented Editor!

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jun-25
notes for 6.x
Download · Release Recommended
5.x-1.18 2008-Oct-11
notes for 5.x

Find out more · Bugs and feature requests

Image Gallery Access


By salvis on the 5th of July, 2007

This module changes your image gallery administration page to allow you to set
image galleries private. You can control what user roles can view, edit, delete and
post to each gallery. You can also give each gallery a list of users who have
administrative access on that gallery (AKA moderators).

Image galleries are provided by the Image Gallery module inside the Image
module. Image Gallery Access also requires the ACL module in order to function.

We now have RC2 for Drupal 6 — please test it and provide feedback (both
good and bad!) in the issues queue. See #365936-8: RC2 for D6 - [Image
Gallery Access] for details.

You must update to Image 6.x-1.0-beta3 or later (and have ACL 6.x-1.0+
installed) before installing Image Gallery Access RC1!

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-May-22
notes for 5.x

Find out more · Bugs and feature requests

Recipe

458 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By tzoscott on the 28th of September, 2003

Recipe is a module for entering, editing, sharing


and exporting cooking recipes. The Recipe
database tables provide a centralized repository
for all ingredients. Recipe supports Taxonomy.
Recipe provides it's own content type which
includes a recipe editor, recipe viewer, and display
of an index of recipes. Recipe forms can be
extended with additional CCK fields for a custom
appearance.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-20
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-19
notes for 4.7.x

Find out more · Bugs and feature requests

Couloir Slideshow
By ComputerWolf on the 19th of August, 2007

Javascript slideshow based on the original Couloir slideshow found at


http://www.couloir.org/js_slideshow/

Features

Multiple slideshows
Option to auto start play
Changeable sort order
Max height and max width
Configurable folder location
Configurable picture display time
Block display
Compatible with Lightbox2

Dependencies

As of version 6.x-1.4, Couloir Slideshow no longer relies on the


prototype/scriptaculous libraries and has been fully recoded to support jQuery
which is included with Drupal 6. This change fixes many long-standing conflicts

459 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with other modules, particularly Lightbox2.

6.x-1.4 and Later


Starting with Couloir Slideshow 6.x-1.4, it is actually required that Lightbox2 be
installed and enabled for any Lightbox effects to occur with the slideshow. It is not
a requirement of the module to have Lightbox2 installed, however, if Lightbox2 is
not installed, clicking on an image will open the corresponding image itself.

Couloir Slideshow has been tested and is working with Lightbox2 6.x-1.x-dev.
Lightbox2 can be downloaded here.

5.x - 6.x-1.3

Version Date Links Status


Download · Release Recommended
6.x-1.6 2008-Aug-27
notes for 6.x
Download · Release Recommended
5.x-1.7 2008-Aug-28
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 66 67 68 69 70 71 72 73 74 … next › last »

Page break by AutoPager. Page( 71 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Generate password
By starbow on the 20th of August, 2008

Tiny utility module. Makes the password field optional on the add new user page
(admin / registration). If the password field is blank or not given at all, the system
will generate a password for you. You may revisit admin/user/settings after you
enabled the module in order to change the behaviour of the password-generation.

460 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Nov-28
notes for 6.x

Find out more · Bugs and feature requests

jQuery Lightbox
By sun on the 13th of September, 2007

jQuery Lightbox (jLightbox) is a port of the Lightbox project using jQuery instead
of prototype and script.acolu.ous libraries. It is based on the famous Lightbox v2
script by Lokesh Dhakar, but will soon be even more reduced in file size by
leveraging the full jQuery framework and enhanced with Drupal specific
customizations.

Primary benefit (as of now): Implement jQuery Lightbox with just ~5 KB of


JavaScript.

Please note that jQuery Lightbox module is a very simple and lightweight
implementation. See Lightbox2 module for advanced features.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-15
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Oct-15
notes for 5.x

Find out more · Bugs and feature requests

Token Filter
By pvhee on the 23rd of December, 2008

Token Filter is a very simple module to make token values available as an input
filter.

Behavior

In the text where you use that input filter you can use substitution tokens
with [token global site-name] etc. You can use the global context, the user
context and any custom context available. You need to enable the Token
Filter for any of your existing filter types first.
At present, the node context is not available. See #474424: Code doesn't
verify the value entered by the user, and calls token_replace() with the
wrong arguments

461 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Drupal 5 version only replaces tokens of type global and user.

Credits

The Drupal 6 version of this project has been sponsored by:

Youth Agora
Innovating online youth information. Visit http://www.youthagora.org for
more information.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-04
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-May-04
notes snapshot

Find out more · Bugs and feature requests

Hovertips and Clicktips


By Dave Cohen on the 15th of January, 2007

This module enables two kinds of tooltip. "Hovertips" appear when the mouse
hovers over a target, while "clicktips" appear when the mouse clicks on a target. It
uses the Hovertip plugin for jquery to work the magic. This module does little more
than include that plugin.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-May-16
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-May-10
notes snapshot

Find out more · Bugs and feature requests

Wordpress Import
By yrocq on the 17th of December, 2007

This module imports a WordPress blog into Drupal from a WordPress eXtended RSS
(WXR) file.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-08
notes for 6.x

462 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

UC Restrict Qty
By rszrama on the 27th of June, 2008

Ubercart Restrict Qty lets you add a very basic Restrict Qty. to a product
in your Ubercart store to limit the quantity of that product in the shopping cart to
1. This is useful for single purchase products or for instances where it just doesn't
make sense for a customer to purchase more than one and you want to prevent it
from happening.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-20
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

Upload previews
By rmiddle on the 23rd of December, 2006

Adds image preview thumbnails to the


file attachment section on node editing
pages.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-20
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Dec-29
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Ajax Attribute Calculations


By cYu on the 13th of March, 2008

uc_aac is an add-on module for the Ubercart e-commerce suite. This module
updates product fields via Ajax when attributes that effect those fields are
modified. By default it also updates individual attribute price adjustments so that
they remain relative to the updated price, but this can be turned off in the

463 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

attribute admin settings.

Dependencies
Ubercart Ajax Attribute Calculations requires Ubercart Attributes be installed.

Features

6.x-2.x

UBERCART AJAX ATTRIBUTE CALCULATIONS 2.0 RELEASED!


This module has been tested and is compatible with Übercart 2.0.
Updated Fields:
Display Price
Sell Price
Cost
Model
Weight
Supported Field Types:
Select Box
Radio Buttons
Checkboxes
Allows other modules to interact with it in the following ways:
Rebuilds the entire product view form on every change. This allows
users to leverage existing Drupal hooks such as hook_nodeapi and
hook_form_alter to alter the appearance of the product view form.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Dec-11
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Jan-15
notes for 5.x

Find out more · Bugs and feature requests

Pageroute
By fago on the 9th of August, 2006

This is a flexible module that provides a userfriendly wizard for creating and editing
several nodes.

The module can be used to provide a user friendly wizard for creating and editing
several nodes. You can use the module to create a "route" which leads users
through multiple pages, which can be e.g. a node creation form or a node display.

464 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Dec-12
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-14
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Dec-23
notes for 4.7.x

Find out more · Bugs and feature requests

Jump
By marcp on the 20th of May, 2008

The jump module allows administrators to create a


quick dropdown "Jump Menu" from any configured
menu or vocabulary in the system. The module
provides a block for every top-level menu and
every vocabulary. Jump menu blocks are named
Jump menu: vocabulary name and Jump
menu: menu name.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-02
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 67 68 69 70 71 72 73 74 75 … next › last »

Page break by AutoPager. Page( 72 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

465 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Directory
By beginner on the 21st of October, 2006

The directory module presents a very simple and lightweight hierarchical


'directory-like' view (conceptually similar to DMOZ, Yahoo, etc.) of nodes that have
been assigned to one or more designated taxonomy 'vocabularies' (depending on
module configuration). This allows users to drill down on selected content on your
Drupal site.

If you have a site with taxonomies already in place, and/or you are not using the
category module, this module may be a simpler approach to hierarchical navigation
- just drop it in, configure, and go.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Jul-16
alpha1 notes for 6.x
Download · Release Recommended
5.x-2.0 2007-Jul-16
notes for 5.x

Find out more · Bugs and feature requests

Header image
By Sutharsan on the 22nd of October, 2007

This module allows you to display an image on selected pages. If you want one
image on the frontpage, another on all FAQ pages and yet another on the about us
and contact pages, this is the module that can do it.

Each image, included in a node, can be shown on pages based on node id, path,
taxonomy, node type, book or PHP code. A single block is used to display different
images (nodes) each image having its own conditions. Using a weight per node the
order of selection can be controlled. Multiple header image blocks can be defined.

Header image works with a selectable node type. All node content is displayed in
the block without node title, taxonomy or links. Header image is designed to use a
node type containing a single image field, but can also be used to display more
node content like multiple images or text in a block.

On the Demo site below you can see the image in the page header and the icon on
the left changing with every section of the site. Home has a different image than
"Over Link3", "Portfolio", or "Contact". The header image of the "Over Link3"
section is based on a book, the image on Portfolio pages is displayed on a

466 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

combination of URL and note type.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-15
notes snapshot
Download · Release Recommended
5.x-1.1 2007-Dec-23
notes for 5.x

Find out more · Bugs and feature requests

Flot
By jmiccolis on the 29th of September, 2008

This module provides an API for using the flot graphing library. It is designed to
make it simple for developers to add flot graphs to their modules or applications.

More information about flot is available here http://code.google.com/p/flot/

Here is a flot usage example: http://drupal.org/node/386484

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-23
notes for 6.x

Find out more · Bugs and feature requests

Views Display Tabs


By solipsist on the 3rd of July, 2009

Views Display Tabs exposes the


displays of a view as tabs, making it
possible to switch displays for a view
using AJAX (though it degrades
gracefully). This opens up the
possibility to make a view even more
useful as all overridable settings for a view can be stored in a display. This means
that sorting, among many other settings a display can have, can now be exposed
to the user through multiple displays with different sort settings.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Feb-24
notes for 6.x

Find out more · Bugs and feature requests

467 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Flag content
By kbahey on the 10th of September, 2006

This module allows users to flag nodes, comments, or users for the adminstrator to
review. Examples are offensive content, spam, offtopic stuff, ...etc.

The admin can specify which type of nodes are allowed to be flagged, as well as
whether users and comments can be flagged.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-28
notes snapshot
Download · Release Recommended
5.x-2.10 2009-Oct-21
notes for 5.x
Download · Release Recommended
4.7.x-2.1 2007-Apr-09
notes for 4.7.x

Find out more · Bugs and feature requests

nodeorder
By marcp on the 30th of September, 2006

The nodeorder module gives users an


easy way to order nodes within their
taxonomy terms.

By default, the taxonomy module orders


listings of nodes by stickiness and then
by node creation date -- most recently
posted nodes come first.

The nodeorder module gives the user the


ability to put nodes in any order they wish within each category that the node
lives.

There are two ways that a user can order nodes within a category. The first is to
use the "move up" and "move down" links that can be configured to appear on
each node (especially useful when looking at lists of taxonomy terms). The second
is to use drag and drop, which appears on the administrative listings of nodes in a
category.

For a comparison of nodeorder with other node ordering modules have a look at
this handbook page: http://drupal.org/node/398508.

Version Date Links Status

468 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-15
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Jun-15
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Dec-12
notes for 4.7.x

Find out more · Bugs and feature requests

Dynamic Rendering
By sun on the 1st of September, 2007

This module provides an easy, user-friendly administrative interface for quickly


implementing rendering rules for various technologies depending on Cascading
Style Sheets (CSS) and/or Javascript (JS) on any Drupal site without requiring any
adjustments to the site's theme.

Short list of available plugins: sIFR v2

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-01
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Aug-02
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Feb-24
notes for 5.x

Find out more · Bugs and feature requests

World Clock
By pixture on the 18th of April, 2008

This is a block module that displays a world clock


of multiple locations.

Features

Displays any number of locations


(countries/areas).
Automatically adjust for DST of each location.
Many customizable options, such as display time format, DST mode,
footnote, etc.

469 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

107 countries/areas are supported right now.

Roadmap
Worldclock users, rejoice! The 2.x development branch has been opened today
(Dec 15th 2008), get those cool patches and new features ideas out of your
drawers and submit them to the issue queue! Let this module flourish!

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Nov-09
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Jan-11
notes for 5.x

Find out more · Bugs and feature requests

URL list
By deekayen on the 9th of December, 2005

Creates a list of node URLs at /q=urllist.txt or (/urllist.txt for clean URLs) for
submitting to search engines like Yahoo! Site Explorer.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Nov-19
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.0 2008-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

User Points Top Contributors


By kmillecam on the 27th of March, 2008

The User Points Top Contributors module


works with the User Points module to create
blocks and pages that list the maximum
points earned by contributors.

The module does the following:

Creates a block and page that shows


the community's Top Contributors.
Creates a block and page that shows
the community's Top Contributors in a defined period (like this week).
Adds details links to the Top Contributors list so User Points Admins can

470 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

quickly access a user's point details.


Modifies the user profile page to show a user's current point balance and
their lifetime point balance.
Adds links to a user's profile page (for User Points Admins) so they can see a
user's details or manage their point totals.

See the module in action at these sites:

http://juice.altiris.com/userpoints/list/all
http://www.novell.com/communities/userpoints/list/all

Tech Notes:
The 5.x release of this module is compatible with v5.3 of User Points.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Jun-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 68 69 70 71 72 73 74 75 76 … next › last »

Page break by AutoPager. Page( 73 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Flag Abuse
By sirkitree on the 19th of March, 2009

This module provides abuse flags for nodes, comments and users and gives an
administrative interface for reviewing and resetting said flags.

471 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module utilizes other API's in order to achieve it's purpose.


Contrib API's in use:
Flag * - base API provides flagging functionality
Views * - provides the administrative interface
Popups - provides modal windows for the confirmation dialogues

* - required

Please note that each branch corresponds to Flag module's branches; 1.x and 2.x

1.x branch development sponsored by ParentsClick / Lifetime Digital.


2.x branch development sponsored by Rapid Waters Development.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-14
notes for 6.x

Find out more · Bugs and feature requests

Collapsible Text
By pukku on the 12th of September, 2007

This input filter allows you to make sections of text collapsible, as you often see in
forms.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-15
notes for 6.x
Download · Release Recommended
5.x-1.2-beta1 2009-Jan-09
notes for 5.x

Find out more · Bugs and feature requests

Domain Blocks
By nonsie on the 25th of June, 2008

Domain Blocks is an additional to


Domain Access modules that enables
domain specific visibility settings for
blocks.

Released as a response to a request in Domain Access queue - http://drupal.org


/node/239989

Developed by One Economy Corporation

472 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

See it in use on http://www.thebeehive.org

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-08
notes for 6.x

Find out more · Bugs and feature requests

jQuery Impromptu
By mikesmullin on the 8th of February, 2008

jQuery Impromptu is an extension designed to help provide a more pleasant way


to spontaneously prompt a user for input. More or less this is a great replacement
for an alert, prompt, and confirm. Not only does it replace these but it also allows
for creating forms within these controls. This is not intended to be a modal
replacement, just a quick tool to prompt user input in a fashionable way.

This module simply places jQuery Impromptu in a central location with one
command that can be called from any module that wants to use the library.

A module should simply call:

jquery_impromptu_add(); // css and js

The module takes no arguments and returns no value, but it will include the
javascript in the page header.

Dependencies:

For Drupal 5.x:jQuery Update (jquery_update.module)


For all Drupal versions: The JQuery Impromptu library is released under
the Apache 2.0 License, which is
GNU/GPL version 3 compatible, but not version 2 compatible. So, it must be
downloaded separately from the author's website:

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-09
notes for 5.x

Find out more · Bugs and feature requests

Search Restrict
By Robert Castelo on the 21st of August, 2008

473 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Restrict by role who can search for each content type.

Approach of this module is to re-write the search query, so that content is indexed
and available as search results to users in role(s) that have permissions to view it,
but not displayed to other roles.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Sep-13
notes for 5.x

Find out more · Bugs and feature requests

Nodereference Explorer
By gnindl on the 3rd of February, 2009

The overall purpose of the Nodereference


Explorer module is to provide a comfortable
and user-friendly way of referencing
content. Content authors should be able to
link internal arbitrary nodes, e. g. content
types such as pages, stories, news, images
etc., to each other. Typical use-cases are for
instance:

Reuse of assets, such as images, audio


and video clips for display on other pages
Providing a list of links to internal pages

For paid support and customizations, please contact me via my contact form.

If you found this module useful, please help me to keep maintaining


Donate

This module is developed in scope of the OSCE 3.0 website and CMS relaunch
(http://www.osce.org)

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta7 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

Node and Comments Form Settings

474 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By lelizondob on the 20th of September, 2009

I often find myself doing the same hook_form_alter just to do


the same things over and over again. It's just a waste of time.
This module lets you change several 'small' behaviors with
hook_form_alter, in both nodes and comments, doing it per
content type so you can configure different aspects of your
nodes/comments.

Currently you can do the following changes for nodes:

Hide the "Split summary at cursor" button


Hide the Input Format fieldset
Change the default value of the Submit button
Hide the preview button
Hide the node title, useful when you're showing the node title on the
breadcrumb or if you want to hide it for any other reason. The title needs to
be set, if you want to auto generate it, use Automatic Nodetitles since this
will not hide the title on the form, just when viewing the node.
Show a 'Cancel' link on node edit form. Ported from http://drupal.org
/node/116939
Option to remove revision log field. Thanks to @jjeff
Support for Vertical Tabs
A new module, CCK Form Settings, to disable the input filter of Text Areas
Now it works with Content Profile and Advanced Profile Kit

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Troll
By JoshuaRogers on the 15th of March, 2005

This module provides troll management tools for community sites including users
by IP address, banning IP addresses, advanced user searching and blocking user
by role.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-03
notes snapshot
Download · Release Development
5.x-2.x-dev 2009-Sep-28
notes snapshot

475 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

insertFrame
By MarcElbichon on the 3rd of April, 2008

Description
This filter allows to insert a frame (or iframe) in a node, block, panel, ...
Can be used for Google Map insertion (see #697482)
The height can be calculated to show entire page. Navigation in frame resize the
iframe object.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Oct-12
notes for 6.x
Download · Release Recommended
5.x-1.8 2009-May-16
notes for 5.x

Find out more · Bugs and feature requests

File Framework
By miglius on the 17th of April, 2008

File Framework is a collection of modules which allow uploading and displaying


different media type files as Drupal nodes. It uses the distributed content-
addressable storage (CAS) system Bitcache for a file storage and the RDF module
for metadata storage.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-07
alpha5 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 69 70 71 72 73 74 75 76 77 … next › last »

Page break by AutoPager. Page( 74 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

476 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Multiping
By voxpelli on the 9th of November, 2007

A replacement for the ping module for Drupal. It allows pinging of multiple sites
(configurable via a web interface).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-21
notes snapshot

Find out more · Bugs and feature requests

Auto Menu
By VerbC on the 9th of June, 2008

The Auto Menu module automatically generates menu entries on node


creation/edition. Parent menu item can be specified on a per content type basis.

This module acts when the menu section of a node is left empty only. So, users
can still organize menus manually. Moreover, default setting for content types is to
not create menu items automatically.

See also Automatic Menu module. It's very similar and might be better suited to
your needs.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-10
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Oct-10
notes for 5.x

Find out more · Bugs and feature requests

Block anonymous links


By PieterDC on the 13th of September, 2007

477 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

BlockAnonymousLinks is a simple module which blocks comments from anonymous


users that contain links.

It relies on the fact that most spam messages contain hyperlinks and also on the
fact that (for now) (most) spambots don't register on the sites they want to spam.
It tries to block comment-spam at an early stage.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-14
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

Site notes
By NancyDru on the 22nd of May, 2007

Ever design a site and happen on a nifty trick that you may want to use again? You
wrote it down and lost the paper, didn't you.

You designed a great site for someone else, and the first thing they do is call you
up and say "How do I do...?"

You can't remember all the modules, themes, and CSS changes you made and it's
time to upgrade...

You'd love to put all that stuff on the web site, some place easy to find, but safe
from casual hackers...

Well, here you go... Introducing SiteNotes. A simple module lots of uses.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-24
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Oct-24
notes for 5.x

Find out more · Bugs and feature requests

Form Markup
By mh86 on the 28th of August, 2006

This module allows you to add surrounding HTML values to any CCK widget by
determining prefix and suffix values.

478 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Examples:

Adding of surrounding divs:


prefix: <div id="my-special-field">
suffix: </div>
Adding of a 'clearing' break when using floats:
suffix: <span class="clear"></span>

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Oct-11
notes for 6.x
Download · Release Recommended
5.x-2.0 2007-Aug-17
notes for 5.x
4.7.x- Download · Release Development
2007-Feb-24
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Egglue CAPTCHA
By mun on the 4th of June, 2009

The Egglue CAPTCHA module uses the Egglue


Semantic CAPTCHA web service for
generating over 10,000 knowledge-based,
accessible CAPTCHA challenges on a Drupal
site. The CAPTCHA module is required.

For the example CAPTCHA challenges, correct responses can be ('spread', 'play') or
('cut', 'amplify'), etc., as intuition would suggest.

Egglue CAPTCHA Features

CAPTCHA challenges require only basic intuitions about the world.


The distinct CAPTCHA challenges and layout cannot be handled by typical
spam bots.
Different from conventional CAPTCHA, visitors are free to use any words
deemed fit.

Unlike other CAPTCHA web services, Egglue CAPTCHA does not require
registration.

The Egglue CAPTCHA module requires the CAPTCHA module version 6.x-2.0 or
higher.

Other Information

479 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Talk live on #Drupal-Egglue


Egglue Semantic CAPTCHA webservice
Solutions for fighting spam in blogs

So, what is a CAPTCHA?


Version Date Links Status
Download · Release Recommended
6.x-1.0-beta4 2009-Aug-27
notes for 6.x

Find out more · Bugs and feature requests

Simplenews Roles
By joachim on the 6th of February, 2007

A helper module for the Simplenews module which automatically populates a


newsletter subscription list with users from specified roles.

Status

Drupal 6

Version 6.x-0.1 is tested and works, but has this fairly important flaw: #331080:
unsubscribe reverts back after cron run .

Version 6.x-2.0-dev fixes this, but requires an API change in Simplenews which is
currently only available in Simplenews CVS HEAD, due for release on an eventual
2.0 branch. In other words, to use this version, you need Simplenews direct from
CVS. Further work on the API is going on here #536620: Subscriber API:
separate subscribers from newsletter management and allow other modules to
define subscribers where input and help would be welcome.

Drupal 5

The 5.x-1.x-dev version may be very unstable so please use with caution! This is
no longer being actively developed, but if patches are posted they will be
committed.

Usage

After installing, extra options are available on the settings page for each newsletter
at admin/content/simplenews/types/edit Choose a role to keep synchronized with
your newsletter subscriptions here. If no role is selected, the newsletter
subscription works as normal.

Credits

480 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Initially developed for Drupal 5 by RobRoy.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Aug-16
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Aug-26
notes snapshot

Find out more · Bugs and feature requests

Bank Transfer | Ubercart Payment


By xibun on the 20th of June, 2009

This module provides an Ubercart payment method. It helps to display the shop's
bank account details to the customer so a direct money transfer can be initiated by
the customer. Depending on where you are from you might call this method bank
transfer, wire transfer, giro transfer or direct deposit.

Features

There are two ways to use this module (or a combination of both):
Put all the information you need to show to the customer into the
"Payment instructions" field
Or use the provided bank details fields which is the recommended
option for multilingual websites
(current fields: Account name, Account number, BSB, IBAN, SWIFT,
Clearing number, Banking institution, Branch office)
A token [order-payment-bank-details] is created which can be use to display
the payment information on the invoice.
Optionally the order ID can be displayed along the payment details as
'Reason for payment'.

Installation

Please see current README.txt.

Credits

Current development sponsored by SEIZ Apparel S.L.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

481 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Recurring Payments and Subscriptions


By rszrama on the 28th of April, 2009

Ubercart has included the Recurring Fees module as a core


module for some time now, allowing users to associate
recurring fees with products that customers must pay for via
credit card. Unfortunately, the module was never really there in
terms of practical uses and extensibility. Due to its limitations
and to its relatively minor importance to the Ubercart project as a whole, the
development team decided to move it into contrib space where it could mature
without limiting or being limited by the core Ubercart development cycle.

UC Recurring Fees 6.x-1.0 is a straight migration of the code from Ubercart as it


stood at its latest point in the 2.x development cycle. It was removed between RC1
and RC2, as we forgot to nail down the issue prior to tagging the 6.x-2.0-rc1
release. Several community members have been developing code and ideas to
greatly improve and maintain this module, and they will work on it through this
contrib in the 6.x-2.x version and beyond.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Dec-13
alpha3 notes for 6.x

Find out more · Bugs and feature requests

Notifications Add-ons
By Jose Reyero on the 22nd of April, 2009

This is a collection of add-on modules for the Notifications package.

Modules included:

Custom Subscriptions Allows creating predefined subscriptions and


assigning them to users.
FeedAPI Subscriptions Allows users to subscribe to feeds and be notified
when they are updated.
Message Notifications Get notifications about received messages by a
different channel. I.e. get a daily mail digest of all SMS notifications received.
Nice links Adds nice javascript widget for node subscriptions.

Still under development (Use at your own risk):

CCK Notifications Provides subscriptions to nodes based on CCK fields

482 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

File attachments Sends attached files in emails, see #499942: Include file
attachments in messages

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2009-Apr-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 70 71 72 73 74 75 76 77 78 … next › last »

Page break by AutoPager. Page( 75 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Registration Code
By aidanlis on the 22nd of February, 2007

This module allows the site


administrator to allow new account
registrations only for users who provide
a valid registration code.

This module also allows the management of these registration codes, including
listing, generating, importing and exporting.

The most common use of this module is medallion based registration - only users
who have purchased a membership medallion (e.g. made a physical purchase
entitling them) are able to register.

Other uses include promotional codes, and shared private key registration.

This module allows for sub-modules which extend the functionality of the core
module, this includes:

483 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

mailer: allows registration codes to be emailed to lists of email addresses


roles: automates role assignment during registration based on code used
voucher: allows registration codes to be used as a voucher after registration
og: integration with organic groups, for group assignment during the
registration process
dynamic: allows on-the-fly creation of registration codes that match a
validation criteria.
ie: provides import and export functionality.

News
Version Date Links Status
Download · Release Recommended
6.x-1.5 2010-Jan-05
notes for 6.x
Download · Release Recommended
5.x-3.2 2009-Jul-22
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-22
notes for 4.7.x

Find out more · Bugs and feature requests

Taxonomy Browser
By NancyDru on the 28th of October, 2003

Think of this as a 'build your own category view' page.

A single page with each term organized nicely by vocabulary. The user selects the
terms which she or he wants to see, and then this module constructs the right URL
(e.g. taxonomy/term/3,4,5) and then displays matching nodes to the user. If the
Node Type Filter module is installed, you may further filter the choices by content
type.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Aug-14
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Aug-14
notes for 5.x
4.7.x- Download · Release Development
2007-Aug-02
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Flash gallery

484 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By danieltome on the 21st of August, 2006

This module (originally created by DriesK) is an alternative way of displaying your


photo albums using Flash, inside a Drupal environment.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-May-14
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Mar-19
notes for 4.7.x

Find out more · Bugs and feature requests

Ubercart 2 VAT support


By longwave on the 28th of May, 2009

This module provides support for European VAT pricing and regulations in Ubercart
6.x-2.0-rc7 and above.

Usage
After installation you should add a new tax rule with the VAT rate for your country
at /admin/store/settings/taxes. Ensure you select the correct product class and
taxable line item options here, such as shipping and discount coupons if applicable.

Configuration options at /admin/store/settings/taxes/vat allow the store owner to


choose whether to enter product prices inclusive or exclusive of VAT, and whether
to display suffixes on prices regarding taxes and shipping.

With this module enabled, prices are displayed in your store as follows:

Inclusive of VAT in product and product kit nodes, in the catalog module and
the cart block.
Exclusive of VAT, VAT amount and total price in the cart checkout pane.
Inclusive of VAT with a VAT-exclusive subtotal and separate VAT line item in
orders and on invoices.

The module currently only intended for B2C sites and does not yet fully support EU
B2B VAT rules. Ideas, patches and sponsorship for full B2B support are welcome.

Please report any bugs in the issue queue.

Sponsors
Original development sponsored by London Kettlebells.

485 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-30
notes for 6.x

Find out more · Bugs and feature requests

Save & Edit


By himerus on the 2nd of June, 2009

Save & Edit is a module that provides


a very simple, yet welcome function to
node editing pages.

The module simply adds a button titled


"Save & Edit" on node types selected in
the admin section. Using this extra
button when saving a node will simply
redirect back to the edit form rather
than returning to the node page, or the /admin/content/node page.

I've felt like this was needed more than once, and as simple as the module is,
provides a very much needed feature to core node editing. I find myself frequently
creating long, drawn out nodes where I have the need to save the node regularly
to avoid losing changes/edits, and then it takes an additional click to get back to
the edit form to continue.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jun-23
notes for 6.x

Find out more · Bugs and feature requests

UC Upsell
By torgosPizza on the 22nd of August, 2008

From Wikipedia: Up-selling is a sales


technique whereby a salesman
attempts to have the customer
purchase more expensive items,
upgrades, or other add-ons in an
attempt to make a more profitable sale.

UC Upsell is an advertising / upselling


module for Übercart that allows
merchants to associate multiple products together. These "related products" can
be displayed as a themeable block either at the cart page, on other product detail

486 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

pages, or both. Since it's a block, it can be displayed whenever the themed block is
called.

Options include the number of products to display, as well as whether or not to


pad the list of related products with random products, should there not be enough
related products based on the configuration.

Current Features
Create product associations on a per-node basis, or create them
automatically via Taxonomy term id
Each product's association can be reciprocated (one-to-one or one-to-many),
allowing for mutual relationships between nodes
A configurable block is created which can be shown on product or
non-product pages
Fully styleable

Upcoming Features in 6.x-2.x


Multi-add to cart functionality

Version Date Links Status


Download · Release Recommended
6.x-1.21 2010-Jan-07
notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Apr-02
notes for 5.x

Find out more · Bugs and feature requests

Autosave
By edmund.kwok on the 30th of September, 2006

The autosave module automatically saves a snapshot of your content type form
using AJAX. If the user's browser or machine dies while editing a node; the edits
will be presented to the user the next time they return to the node. The user may
toggle back and forth between the last saved version and the version with the
edits that were lost and select which of these they would like to continue with.

How often a form is autosaved as well as which content types to enable autosave
for are admin configurable.

This module requires:


jQuery Update (Drupal 5 version only)
jQuery Field Plugin (modified version included with module)

5.x-3.x version added to CVS

487 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Major fixes/modifications done by liquidcms sponsored by LifeWire.com (a NY


Times Company). Referenced in various issues in the issue tracker.

- fix issues with operation in IE7


- provide support for TinyMCE
- clean up autosave table after successful submit of node
- fix autosave validate bug on submit
- add support to enable autosave for specific node types
- fix issue of wrong form_id when VIEW->IGNORE

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Nov-06
notes for 6.x
Download · Release Recommended
5.x-3.2 2008-Jul-20
notes for 5.x

Find out more · Bugs and feature requests

Node Relativity
By darius on the 8th of February, 2005

The module allows parent-child relationships between nodes to be established,


managed and searched. You can restrict the types of nodes that can be parented
and the ordinality of parents. These are used to contextually create links to add
new child nodes or attach existing ones. There is also a navigation block that uses
a node's ancestry to list out breadcrumb-style links.

Maintainers needed
We need additional maintainers and developers for Node Relativity module. If you
would like to contribute, please contact me at darius. If you're not a programmer,
but know the module well, you we could also use your help with answering issues
and documentation.

Node Relativity 3.0


Developer: wilco
Handbook: http://drupal.org/node/319863
Forum: http://drupal.org/node/310919
Version: Drupal 6.x-3.x and up
Backport: Post Release of module, a version for 5.x may be attempted.

Node Relativity 2.x and lower


Founder (not active anymore): javanaut
Maintainer: darius
Version: Drupal 4.x, 5.x and 6.x-1.x

Development Stall: February 1st, 2009

488 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-28
notes for 6.x
Download · Release Recommended
5.x-2.5 2009-Jun-26
notes for 5.x
Download · Release Recommended
4.7.x-2.0 2007-Jun-08
notes for 4.7.x

Find out more · Bugs and feature requests

IE 6 Update
By jrglasgow on the 29th of July, 2009

At Tribute Media we decided to stop supporting IE 6 when IE 8 came out of Beta.

Some of our clients agreed to use the Seven Up module to encourage their users
to upgrade to a newer version of IE. Others don't want anything as obtrusive.

When we heard about ie6update.com we decided to create a module to integrate it


so we can unobtrusively encourage site users to upgrade.

Features:

mimics the IE information bar to suggest to the user to upgrade their


browser.
links to the IE 8 update page so the user can upgrade their browser
the message in the information bar is configurable
the page linked to from the information bar is configurable

For a discussion on what separates this module from others like it.

Thanks to mlsamuelson for pointing me to ie6update.com.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2009-Sep-10
notes for 7.x
Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

GMap Addons
By bdragon on the 7th of June, 2007

489 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A collection of addons for the GMap module.

Available modules:

gmap_cck: CCK field to show a google map


Status: ready for testing
gmap_debug: Debugging tools for diagnosing problems.
Status: Ready (only one tool so far, though.)
gmap_extrabaselayers: Additional base layers
Status: Ready
gmap_overlays: Additional overlay support.
Status: KML, GeoRSS, Traffic, and Tile are ready, WMS and others still to be
written.
More to come! Check back soon!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-14
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Nov-25
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 71 72 73 74 75 76 77 78 79 … next › last »

Page break by AutoPager. Page( 76 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

BeautyTips
By kleinmp on the 12th of February, 2009

490 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Beautytips module provides ballon-help style tooltip for any page element by
integrating the BeautyTips jQuery Tooltip plugin by Jeff Robbins with Drupal. It
provides an API for adding custom beautytips as well as some built-in features.
Admins can enable rollover balloon-help style tooltips for text fields within forms.
It also supplies hover tips for Drupal help links and advanced help links.

Most importantly, it allows developers to add their own custom beautytips popups
to their site without having to delve into jQuery.

This module is currently being developed by Zivtech and Jeff Robbins of Lullabot.

Check out this cool informational video for info on how to use BeautyTips to
enhance your Drupal views.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-24
notes for 6.x

Find out more · Bugs and feature requests

Inactive User
By Crell on the 10th of May, 2006

The inactive_user module provides Drupal administrators with a way to


automatically manage inactive user accounts. This module has two goals: to help
keep users coming back to your site by reminding them when they've been away
for a configurable period of time, and to cleanup unused accounts.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jun-11
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-May-29
notes for 5.x

Find out more · Bugs and feature requests

ecard
By mssarath on the 6th of January, 2008

The module is developed for my ecard site and I decided to contribute it to the
community. Being a part of a community is great feeling , and contributing to the
community is "yet" another great feeling :).

Version Date Links Status

491 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.15 2009-Feb-13
notes for 5.x

Find out more · Bugs and feature requests

Geo Taxonomy
By alex_b on the 22nd of September, 2009

Attaches geo information (latitude, longitude, bounding boxes, etc.) to taxonomy


terms. Provides Views integration.

Use OpenLayers to show geo tagged content on a map (compatible with


OpenLayers 6.x 2.x)
Use Feeds to import location names, latitude, longitude, boundaries and
hierarchy information into Geo Taxonomy.

Usage

1. Install module
2. Create vocabulary, check "Store geo data for this vocabulary"
3. Add term to vocabulary, configure latitude, longitude, etc.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Node Reference formatters


By nk_ on the 23rd of March, 2009

Node Reference formatters provides


four additional display styles
(formatters) for Node Reference CCK
field.

Check this demo screencast

Fieldset
Standard Drupal collapsible fieldset where legend is referenced node title and
value is node content in chosen format.
AHAH link

492 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Button with #ahah property and value of referenced node title. When user
clicks on it referenced node is called dynamically via AHAH callback which is
in Drupal core.
jQuery clueTip
Utilizes jQuery clueTip plugin, nice dynamic (ajax) content loading in a tooltip
when user hovers mouse on the link.
Thickbox
Loads referred content into thickbox, requires this module installed.
http://drupal.org/project/thickbox

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-14
notes for 6.x

Find out more · Bugs and feature requests

Media RSS
By Microbe on the 10th of October, 2008

A small module that allows image nodes that use both image module and
imagefield module to become media entries in RSS feeds.

6.x-1.x
Orignal release that turns all site RSS feeds into media feeds. Stand-alone module

6.x-2.x
Views 2 style plugin. A lot more customizable and media RSS doesn't have to be
used on every feed.

Requires either:

Image module
Imagefield and imagecache modules

Supports the use of all three as well

Version Date Links Status


Download · Release Recommended
6.x-2.9 2009-May-14
notes for 6.x

Find out more · Bugs and feature requests

OG Panels
By populist on the 10th of August, 2009

493 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Let each group manager customize her group homepage and add additional
custom pages to her group. Depends on OG and Panels modules.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Sep-06
notes snapshot

Find out more · Bugs and feature requests

iTweak Login
By iva2k on the 26th of May, 2009

iTweak Login module provides very useful


tweaks for the standard user login form:

Independent of theme - works with any


theme that does not already customize
user login
Change wording of "Request new
password" link and change its URL (for
example to a custom login help page)
Change wording of "Create new account" link
Change "Create new account" link to a "Register" button
Select any label for the "Register" button
Select any label for the "Log in" button
Settings are Multilingual (locale module required) and Internationalizable
(i18n module required) - See Russian example on Screenshot 4
Change "Username" and "Password" (if not using LoginToboggan)
Custom labels are applied to tabs and buttons on /user/* pages for
consistent look

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Aug-07
notes for 6.x

Find out more · Bugs and feature requests

Custom filter
By kiam on the 21st of October, 2007

This module allows you to create content filter using regular expressions. Instead
of creating a new module for each filter you need, now you can easily create and
organize your own filters. Your filter will appear in the input format configuration

494 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

page.

For a description of the regular expression syntax, see PCRE regex syntax; for a
description of the modifiers, see Possible modifiers in regex patterns. If you know
the syntax used by Perl regular expressions, see Differences From Perl.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Jan-03
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Oct-21
notes for 5.x

Find out more · Bugs and feature requests

Disqus
By Rob Loach on the 9th of June, 2008

#D7CX: I pledge that Disqus will have a full Drupal 7


release on the day Drupal 7 is released.

Uses the Disqus comment system to enhance comments on Drupal websites.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Dec-03
notes for 6.x
Download · Release Recommended
5.x-1.5 2010-Jan-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 72 73 74 75 76 77 78 79 80 … next › last »

Page break by AutoPager. Page( 77 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

495 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Drush
By moshe weitzman on the 13th of November, 2006

#D7CX: I pledge that Drush will have a full Drupal 7 release on the day that
Drupal 7 is released.

drush is a command line shell and Unix scripting interface for Drupal, a veritable
Swiss Army knife designed to make life easier for those of us who spend some of
our working hours hacking away at the command prompt.

A web UI may be found at the Terminal project.

Version Date Links Status


All-versions- Download · Release Recommended
2010-Feb-23
3.0-beta1 notes for 6.x

Find out more · Bugs and feature requests

AES encryption
By easyfit on the 21st of March, 2007

In short, here's what this module does:

For site owners:


This module can provide you with readable passwords. Some users will be able to
see other users passwords in plain text if they have a role with the permission to
do so.

For developers:
This module can provide you with a very simple and easy to use encryption API.
Just check out the aes_encrypt and aes_decrypt functions. It really can't get any
simpler.

In a nutshell:

$encrypted_data = aes_encrypt("mydata");
$decrypted_to_plain_text= aes_decrypt($encrypted_data);

Note: This module requires an AES implementation. Which can be either


the PHP Mcrypt extension or the PHP Secure Communications Library.

The Mcrypt extension needs to be installed on the webserver, so if you're on a

496 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

shared host you probably can't use this if it's not already installed (you'll find out if
you have it or not when installing this module).

If you don't have Mcrypt, then grab a copy of PHP Secure Communications Library
(phpseclib) from here: http://phpseclib.sourceforge.net/

Just extract that zip into a directory called "phpseclib" inside the aes module
directory and you should be good to go.

The two implementations are pretty much equivalent, although Mcrypt is faster
and offers the option of defining the encryption cipher, so you probably want to
use that if you have it.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Oct-12
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Dec-06
notes for 5.x

Find out more · Bugs and feature requests

iPaper
By rares on the 26th of May, 2008

This module lets you upload documents


to www.scribd.com and then display
them on your Drupal site using their
iPaper application (lightweight, fast,
Flash Player-based viewer). After
installation, create iPaper nodes and
attach documents to them, and the
module will transfer them to Scribd
through their API. When you view the
node it will contain the embedded iPaper object. You can can control whether the
document will be displayed publicly on www.scribd.com or not.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Oct-10
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Title

497 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jenlampton on the 16th of November, 2008

#D7CX: I pledge that Taxonomy Title will have a full Drupal 7 release on the day
that Drupal 7 is released.

The page heading of a taxonomy term page is only the term name itself, by
default.

Because the page heading is one of the most important elements on the page for
SEO, most people would prefer to add more user-friendly, keyword-rich, and
descriptive words to this heading.

Taxonomy Title adds an additional "Taxonomy Term Page - Title" field allowing
administrators to configure a specific heading for each Taxonomy term page.

This new title will be also be used to set the meta page title, unless you are using
the Page Title module. If you are using Page Title, then this module will not change
your meta page title, but it does provide token support, which you can use in
conjunction with Page Title.

Note: The D5 version of Taxonomy Title must be invoked from the theme, and
requires a minor change to your template.php file (example included). This change
is not necessary for D6.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-25
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-01
notes for 5.x

Find out more · Bugs and feature requests

Node comments
By Roger López on the 10th of January, 2007

With this module comments can be full nodes. This opens the door for CCK types
to be comments, for comments to have uploaded files, taxonomy, revisions, and
anything else that comes from the goodness of nodeapi.

To use this module you need to first disable comment.module. The two are,
and will remain, completely incompatible. If you don't disable comment module
before enabling Node comments module, the module should do this for you.

The D5 version is dependent on Views 1. Please have Views 1 installed before


attempting to use on Drupal 5.
The D6 version is of course dependant upon Views 2. Please install that for Drupal
6. DRUPAL-6 branch has been updated to work with Views RC3. see
#314565: Update D6 branch to work with View2 RC3

498 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Once you have installed the Node comments module, you will need to designate a
content type to be your comments. nodecomment crates the comment content
type by default, but this can be any simple type (provided by Drupal core), or a
CCK type, or any other type. Whatever you call your type, you need to provide a
node-yourtype.tpl.php file to your theme. One comes with the module; it is called
node-comment.tpl.php. Move this to your theme directory, and if you ignored my
advice and called your comment type something other than comment, rename the
file accordingly.

Version Date Links Status


Download · Release Recommended
6.x-1.2-rc2 2008-Oct-08
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-May-16
notes for 5.x

Find out more · Bugs and feature requests

Security Review
By coltrane on the 4th of November, 2009

Security Review automates checking


many of the configuration errors that
lead to an insecure Drupal site and
looks for existing vulnerabilities and
attack attempts.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-08
notes for 6.x

Find out more · Bugs and feature requests

Imagecache javascript crop


By zuuperman on the 24th of March, 2008

This module makes an Imagecache 2


'javascript crop' toolbox action available
for use with several modules (see
below)

You define one or more presets in


imagecache using the 'javascript crop"
action, a new 'javascript crop' link
appears underneath the image on the

499 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

node edit screen, and the resulting popup window will display those presets. This
screen shows the original image and initially applies the initial crop settings
defined in the preset you select, e.g.: crop 50%-50%, center-center. However,
you can then choose a different area of the original picture you want to crop,
dragging an overlay box over the image, altering the size etc.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-26
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Oct-14
notes for 5.x

Find out more · Bugs and feature requests

Form Defaults
By metzlerd on the 3rd of May, 2007

Ever want to add help text to a form in Drupal? Don't like a field title chosen by the
developer? Want to change the description of a form field? Want to move a field to
the top or bottom of a form? Want to do all of these things without any PHP code?
This is your module.

Form Defaults will let you alter the defaults associated with a form, enable the
forms module below and look for the [edit] controls in the description of each form
field. Navigate to the form and click [edit] link on the field you want to edit. You'll
be allowed to edit field titles, markup fields as well as the textual descriptions with
each field.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-15
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Mar-12
notes for 5.x

Find out more · Bugs and feature requests

htmLawed

500 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By alpha2zee on the 4th of May, 2008

The htmLawed module enables the use


of the htmLawed (X)HTML filter/purifier
PHP script as an input filter with input
format-, content (node) type- and
body/comment/teaser-specific
configurations .

Its speed and high configurability as


well as its coverage of entire HTML
(including elements like script, form and embed, CDATA sections, HTML comments,
etc.) sets htmLawed apart from the in-built Drupal filter as well as many other
filters that require external applications like HTML Tidy or use incomplete, or large
and resource-intensive libraries like HTMLPurifier.

The highly-customizable htmLawed filter can be used to make text with HTML
more secure, and HTML standards- and admin. policy-compliant. It can
auto-correct and beautify HTML markup and restrict HTML elements (tags),
attributes, and URL protocols in the input. It also balances tags and checks for
proper nesting of the HTML elements. Furthermore, it can transform deprecated
tags and attributes, check and convert character entities (e.g., from hexadecimal
to decimal type), obfuscate email addresses as an anti-spam measure, etc.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2009-May-20
notes snapshot
Download · Release Recommended
6.x-2.7 2009-May-20
notes for 6.x
Download · Release Recommended
5.x-2.6 2009-May-20
notes for 5.x

Find out more · Bugs and feature requests

Tab Tamer
By coreyp_1 on the 15th of August, 2009

#D7CX: I pledge that Tab Tamer will


have a full Drupal 7 release on the day
that Drupal 7 is released.

Tab Tamer is an administration utility


that provides easy re-ordering, hiding,
and deactivation of tabs and subtabs.

Tab Tamer makes use of Drupal's drag ordering, but degrades gracefully when
javascript is disabled.

501 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Tab Tamer utilizes Drupal's cache system to help conserve server resources.

Comments and suggestions are welcome.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 73 74 75 76 77 78 79 80 81 … next › last »

Page break by AutoPager. Page( 78 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

jcarousel block
By yang_yi_cn on the 30th of August, 2008

A jcarousel block module for Drupal 6.x

This module features:


1. Drupal 6 only, as drupal 6 has
updated jquery, there's no need to
depend on the jquery_update module.
2. Providing a jcarousel block which can be managed throught the
admin/build/block.
3. No need to write any HTML or including any JS. If the block shows on
a node page, it reads the images from the node (CCK required).
4. Images are loaded through configurable cck image field. Currently
only supports imceimage and imagefield.
5. lightbox support by default

502 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.6 2008-Oct-31
notes for 6.x

Find out more · Bugs and feature requests

Googtube
By alexandreracine on the 20th of December, 2006

Googtube allows users to embed Youtube and Google Videos in a simple way.
When users post a url to videos on either of the two sites, the link is automatically
converted to a video witch is actually embed code.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-06
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Mar-14
notes snapshot

Find out more · Bugs and feature requests

Jammer
By deekayen on the 17th of December, 2008

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.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Import / Export API


By Jaza on the 3rd of June, 2006

The import / export API allows for the definition of data entities within Drupal. The

503 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

definition system lets data entities be related to each other, and it includes a
number of different field types. It also supports a system of import (parsing) and
export (rendering) engines, for formats such as XML and CSV. Data entities are
able to be exported from, and imported into, a Drupal site, for purposes such as
backup, offline editing, data migration, and data transfer between Drupal
databases.

This is one of the Google Summer of Code 2006 Drupal projects.

importexportapi-6.x-1.x-dev

The 6.x port has begun and is a work in progress. You are welcome to test it and
open issue reports about this release but since this is an alpha release the status
of this file will changed from day to day. Only use this file in your
development/testing environments. Do not use this release in your production
work.

If you desire to see this module improved please ask Jaza to help maintain
it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-13
notes snapshot
Download · Release Recommended
5.x-1.1 2007-Apr-21
notes for 5.x

Find out more · Bugs and feature requests

Corresponding node references


By domidc on the 28th of April, 2009

Description

It syncs the node reference between two node types which have a nodereference
to each other, so double editing nodes is no more needed. If one node has a
reference the other node receives also a reference to the saved node if it is
referenced in that node.

Updates

Since release 6.x-2.0 single noderefence instances are possible too.


As from version 6.x-2.4 support for references having references to multiple node
types is possible.
As from version 6.x-3.0 it is possible to set the reference instances to single
indepently. This way 1 on 1 relations, many to 1, 1 to many and many to many
relations are possible.

504 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

When updating from 6.x-1.x versions to 6.x-2.x you must run update.php.
When updating from 6.x-2.x versions to 6.x-3.x you must run update.php and
select update 6300.
When updating from 6.x-1.x versions to 6.x-3.x you must run update.php and run
both 6200 and 6300.

Get involved

Write a review for this module on drupal modules

Dependencies

CCK
Node reference (comes with cck)

Example
Version Date Links Status
Download · Release Recommended
6.x-3.2 2009-Dec-22
notes for 6.x

Find out more · Bugs and feature requests

Project issue tracking


By dww on the 24th of July, 2006

This module provides issue tracking for projects created with the project module.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-30
alpha4 notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Views Excel Export


By jk@arsum.com on the 17th of June, 2009

Functions
Simple module that allows to export Views data to Excel (xls).
Uses php-excel class with UTF8 support.

Dependencies

505 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Views

Problems
If you will see message "The file you are trying to open, [filename], is in different
format than specified by the file extension." just click YES.

Author
Johnny Kartakov at Arsum

Initially sponsored by langwellenreiter.de

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

Node Type Filter


By NancyDru on the 22nd of April, 2005

The Node_type_filter lets you filter node listing pages simply by adding
&type=story,blog to the URL (for example). So now you can show specific feeds,
or a "blog+story" tracker page (i.e. recent posts). Also works great for
"taxonomy/term" pages.

This filter requires some type of query that selects nodes, such as the front page
query or "taxonomy/term/xxx". The module does not, in and of itself, select nodes.
Basically, on any URL that selects nodes to display (e.g. "taxonomy/term/xxx"),
you can add "?type=aaa" or "?type=aaa+bbb" to select only the "aaa" (or "bbb")
content type.

This module can be used with Taxonomy Browser and List Nodes by Vocabulary to
further filter the lists.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Sep-16
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

Menu Editor

506 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By donquixote on the 29th of November, 2009

Menu Editor enhances the menu editing


form with inline text fields for path and
title, and provides placeholders for new
items.

This way, it reduces the number of page


visits needed to create a site's menu
structure, and eliminates the need for
dummy nodes.

Note: You can speed up the next release


with new features by testing the latest 6.x-1.x snapshot! (don't do that on
production sites). And of course, you can give me feedback and help with snapshot
testing. Thanks!

Features in 6.x-1.0 / -1.2


List with inline text fields: In each row you get inline text fields for title and link
path. This means, you don't need to go to a new page any more to edit the title or
destination of a menu item!

Tabindex: The tab index is modified to skip the annoying checkbox fields
("Enabled", "Expanded", "Delete").

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Flag Friend
By sirkitree on the 7th of November, 2008

Flag Friend utilizes the Flag module's


API in order to provide a lightweight
buddy system.

Installation Instructions

Download the module and place in your /sites/all/modules/contrib or


wherever you normally install your contrib modules.
Go to /admin/build/modules and enable Flag and Flag Friend in the "Flags"
category/fieldset.
Go to /admin/build/flags and enable the 'friend' flag.
Some default values are entered for you in this flag's configuration. Feel free
to modify what is available.

507 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If you have Views installed, you should see a new tab when you go to your
/user/N page titled 'Friends'. Underneath you will have two sub-tabs titled
'Flagged' and 'Pending'. Feel free to modify these views as you see fit, but I
wouldn't mess too much with the arguments and/or relationships unless you
really know what you are doing.
Friends lists your current friend relationships.
Flagged lists other users you have flagged and are awaiting a response
from.
Pending lists other users that have flagged you are are awaiting your
response.

Depends on: Flag 6.x-1 but will also work with Flag's 6.x-2 branch.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 74 75 76 77 78 79 80 81 82 … next › last »

Page break by AutoPager. Page( 79 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Session API
By jhedstrom on the 1st of July, 2008

#D7CX: I pledge that Session API will have a full Drupal 7 release on the day that
Drupal 7 is released.

The Session API is a very simple set of functions that extend the core sessions
workings, allowing data to be stored and associated with a user's session.

508 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

There is no need to install this module unless you are instructed to do so by


another module.

Currently this module is used by

Flag
Session Favorites
Domain User Default

Note to developers: If you make a module that uses this API, please notify me
and I'll add it to the list above.

The Session API module is developed and maintained by OpenSourcery.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-15
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Oct-04
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-04
notes for 5.x

Find out more · Bugs and feature requests

Block Cache Alter


By swentel on the 15th of December, 2008

#D7CX: I pledge that Block Cache Alter


will have a full Drupal 7 release on the
day that Drupal 7 is released.

Alter cache settings per block. Cache


settings per block are now set in code, but if you don't like the default - usually
none - you can now easily change this. Install this to speed up block rendering for
authenticated users.

If you're concerned about block caching, take a look at #235673: Changes to


block caching mode not caught . Also, views block caching is restored since views
6.x-2.6, see #340701: Incorperating Block Cache .

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-May-06
notes snapshot

509 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Sep-18
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Discounts (Alternative)


By ryangroe on the 21st of February, 2009

uc_discounts_alt is a full-featured Ubercart discounts module.

The 6.x-2.x branch is for bug fixes and new features -- please use and
submit patches against this version. The 6.x-1.x will only receive
backported fixes from 2.x.

Below is an outline of what it supports:


1. Filtering based on multiple products or multiple terms: choose to filter based on
products or terms then select the multiple products or multiple terms that apply to
the discounted.
2. Discount # of products, a percentage or a fixed amount off.
3. Multiple codes or no codes: you can enter one or more codes for a discount or
you can choose to make the discount work without a code.
4. Qualification based on quantity: choose the number of items required to qualify
for a discount (e.g. buy 5 items to qualify).
5. Qualification based on subtotal: choose the currency amount required to qualify
for a discount (e.g. $50 in items to qualify).
6. Cart preview, checkout preview and javascript callback on checkout page: you
can get a discount quote on the checkout page just like shipping quotes.
7. Weight discounts and determine the order in which they are applied.
8. Choose which discounts can be combined and which can only applied by
themselves.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-09
notes snapshot

Find out more · Bugs and feature requests

jTooltips
By Psicomante on the 5th of April, 2007

This module gives pleasant-looking jQuery tooltip using Jörn plugin.

Alternatively you can use Dustiniaz Sweettitles. You should download the zip file,
because the script is under CreativeCommons license. Put addEvent.js and
sweettitles.js under /js in your jtooltips folder.

510 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Documentation for Jquery Tooltips.

Others modules that do the job:


Cluetip: http://drupal.org/project/cluetip (very advanced!)
Hovertip: http://drupal.org/project/hovertip
Developed by Psicomante

Support Development via Paypal Donation -> Version 2.x and Support!
Version Date Links Status
Download · Release Recommended
6.x-1.8 2007-Nov-20
notes for 6.x
Download · Release Recommended
5.x-1.7 2007-Sep-22
notes for 5.x
Download · Release Recommended
4.7.x-1.6 2007-Sep-22
notes for 4.7.x

Find out more · Bugs and feature requests

Views UI: Edit Basic Settings


By Jonah Ellison on the 17th of October, 2009

Does your client want to modify the header, footer, title, or empty text of a view,
but you don't want to train them on the rather intimidating Views UI admin
interface, or give them access to pages that may allow them to mess up their site?
Then this handy little module is the solution for you!

"Views UI: Edit Basic Settings" provides a separate interface that displays a list of
views (defined by you, so you can exclude certain views) and allows users with the
correct permission to modify their header, footer, title, empty text, or number of
items to display. "Edit" tabs are also added to Views pages, similar to node pages.

The WYSIWYG module is supported, so users may use a rich text editor when
editing Views content settings.

Compatibility
Views 6.x-2.x

How-To
To define which views to display, visit "Site Confirugation" --> "Views" -->
"Editable basic settings"
Make sure the user role has the "edit views basic settings" permission.
The edit page is accessed via "Content management" --> "Edit views." Tabs
are also created for views pages.

511 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

About This Node


By Todd Nienkerk on the 1st of February, 2008

About This Node creates a block that displays information about the node you're
viewing. It allows users to see, at a glance, the following information without
clicking "Edit" or digging into revision history:

node ID (NID)
node type (content type)
creation date and time
creation author (user who created the node)
last updated date and time
last updated author (user who made the most recent change to the node)
published status
promoted to front page status
sticky status
commenting status (enabled, read only, or disabled)

Note: About This Node is not built with end-users in mind. Rather, this is an
administrative tool to allow admins and other privileged users quick access to
important information about a node. Requests to add end-user-facing features will
be denied (with a friendly apology, of course).

Installation
This module, when enabled, creates a block that displays the information about a
node. You will need to display this block in one of your theme's regions (at Admin
> Site Building > Blocks).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-31
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

Menu Icons

512 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By grendzy on the 27th of October, 2008

This module allows you to upload an image in the menu-item's configuration form.

After uploading the image, the icon data will be added to the menu link's
options array.

When a menu link is goes through the theme layer, it will receive an extra
class which by default is used to attach the images as a background image to the
corresponding menu item. These class names are also compatible with Nice
Menu's.

In the near future we will provide usage of inline images as an optional


feature.

When Imagecache is installed, you can choose an imagecache preset for uploaded
images.

A screenshot of the menu-edit form with menu_icons enabled is located here.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Workflow Fields
By infojunkie on the 3rd of February, 2007

This module extends Workflow by allowing CCK node fields to be made invisible or
read-only depending on the current workflow state. The workflow state form is
extended to show all node fields with appropriate controls to hide and/or disable
each field for that particular state.

This functionality is useful when a workflow moves among users who have
different permissions regarding the document flowing through them. Which is the
case in most every workflow we've encountered.

USAGE
When the module is enabled, the "Edit workflow state" page is augmented with a
list of fields that correspond to the content types using the workflow. You can
specify whether each field should be visible or read-only, per user role, when the
node's workflow is in that particular state. The visibility flag applies to both the
view and edit pages of the node.

FAQ

513 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

How does Workflow Fields interact with other field access control
modules?

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-01
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-01
notes for 5.x

Find out more · Bugs and feature requests

jQuery Countdown
By Rob Loach on the 1st of December, 2008

Provides the jQuery Countdown plugin


by Keith Wood, along with a simple API
function ( jquery_countdown_add ) to
easily add countdown/countup timer elements to the page.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Nov-28
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Nov-29
notes snapshot

Find out more · Bugs and feature requests

Book access
By Harry Slaughter on the 29th of November, 2007

This module allows access control for Drupal books on a per-book basis.

You may configure role-based view, edit and delete permissions for each individual
book. Those permissions will be applied to all child book nodes (aka "book pages").
This module does not allow per-node permission settings.

This module is based loosely on forum_access.module.

Module development was sponsored by:

LifeWire
WorkHabit

Version notes

514 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Updates between two different releases of the development snapshot are not
supported; if you install a development snapshot you always need to unistall the
previous version before to copy the new one.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc5 2010-Jan-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jan-29
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 75 76 77 78 79 80 81 82 83 … next › last »

Page break by AutoPager. Page( 80 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

More Like This


By febbraro on the 3rd of October, 2008

What is is?
More Like This provides a pluggable framework for providing related content. This
data is provided as blocks to be manipulated during theming.

How does it work?


More Like This works by first specifying your "Thumbprint" for a particular node on
the node edit form. By "thumbprint" we mean you can specify
the terms/words that you, as an editor, feel uniquely identifies this content item.
You can either select existing taxonomy terms associated with this specific node,
enter free hand terms, or have them prefilled for you with suggestions returned by
the Calais Web Service.

515 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note for 1.1 release: Make sure you are also using Calais 3.0+ for proper
integration with Calais Prefill.

Providers
More Like This has a pluggable architecture for providing related content based on
keywords. Currently developed More Like This providers are:

Internal Taxonomy search


Flickr image search
Google Video search
Yahoo BOSS Web/News search
Yahoo BOSS Image search

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Total Control Admin Dashboard


By jenlampton on the 13th of April, 2009

What is Total Control?

The Total Control Admin Dashboard creates a


default panel page with useful administration
panes right out of the box. Several overview
panes are included for site stats and quick
reference. Several View panes are provided
with 'more' links to full-page comprehensive
versions of the views. Each View panel pane
is customizable via pane settings, or override the default views provided to suit
your own needs.

Who is it for?

If your site is high traffic, high volume, or high activity and needs to be monitored
on a daily basis, then Total Control is for you. It's purpose is to create a central
dashboard where one can go to see summaries of all parts of a site that need
attention on a daily basis.

Why another admin dashboard module?

I evaluated all the other admin dashboards out there and realized that none of

516 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

them seemed to do much more than take the pre-existing Drupal admin area and
display it differently. My goal here is to leverage views and panels to create
something much more helpful than what Drupal comes with out of the box.

Panels Content Panes Included:

creating content: list of 'add' & 'configure' links for each content type
content overview: number of posts in each type, comment count, spam count

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Availability Calendars
By geodaniel on the 26th of August, 2008

The Availability Calendars module


allows for availability calendars to be
attached to certain node types. It is
useful for showing availability for
projects such as websites for small
accommodation providers (e.g. bed and
breakfast, guesthouse or self catering establishments) as it also allows for a note
to be entered for each week (e.g. a rental price for the week) and for the status for
each day to be easily updated.

Availability is shown on monthly calendars and you can choose the number of
months to show as well as which day of the week to start the calendars on for that
node.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-01
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-16
notes for 5.x

Find out more · Bugs and feature requests

User Delete

517 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sanduhrs on the 8th of August, 2007

Allows administrators (and/or


priviledged users for their own account)
to

block a user
block a user and unpublish all submitted content, including nodes and
comments
delete a user and reassign the submitted content to the anonymous user
delete a user and delete all submitted content including nodes and comments

Additionally there is an option to backup all deleted data, which includes the user
and his content (nodes, comments) to the filesystem. The backup is kept for a
given time period and afterwards deleted on cron run.

Be aware, that there is no automatic way to recover the backed up data. It


is just for the purpose of documenting.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-12
notes for 6.x
Download · Release Recommended
5.x-1.4 2010-Feb-17
notes for 5.x

Find out more · Bugs and feature requests

GeoNames
By lyricnz on the 18th of August, 2007

A collection of modules to integrate GeoNames webservices and data into a Drupal


installation. The modules in this package enable access to all information provided
by the XML-based Services from GeoNames. For code examples, documentation,
simple demo's and other information please check out the project home page.

This project is maintained by lyricnz and SeroSero.

Supported GeoNames Services


GeoNames Fulltext Search (search)
Reverse Geocoding
Country Subdivision (countrysubdivision)
Find nearby (findnearby)
Find nearby Place Name (nearbyplace)
Find nearby Postal Codes (nearbypostalcodes)
Find nearby Wikipedia Entries (nearbywikipedia)

518 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Place Hierarchy
Neighbours (neighbours)
Siblings (siblings)
Hierarchy (hierarchy)
Children (children)
Postal Code Country Info (postalcodecountryinfo)
Postal Code Search (postalcodesearch)
Country Code (reverse geocoding) (countrycode)
Country Info (Bounding Box, Capital, Area in square km, Population)
(countryinfo)
Timezone (timezone)

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-29
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-15
notes snapshot

Find out more · Bugs and feature requests

Validation API
By Abandoned Projects on the 8th of May, 2008

Note: As of 2010/01/28, this module appears to no longer be supported.


If you are interested in taking this module over, or you as the module
maintainer feel this message has been posted in error, please reply to
#637522: Validation API module appears abandoned .

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-23
notes for 6.x

Find out more · Bugs and feature requests

Path Access
By budda on the 8th of February, 2006

The path_access module gives site administrators an additional layer of access


control to all pages of a Drupal site.

Version Date Links Status

519 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-27
notes snapshot
Download · Release Recommended
5.x-1.2 2008-Aug-15
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Splash
By seanr on the 16th of November, 2007

Display any internal path, external URL or text as a splash page before going to
the actual frontpage.

Notes: Version 6.x-2.x will not be ported to 5.x and new features will only be
added to 6.x

Features since 6.x-2.x


Set the splash page to be displayed every week, day, once or always.
Use the condition module to further restrict when the splash page should be
displayed (e.g. certain roles, PHP code).
Choose to display the splash page in a new window, by using ThickBox or by
redirecting to the page.
Set the size of the window or ThickBox.
Let the module choose from a list of splash pages, either in random or
sequence mode.
Enter a filtered text to be displayed as splash page, either in the site
template or full screen.
Force display or skip splash page by calling the frontpage with
?splash=on/off . This is necessary to running cron on sites with the splash set
to display on all pages:
0 * * * * wget -O - -q -t 1 http://example.com/cron.php?splash=off

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Sep-01
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Feb-09
notes for 5.x

Find out more · Bugs and feature requests

520 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Blockquote
By zeta ζ on the 15th of July, 2008

The Blockquote module is used to create styled


blockquotes in your pages.

These blocks are intended for one or more verses or


paragraphs that are quoted verbatim (word for word). 
Separating this text into a block shows that the whole
block is quoted, therefore no punctuation marks are
needed to indicate the beginning or end of the
quotation.

Nevertheless, we do want the block to be styled appropriately, and Garland in


particular, is lacking this feature.

The Blockquote module provides this styling, especially tailored to harmonise with
Garland, but can be used with any theme.

RTL support is included: Make sure you are using an RTL or BIDI aware theme.

Note:
If you are waiting for a release for drupal 5.x – I have found that this release
will work. As always, if you find a problem with this, please report it using the
issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-15
notes for 6.x

Find out more · Bugs and feature requests

jQuery Eye Candy


By WorldFallz on the 14th of April, 2008

Description
jQuery Eye Candy is a javascript wrapper module for several jquery plugins that
handle appearance functions like rounded corners, drop shadows, and gradients.
Using this module enables using these jquery plugins on all pages or selected
pages without having to edit any theme files. Usage is not complicated, but some
basic jquery familiarity, for specifying the jquery statements required to use the
individual plugins, is helpful.

Currently Supported jQuery Plugins

521 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ColorBlend
CurvyCorners
DropShadow
Gradient
Reflection

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Apr-15
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 76 77 78 79 80 81 82 83 84 … next › last »

Page break by AutoPager. Page( 81 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Signup Status
By jrbeeman on the 29th of December, 2007

The Signup Status module extends the Signup module's functionality by allowing
users with permission to administer signups on signup-enabled nodes to set the
status of a user's signup. This can be used, for example, to mark users as "Paid" or
"Completed." By default, the module comes with two default statuses, "Approved"
(the default status) and "Wait listed."

This module features:

Limit number of signups per status.


Wait list functionality for the signup module with optional auto-transition to
"Registered" status.

522 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Printable rosters as HTML, PDF or CSV.


Modifications to the Signup Broadcast form that allows signup creators to
email a group of signups based on signup status.
Views module support through several fields and filters.

Several optional modules are included in this package, which include:

Signup Status Log: An administrative log of signup status changes.


Signup Status Certificates: Grant certificates to users based on their status.
See "Configuring Certificate Templates" below.
Signup Status Mailer: Email users when their signup status has changed.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-24
alpha2 notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-19
notes for 5.x

Find out more · Bugs and feature requests

Revision Deletion
By Gman on the 20th of November, 2006

DESCRIPTION/FEATURES
This modules enables the ability to mass delete aging node revisions. Possible
settings include node type, the age of node revision before being deleted, along
with a Cron frequency setting. The revisions may be deleted after review on an
administer page as well. This module will NEVER delete the current revision of a
node, nor will it allow you to do so.

Sponsored by: Dog Park USA.com with significant improvements by Youth Sports
Parents.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Oct-09
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Oct-09
notes for 5.x

Find out more · Bugs and feature requests

Administration Language

523 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By wulff on the 21st of July, 2009

This module lets the administrator see all


administration pages in her preferred
language.

You can use this to display the frontend of


the site in one language and still keep
most of the backend in English (or
another language of your choice).

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-18
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

524 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

phpfreechat
By Omar on the 8th of May, 2006

Integrates phpfreechat, a free, simple, fast and


customizable AJAX chat into your Drupal site.

Features: chat on any node, multiple channels,


moderation and sound notification. Full feature
list.

The latest version adds an "away" feature to


indicate when you're not at your computer.

Compatible with phpFreeChat 1.2.

If you want a particular feature or update, please consider making a


contribution to pay for my time. It will happen much faster that way. I was able
to port the phpFreeChat module to Drupal 6.x because someone supported the
effort with $$. My PayPal address is sales-at-permutations.com. You can write to
me at that address, too.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-23
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Dec-25
notes for 5.x

Find out more · Bugs and feature requests

Custom (Form) destination


By flevour on the 23rd of May, 2008

Custom (Form) destination provides a way to define where a form should redirect
the user upon submission.
When you submit a form, Drupal deals with your input (saving your node, sending
an email, storing a setting, etc..) and then redirect you to a page. You usually are
sent back to the page originating the request (for example when you enable a
module) or to a different page (for example after you succesfully submit a new
node, it will be displayed to you).
There may be some cases in which you want to override the default behaviour,
that is you want to be redirected to a different page (see the Examples section
below).
This is where Custom (Form) destination comes in handy, giving you the ability to
define the page a form redirects to upon submission.

Ok. How do I use it?

525 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

To set a new destination page for a form you need 2 things (drumrolls): a
destination page and a form.
A destination page is any valid Drupal path. Examples are "node/58",
"mylandingpage", "admin/settings". Anything after ?q= or, if Clean URLs are
enabled, anything after your Drupal root in the URL (e.g.: http://www.example.org
/blog/2008/07 or, for sub-dir installations, http://www.example.org/sub/dir
/drupal/blog/2008/07).

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-06
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Donation Products


By greenSkin on the 2nd of May, 2008

The Ubercart Donation Products module


allows the creation of donation
products. These products by default are
not shippable and allow an end user to specify an amount to donate before adding
it to the cart. Once added to the cart the user can there also change the amount of
the donation.

**********

The Donate module, which is included, provides a page listing donation products
either by group or individually. This supplied page also allows the user to set
various amounts for differing donation products and add them to the cart all at
once.

The ability to have a featured donation product is also available if the module Node
Queue is installed. This featured donation product can be added to the donate
page and/or as a pane during checkout. This pane only shows if no donations exist
in the cart.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta3 2009-Jun-08
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-12
notes for 5.x

Find out more · Bugs and feature requests

Flickr API

526 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By benshell on the 14th of September, 2008

The Flickr API module serves as a helper module for other Drupal Flickr modules.
You don't need this module unless another module requires it or you want to
develop a new Flickr-based module.

To use this module, or any Flickr services modules, you will need to obtain an API
key from http://www.flickr.com/services/api

This module is based on the Flickr module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-18
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Sep-14
notes snapshot

Find out more · Bugs and feature requests

Language Sections
By netgenius on the 31st of March, 2008

Designed for multi-language sites, Language Sections provides a way of storing


content sections for different languages in a single text area.

Applications include

Views module header, footer and "empty" text sections, to make them
"language aware". On Drupal 5, Views Translate may also be useful.
Language-specific custom 404 pages etc.
Node bodies, to display something like "This content is only available in
English" when someone tries to view in a language for which no translated
version of the content exists.
Text sections provided by other modules which do not offer multi-language
capability - see below.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Sep-29
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Sep-22
notes for 5.x

Find out more · Bugs and feature requests

527 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal Notifier
By gor on the 11th of April, 2009

Note: this model works for IPhone in conjunction


with Drupal Notifier.

Module Drupal Notifier provides information on the


status of installed and active modules for IPhone
App Drupal Notifier.
With every request from IPhone App Drupal
Notifier the website sends another request to
update.drupal.org service and provides information
in xml format.
This programm reflects status by modules for your website. It tells you which
modules need to be updated and what new versions are available.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-17
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-11
notes for 5.x

Find out more · Bugs and feature requests

Menu Firstchild
By anrikun on the 10th of July, 2009

By default, Drupal 6 requires that you enter a path for each menu link you
add/edit from the Menu administration page.
There are cases you may want to create a parent item, without any path, that
simply links to its first viewable child item.
Menu Firstchild provides this functionality.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 77 78 79 80 81 82 83 84 85 … next › last »

Page break by AutoPager. Page( 82 ).

528 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

User List
By aaron on the 21st of August, 2006

Maintainers:
deekayen, aaron

This module creates several user lists, which may be viewed as pages and blocks.
User lists may be displayed alphabetically, beginning with A-Z, by newest, by role,
or as a list of users who have posted content of a certain type.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-31
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jan-05
notes snapshot
4.7.x- Download · Release Development
2007-Mar-16
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Password policy
By miglius on the 25th of September, 2006

This module provides a way to specify a certain level of password complexity (aka.
"password hardening") for user passwords on a system by defining a password
policy.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jun-04
alpha2 notes for 6.x

529 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


5.x-1.0- Download · Release Recommended
2008-Aug-12
alpha1 notes for 5.x

Find out more · Bugs and feature requests

Admin:hover
By conortm on the 30th of September, 2008

This module adds administrative links


to nodes and blocks for users with
proper permissions to easily edit
content. These links conveniently
appear when the user mouses over a
node or block, and then disappear on
mouse out. Admin:hover also
integrates with the Devel and Clone
modules.

Requirements

This module currently works with themes that implement node templates with
containing divs whose id attributes are of the pattern "node-%nid", where %nid is
the node's numeric nid. Similarly, this module is compatible with themes that
implement block templates with containing divs whose id attributes are of the
pattern "block-%module-%delta". I am working on eliminating this
dependency.

NOTE: Development versions depend on the Token module. This will give the
module more flexibility for expansion in future development. Future official
releases will have this dependency.

Future Development

I am working on the following:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Oct-02
notes for 5.x

Find out more · Bugs and feature requests

Better Exposed Filters

530 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mikeker on the 23rd of November, 2009

The Better Exposed Filters module replaces


the Views' default single- or multi-select
boxes with radio buttons or checkboxes,
respectively. Description fields and Select
All/None links can be added to exposed
filters to make for a better user experience.

NOTE: This project originally lived at


http://drupal.org/project/bef. In addition to
being confusing, having different names for
the project and the CVS directory was
causing problems with Drush. So welcome to the new home for Better Exposed
Filters. Please read the note below when upgrading from the Beta1 release.

Views Filters are a powerful tool that refine the results of a given view. When you
expose a filter, you allow the user to interact with the view making it easy to build
a customized advanced search. For example, exposing the node type field as a
filter lets your site visitor limit their search queries to just blog entries. Better
Exposed Filters gives you greater control over the rendering of exposed filters.

Why use this module? Because it provides a better user experience than the
default option. Try telling a client that they should click on an option, then scroll to
the next option and ctrl+click on it. Don't just click 'cause you'll lose your first
selection. Oh, and ctrl+click again to unselect an option... Yeah, not user friendly.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

OG Block Visibility
By paulbooker on the 12th of May, 2006

This module allows you to specify that a block should be visible only
within a selected group. This can be used for many purposes, from
providing each organic group with its own navigation menu, to allowing a group to
highlight its own featured content, etc.

Thanks to Jamey Boje for the art work.

New features & Drupal 6.x port by Paul Booker @ Appcoast

Version Date Links Status

6.x-1.2 2009-Jan-22 Download · Release Recommended

531 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-09
notes for 5.x

Find out more · Bugs and feature requests

Views Popup
By bwong on the 9th of November, 2007

The views_popup module adds popup style support for a Views List View. This
version is actually listed as "List View as Popup". This module requires the Views
module.

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Jul-15
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Sep-23
notes for 5.x

Find out more · Bugs and feature requests

Menu Access
By emptyvoid on the 25th of March, 2009

Swipht technologies developed a set of security modules with sponsorship from


Portland State University. The modules provide roles and user specific security
permissions for menus, menu items, nodes, and security integration into the
administration and help systems. We would like to provide this suite of modules
back to the community to share the usefulness of the suite and involve the
community to provide additional support, testing, and moderation. Special care
was taken to ensure the usability of permission management was consistent across
all sections of the system (nodes, menus, menu items). Also each security module
uses a cascading security scheme to allow global security and the option to
override or define exceptions to the security model for individual items.

For example, defining global node access rights by role will dynamically apply the
security scheme to all content types and nodes created. However the user can
override the global security scheme for an individual content type, and override
the permissions for a given content type by setting permissions on an individual
node.

Please Note!!

532 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Oct-29
notes for 6.x

Find out more · Bugs and feature requests

Color Scheme API


By jtsnow on the 25th of July, 2008

An API to generate a full color scheme from a base color. Generates a palette of
background and foreground colors. Foreground colors are generated so they have
enough contrast to be readable against the background color. Also includes
functions to brighten, darken, and mix colors.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-24
notes for 6.x

Find out more · Bugs and feature requests

Menu Node API


By agentrickard on the 8th of May, 2009

Manages relationships between node ids and menu items.

The Menu Node API project fills in one of the "missing


tables" in Drupal 6. This module does nothing on its own.
Instead, it creates and maintains a {menu_node} table.
This table maps the relationship between a node and its
menu item (if any).

The module requires the optional core Menu module to be


enabled. It also requires Drupal 6.10 or higher. (See this
issue for why).

By itself, this module has no end-user functionality. When nodes are assigned to a
site menu, records are created to capture that relationship. If the node or menu
item is deleted, the record is likewise deleted.

This process enables other modules (such as Views) to write JOINs against node
items in the menu system.

Drupal 7 version

Patch #457450 made it into Drupal 7. The Drupal 7 version of this module can be
radically simplified, thanks to the new hooks. See the upgrade documentation for

533 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

details.

This module will still be necessary in Drupal 7, however, since it tracks the nodes
stored in the {menu_links} table.

Contributed modules

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-14
notes for 6.x

Find out more · Bugs and feature requests

Media: Flickr
By aaron on the 13th of June, 2009

#D7CX: I pledge that Media: Flickr will have a full


Drupal 7 release on the day that Drupal 7 is released.

The Media: Flickr project currently offers Flickr


Photoset capabilities to the Embedded Media Field
module, upon which this module is dependent. To use
it, enable the Embedded Video Field module, and add
a Third Party Video field to a content type. For
Thumbnails, you'll also need to apply for a Flickr API
key.

After that, editors will be able to paste a URL or the embed code for a Flickr
Photoset page or Slideshow into the field, and it will be displayed automatically.
Additionally, that URL will be parsed automatically, so the module will know the
difference between a Flickr Photoset URL and that of another supported provider,
such as a YouTube video.

Drupal 7

The Drupal 7 version of the module requires the Media module. It currently only
supports Flickr photos. However, it plugs in rather nicely, with fields and
WYSIWYG.

Version Date Links Status


Download · Release Recommended
6.x-1.11 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 78 79 80 81 82 83 84 85 86 … next › last »

534 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 83 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Form Builder
By quicksketch on the 23rd of June, 2006

This project allows users to build entire Form


API structures through a graphical, AJAX-like
interface. It has the ability to read and export
FAPI arrays, and users are permitted to change
any properties exposed by modules that expose
forms to the Form Builder.

This project is not yet ready for use in a


production environment.

Version Date Links Status


Download · Release Recommended
6.x-0.6 2009-Jun-20
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Blocks
By Omar on the 27th of July, 2008

This module creates blocks for taxonomy vocabularies.

Merging with Taxonomy Navigator:


In a move that might decrease confusion, Taxonomy Blocks module will merge
with Taxonomy Navigator.
If you are a maintainer of one of the many "taxonomy blocks" modules, please join
us.

535 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The merged module will start in 2.x branch. Bugs in 1.x will be fixed anyways.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Dec-17
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2009-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Mailman Manager
By arturoramos on the 21st of October, 2006

This module provides an interface through which users can subscribe to mailing
lists run by Mailman.

The administer page allows administrators to add or delete lists and program
appropriate request addresses to which commands are sent by Drupal via email.
Each subscription is assigned a password which is then used by the module to
automatically change subscription settings from within the module, without
requiring further confirmation by the user.

Other than the original confirmation of subscription by the user, the use of
Mailman as a mailing list software is more or less invisible to the enduser as all
settings can be changed from within Drupal.

The combination of this module with mailhandler and listhandler modules


replicates to a great extent the functionality of Yahoo!Groups or Google Groups.

Further development is active only for the 5.x and 6.x branches. There is only a
development snapshot release of the 6.x branch at this point. There are also
releases for 4.7 and 4.6 but these will no longer be further developed.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2009-Mar-20
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Mar-20
notes for 5.x
4.7.x- Download · Release Development
2007-Jul-15
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Geo

536 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Allie Micka on the 29th of May, 2007

The geo module is the next generation geospatial module for Drupal. Like Location,
it provides storage for points, but it also supports lines and polygons.

Why is this useful? Because locations are more than addresses or dots on a map.
Windmills in a field, for example, don't have a postal address for geocoding, but
still need their coordinates stored and mapped. And data such as routes, city
boundaries, or flight patterns all have storage and search requirements that cannot
be expressed by simple dots. Fortunately, there is an open standard for expressing
this type of data, and Geo takes advantage of spatially enabled databases
(PostGIS and MySQL Spatial) for native storage, which leads to faster, more
informational queries.

The development goal of this module is to make these features available to native
Drupal functionality, and usable for just about anyone.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-25
alpha4 notes for 6.x

Find out more · Bugs and feature requests

IE CSS Optimizer
By JohnAlbin on the 9th of June, 2009

Internet Explorer will refuse to load


more than 31 linked stylesheets.
Unfortunately, the alternative to load
styles using @import statements (which Drupal 5 used), has bad performance
implications.

The fix for this on production sites is to simply enable the “Optimize CSS files”
option on admin/settings/performance. Unfortunately, that option makes
developing CSS for themes or modules a true PITA. This module adds a developer-
friendly solution to the “Optimize CSS files” feature; it aggregates all stylesheets
except for those in the theme.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-19
notes for 6.x

Find out more · Bugs and feature requests

Blog Add-ons
By Abandoned Projects on the 7th of May, 2008

537 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: As of 2009/07/24, this module appears to no longer be supported.


If you are interested in a module with similar functionalities, you can
check Advanced Blog; if you as the module maintainer feel this message has
been posted in error, please reply to #432248: Blog Add-ons, Blog
Information, and Blogger seem abandoned .

Blog Add-ons module adds some useful features to core blog module. It deals only
with an existing content (no modification of db) so it can be easily installed and
uninstall without affecting Drupal.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-May-30
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-08
notes for 5.x

Find out more · Bugs and feature requests

Profile Category Weight


By hanoii on the 5th of September, 2008

Simple module that let you configure weights for your profile categories so you can
change the order of them in the User Registration Form.

Drupal 6 version also changes the order of the tabs in the user edit form thanks to
the hook_menu_alter() function.

Drupal 5 Notes:

It does not change the order of the tabs in the user edit form. Please read
#304784: Weight for the Local Tasks for further discussion about this.

Sponsored by:
Infomagnet

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-06
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-May-06
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy context

538 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By lee20 on the 28th of January, 2004

This module utilizes the core taxonomy module to create a hierarchical menu tree
for each vocabulary. The menus are created as an independent block which can be
displayed contextually or display can be controlled through standard block
controls. This module also displays the term description for the the term list pages
as well.

This module also allows you to add taxonomy based breadcrumbs to node pages.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Oct-03
alpha3 notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-11
notes for 5.x
4.7.x- Download · Release Development
2007-Jan-23
1.x-dev notes snapshot

Find out more · Bugs and feature requests

FileField Insert
By Abandoned Projects on the 8th of May, 2009

FileField Insert is a utility that makes inserting images and links to files into text
areas or WYSIWYGs much easier. It adds a simple JavaScript-based button to
FileField and ImageField widgets. When used with ImageField and ImageCache,
images may be inserted into text areas with a specific ImageCache preset.

This module is deprecated, use Insert instead.

Find out more

Woopra
By tomdeb on the 18th of April, 2008

Adds support for the Woopra web


statistics and real-time tracking system.

This modules includes support for:

selective tracking of users based


on their role
local caching of the tracking code
explicit tracking on their username

539 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

display users' avatars and email addresses (optional) in Woopra

https is now supported by woopra and this module.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-11
notes for 6.x
Download · Release Recommended
5.x-1.3 2010-Jan-11
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 79 80 81 82 83 84 85 86 87 … next › last »

Page break by AutoPager. Page( 84 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Gigya Socialize
By Gigya on the 12th of July, 2009

Gigya Socialize provides a single API that aggregates authentication and social
APIs from Facebook Connect, MySpace ID, Twitter, and OpenID webmail providers
including Google, Yahoo, and AOL. The Gigya module for Drupal is fully
configurable, requiring little time to install.

The Gigya Socialize module makes it easy for Drupal site owners to:

1. Authenticate users via Facebook, MySpace, Twitter and other OpenID


providers enabling an increase in site registration rate by more than 30%.
2. Increase user acquisition by enabling users to invite friends to the site, or to
share site content or a specific event.
3. Increase site traffic by sending user status updates, tweets and newsfeed

540 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

events to social networks. Drupal site owners can couple user actions on the
site with sending social network status updates, tweets, and publishing
newsfeed items.
4. Customize the user experience by making it easy for sites to integrate user
profile and social graph data
5. Easily configure the user experience, design, and module functionality using
the Drupal administration panel.

Installation

This module requires more than downloading and enabling to work properly.
Please be sure to see the installation section of the documentation for instructions
on how to configure the module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-18
notes for 6.x

Find out more · Bugs and feature requests

Alternate Login
By hunmonk on the 19th of November, 2006

#D7CX: I pledge that Alternate Login will have a full Drupal 7 release on the day
that Drupal 7 is released.

This module provides a simple interface that allows registered users to use a login
name which is different than their username.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2009-Oct-06
notes for 7.x
Download · Release Recommended
6.x-1.1 2009-Jul-27
notes for 6.x
Download · Release Recommended
5.x-1.9 2009-Jul-27
notes for 5.x

Find out more · Bugs and feature requests

CCK TableField

541 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Kevin Hankens on the 27th of October, 2009

This module provides a generic method to attach


tabular data to a node. The input form allows the
user to specify the number of rows/columns and
allows entry into each table cell using text fields.
Tables can be defined globally or on a per-node
basis, so every node can have multiple tables of
arbitrary size. Since this is a CCK field, it is
automatically revision capable, multi-value capable
and has prebuilt integration with Views.

NOTES
2/5/2010 - Stable enough for an official release!

Features in the pipeline


AHAH type callback to rebuild input forms
Better control over styling
Possibly simple calculated fields

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-05
notes for 6.x

Find out more · Bugs and feature requests

Backup Files
By Steve Lockwood on the 22nd of November, 2008

This module gives you a way to easily download a compressed archive file of any
files which have changed since the installation - ie files that have been uploaded by
users. By default, it is assumed that these will all reside in the site's "files"
directory but you can specify other directories to back up as well.

It is intended to complement the Backup and Migrate module, which backs up the
database tables. By using the two modules it is hoped that you can easily
implement a good backup strategy.

The module does not have a restore facility - but you can easily restore backed up
files using an ftp client or the file browser in the IMCE module

Alternative modules

The latest version of the DB Maintenance module (currently in beta) also gives you
the ability to backup files. Some users might find this a better solution as database
and file backups are handled in a single package (as well as database

542 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

optimization).

DB Maintenance makes calls to the tar and mysqldump commands to achieve its
backups. Backup Files uses a different technique - it uses the PEAR package and
the Archive_Tar package which, if they are not present on your system, can be
downloaded and installed with the module.

So, if your host does not allow access to the tar command Backup Files should still
do the job (and Backup Migrate will back up your database tables similarly).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-24
notes for 5.x

Find out more · Bugs and feature requests

SimplePie Core
By mustafau on the 11th of March, 2008

Ensures that the SimplePie library is installed. Makes


SimplePie available to other modules.

News

SimplePie is ceasing development

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-20
notes snapshot
Download · Release Recommended
6.x-1.0-beta1 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-May-13
notes for 5.x

Find out more · Bugs and feature requests

Views Slideshow: Dynamic Display Block

543 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ppblaauw on the 29th of August, 2009

The Views Slideshow: Dynamic Display


Block module is a views_slideshow plugin
mainly used to showcase featured content
at a prominent place on the frontpage of
the site in an attractive way. A featured
content slideshow can contain e.g.: New
articles, Most popular content, New
products, Portfolios, etc.

Note:

This is at the moment a development version for testing purposes only.


Recommended to test the module against 6.x-2 versions of the
views_slideshow module which have better support for views_slideshow
plugins
There are several other slideshow/carousel/rotator/tab modules available for
Drupal. Have a look at this comparison to find out what suits you best.

Usages Features

Featured Content Any content


Ubercart Products Multiple content delivery options
Image Galleries Multiple slideshows
Video Galleries Configuration settings per slideshow
Header Slideshows Number-, prev/next-, text-, image-
Text sliders pagers
Free and commercial layout themes

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-18
notes snapshot

Find out more · Bugs and feature requests

Premium
By Allie Micka on the 1st of September, 2005

Restricts access to premium content by role.

Version Date Links Status

544 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-11
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-03
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Aug-21
notes for 4.7.x

Find out more · Bugs and feature requests

XSPF Playlist
By arthurf on the 7th of June, 2007

XSPF Playlist generates a playlist file in the


standard XSPF format from files that are
attached to a piece of content. XSPF files are
used by audio and video players to present
playlists. The module was designed for
Jeroen Wijering's flash player, though it
should work with other flash players. The
administrative interface allows the
administrator to select what node types it
works on, choose a default thumbnail file to
use, and configure support for CCK fields. The module supports multiple file types
(audio, video, flash).

Version Date Links Status


Download · Release Recommended
6.x-1.0-alpha2 2009-Apr-19
notes for 6.x
Download · Release Recommended
5.x-1.20-beta3 2009-Apr-22
notes for 5.x

Find out more · Bugs and feature requests

Cookie Check
By nedjo on the 18th of October, 2007

Drupal requires cookies for user login, but by default no error message is given
when a user's browser is set not to accept cookies. The result is a broken
site--after attempting to log in, the user is returned to an empty login form with no
indication of why login failed.

Cookie check fixes this issue. When a user submits a login form, the module
checks for cookie support and provides an error message if cookies are not
supported: 'It seems your browser does not accept cookies. To log into this site,

545 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

you need to accept cookies from the domain @domain.' where @domain is the
name of the domain the user was trying to log into.

Based on a patch by chx and others: #2946: no warning is issued if cookies are
not enabled . If you'd like this bug to be fixed in Drupal core, please test and
review that issue.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-21
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-21
notes for 5.x

Find out more · Bugs and feature requests

Nodes In Block
By swentel on the 20th of December, 2008

#D7CX: I pledge that Nodes in block


will have a full Drupal 7 release on the
day that Drupal 7 is released.

Nodes in block makes it possible to add


nodes into a block. A number of
configurable blocks are generated which
you can assign to a region. Visibility
settings of this block are automatically
set to 'Show on only the listed pages'.
On the node content form, you define the weight and visibility per node thus
making it easier for content administration as all your content is now in the same
place. With this module, you don't have to explain your customers how blocks
work but is still able to decide on which pages content must be rendered.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-22
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Nov-28
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 80 81 82 83 84 85 86 87 88 … next › last »

Page break by AutoPager. Page( 85 ).

546 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mobile Theme
By Rob Loach on the 29th of May, 2008

Adds the ability to choose a mobile


theme in admin/build/themes/settings
which is used for serving users on
mobile devices.

Requirements

Browscap

Mobile Themes

This is a list of themes that work well on mobile devices. If you have any other
recommendations, feel free to post a note!

Nokia Mobile
Mobile
iUI

More Information

If you're looking for a more advanced solution, please have a look at Mobile Tools
or iDrupal.

#D7CX: I pledge that Mobile Theme will have a full Drupal 7 release on the day
Drupal 7 is released.

Version Date Links Status

7.x-1.x-dev 2010-Feb-08 Download · Release Development

547 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Jun-08
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-25
notes snapshot

Find out more · Bugs and feature requests

JS Alter
By effulgentsia on the 20th of December, 2008

This module adds a hook_js_alter() hook that other modules can use to modify the
javascript that gets output to the page. The module provides no end-user
functionality, but other modules can use this module as a dependency. Check out
the JS Registry, JS Debug Helper, and jQuery Form Update modules for examples.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-19
notes for 6.x

Find out more · Bugs and feature requests

Node Expire
By dllh on the 25th of August, 2006

This module allows you to set a "timer" into content nodes. When it reaches zero,
you can perform any type of action with the node, such as unpublishing it or
sending an email to the author.

Features
Perform custom actions when the nodes expire
Granular permissions: let only some users to modify the node expiration date
Date field uses jQuery UI DatePicker widget, if jQuery UI module is enabled
All data exported to Views, if enabled
Drupal code compliance

Version Date Links Status


Download · Release Recommended
6.x-2.03 2009-Jan-31
notes for 6.x

548 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.2 2007-Aug-21
notes for 5.x

Find out more · Bugs and feature requests

Checkall
By markus_petrux on the 20th of November, 2006

This module provides an extension to the builtin checkboxes element that allows
developers add "check all" / "toggle" / "uncheck all" actions to them. This is
specially useful for checkboxes that have a lot of elements.

Please note that Drupal 6 already has this feature available, but only for
checkboxes rendered in tables, such as those used in Administration -> Content
management -> Content. Checkboxes rendered elsewhere do not have this
feature.

You may need to install this module when required/recommended by another


contributed module, and/or you may wish to use it to enhance your own custom
modules.

For Site Administrators - New option for checkboxes


implemented by CCK Widgets

If you use checkboxes implemented by CCK optionwidgets, node reference,


user reference or content taxonomy options, then a new option in the field
settings form is available to enable the Checkall feature for those widgets.

For Developers - Simple Usage

To attach the checkall behavior to checkboxes elements, all you need to do is


add the '#checkall' property to them. You can do so for your own forms, or
you can implement hook_alter_form() to add this property to existing forms.
Example:

<?php
$form['foobar'] = array(
'#type' => 'checkboxes',
'#options' => $options,
'#default_value' => $default_value,
'#checkall' => TRUE, // <--- this is it ;-)
);
?>

549 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Dec-27
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Teleport
By incidentist on the 21st of January, 2008

This module is intended for


administrators who have to jump
around to specific pages while
managing Drupal sites. It's a hotkey-
activated launcher utility inspired by
Quicksilver, Gnome Do and other
desktop launchers. A configurable
hotkey (Ctrl-M by default, or Crtl-T in
older versions) brings up the dialog.
Type in any part of the title or path of
the page and an autocompleted list of possibilities will pop up. Unlike many other
dynamic search modules, Teleport searches titles and paths of system pages as
well as node titles. See this short screencast for a demonstration.

If you don't want to wait for the autocomplete to finish, you can just type a query
and submit the form. Teleport will guess what you mean and send you right there,
or display a list of options if it can't figure it out.

Development generously sponsored by Trellon.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Oct-23
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-13
notes for 5.x

Find out more · Bugs and feature requests

Decisions
By anarcat on the 7th of February, 2006

Decisions is a replacement for poll.module and provides advanced voting systems


and decision-making tools. It aims to enable groups to take decisions online in a
manner that replicates and augments what is possible in face-to-face meeting.

550 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Variable voting algorithms: Basic polls, Approval Voting, Borda Count,


Condorcet (new!), and Instant-Runoff Voting. It's easy to add more
algorithms through a well defined API.
Vote management: view each user's vote, delete all votes, or restrict the
poll to a list of users.
Time management: schedule when to open or close the poll, and choose
when to show results.
Quorum: requiring X number or percentage of voters for a decision to be
valid.
Electoral lists: allows you to restrict the voting to a role and disallow
"packing the vote" (new users do not get to vote if they register after the
beginning of the vote period).
i18n: translated into 2 languages in addition to english (french and german)
other contributions welcome!

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-03
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-05
notes for 5.x

Find out more · Bugs and feature requests

Google Ad Manager
By toemaz on the 27th of August, 2008

This module enables you to easily configure Google Ad Manager Ad Slots for
Drupal. Each defined Ad Slot becomes a block and can be added to a region. You
may also use [google_ad:ad_slot] to display Google Admanager ads within your
content.

Drupal 6

Try to install the dev release first, before installing the 1.0 release. The dev release
has many improvements and bug fixes but need some more testing before a new
1.1 release can be made. In case something doesn't work out, please report in the
issue tracker. Thanks!

Installation instructions for 1.0

See below for 6.1.x dev instructions, which doesn't require editing
templates

Copy the 'google_admanager' module directory in to your Drupal sites/all

551 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

/modules directory as usual


Go to admin/settings/google_admanager and fill in the form (find your
ca-pub code)
For each submitted Ad Slot name, you will get find a block at admin/build
/block which you can add to a region
Insert some php code:
1. Insert the following into template.php
<?php function _phptemplate_variables($hook, $vars) {
if ($hook == 'page') {

if (module_exists('google_admanager')) {
$vars['scripts'] .= google_admanager_add_js();
}

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-24
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Dec-13
notes for 5.x

Find out more · Bugs and feature requests

Image Upload
By bojanz on the 3rd of September, 2008

Note: Looking for a co-maintainter, if anyone is interested to take this on.

Image Upload is an image module for Drupal based on the upload module and
inspired by the imagefield module.

Features
AJAX upload and removal of images
Thumbnail generation
Categories
Previews
Lightbox2 integration
Views2 integration (requires views 6.x-2.0-rc2 or later.)

NOTE: If you want lightbox2 integration in views, be sure to select the " Link
this field to the full image." option!

Images are added as $node->images[FILE ID], and have a term_name


property which you can use.

For example, for displaying a "Default" category, you can use

552 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

<?php
foreach($node->images as $fid => $image) {
if($image->term_name == 'Default') {
echo $image->img_html; // HTML for the image thumb, when clicked
shows the full image (uses lightbox2 if available)
}
}
?>

Sponsored by:
Brakkar
http://galerie-melki.fr

Like this module? Tip me!

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jan-07
notes for 6.x

Find out more · Bugs and feature requests

Contrib Toggle
By dbabbage on the 9th of January, 2009

All users of Contrib Toggle are recommended to disable the module


from their sites until the critical issues discussed below can be
resolved.

I have determined that significant architectural issues with how the previous
releases functioned had the potential (if an error occurred) to render a user's site
unusable though disabling critical modules, and requiring a restore from backup or
manual re-activation of the modules in the database. This was unacceptable to me
so I have unpublished the release. I recommend all users disable Contrib Toggle
from their sites until an acceptable alternative is found. Changes in Drupal 7 mean
that this issue would not occur there, so it is possible that the dynamic module
activation features of Contrib Toggle may be able to be re-introduced there even if
a satisfactory solution for Drupal 6 cannot be found.

Current issues
There are indications contrib_toggle might be incompatible with modules that have
parentheses in their display names [e.g. GetID3()] or in their dependencies, [e.g.
Filefield includes Filefield Meta which has a dependency on GetID3()]. Outcomes
can include an unusable site if modules are disabled that should not be, when you
save the modules page. If you have any modules installed that contain
parentheses in their display names, you may wish to disable contrib_toggle until
this is clarified.

553 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

When upgrading between Drupal core versions (e.g. 6.8 to 6.9) it is recommended
that all non-core modules ("contrib modules") are deactivated first. When you have
modules with multiple dependencies, this is a needlessly time-consuming and
fiddly process. The Contrib Toggle module provides a button on the module
configuration page (/admin/build/modules/) to mark all contrib modules for
deactivation, reducing this process a simple two-click exercise. Click the "Disable
Contrib" button, then click "Save Configuration" to actually disable the modules.
Contrib Toggle automatically disables itself in this process.

Between core upgrades, Contrib Toggle also provides an mechanism for dynamic
activation and deactivation of modules with dependencies. When Contrib Toggle is
active, all modules on the module admin page can be activated and deactivated.
Activating a module will prompt you whether you wish to activate any other
modules it depends on. Deactivating a module will likewise prompt whether you
wish to deactivate any modules that depend on it.

Find out more · Bugs and feature requests

Multi-column checkboxes radios


By mattyoung on the 2nd of July, 2009

A form element extension to display checkboxes and


radios in columns.

Usage
In one's own module: in the definition of
checkboxes/radios form element, add the
'#multicolumn' property to the checkboxes or radio
buttons form element definition:

<?php
$form['my_checkboxes'] = array(
'#type' => 'checkboxes',
'#multicolumn' => array('width' => 3),
.
.
.
);
$form['my_radios'] = array(
'#type' => 'radios',
'#multicolumn' => array('width' => 5, 'row-major' => TRUE),
.
.
.
);
?>

The 'width' required parameter specifies the number of columns to display the
checkboxes/radios. Set 'row-major' => TRUE to change display across first, then

554 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

down. The default is column-major: down first, then across. The 'minimum height'
optional parameter can be specified to keep columns from looking "short/flat" by
using fewer columns than the 'width' parameter to keep column height to the
specified minimum. In row-major layout, 'minimum height' does "try the best"
effort.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 81 82 83 84 85 86 87 88 89 … next › last »

Page break by AutoPager. Page( 86 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

BAWStats
By egfrith on the 26th of November, 2007

This module provides the display of AWStats web statistics data (generally
collected from web server logs).

The BAWStats module integrates the third party betterAWStats system into drupal.
The betterAWStats project is a PHP library and CGI that displays AWStats web
statistics data in a convenient and customizable way.

Statistics data is collected by AWStats, stored in the normal AWStats files and
presented using the betterAWStats engine within drupal. BAWStats has the ability
to display statistics information for multiple websites. Data is displayed in a variety
of graphs, tables, and schematics.

Version Date Links Status

555 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-03
notes for 6.x

Find out more · Bugs and feature requests

VideoField
By tamerzg on the 9th of September, 2009

VideoField provides an video upload field for CCK. VideoField is a CCK-based


alternative to the legacy media projects available in Drupal modules including
Video etc.

Idea behind this module is to have a simple field for uploading video content,
something similiar to imagefield for images

Version Date Links Status


Download · Release Recommended
6.x-1.34 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Nofollow List
By greggles on the 28th of January, 2007

Allows a blacklist of sites that will have a rel="nofollow" attribute added to their
link tags whenever used on your site. Originally the only page in the blacklist was
Wikipedia, though it now allows an admin controlled blacklist and whitelist.

Installation note: You must configure the input formats and add this to a format
for this module to work.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-08
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Jul-11
notes for 5.x

Find out more · Bugs and feature requests

jQuery Plugin Handler (JQP)


By jjeff on the 30th of September, 2008

ATTENTION!!!

556 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The stable release (6.x-2.0) now uses 'libraries' instead of 'js_libraries' for
directories!

About

jQuery plugin handler is intended to be both an API and an UI for managing


packages of javascript files. These packages, or libraries, are often called plugins.
They can contain a single javascript file, or a bundle of several javascript files,
sometimes accompanied by stylesheets.

Using this module libraries can be registered into Drupal's system. After registering
a library, modules and themes can load these libraries using this module's API to
extend their functionality.

This module also provides an user interface for managing your installed libraries. It
provides an easy workflow for keeping track of installation
statuses of your javascript libraries.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Feed Path Publisher


By Todd Nienkerk on the 24th of April, 2008

Feed Path Publisher allows site admins to publish multiple RSS feeds in the
document's <head> tag. Modern browsers use this information to populate the
(usually orange) RSS icon in their URL or location bar.

Feeds can be published globally or per path. This is especially useful when you
have multiple feeds on a site -- say, generated by Views' RSS module -- that
should only appear in certain areas.

IMPORTANT UPGRADE WARNING


WARNING: If you are upgrading from version 5.x-1.1 (or earlier), please back up
the data from your 'feed_path_publisher' database table before running
update.php. This update script will drop the table and recreate it before
repopulating it with your data. This has worked fine in testing, but we advise
making a backup just in case.

Credits
Development of this module is sponsored by Four Kitchens and That
Other Paper.

557 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-02
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Sep-24
notes for 5.x

Find out more · Bugs and feature requests

Drupal for Facebook


By Dave Cohen on the 26th of September, 2007

This set of modules and themes turns Drupal into a platform for developing
Facebook Applications. This allows you to embed your content and features within
facebook, or allow facebook users onto your site via Facebook Connect.

With Drupal for Facebook, you can harness all the power of Drupal in you Facebook
App. If you already have content in Drupal, you can expose it on Facebook.

The Drupal for Facebook philosophy is that the functionality already built into
Drupal should be used to create Facebook Applications. Where possible, we use
Drupal's user management, permission schemes, blocks, views, etc. to implement
the Facebook App. Experienced Drupal users will find it very straightforward to
build a Facebook App. While Facebook developers new to Drupal may want to
spend some time on Drupal.org learning best practices.

Drupal for Facebook contains several sub-modules. Enable just those that you
need. For example if you need Facebook Connect, enable fb_connect.module ;
Canvas Pages, fb_canvas.module ; wall posts and status updates, the
fb_stream.module ; and so on...

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta4 2010-Mar-08
notes for 6.x
Download · Release Development
5.x-2.x-dev 2009-Jul-31
notes snapshot

Find out more · Bugs and feature requests

Drigg
By mercmobily on the 10th of November, 2007

Drigg is a powerful Drupal module that allows you to create Digg and Pligg-like
web sites.

Drigg comes with two themes:

558 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

* Its default theme. It works, and it's a good starting point


* The theme "4plus", donated by 4plus and Mount Fuji guide. They also provided
the great "4plus" voting form :-D

Unlike other Drupal-based solutions, Drigg only needs:

VotingAPI -- a powerful Voting API available for Drupal


A voting form based on the VotingAPI. The forms of choice are provided by
Extra Voting Forms written by the same author
The User Karma module, written by the same author

To have an external voting button, refer to http://www.drupal.org/project


/drigg_external thanks to PGiro!

Drigg also needs MySql 4.1.X (NOT 4.0.X) to work.

IMPORTANT NOTES:
NOTE 1 : If you want Drigg to support another video service, please read this
first: http://drupal.org/node/244877 .
NOTE 2: ANY CSS/theming question will need to be directed to the Drupal forums.
The ONLY CSS/theming bugs we can allow are the ones that affect the default
Drigg theme. This is because we need to spend time improving Drigg more than
anything else.

Features
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Jun-23
notes snapshot
Download · Release Recommended
5.x-1.36 2008-Sep-25
notes for 5.x

Find out more · Bugs and feature requests

addtofavorites
By thierry_gd on the 8th of October, 2006

Description
-----------
This module create a block for helping users to :

add the website to their browser's bookmarks.


make the website as their browser's homepage.

Project initiated and maintained by Thierry Guégan ( thierry_gd -


www.arvoriad.com)

559 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.1 2008-Dec-08
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot
4.7.x- Download · Release Development
2006-Nov-18
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Profile Complete Percent


By nrussell on the 9th of October, 2008

Profile Complete Percent (PCP) is a dependency of


the Profile module in core. It allows administrators
who have access to use the module to tag created
profile fields as items needed for a user to be 100%
complete when filling out their profile information.

A block is created which can be placed anywhere on the site that by default
displays the current logged in user's profile complete percent data. As the user fills
out more of their profile, the percent increases. Additionally, a "next" tip link is
displayed informing the user that if they fill out a particular field in their profile,
they will increase their profile complete percent to a specific value. A link is
provided for this "next" tip, sending the user to the exact page and highlighting the
exact field that they need to fill out to increase their profile percent.

Drupal 6 Version 2.0 has just been released!


You can now opt to have the profile complete percent block go away after a user
reaches 100% of their completed profile. Additionally, I've added user picture
support as part of the module so that user pictures can be added as required
criteria in the completion of a user's profile.

Soon to come:

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-08
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Jun-30
notes for 5.x

Find out more · Bugs and feature requests

StatCounter
By boombatower on the 12th of February, 2008

560 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module provides an integration between Drupal and StatCounter web


statistics. The module allows user to insert their StatCounter tracking code and
select the scope of pages they wish to display it on.

This module aims to make it second nature to add and configure the way stats are
displayed on a Drupal site.

For a comparison of the two easiest methods that StatCounter tracking code can
be inserted please visit the StatCounter forum post.

If you found this module useful please donate.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.0-1 2008-Feb-19
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 82 83 84 85 86 87 88 89 90 … next › last »

Page break by AutoPager. Page( 87 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

iTunes
By drewish on the 24th of December, 2008

Apple's podcasting specifications add several channel and item elements to RSS
feeds. The iTunes module allows a podcaster to associate the item level
information with nodes and the channel level information with a View.

561 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A default view is included but disabled by default. You can either clone it or modify
it to suit your needs. This module doesn't handle the specifics of associating files
with nodes, for that you'll need to use something like the Audio module or FileField
module. The 6.x-1.1 release adds has support for outputting FileFields as RSS
enclosures.

Views 6.x-2.2 or greater is required.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jul-31
notes for 6.x

Find out more · Bugs and feature requests

jQuery AOP
By effulgentsia on the 20th of December, 2008

This is a tiny module that adds the jQuery AOP plugin to all pages. This module
provides no functionality to end-users, but can be listed as a dependency by other
modules wishing to use this plugin.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-20
notes for 6.x

Find out more · Bugs and feature requests

Smart menus, Smart tabs


By RdeBoer on the 20th of July, 2009

The Smart menus, Smart tabs duo of modules make everyone's Drupal experience
just that little bit more convenient. The two modules give menus and tabs a
memory, so that when you revisit a page, your previous tab or menu choice is
already pre-selected for you. Not only will this save you numerous clicks, it will
almost feel like the system senses where you'd like to go, making the experience
more intuitive. No longer will you have to retrace your clicks to get back to where
you wanted to stay or waste clicks to escape from Drupal's rigid default selections.
Instead you'll find that Smart menus and Smart tabs create default selections
naturally, based on your personal click patterns as they evolve during the session.
Once you've used these modules for a while you won't notice they're there -- but
you'll miss them when they're gone.

Version Date Links Status

6.x-1.5 2010-Mar-12 Download · Release Recommended

562 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Logging and alerts


By kbahey on the 10th of April, 2007

This is a collection of logging and alerts modules. They interface to the new custom
logging watchdog hook available in 6.x.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jul-23
notes for 6.x

Find out more · Bugs and feature requests

Blog Theme
By beginner on the 22nd of March, 2005

Blog theme allows users to have persistent themes for their blogs based on the
theme they choose for their account. When others view thier main blog page, or
any node (of specific admin-defined types) created by them, the reader will see
the authors theme instead of their own.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Sep-30
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Jun-27
notes for 5.x

Find out more · Bugs and feature requests

Organic Groups Mandatory Group


By pwolanin on the 4th of July, 2006

An add-on for the Organic Groups (og) module that makes one group mandatory
for all new users and/or requires new users to pick a group.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Sep-06
notes for 6.x

563 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2007-Sep-13
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Sep-13
notes for 4.7.x

Find out more · Bugs and feature requests

QueryPath
By mbutcher on the 3rd of March, 2009

QueryPath is a library for searching and


manipulating HTML and XML
documents. It's like jQuery for PHP. See
http://querypath.org for more information.

Here's a screencast that shows what you can do with QueryPath and Drupal.

This module provides three things:

1. Basic QueryPath integration.


2. A QueryPath database implementation that provides QueryPath with Drupal
database functions
3. Many examples in the querypath_examples module.

More information

For an introduction, see Get to know the QueryPath PHP library at IBM's
DeveloperWorks website.
For a detailed look at the library, see the API documentation for QueryPath.
The Drupal-specific database features are documented in the
querypath.classes.inc file.
There are many examples at the official QueryPath wiki.
The QueryPath Examples module (included with this module) provides
examples of using QueryPath inside Drupal to handle database lookups, RSS
parsing, and FAPI integration to query the MusicBrainz XML service.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Aug-21
notes for 6.x

Find out more · Bugs and feature requests

Bookmarks

564 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By darthclue on the 28th of September, 2003

#D7CX: I pledge that Bookmarks will have a full Drupal 7 release on the day that
Drupal 7 is released.

Bookmarks provides a unique (non-shared) menu to each user. The menu can be
modified / updated by the individual users and by the site admin (or anyone who
has those permissions). Bookmarks can also be made public and they will appear
on the user profile page. For example, user 1 would have public bookmarks at
bookmarks/public/1.

The dependency on DHTML Menus has been removed with the 6.x-2.x series. The
latest release of DHTML Menus interfaces directly with the menu system. The
module will continue to function without DHTML Menus but all folders will always
be expanded. To get collapsible folders you will need to install a module that
provides this. DHTML is known to work with this module.

You can now specify default bookmarks which will be added to all new users and
preset bookmarks which are bookmarks that are defined by the system
administrator and can later be added by the user. For example:

The site admin defines a group of presets (


--Drupal
----Handbook
----Patch Spotlight
----Groups

Instead of the user having to create this same group they can go to the presets
tab and select add folder to have this group added to their bookmarks.

Version Date Links Status


Download · Release Recommended
6.x-2.7 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Windows Live Writer BlogAPI


By jrglasgow on the 5th of September, 2008

In Drupal 6 the BlogAPi module's compatibility with Windows Live Writer was
broken. This module started out as a direct port of the Drupal 5 BlogAPI module to
Drupal 6. I have been working on some extra features to better integrate with
WLW.

Development is supported by Tribute Media and Corey Smith.

Version Date Links Status

565 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Sep-09
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Mar-04
notes snapshot

Find out more · Bugs and feature requests

User Comment
By gwen on the 12th of June, 2007

This module lets users delete comments on nodes they create without giving them
full comment administration access. Permissions are on a per node type basis, so
it's a great way to, e.g., allow users to administer comments on their own blogs.

Additionally, you can configure this module to force comments on selected node
types to be approved before they get published. As with delete rights, this is
administered by users so you don't have to do it yourself.

As with all new modules, please test before using on a production site.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Feb-04
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 83 84 85 86 87 88 89 90 91 … next › last »

Page break by AutoPager. Page( 88 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

566 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Views Node Feed


By andrewlevine on the 16th of June, 2008

Allows you to create a feed for a view, much like Views RSS, except you can
specify any custom markup you want (XML, JSON, whatever) instead of just RSS.
The module works by providing a view argument and was largely copied from
views_rss and modified.

WARNING: This module is intended to allow the quick creation of simple custom
feeds backed by views. There are 2 main problems with this module:
1. node_load() is called on each node to allow quick creation of feeds - this causes
many queries and performs poorly
2. The module promotes saving code in the database. This is bad form for
complicated code that should be in version control.

If you are fine with these 2 points and simply want to create quick and simple
feeds, then you've found the right module!

Sponsored by Sony Music

6.x version needs some love...please help with patches to get it to a point
release. You can find the dev release here.

Version Date Links Status


Download · Release Recommended
5.x-1.2 2009-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

Recent Changes
By rötzi on the 7th of February, 2007

Please note that the access check is broken at the moment. So if you have
sensitive information, don't use the module until this bug is fixed.

The recent changes module let's you track all editing on your site. A page is
provided with a list of all revisions and comments in chronological order.

An RSS feed is available to keep track of all changes on the page.

If you have the diff module installed, the RSS feed will also include a difference
view between node revisions.

The recent changes page and the RSS feed are accessible to everyone with the
view revisions permission.

See the demo page and the RSS feed of the demo page to see how it looks like.

567 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If you have MySQL 4.0.x you need a workaround for an SQL problem

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-04
notes snapshot
Download · Release Recommended
5.x-1.2 2008-Feb-20
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-07
notes for 4.7.x

Find out more · Bugs and feature requests

UC Free Order Payment Method


By rszrama on the 11th of November, 2008

The UC Free Order Payment Method module works in conjunction with


the payment checkout pane using the order total preview to present a
"Free order" payment method to customers when their order total drops to $0.00
or less. By default, this method will be hidden with Javascript and displayed only
when appropriate. Server side verification of an order total on checkout form
submission is used to prevent customers from gaming the system.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Oct-30
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-11
notes for 5.x

Find out more · Bugs and feature requests

TagTool
By jimyhuang on the 29th of June, 2008

This module is an enhance for free-tag


input field.

Tag is free, but one major problem of autocomplete input style is that we don't
have enough guide for customer. Sometimes we need to let user "choose" exists
tag by simple click, and of course they still can add their own defined tag in
textfield.

See picture then you know what this module does.

568 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-07
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-07
notes for 5.x

Find out more · Bugs and feature requests

jQuery Form Update


By effulgentsia on the 20th of December, 2008

Updates the jquery.form.js plugin used by Drupal from version 2.01 to version
2.16. Requires the jsalter module.

One benefit of the newer version of the plugin is that it triggers a form-pre-
serialize event as part of ajaxSubmit. This feature is used by the Wysiwyg API CCK
Integration module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-20
notes for 6.x

Find out more · Bugs and feature requests

Video Upload
By jhedstrom on the 25th of April, 2008

#D7CX: I pledge that Video Upload will have a full Drupal 7 release on the day
that Drupal 7 is released.

The Video Upload module provides a CCK field type that allows for the end user to
upload video directly to YouTube, using a single account for the site.

The video never hits the Drupal host (for the 5.x version only—see the 6.x version
below for details on the difference between browser and direct upload methods),
saving on storage and bandwidth bottlenecks. Furthermore, the end-user doesn't
need a YouTube account, since all video is stored under the site's account. Video
can be organized on YouTube with customized developer tags, currently with
limited token support.

The module uses the Zend GData client library for communication with YouTube.
This can be downloaded here. See Video Upload's INSTALL.txt for details on
installing this library.
Note: The Zend library requires PHP version of 5.1.4 or higher, and as such, this
module does too.

569 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-14
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Oct-10
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2008-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

Related links
By Zen on the 13th of December, 2004

The relatedlinks module enables nodes to display related URLs to the user via
blocks. Related links can be defined in 3 ways:

Parsed links: links that are retrieved from the body of a node.
Manual links: links that are added manually.
Discovered links: links that are discovered by the module using various
criteria, including the category terms of a node and suggestions provided by
the search module (when enabled).

The module also allows for flexibility in creating blocks for each type of related
links or creating blocks for a combination of link types.

Version Date Links Status


Download · Release Recommended
5.x-2.2-beta 2008-May-13
notes for 5.x
Download · Release Recommended
4.7.x-3.1 2007-Feb-26
notes for 4.7.x

Find out more · Bugs and feature requests

Update form enhancement

570 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 20th of September,


2008

The update_form_enhancement module


enhances update.php user interface by
separating modules that are up to date
from those that are not.

It uses standard form_alter hook to alter


the form that is displayed on second
step of update.php script to select
modules that need to be updated.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Feb-21
notes for 6.x

Find out more · Bugs and feature requests

Recommender API
By danithaca on the 17th of February, 2009

NOTE: PHP5 only! available for Drupal 6+.

The goal of the project is to provide easy-to-understand, easy-to-use, fully-


documented APIs for developers to write cool Drupal modules based on
recommender algorithms. Examples of recommender systems include Amazon.com
(customers who bought this book also bought), Last.fm (recommended songs
based on scrobbling), Netflix (recommended DVDs based on user rating), and
much more.

The module provides several core algorithms in the API framework. But in order to
use those algorithms in Drupal, you need to write your own modules using the
APIs, or use existing modules. Please refer to README.html in the package for
more details.

Lastest version of the developer's companion is here:


http://mrzhou.cms.si.umich.edu/recommender

Modules that uses Recommender API

Browsing History Recommender: "Users who browsed this node also


browsed"; personalized node recommendation based on users' browsing
history.
OG Similar groups module: "Users who joined this group also joined"
Ubercart Products Recommender: "Customers who ordered this also ordered"
and personalized recommendation "Recommended for you"

571 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta4 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Lineage
By Agileware on the 7th of December, 2005

The Taxonomy Lineage module adds a table to the taxonomy database which
allows nodes to be sorted by taxonomy hierarchy. The module adds no new sort
function by itself, so simply adding this module will not add functionality. However,
it can be used with the Views module, and PHP snippets or custom code may be
written to sort, as well.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-04
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Sep-04
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-Jan-20
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 84 85 86 87 88 89 90 91 92 … next › last »

Page break by AutoPager. Page( 89 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

572 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

OG Menu
By ashsc on the 26th of October, 2007

Allows users to manage menus by


Organic Groups.

Features :

Administrators can create OG


menus through the regular menu
interface at admin/build
/menu/add. Choose a group to
associate with the menu.
Organic group members with the right permission can also manage menus at
node/[nid]/og_menu.
For content types that can be published in groups, users can add a menu link
directly from the node creation form.
For groups content types, users can create an associated menu by checking
"Enable menu for this group".
You can enable the "OG Menu : single" and the "OG Menu : multiple" blocks
at admin/build/block.
OG Menu : single will display the first available menu for the first
available group in the context.
OG Menu : multiple will display all available menus for all available
groups in the context.
To theme the block, use the block-og_menu-0.tpl.php and the block-
og_menu-1.tpl.php files, respectively.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Dec-17
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Other
By rellis on the 8th of June, 2008

This is a simple module to add an optional '- Other -' to


taxonomy select lists. It allows users with the right permissions
to create new terms.

Only single-select vocabularies are supported.

573 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

jQuery is used to hide and show the associated text input field.

New terms aren't created until the associated node is published


(allowing moderation).

The taxonomy administrator has the option to either show or hide


user-added terms in subsequent select lists.

Use case example:


You have a taxonomy vocabulary called 'Organization type' and you
want to allow users to be able to choose '- Other -' and add their
own type. You want to use a simple select list and to keep the
list small to encourage people to use the types you've provided.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Aug-06
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Duration
By jpetso on the 22nd of March, 2008

Duration is a set of three modules, each for a different target audience:

duration_api provides a reusable Duration class and formatter functions for


developers who need to do internal date calculations and conversions.
duration_element depends on duration_api and provides a set of form
elements for entering durations, to be used in custom forms.
duration depends on both of the above and assembles the pieces into a CCK
field, not requiring a single line of code to use it.

In order to add a new CCK field, go to the "Add fields" form and select any widget
for the "Duration" field type. Configure, use, rejoice.

Developers can find the API documentation inside the module files, examples for
using the form elements are provided in duration.example.

If this module doesn't fit your needs, the Date module might be worth a try.

This project was originally provided by zites.net internet solutions and sponsored
by IPA (Internet Privatstiftung Austria) as part of the Netidee program.

Disclaimer

574 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-26
notes for 6.x

Find out more · Bugs and feature requests

Author Contact
By JmsCrk on the 29th of February, 2008

Shows a contact form that contacts the author of the current node.

Description
Creates a block that shows a contact form that when submitted, sends a simple
contact email to the author of the current node. This might be useful for a
multi-user blog or auction site, for example.

Installation and configuration


After enabling the module configure it on the blocks admin page at admin/build
/blocks.

Although the block will automatically only show on nodes, you should configure it
to only show on the nodes you want - eg only on blog content types or certain
URLs.

From the block configuration page you can also set text to appear at the top of the
form. This could give a short instruction or reminder to include your phone
number, etc.

Note that the block now only appears for authors when they have their
'personal contact form' enabled. So if you update to the latest version and your
block dissappears, enabling the personal contact form will most likely fix it.

It is also suggested you install the Captcha module to help prevent spam going to
your node authors - see http://drupal.org/node/311349 for some help with this.

This drupal module by Choc Chip multimedia.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-24
notes for 6.x
Download · Release Recommended
5.x-1.3 2010-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

575 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ticketyboo News Ticker


By Steve Lockwood on the 26th of August, 2008

Lets you configure three separate news tickers as Drupal Blocks.

In addition to the standard Drupal block visibility options, you can configure:
- which nodes will be displayed
- the number of seconds before changing the ticker
- the size of the ticker block

You can select the nodes to be displayed by one of:


- a list of node numbers
- a specific node type (eg news)
- a list of taxonomy categories (so you could designate a specific taxonomy
category for news)

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

Return-Path
By budda on the 14th of September, 2006

Fixes the problem of bad email 'Return-Path' header settings which prevent email
bounce backs going to the sender
of the email.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Apr-25
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Apr-24
notes for 4.7.x

Find out more · Bugs and feature requests

Spread

576 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jchatard on the 23rd of June, 2008

This module provides a block allowing users to spread the word


about your website. Think of it as Forward module but as simple
as it could be! The goal was to a have a simplier user experience
than Forward. You can also check Tell a friend.

What it does?

User on your website gives a number of email adresses and his


own. When user submit, each adresses (if valid) that was filled
receive an email (that you can configure) from his friend advicing
he/she to check the web page the sender was!

Additionnaly, a watchdog entrie is added logging who sent and who received.

Version 6.x-1.0 brings CAPTCHA & Mollom integration.

Differences with Tellafriend and Forward

User doesn't need to fill a message (action for spreading is faster)


Provides a block, which mean your not limited to node pages
Sent email contains the user current url, (same as forward but only for nodes
a guess?, Tellafriend doesn't)
Submission of the form is proceed through Ajax when possible. If no
JavaScript is present, then it will degrade gracefully.

This module is sponsored by Breek.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-02
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jul-23
notes for 5.x

Find out more · Bugs and feature requests

MyAccount_alter
By Jody Lynn on the 6th of February, 2008

DIY Edition:
I haven't been maintaining
this module, largely because
I don't use it myself. Its
functionality is easy to create
with just a few lines of custom code. Stephenh made a tutorial

577 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

handbook page on http://drupal.org/node/562744 to walk


through how to alter your my account page with code, geared to
those who have never written Drupal code before. My
recommendation is to follow his tutorial instead of relying on this
module.

Gets rid of unwanted sections on the 'My Account' page such as the 'History'
section or anything added there by a contributed module.

New in DEV version: Assign weights to the sections on the 'My Account' page to
change their order.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-16
notes snapshot
Download · Release Recommended
5.x-1.2 2008-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

Profile permission
By boombatower on the 28th of November,
2008

Restrict editing/viewing of profile fields


with an auto generated permission.
Only users with that permission will be able to edit/view the field. In order to
restrict a field you must check the "restrict" checkbox on the profile field edit page
which will generate a set of permissions which can then be used to restrict the
field.

This module was sponsored by Boombatower Development.

If you found this module useful please donate.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-22
notes for 6.x

Find out more · Bugs and feature requests

Role Theme Switcher


By tiutiun on the 8th of July, 2007

Useful Drupal module to assign separate themes for different roles (including

578 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

anonymous) in your system.

Often you want to separate Drupal administrative interface from frontend. You can
do this assigning appropriate theme for you as user. What to do if you want to
show different theme for non-authorized user?

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Oct-28
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Jun-18
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 85 86 87 88 89 90 91 92 93 … next › last »

Page break by AutoPager. Page( 90 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Google Analytics API


By jkitching on the 26th of May, 2009

This is a Google Summer of Code project under active


development [please see the wiki page]. If anyone is willing to
help develop or test this module, please contact Joel Kitching.

This module takes advantage of data available from the Google


Analytics Data Export API.

A basic API level exists in the module for programmatically


fetching data. With this one could build anything that uses
analytics data -- for logic or to display graphically.

579 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

On top of this, analytics data can be accessed via an administration interface,


including a block that shows statistics about the current path, and a more detailed
page for paths and nodes.

For ongoing updates and other information about this module please visit my blog.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-23
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Filter
By solotandem on the 17th of April, 2006

The Taxonomy Filter module is designed to present an easy-to-use interface for


narrowing down taxonomy listings to find topics that are tagged by multiple terms.
This is helpful for sites that use multiple vocabularies to create a multi-faceted
information architecture.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-28
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Sep-10
notes for 5.x

Find out more · Bugs and feature requests

Views Date range


By Crell on the 18th of March, 2009

This module provides a new Views argument plugin for date fields that allows for
arbitrary date ranges in summary views. If you need to generate a listing of nodes
by quarter, academic term, or some other site-specific date range then this is the
module for you.

Note: This module has only been tested on MySQL 5.x and I'm fairly sure it will not
work on PostgreSQL. Unfortunately it requires doing seriously bizarre things in SQL
that are not at all portable.

Once this module is enabled, you will find a new Views Argument handler under
the "Date" group called "Date: Date range". It works in the same way as the
normal "Date: Date" argument, except that instead of setting a granularity for the
summary view you may configure your own arbitrary set of date ranges at the
bottom of the configuration form.

580 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

These date ranges should be in the order you wish them displayed, and together
should cover the entire year. They may be given any label you wish.

When the view is displayed, if no date is given then a summary view will be
generated that uses the specified date ranges rather than more common ranges
like a summary by month or by year. Each date range will be within a given
calendar year, so will be along the lines of "Quarter 3 2008", "Quarter 1 2009",
etc.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Term lower name


By sdrycroft on the 22nd of January, 2009

Speeds up the querying, by name, of terms in a taxonomy, by stopping code from


having to use the SQL "LOWER" command. This can make a huge difference to
query times on a site with a large number of terms.

This module should only be installed if required by other modules. It does not add
any additional functionality, and does not have any configuration options.

The following modules depend on this module:

Autotag
Big Autocomplete TAXonomy

Development of this module was carried out by Simon Rycroft and funded in part
by the EDIT project

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-22
notes for 6.x

Find out more · Bugs and feature requests

Media Mover
By arthurf on the 2nd of January, 2007

Media Mover is a set of modules which allows website administrators to easily


create complex file conversion processes. The core of Media Mover is the
media_mover_api module which creates a set of rules allowing multiple modules to

581 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

interact with a file. Media Mover can take a file emailed to an email account, turn a
file attachment into an FLV file, create a new node with the file data, and then
save the file on an external file storage system like Amazon's S3 all at once. And
that's just the start.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2009-Dec-07
notes for 6.x
Download · Release Recommended
5.x-1.0-rc7 2009-May-12
notes for 5.x

Find out more · Bugs and feature requests

Table Alternate Rows


By deviantintegral on the 21st of September, 2007

This input filter inserts even and odd classes into user submitted tables within
nodes. This allows for proper table theming ("zebra stripes") to occur while
allowing users to use regular table tags or a WYSIWYG editor to create tables.

To use this module, download, enable, and add to your input formats. Depending
on the theme, CSS for the even and odd classes might need to be added. For more
information, see the included README.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Feb-17
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Feb-17
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Affiliate v2
By bojanz on the 9th of November, 2008

Update (6. Feb. 2010): I have released Ubercart Affiliate 2.5 for Drupal 5.
This is the final release for Drupal 5. You are strongly encouraged to
upgrade to Drupal 6.
The 2.x-dev version for Drupal 6 is much more advanced, and should
transform into a 2.5rc2 release soon(ish).

This (uc_affiliate2) is a module providing affiliate functionality for Ubercart.

Features
User based tracking

582 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Role based tracking


Monthly report of sales/commissions per affiliate in the admin section
Ability to create affiliate links (both text and image)
Product level link generation (e.g. generate a link for the actual product vs
just the website), export to CSV or HTML
Ability to add cookies so that affiliates get credit for return visits even though
they didn't go through original affiliate link.
Easy customer dashboard
Per product commissions
Multiple levels of commissioning

Help
Documentation is in progress, try this tutorial for tips on getting started.

Sponsors
Aaron Schiff (http://www.ecopaper.com/)
Jason Graham (http://polishyourimage.com)
A Mountain Top, LLC (http://amountaintop.com)

Version Date Links Status


Download · Release Recommended
6.x-2.5-rc1 2009-Dec-21
notes for 6.x
Download · Release Recommended
5.x-2.5 2010-Feb-06
notes for 5.x

Find out more · Bugs and feature requests

ad_flash
By chris.cohen on the 4th of December, 2008

An add-on for the Advertisment module that allows flash advertisements to be


displayed.

This project has been created from the on-going development of code and desire
for a formal module to be created. The original discussion is at #135567:
Developing a flash plugin for the ad module

Installation

1. Install and enable Advertisment module

2. Install, enable, configure and verify the getID3 module and getid3 php library

583 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3. Due to the need for some extra elements to get this module working, and some
of these elements not falling under the relevant licences, it is not possible to
include them for download within this module.

Visit http://www.adobe.com/devnet/activecontent/articles/devletter.html
Scroll down to ‘Requirements’ and download the sample archive.
Create a subdirectory inside the ad_flash directory, called ‘scripts’.
Extract AC_ActiveX.js and AC_RunActiveContent.js into this directory. The
paths to these files should be ad_flash/scripts/AC_ActiveX.js and
ad_flash/scripts/AC_RunActiveContent.js.

3. Install and enable 6.x-2.x version of ad_flash

Version Date Links Status


Download · Release Recommended
6.x-2.4 2010-Feb-02
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-05
notes snapshot

Find out more · Bugs and feature requests

User Read-Only
By deekayen on the 8th of March, 2006

The module allows an administrator to disallow modification of user account/profile


fields. The administrator can select which fields will be disallowed, or which fields
will be allowed.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Term Fields
By B-Prod on the 28th of January, 2009

Term Fields allows you to define fields for taxonomy terms in the same way that
CCK allows you to define fields for nodes.

Possible uses for this module

You own a book review site where you use the Taxonomy module to classify
book reviews by the book author. You've created a view that lists all book

584 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

authors on the site, but instead of just listing the author's name, you'd like to
include some biographical information as well, such as the author's date of
birth.
You have a video game fansite where your classify news, reviews, and
images with a vocabulary where all the terms are games. You want to create
an index of all games on your site, but instead of just listing the name of the
game, you want to list the game's release date, publisher and platform.
You have a recipes site where recipes are nodes and are classified with a
vocabulary where the terms are the chefs who created the recipes. Again,
you want to list all the chefs with a view, but you also want to list their
favorite recipe next to their name.

Any situation where taxonomy terms need more than just a title and a description
is where Term Fields comes in to use.

Version Date Links Status


Download · Release Recommended
6.x-1.12 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 86 87 88 89 90 91 92 93 94 … next › last »

Page break by AutoPager. Page( 91 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Subdomain

585 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By setvik on the 21st of March, 2008

OVERVIEW:
Subdomain automatically creates subdomains
for your site and assigns nodes to those
subdomains.

There are 4 modes:

Node Author:
EXAMPLE: A user named "Mary" and her nodes
would be at
http://mary.example.com

Node Content Type:


EXAMPLE: Nodes with a content type of "News" would have URLs like
http://news.example.com/drupal-is-the-greatest-web-tool-ever

Taxonomy Vocabulary:
EXAMPLE: A term named "Seattle" and associated nodes would be at
http://seattle.example.com

Organic Group:
EXAMPLE: A group named "Pizza Lovers" and its nodes would be at
http://pizza-lovers.example.com

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Dec-31
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Sep-25
notes for 5.x

Find out more · Bugs and feature requests

Frontpage Slideshow
By wilco on the 5th of February, 2009

This is a module to be able to easily configure and add the Front Page Slideshow
from JoomlaWorks to Drupal.

The idea is to create a slideshow and add slides as you would add any other story.
The slideshow is then set up as a block which can be put anywhere on the site on
any page you want.

For the module to work you will have to pay for and download Front Page
Slideshow.

A demo of the front page slideshow for Drupal is available at


http://drupal.jamestombs.co.uk

586 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Maintained and developed for the iSchool project for the University of Toronto.
(New Site being released soon!)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Feb-27
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Mar-02
notes for 5.x

Find out more · Bugs and feature requests

Creative Commons Lite


By Abandoned Projects on the 8th of May, 2007

The Creative Commons Lite module simplifies the functionality creativecommons


http://drupal.org/project/creativecommons . This module allows users to add
creativecommons license to any type of drupal node. License is shown as block on
node view page.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Nov-15
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-10
notes for 5.x
4.7.x- Download · Release Development
2007-May-18
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Node Limit Number


By nachenko on the 17th of April, 2008

Drupal 6
ALPHA RELEASED
Please start testing this out as soon as possible so the bugs can be worked out.
This module has been rewritten to integrate with Rules. Instead of going to a page
to assign limits you now just need to create rules. A default rule has been provided
as an example.

When creating your rules there are now many hundreds of ways to implement your
limits. Limits can be applied to roles, users, dates, or anything that can be
accessed using PHP. If you need help in creating your rule post a support request
in the issue queue. Make sure to include all relevant information about how you

587 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

want the limit to be enforced.

Future Development

There is a current release for Drupal 6 which is only a port of the original module. I
plan to implement several more features listed below. This development will take
place in version 2 of this module. I only plan to fix bugs in version 1.

Per user limits


Time limits (daily, weekly, monthly, annually, forever)
New User Interface
Enable/Disable Limits
Comment Limits

Drupal 5
There will be no new releases for this version of Drupal unless it is a
security fix.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-24
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Dec-08
notes for 5.x

Find out more · Bugs and feature requests

Content administration
By detour on the 23rd of October, 2008

This module provides a dynamic


interface for content administration.

It is intended to supplement Drupal's


built-in content management page, and
features these improvements over the
standard interface:

Uses AHAH to show node previews


and node edit forms within the
existing page.
Uses AJAX to perform searches, apply filters, and retrieve the results without
reloading the entire page.
Adds filters by author and text content (using Drupal's built-in search).
Shows how many nodes exist within a given set of filters, and allows direct
navigation to any page of results.

588 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The built-in content management page requires the 'administer nodes' access
permission, which grants access to a broad range of content-related
operations. This module's page is accessible to users granted a permission for
only that purpose. Through this page, normal content permissions are
enforced, so content can be viewed, modified, or deleted only by users who
have these permissions.

JavaScript is required for most of these features. Also, this module requires PHP
version 5.2.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Apr-23
notes for 6.x

Find out more · Bugs and feature requests

Menu HTML
By killes@www.drop.org on the 29th of November, 2008

This very simple module adds a checkbox to the menu item edit form and allows
the admin to add html to the menu item title. The idea is to use this for external
links for which you want to display a logo of the visited site.

Note: If you use this module make sure that only trusted users have permission to
edit menu items.

This module was created for the KOMA-Script Documentation Project.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-29
notes for 6.x

Find out more · Bugs and feature requests

AJAX Picture Preview


By mmilano on the 18th of November, 2007

This module uses JQuery and the AJAX File Upload Jquery plugin to present a
preview of a user's new picture as soon as they select one. Uploads will be sent
through the same validation process and errors will be reported immediately after
selection has been made.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-08

589 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Simple Ad Block
By rainstyle on the 15th of June, 2008

Place ad block on your site by simply pasting the code


provided by Google or any other ad supplier.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Jul-31
notes for 6.x

Find out more · Bugs and feature requests

Alter profile page


By jerdiggity on the 14th of July, 2009

The sole purpose of the Alter Profile Page module


is to bring more of social networking, MySpace-ish
look to Drupal's user profile page.

Enabling the module will change what appears on


the users' profile page(s). By default, the Drupal
core sets the profile page to display a section called
History, under which you'll see Member for which
then displays XX weeks YY days. Please see the
attached screenshot for a “before and after” look at
what the module does.

Version Date Links Status


Download · Release Recommended
6.x-2.5 2010-Jan-09
notes for 6.x

Find out more · Bugs and feature requests

590 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

External links filter


By Xano on the 27th of January, 2008

ELF is an input filter that adds small


icons to external and mailto links,
telling your users the link will take
them to a new site or open their email
client. Wikipedia is a well-known example of this technique.

Customisations
External links filter is being developed by Nederdev. The author may be contacted
for paid customisations of this module, Drupal consultation or other Drupal-related
projects.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Oct-11
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Oct-11
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 87 88 89 90 91 92 93 94 95 … next › last »

Page break by AutoPager. Page( 92 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Amazon Store
By rfay on the 5th of April, 2009

An Amazon Store for Drupal. This is an implementation of the Amazon Product

591 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Advertising API (formerly Amazon Associates Web Service, or AAWS) for Drupal.
You can install this and right away you have an Amazon Associates Store. Get
yourself an Associates ID and then all purchases made through your store will
result in a commission going to you. Allows searching, provides product pages, and
manages a shopping cart.

Dependencies:

Amazon module.
You must have PHP5.2+

Nice-to-have:

Panels module. (The 1.x releases work with Panels 2, the 2.x releases work
with Panels 3). If Panels is installed, there is a default amazon item detail
page and multiple panel panes provided so you can customize it.
If thickbox is enabled then you get large-size images when you click on a
product image.

Demo: View the demo (1.x) which is really a live E-commerce site (and the original
sponsor of this module).

Notes:

Version Date Links Status


Download · Recommended
6.x-2.0-rc1 2009-Dec-10
Release notes for 6.x

Find out more · Bugs and feature requests

OpenX
By brmassa on the 11th of December, 2008

#D7CX: I pledge that OpenX will have a


full Drupal 7 release on the day that
Drupal 7 is released.

Show ads from a OpenX (formerly


OpenAds) server. OpenX is a open source online program that will allow you to
catalog and display advertisers, just like Google, Yahoo or Microsoft. This module
allows you to show some ads in your site.

Features
Small and light
Works with OpenX Manager module
Drupal code standards

592 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jul-03
notes snapshot
Download · Release Recommended
6.x-1.01 2009-May-03
notes for 6.x

Find out more · Bugs and feature requests

Topic Hubs
By febbraro on the 17th of October, 2008

What are Topic Hubs?


Harnessing the power of Calais tagging, administrators can create Topic Hubs
based on site’s most popular tags. Topic hubs are highly configurable and contain a
series of pluggable content modules, like “Most Read” content for this topic, “Most
Commented” stories, most active contributors, and links to other related topics. To
top it off, integration with Calais Geo allows for plotting all of your content for a
Topic Hub content on a map.

For example, a topic hub of “healthcare” may have related topics of “homeopathy”
and “medicine”. Through topic hubs, readers can explore all content related to
subjects they are interested in. And, different from other news topic pages, these
are configured automatically instead of being curated by editorial staff.

Topic Hubs 6.x-1.x iintegrates with Panels2 for full control over layout and content.

Topic Hubs 6.x-2.x iintegrates with Panels3.

Calais Collection
Also part of the collection is

Calais
Calais Marmoset
More Like This
TopicHubs

Credits
Version Date Links Status
Download · Release Recommended
6.x-2.1-rc1 2009-Sep-02
notes for 6.x

Find out more · Bugs and feature requests

593 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Simplenews Register Block


By jrglasgow on the 29th of July, 2009

Simplenews Register gives the user an option of


subscribing to a newsletter when they register for the
site. This module adds the user registration form the the
Simplenews block for the newsletter given the following
conditions:

The user is not logged in


The anonymous user does not have permission to
subscribe to a newsletter (You want to better track
subscriber information)
The Simplenews Register module is enabled and the newsletter is set so the
registering user must opt out.
The Simplenews block configuration is set to show the signup form

When the registration form appears the user will have the option to enter a
username, e-mail address, and password if the user settings allow.
Instead of showing an error message when the username is already taken, the
module automatically generates a name for the user, and notifies them of the
change.
The user receives two emails after registration:

inform them of successful signup to the site, and possible letting them know
their new password/username
confirm subscription to the newsletter

Development was sponsored by Tribute Media.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-29
notes for 6.x

Find out more · Bugs and feature requests

Table Manager
By pobster on the 12th of November, 2005

A simple module which automates the creation of tables and allows you and
sufficiently permissioned users to add to them and maintain them.

Version Date Links Status


6.x-1.x-dev 2010-Feb-10 Download · Release Development

594 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
5.x-1.4 2007-Mar-15
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Mar-15
notes for 4.7.x

Find out more · Bugs and feature requests

jQuery Tools
By Rob Loach on the 12th of June, 2009

jQuery Tools is a collection of the most important


user-interface components for today's websites. It
provides libraries for the following jQuery elements:

Tabs
Tooltip
Scrollable
Overlay
Expose
Flashembed

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-16
notes snapshot

Find out more · Bugs and feature requests

Live
By Gurpartap Singh on the 27th of November, 2006

Introduces live previews and other interactive


features into a Drupal site, using Ajax(from
jQuery). Uses secure methods for implementations
e.g. Input formats check, etc.. Currently only the
following features are included:

Comment preview.
Node preview (Drupal 6 only).

Node previews now possible too! Previews of


default setup of content types are fully possible. Note that it has only been tested

595 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with Page and Story content types, and hence currently supported with. CCK
support not included. For full support for your custom content types, or some
complex validation you might want to hack into live.node.inc and the companion JS
file.

If you have any concerns about it, feel free to contact me!

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-29
notes for 6.x
Download · Release Recommended
5.x-0.1 2008-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

Captcha Riddler
By imerlin on the 9th of May, 2007

Requires Captcha

Update: Welcome Awolfey as a new maintainer for this project.

Inspired by this discussion and the fact that many Drupal pages are plagued with
endless amounts of spam. While modules like akismet and spam offer a great way
of filtering the spam after it's being submitted the purpose of Riddler is to
compliment these modules by catching it before it gets submitted.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-08
notes for 6.x
Download · Release Recommended
5.x-3.1 2008-Mar-28
notes for 5.x

Find out more · Bugs and feature requests

Session expire
By kbahey on the 5th of November, 2007

Expires rows from the session table older than a certain time.

On busy sites, the sessions table can grow to be very large, and that can cause
slow accesses to it, as well as slow writes due to locking, leading to performance
bottlenecks.

By trimming the table regularly, the above bottlenecks are avoided.

596 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal uses the PHP garbage collection mechanism to cleanup the sessions table,
but this mechanism depends on PHP's configuration, and can fire for any session.

This module moves this functionality to cron, and hence is a background process,
and is consistent and predictable regardless of PHP's garbage collection
configuration.

Installation

To install, copy the module's directory and all its contents to your modules
directory.

Configuration

To enable this module, visit Administer -> Site building -> Modules.

To configure it, go to Administer -> Site configuration -> Session Expire.

The default settings are suitable for most sites, but you can adjust them to your
particular needs. The instructions there should be self explanatory.

Sponsors

This module was developed with sponsorship funding from the following sites:

Rue 89
Ads of the World.

Author
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Feb-06
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Home box

597 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jchatard on the 23rd of February, 2009

Home box allows your users to have a


page that behave the same way as
iGoogle, Netvibes or BBC.co.uk. You
can think about Home box as MySite.
But MySite is not going to be ported for
Drupal 6. Home box will behave
differently and will (for now) only be
based on Drupal Block system. Which
let's enough flexibility to serve any sort
of content to the frontend user.

Be sure to check README.txt and if you have problems with jQuery Update
read this issue.

Features

Create as many home box pages that you need


Each home box pages as its own access permissions by role (ex:
authenticated user, contributors, webmasters, etc.)
Users can enable/disable each block
Users can collapse each block
Each user action is saved in the background through Ajax (user doesn't even
see it happen)
Users can set color for each block (colors are defined per home box pages)
Can be used with Color picker module to set block colors
Plays nicely with Views 2 and its exposed Ajax filters
Views 2 exposed filters are saved (even if user logs out and come back later)
Tested on Safari, Firefox, Chrome, IE 6, IE 7
Integrates with Path module so you can choose any URL alias for each home
box page

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-30
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 88 89 90 91 92 93 94 95 96 … next › last »

Page break by AutoPager. Page( 93 ).

Modules

598 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Pollfield
By mario_prkos on the 14th of February, 2007

This module creates a CCK field that


behaves like the core Poll module.
Instead of creating a content type, it
creates a field that can be added to any
content type.

The poll questions, results, active


status, total number votes and runtime
are Views-enabled and can be added to any Views view.

You can read about bugs and issues of every version in its release notes.

The future of Pollfield issue for discussing features and user experience
about pollfield
Please take a moment, tell your opinion, your experience, your frustrations, what
you like, what you don't like about Pollfield. Your opinion matters; it will determine
what Pollfield will be in the future.
Thank you for your contribution!

Version 5.x-1.6
Development and support are mostly focused on D6 version, so D5 version might
not get full attention in solving issues.

Version 6.x-1.11-BETA1

Features

Single choice poll, mulitple choice poll


"Cancel vote" button
voting policy for anonymous users - don't allow, allow but filter by user
IP,allow but filter by user cookie, allow without any restriction
close polls by cron jobs
predefined maximum number of possible poll responses, it is set while adding

599 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the pollfield to a content type

Version Date Links Status


Download · Release Recommended
6.x-1.11-beta1 2010-Jan-28
notes for 6.x
Download · Release Recommended
5.x-1.6 2008-Feb-22
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2007-Apr-10
notes snapshot

Find out more · Bugs and feature requests

Themer
By tjholowaychuk on the 11th of December, 2007

Brief description:

A must have for heavey themers, this small but powerful module will become a
must for CSS based themes. Please submit any feature requests that you would
like to see contributed to this module. Body classes allow for some very intuitive
and powerful css changes such as quickly hiding un-needed form fields from
someone with the "manager" role, swapping random images or logos, updating
images based on the users locale etc.

Version Date Links Status


Download · Release Recommended
6.x-2.0-3 2008-Jul-08
notes for 6.x

Find out more · Bugs and feature requests

Drush Module Manager


By clemens.tolboom on the 13th of March, 2008

This is a extension to Drupal Shell aka drush ...


see also Drush System Manager

Note: Since drush-6.x-1.4 is Revoked I had to


revoke my drush_mm-6.x-1.2 too ... sorry for the
inconveniences.

The Drush Module Manager (MM) compliments the


Drush Project Manager (PM) by allowing users to
enable or disable installed modules using the
command line. This differs from the Drush PM, which is used for installing them in

600 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the first place. As a developer I wanted a command-line interface that went


beyond installation. I wanted to add features to enable/disable/uninstall modules
using only the command line.

In developing this extension to drush I want to draw attention to the flaws


inherent to current drupal module dependency management. This is a 'proof of
concept' of another way. There are discussions even about versions dependency
management. So this module is not a solution for problems around
dependency management.

With this drush extension you can do

drush pm install ubercart


drush mm enable uc_cart

instead of checking a lot of modules and resubmit the modules page over and over
again.

Commands

drush mm enable
enabled the given modules and needed modules

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Aug-21
notes snapshot

Find out more · Bugs and feature requests

view_unpublished
By dsantangelo on the 11th of August, 2008

Description:
This module allows you to grant access for specific user roles to view unpublished
nodes of a specific type. Access control is quite granular in this regard.

Additionally, using this module does not require any modifications to your existing
URL structure.

Sample use case:


Used in concert with the Override node options module, you can give specific roles
the ability to publish/unpublish certain node types without giving those roles
administrative access to all nodes. A tutorial for this use case exists here:
http://www.workhabit.com/labs/allowing-node-publishingunpublishing-non-n...

Usage:

601 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

view_unpublished looks for two user access permissions:

Use view_unpublished module


View unpublished (node type)

After installing the module, navigate to your user access page and assign the
appropriate permissions to the roles you wish to be able to view unpublished
nodes. For each role that (now) has permissions to view unpublished nodes, assign
the "use view_unpublished" permission to them as well.

Sponsored and co-maintained by:


Aten Design Group
WorkHabit

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-30
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-30
notes for 5.x

Find out more · Bugs and feature requests

Embed Views Display


By grndlvl on the 23rd of May, 2009

This is a views display based on the default views display that does not have any
additional features or "cruft" that you can use to create embed views for your site.

Requirements
* Views 6.x-2.x

If you are not sure what embed views are check out http://views-
help.doc.logrus.com/help/views/embed

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-01
notes for 6.x

Find out more · Bugs and feature requests

Shared Email
By aufumy on the 6th of October, 2008

The shared email module overrides the 'user' module's validation that prevents the
same email address being used by more than one user. Works for both registration
and account updates. Displays a warning to the user that they are using a shared

602 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

email.

Based on http://drupal.org/node/15578#comment-249157

This module modifies the email address before it is validated by the user module.
Because it only changes the edit value rather than the form value, the validation
will pass but the original unchanged email is still stored properly.

Make sure to enable the 'show warning text' permission for the users role that can
see the warning message.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-15
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-17
notes for 5.x

Find out more · Bugs and feature requests

footermap: a footer site map


By mradcliffe on the 24th of July, 2007

This module generates a site map in


Drupal's footer. It recursively searches
through the base menu id (mid), and outputs a basic list of links ordered by
sub-menus.

Version Date Links Status


Download · Release Recommended
6.x-1.6-beta2 2009-Nov-19
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

Top Searches
By z.stolar on the 10th of June, 2008

Supplies a block with a list of the top search phrases in the site.

Drupal is now presenting these statistics by scanning watchdog's entries, which is


not ideal.
Watchdog entries are often erased, and search statistics go down with them.
There is also no way of presenting these statistics to just any user.

This module adds a table to store search phrases, and to count them. A block is

603 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

then available, in which one may present the list.

TODO:
- improve the deletion process of the DB table - add a confirm message - Done in
the Drupal 6 version
- add some moderation means, so it's harder to tweak the results by searching
again and again
- move config options to the block configuration page
- **Done**: add a hook so other modules can add search phrases to the DB table
(for example - through a view using the search index, and an exposed filter)

(This module is a contribution of Linnovate)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-05
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-07
notes for 5.x

Find out more · Bugs and feature requests

Triggerunlock
By jvandyk on the 15th of February, 2008

By default, the Drupal 6 trigger module displays appropriate actions for each
trigger. Each action has declared which hooks it is appropriate for.

This module lifts that restriction, making any action available to any trigger. Use
with care, as making an action assignment that does not make sense may lead to
unintended consequences.

Note that because of its simplicity, and the fact that Drupal 5 does not recognize
the "core = 6.x" statement in the .info file, and because triggerunlock does not
actually declare its dependency on actions (since actions is built-in in Drupal 6),
the 6.x version of triggerunlock can also be used by Drupal 5.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Campaign Monitor

604 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ssherriff on the 10th of April, 2008

Major update in beta, would love some


testing and final request made for the
final release.

This module integrates the Campaign


Monitor API into Drupal so you can give
users the ability to subscribe and
unsubscribe for your Campaign Monitor
manage lists through a block on your Drupal
site. You must have an account with
Campaign Monitor
(http://www.campaignmonitor.com) to use this module.

Contributed and maintained by T-Rex Art http://www.trexart.com.au

Development for 6.x version of module sponsored by Marketing Technician Inc.

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Nov-08
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Jun-26
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 89 90 91 92 93 94 95 96 97 … next › last »

Page break by AutoPager. Page( 94 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

GetClicky - Web Analytics in Real Time

605 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rsvelko on the 21st of March, 2008

What is real time web analytics? And


this module?
Imagine you could see your website analytics in
realtime and react to each of your users' actions immediately - not after 24
hours. Imagine you could embed your analytics stats on your site. Imagine your
web analytics had free and open Developer API. This is what Clicky Web
Analytics is about.

This module here helps you integrate Clicky with your Drupal website in a snap.

It is a real time web statistics tracking system.

Quote from their website:

Real time web analytics


Clicky Web Analytics is simply the best way to monitor, analyze, and react to your
blog or web site's traffic in real time. 136,099 (Sept. 2009) web sites can't be
wrong.

Features of the Drupal module


(for an explanation - install the module and see admin/settings/getclicky . Things
below are pasted from the clicky 6.x admin UI)

site id number + site API key: to integrate with the tracking code and the
dashboard API
Stats Dashboard (in an iframe)- both next to the settings page and under
your site's Reports menu punkt
show getclicky banner image in a block and/or in the html footer - good for
the affiliate program. Several images available.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-03
notes for 5.x

Find out more · Bugs and feature requests

User Activity

606 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sanduhrs on the 13th of July, 2007

The User Activity module calculates an


activity index based on a user's logins,
page impressions, created nodes and
comments.
The weight for each value is adjustable
by an administrator.
It provides an activity-o-meter on the
user's profile page, a block with the
most active users and an overview
page of users sorted by activity.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Aug-01
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-01
notes for 5.x

Find out more · Bugs and feature requests

SMFforum Integration module


By vb on the 10th of February, 2007

SMFforum Integration module provides integration with SMF: Simple Machines


Forum
http://www.simplemachines.org/.

Version Date Links Status


Download · Release Recommended
6.x-1.23 2009-Sep-02
notes for 6.x
Download · Release Recommended
5.x-1.21 2008-Jun-21
notes for 5.x
Download · Release Recommended
4.7.x-1.01 2008-Apr-02
notes for 4.7.x

Find out more · Bugs and feature requests

Userpoints Login
By jenlampton on the 15th of December, 2008

Userpoints Login allows users to earn a specified number of points for each login.
We also specify a minimum time interval between logins that must be exceeded for
these points to be earned.

607 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Example: if the time interval is set to 24 hours, and a user logs in on Monday at
9am, they will not earn any points for additional logins on Monday, but if they
return after Tuesday at 9am they will receive points.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-29
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-06
notes for 5.x

Find out more · Bugs and feature requests

Keyword Autocomplete
By rszrama on the 6th of August, 2008

Keyword Autocomplete lets you add autocomplete


functionality to your site's search forms based on
previously searched strings. The module saves
keyword strings entered in search forms and
increments a counter for the strings on subsequent
searches. It then populates an autocomplete on search forms from these saved
keyword strings in order of the most searched keywords to the least.

The administrative interface lets you view, edit, delete, or add saved keywords so
you can seed the autocomplete with keyword strings you think your users will find
relevant to your site. Settings let you specify which forms to attach the
autocomplete to (search form, search block, search theme form) and how many
keyword strings to display.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Feb-16
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-06
notes for 5.x

Find out more · Bugs and feature requests

Secure Password Hashes (phpass)


By douggreen on the 14th of December, 2007

Stores password hashes securely. The default password hashes are insecure - MD5
is easy to crack, should an attacker find a database dump or gain access to your
database. This module implements secure password hashes using the phpass
password hashing method. This is the same approach that is used for Drupal 7.

608 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-29
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Oct-07
notes for 5.x

Find out more · Bugs and feature requests

Ajax Login/Register
By compujohnny on the 7th of June, 2009

This module provides a smooth way for the user to login and register at any Drupal
site

It has the following features:

This module provides a block with 2 links (Login, Register) for the
anonymous user.
When the user clicks on Login or register the requested form appears in a
nice ajax popup.
The login and register forms can validate using ajax and not redirect on
error.
On success the module redirects to the user page.
When user is logged in, the block provides a Welcome !username message
and a link to the user page and a logout link.
This module integrates the thickbox plugin with the Ajax module and
provides a simple, easy to use and cool login and register block.

Module Dependencies:

Ajax
Ajax thickbox plugin(part of Ajax)

This module was sponsored by JesoX

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Jan-15
notes for 6.x

Find out more · Bugs and feature requests

SWF Embed

609 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mbutcher on the 18th of March, 2009

SWF Embed is a simple developer-centered module for working with Macromedia


Flash-based content. It provides the necessary hooks for adding Flash content on
the server-side, as well as the necessary JavaScript and jQuery for working with
the Flash on the client-side.

Developers, get started by reading the SWF Embed Handbook Page. The handbook
walks you through the process of using SWF Embed in your own code.

For an example of SWF Embed in action, see the Flashy movie player, a 100%
open source video player for Drupal.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-30
notes for 6.x

Find out more · Bugs and feature requests

Simplenews Digest
By Steve Dondley on the 3rd of August, 2008

This module works with the simplenews module to allow you to automatically
generate digest emails to subscribed users. The emails contain a simple listing of
links, grouped by node type, to nodes posted on the site since the last time a
digest newsletter was sent out. The following can be configured:

1) How frequently the digest newsletter gets sent (days/weeks/months)


2) Which newsletter should act as the digest newsletter
3) Which node types and taxonomy terms to send
4) How node types should be labeled in the newsletter
5) What time of day the newsletter should be sent out

Author's Note, July 22nd: I've got one of my guys updating the module. We've
released a new dev snapshot for d6. We will be patching and fixing bugs
frequently. Thanks for your continued patience.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-24
notes snapshot
Download · Release Recommended
5.x-1.3 2009-Jan-04
notes for 5.x

Find out more · Bugs and feature requests

Content Type Selector

610 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 28th of April, 2009

Tiny module that implements a


javascript behavior that provides a
content type selector to quickly switch
from one type to another in content
type administration pages.

When editing CCK fields, the selector is built with the types where the field really
exists. This behavior has the nice effect that you can quickly check if the field
being edited is shared by simple inspection of the selector options, and it offers a
quick method to switch from one type to another to compare the instance related
settings of the field on different content types.

A note for themers: The output for content type selector is rendered in the help
section of the page, using hook_help() . So if you cannot see the content type
selector, please make sure your page template prints the $help variable.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-08
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 90 91 92 93 94 95 96 97 98 … next › last »

Page break by AutoPager. Page( 95 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Texy!
By havran on the 4th of September, 2006

The module filters an easy to read Texy syntax into XHTML.

611 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Texy! allows you to enter content using an **easy to read** Texy syntax which
is filtered into *structurally and typographically valid* XHTML. No knowledge of
HTML is required. Texy! is one of the most extensive formatting tools. It allows
adding of images, links, nested lists, tables and has a full support for CSS.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Apr-28
notes for 6.x
Download · Release Recommended
5.x-3.1 2009-Apr-27
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Delete all
By kbahey on the 23rd of December, 2007

This module is used to delete all content and/or users from a site. This is mainly a
developer tool, which can come in handy in several cases, listed below.

The usual way to do this is to go to Administer -> Content then select all the nodes
and delete them. This works if you have a handful of nodes only. If you have
hundreds or thousands of nodes, then it is not a practical solution.

Another option is to directly delete the nodes from the node table in the database.
This does not work properly, since there are also comments, and many tables for
add on modules that needs to be cleaned.

This is a test site that the client was using for a period of time, and they must
clean it up before starting with real data.
You are testing something that creates a lot of nodes (e.g. aggregator), and
want to do it over and over again.
You created a site in the past and want to replicate it again, but with new
content.

Note that for nodes, comments and all additions to nodes that contributed modules
may have added. For users, any additional module data will also be deleted.

Usage
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2010-Feb-20
notes snapshot

612 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2007-Dec-23
notes for 5.x

Find out more · Bugs and feature requests

Dynamic Field
By sourcen on the 10th of February, 2009

Dynamic Field is a CCK field that returns a textarea where you can enter custom
PHP code. The code is computed real-time and lets you access Drupal objects like
$node, $user...

Note:
This is not a duplicate of ComputedField! ComputedField computes and saves the
value in the database when the node is created but Dynamic Field doesn't store
the computed value...it computes the php whenever the node is rendered in the
theme.

Usage:
All you need to do is place the PHP directly into the CCK field without the <? ?>
tag.

Below is an example to return the Node ID:

$nid = $node->nid;
return $nid;

Another example to return the Content Type:

$ntype = $node->type;
return $ntype;

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-10
notes for 6.x

Find out more · Bugs and feature requests

Fancy Login

613 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Jay Matwichuk on the 28th of July, 2009

Overview
Fancy Login adds javascript based,
lightbox-style login functionality to your
site. When the user clicks on any link that
links to /user/login, they screen dims and a
login box is created in the center of the
screen.

Installation
Installation is as simple as installing the module. After it is installed, any anchor
tag (<a>) that goes to the URL user/login will automatically be enabled with the
Fancy Login functionality. A block is also provided (though disabled upon
installation) that contains such a link. This can be used to replace the current login
block that ships with Drupal. This block will not appear when a user is signed in.

Graceful Degradation
Because Fancy Login is set up to target any anchor tag that goes to user/login, if
the user either doesn't have javascript enabled, or is on a browser that doesn't
support javascript, they be taken to the user/login page, meaning that no
functionality is lost, as they can sign in on this page.

Demostration Video
A short demonstration video showing how the module looks can be downloaded
here.

Version Date Links Status


Download · Release Recommended
6.x-1.2-rc2 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

FeedAPI ImageGrabber
By publicmind on the 3rd of April, 2009

Note: This project is owned and


maintained by Srijan Technologies Pvt.
Ltd.

FeedAPI ImageGrabber which is an


addition to FeedAPI, mimics the
thumbnail display of Google Reader for
the feeds aggregated (using FeedAPI)
on a Drupal website.

614 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

RSS feeds usually do not contain the images associated with the feed-items, and
therefore ImageGrabber visits the feed-item's webpage to download the image.
The downloaded image is stored in an imagefield created by the imagefield
module.

Features

Images are downloaded along with the feed refresh automatically.


ImageGrabber is paused before the maximum execution time is reached, and
can be resumed again anytime
Alternatively unprocessed feed-items are automatically processed at next
cron run.
Option to provide the customized DOM path (using id or class), to be more
precise about the image location.
Every user can grab images using ImageGrabber depending on permission
(Not only restricted to administrator)

Requirements

Drupal 6 or higher. I won't support D5. (If anyone is interested in extending


it to D5, contact me)
cURL is required to download the images, so install it properly before
enabling the module. Look at www.php.net/curl on how to install curl on php.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2009-Oct-27
notes for 6.x

Find out more · Bugs and feature requests

Draft
By darren.ferguson on the 9th of September, 2008

The Draft module provides the ability too create drafts of existing nodes as well as
new nodes before you have saved them.

The module utilizes the jquery.fields plugin to serialize all of the information and
then the information is stored in a database row serialized.

The module provides the ability to autosave the content without the user having to
hit the Save as Draft button on the form.

The Draft Module provides support for the following rich text editors:

FCKEditor
CKEDITOR

615 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

TinyMCE

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

Image filter
By raintonr on the 3rd of August, 2004

This module allows you to reference image nodes from other nodes.

To use this module, you first create an Image node for the image you want to to
embed in another node. Then, in the node where you want that image to appear,
you use the tag [image:nodeid] . When your page is displayed, this tag will be
replaced with a thumbnail of the image. Options to the image tag give control over
various aspects of how the image is displayed.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Feb-06
notes for 5.x

Find out more · Bugs and feature requests

Contact Link
By mikey_p on the 11th of January, 2007

Contactlink provides a "contact the


author" link for nodes and comments.
Admins can choose which content types to display the links for.

Links will show up only for node or comment authors who have chosen to be
contactable via their contact forms.

Requires contact.module. Initial development sponsored by CivicSpace.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jun-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-03
notes for 5.x

616 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

False Account Detector


By introfini on the 3rd of December, 2007

This module helps you find out which


users have more than one account on a
Drupal system and can block them from
creating new accounts.

It works by sending a cookie that


registers how many accounts that person has. The module will only show results
after some time collecting logins.

Installation Notes

Drupal 5.x users: after installing please run update.php.


porting from Drupal 5.x to Drupal 6.x: please install the latest 5.x version
and run update.php, after that install normally 6.x version.

Version Date Links Status


Download · Release Recommended
6.x-2.4 2009-Jan-07
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Heartbeat
By Stalski on the 9th of November, 2008

In short

Heartbeat displays user activity on a website. This


module fungates as API to log message structures,
attributes and variables. Once they exist in the database,
the activity messages together with their messages
templates will form the streams.

Logging

Each module can log their own activity streams. This could be done by calling the
api functions or by rules. This implicates that other modules, using the rules ui,
can be interesting for Heartbeat if activity events and triggers are defined. Great
modules that handle user relations like organic groups and friendlist describe rule

617 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

events.

Display

The displays are very customizable depending on its context or by global


configuration.
The contexts are known within heartbeat as access types and determine which
users are allowed to see a message. Each message can have a number of
attachments such as commenting or flags. By implementing message_alter and
theme_alter hooks, it is possible to change or delete messages, add buttons, hide
the time display, etc ... .

Version Date Links Status


Download · Release Recommended
6.x-4.5 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 91 92 93 94 95 96 97 98 99 … next › last »

Page break by AutoPager. Page( 96 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

FeedButtons
By matt@antinomia on the 13th of May, 2006

The feedbuttons.module enables a block which shows button-links allowing users


to subscribe to your site's feed in their favorite RSS reader (Google, Bloglines,
Newsgator, Pluck, etc.). Based on http://www.toprankresults.com/tools/button-
maker.php.

Version Date Links Status

618 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2008-Apr-28
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Oct-07
notes snapshot
Download · Release Development
4.7.x-1.x-dev 2007-May-29
notes snapshot

Find out more · Bugs and feature requests

Password Strength
By jrbeeman on the 26th of September, 2007

This module provides a backport of Drupal 6's jQuery password strength checking
to Drupal 5. It also adds PHP-based password strength checking and validation
routines that mirror the jQuery routines, so that administrators can restrict
passwords to only be, for example, "high" strength. The module simply modifies
existing password confirm fields (where two passwords are entered, like the user
edit form), so no other setup is required beyond configuring the desired
enforcement rules.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Apr-06
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Delegate
By NancyDru on the 23rd of February, 2008

This module allows an administrator with "administer taxonomy" permission to


delegate the administration of a vocabulary to a non-admin role.

The role to which this authority has been delegated may add, modify, and delete
terms from a vocabulary. They may, not however, modify the vocabulary itself, nor
may they create new vocabularies.

Given that Forums are controlled by a vocabulary, one might give the ability to
control them to someone who has no other administrative rights. They can then
change the "containers" (parent terms) and forums (child terms). Other popular
modules that are vocabulary driven are Image Gallery and Glossary, so they are
functions that can be easily delegated. There are many ways in which this module
can help.

619 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Jul-09
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

IP to Country
By mrfelton on the 22nd of January, 2006

A simple APIs for retrieving country related information from a given IP address.
As well as providing an API that other modules can use for their purpose, ip2cc is
also able to hook into nodes and comments to provide additional information about
the poster, such as country code, country flag (icon), network name, and
autonomous system number. This 'work' uses the IP-to-Country Database provided
by WebHosting.Info (http://www.webhosting.info), available from http://ip-
to-country.webhosting.info.

Redirecting users based on IP address:


If you are looking to redirect users to a particular site version based on their IP
address, you may want to take a look at IP to Locale.

Requirements
Additional data such as Country name, number and iso2 and iso3 country codes
are available if the Countries API module is installed.

As of 6.x-1.2: If you use the IP to Country Node contrib module that is included
with this module (to add country flags to nodes and comments), you must
download and install the Country Icons module which is now used to provide the
flags.

Customisations
Version Date Links Status
Download · Release Recommended
6.x-1.2 2009-Sep-27
notes for 6.x
Download · Release Recommended
5.x-1.1-beta2 2009-Mar-30
notes for 5.x

Find out more · Bugs and feature requests

Rep[lacement]Tags
By profix898 on the 14th of February, 2006

620 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Rep[lacement]Tags module allows you to define tags (like $MYTAG$ or


{DATE} as 'tokens' or 'markdown') and replace them with :

user-defined content (custom text, images, code, ...),


dynamically-generated or system values,
or use RepTag to format your pages with simple markup-style tags.

Embed Drupal Blocks, Node metadata, User info, Images and videos with
plain-text syntax like:

{BLOCK:image:Random image} {AUTHOR} {YOUTUBE:Z4VNMERVsC4}

Should be compatible with both WYSIWYG and plaintext editors.


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Aug-29
notes snapshot
Download · Release Recommended
5.x-1.10 2007-Aug-03
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-28
notes for 4.7.x

Find out more · Bugs and feature requests

Secure Login
By avf on the 23rd of May, 2007

This module enables secure logins by redirecting the login form to a different
address. In practice, this address would be an address through which the same
Drupal site is accessible, but via SSL. The module can also do the same for the
user edit form and the user registration form, so that passwords are never sent in
cleartext.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jul-13
notes snapshot

Find out more · Bugs and feature requests

Taxonews

621 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By fgm on the 18th of October, 2005

#D7CX: I pledge that Taxonews will


have a full Drupal 7 release on the day
that Drupal 7 is released.

A module to generate blocks containing


titles of node matching terms in a
taxonomy vocabulary, as links to the
nodes themselves, with optional
automatic content expiration based on
publishing date.

Features

Module has settings for:

Node lifetime; it defines as many blocks as there are terms in the


vocabularies updated within that lifetime.
The vocabularies used for automatic block creation.
Inclusion of the module name in the block list, in order to group block names
(True by default)
Inclusion of blocks matching no content from the block list (True by default)

The blocks are themeable, so the list of titles can be replaced by other display
choices on a per-block basis, like Drupal teasers instead of just titles, by overriding
the theme_taxonews_block_view function in a theme.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-05
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Jul-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jun-16
notes for 5.x

Find out more · Bugs and feature requests

Simple Gallery
By ComputerWolf on the 21st of August, 2008

Creates a simple gallery using taxonomy and CCK imagefields.


Requires ImageCache to display thumbnails.
Utilizes Lightbox2 to display all images in an album.

Features:

622 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Configurable image display


Lightbox2 image display
Uses taxonomy and CCK

How it works:

1. Create a CCK content type to store images as nodes using ImageField.


2. Create a vocabulary and assign it to the content type you created.
3. Create a preset with ImageCache to define image thumbnails.
4. Add terms as albums to your vocabulary.
5. Create image nodes and assign them to album terms.
6. Configure Simple Gallery based on what you did above.
7. Visit the Simple Gallery page to view your new gallery.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Aug-31
notes for 6.x

Find out more · Bugs and feature requests

Password Strength Disabler


By mcrittenden on the 15th of April, 2009

Enabling this module will disable the password strength checker upon new user
registration. This is for sites that find the strength checker unnecessary, annoying,
or confusing to users.

Credit for this module goes to adamfeldman.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Feed Scraper

623 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By antoniodemarco on the 11th of May, 2009

Add-on module for Feed Element Mapper that


extracts (scrapes) content from HTML encoded in
syndication feed items and allows to map it to CCK
fields. In order to extract HTML content, it comes
with XPath and Regular Expression parsers out of the
box; it is possible to extend the module providing
custom parsers.

Usage Example

The module could be used, for example, to extract an image URL from within raw
HTML and to map it in a FileField image field.

Module Dependences

The module depends on:

FeedAPI: http://drupal.org/project/feedapi
Feed Element Mapper: http://drupal.org/project/feedapi_mapper

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-05
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 92 93 94 95 96 97 98 99 100 … next › last »

Page break by AutoPager. Page( 97 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

624 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Job Search
By kbahey on the 27th of July, 2005

This module provides your sites visitors to browse and search jobs, or post their
resumes for employers/recruiters to see. It also allows job seekers to apply for
jobs. In effect, your site can be a mini monster.com or hotjobs.com.

You can also use it in conjunction with Job Plus module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-20
notes snapshot
Download · Release Recommended
5.x-2.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Mailsave
By mfb on the 20th of April, 2007

Mailsave is a module that is designed to interact with mailhandler. It will detach


files that are emailed to the site and save them with the node. It can also interact
with other modules such as image, to provide functions like automatic conversion
of nodes to image nodes. This can be used to allow posting of pictures from
devices like mobile phones.

Mailsave for Drupal 6 released

The first official version of mailsave for Drupal 6 has been released, but at the
moment it only includes the main mailsave module (the part that saves
attachments) and the clean up filters.

The main extension module - mailsave_to_image - can't be released officially since


the accompanying image module is only at alpha so is not yet fully stable.
However, mailsave_to_image for Drupal 6 is available from HEAD and works with
the current (alpha 2) release of image, so feel free to try it out.

Extending mailsave
Version Date Links Status

625 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Aug-20
notes for 6.x
Download · Release Recommended
5.x-3.3 2008-Aug-20
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Apr-20
notes for 4.7.x

Find out more · Bugs and feature requests

Comment CCK
By killes@www.drop.org on the 8th of September, 2007

The comment CCK module allows comments to alter CCK fields.

Works somewhat like project.module

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-May-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Sep-08
notes for 5.x

Find out more · Bugs and feature requests

Multistep
By vkareh on the 15th of December, 2008

Multistep adds multiple-step functionality to content type editing forms. It does so


by assigning a step number to each fieldgroup within the content type and hiding
all the groups that do not belong to the current step. The user can then use
different submitting buttons that will redirect to the previous, next, or current step.

The module also provides a block for each content type with a menu of the
different groups within that form and a progress bar. This provides an easy way to
jump to different steps throughout the form without having to go one by one and
to keep track of you progress through the form.

Read the documentation for usage and configuration options.

This module depends on CCK and Fieldgroup (part of CCK).

Version Date Links Status

626 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-10
notes for 6.x

Find out more · Bugs and feature requests

Hall of Fame
By syscrusher on the 28th of March, 2005

HOF, or "Hall of Fame", is a module that provides publicly-visible summary


statistics for a Drupal web site. What differentiates hof.module from the regular
Drupal statistics is that HOF is meant to provide a public display of statistics,
emphasizing credit to those who help a site to succeed.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Feb-03
notes snapshot
Download · Release Recommended
6.x-1.0 2008-Dec-19
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Dec-15
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Google Website Optimizer


By Schoonzie on the 3rd of May, 2008

Google Website Optimizer is a free multivariate testing service that allows you to
rotate different segments of content on your key sales pages to work out which
sections and combinations convert the best. This module provides an easy way to
insert the appropriate javascript code on your testing and conversion pages.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-23
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

Author Taxonomy

627 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Todd Nienkerk on the 11th of April, 2008

Author Taxonomy allows you to assign one or more authors to a node using terms
from a taxonomy of author names. This module also provides a fully themable
replacement for your byline (the "submitted by Username on date" text).

Displays author names in a serialized manner: "Jane and Jack" or "Jane,


Jack, and Joe."
Replaces your theme's default post information output (the "submitted by
Username on date" text). This is possible in the 5.x version, but it requires
changing some lines in your theme.
NEW! Author terms can be associated with actual user accounts. (6.x-1.x
only.)
IMPROVED! Links each author term to either: (1) a page that lists all nodes
tagged with that author or (2) the profile of the user associated with that
author. (Option 2 is available only in 6.x-1.x.)
Option to overwrite the "real" author -- that is, the user who created and
published the node -- if one of the author taxonomy terms matches a
username.
Timestamps can be customized using PHP's date() function format strings.

NOTE: The 5.x version of Author Taxonomy has been frozen. If there are bugs or
security issues, we will certainly consider them, but we won't backport new
features from the 6.x version.

Credits
Version Date Links Status
Download · Release Recommended
6.x-1.8 2009-Mar-17
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Mar-17
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Cloud

628 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sourcen on the 9th of February, 2009

Taxonomy Cloud lets you pick Drupal Taxonomy Terms is


an intuitive flash interface. This module returns a block
for which the dimensions and the colors can be
customized.

Thanks to Bryan Barash for helping us fix a few bugs on


this project.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-10
notes for 6.x

Find out more · Bugs and feature requests

629 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Profile Checkboxes
By Bacteria Man on the 6th of September, 2009

Profile Checkboxes is a small elegant module that adds the much sought after, but
elusive multiple choice checkboxes and single choice radio buttons to the core
profile module. This is made possible WITHOUT hacking the module or applying a
patch. Instead, a single configuration option is added to the "list selection" profile
field form page. Selecting this option will magically transform the given list
selection options to checkboxes or radio buttons on the user profile form page. All
other regularly configurable list selection field options are honored and the
checkboxes/radio buttons can be themed just like any ordinary form element.

Switching existing list selection fields to checkboxes/radio buttons is supported;


any previous single list selections by users are preserved. However to prevent data
loss switching back to list selection from checkboxes is prohibited.

Technical Notes

The checkbox selection values are stored as a comma-delimited list (suitable for
display on the user profile and user list pages) in the same database table column
used by all other profile fields. As a result the use of commas when defining the
selection options for use with checkboxes is not permitted. Also note the individual
selections do not translate into separate links on the user list page, which might
make the module unsuitable for some applications.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-18
notes for 6.x

Find out more · Bugs and feature requests

User Import Organic Groups


By Robert Castelo on the 22nd of February, 2009

Subscribe users to organic groups.

New and existing users can be mass


subscribed by importing data from a CSV
file. Alternatively, an existing user can be
subscribed by filling in an autocomplete
field with their username.

Version Date Links Status

630 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Feb-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 93 94 95 96 97 98 99 100 101 … next › last »

Page break by AutoPager. Page( 98 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Rounded corners
By yhager on the 31st of March, 2007

Rounded corners integrates http://methvin.com/jquery/jq-corner.html with Drupal.

This module is probably for advanced users who are familiar with JQuery, since it's
not very well-documented.

Documentation (wiki) is available at http://groups.drupal.org/node/5455.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-24
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

631 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Noindex External Links


By VladSavitsky on the 14th of February, 2009

Русская версия
English version below

Модуль полностью закрывает


внешние ссылки в нодах сайта от
индексации и сохраняет валидность
страницы.

Обратите внимание: поисковики видят эти ссылки, но не принимают их во


внимание. Если вы хотите скрыть от поисковиков ссылки, то это лучше сделать
другим средствами, например формировать ссылки из JavaScript.

Возможности модуля

Два метода контроля индексации:


Обернуть ссылки тегом NOINDEX. Тег NOINDEX не является
валидным HTML-тегом. Он был создан Yandex и принят Rambler.
Google игнорирует этот тег. HTML-валидаторы считают этот тег
ошибкой.
Добавить атрибут rel="nofollow" в ссылки. Только Google не
переходит по ссылкам с этим атрибутом.
Два формата тега NOINDEX:
Простой. Значение по умолчанию. HTML-валидацию не пройдет.
Валидный. Пройдет HTML-валидацию.
Есть 2 списка доменов:
Всегда разрешённые домены. Ссылки на домены из этого списка
будут ОТКРЫТЫ для индексации (index) и переходов (follow)
поисковиками всегда, независимо от других настроек модуля.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-04
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-04
notes for 5.x

Find out more · Bugs and feature requests

Block Save and Edit Buttons


By criznach on the 23rd of February, 2008

632 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Adds an "Apply" button to the block configuration forms which saves any changes
and redirects back to the block configuration page. Enables quicker custom block
development.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Feb-23
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Feb-23
notes for 5.x

Find out more · Bugs and feature requests

Flag Weights
By lyricnz on the 9th of October, 2008

This is a very simple module that adds


a 'weight' field to the tables already
used by the excellent Flag module.

This weight can then be used to provide


ordering of flagged items. This module also provides a Views field which can be
used to sort flagged items. One interesting use of this ability is to integrate with
Draggable Views to create a user-sortable list of flagged items. Support for this is
in the -dev versions of both this module, and Draggable Views (you need the -dev
versions of both). See description of how to configure Flag Weights + Draggable
Views.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-10
notes for 6.x

Find out more · Bugs and feature requests

Color.module: Next generation

633 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By skiquel on the 12th of May, 2008

Color.module NG is the premier solution for colorizing


themes in Drupal 6.

#D7CX: I pledge that Color NG will have a full Drupal


7 release on the day that Drupal 7 is released.

Not for production use yet! Under active development.


Documentation and code are changing. Refer to the
Handbook for the latest color.module syntax!

Color.module handbook
Grab the latest version

Themes

Sussex
Cleanstate
FriendsElectric
Nista
Simpla
Splender
Spooner

Easy CVS Checkout


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-May-14
notes snapshot

Find out more · Bugs and feature requests

simplehtmldom API
By rsvelko on the 27th of August, 2009

Easy html parsing


Cool things first:
- Have you ever wanted to do some str_replace (or maybe just extract it) only
over the plaintext part of a html document?
- Now you can do it with a Drupal module.
- Now you can get/set all kinds of html tags and their attributes or inner text.
Easy.

If you like what we do and we made your life better - you can buy us a beer

634 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

(TODO: beer link to come :) ).

TODO: Upload a segments video screencast with a brief showcase.

simplehtmldom API for Drupal - What this module is


and what it does
This is a wrapper around the latest version of the simplehtmldom PHP library - so
that Drupal developers can easily write their modules using it from a Drupal API
module instead of donwloading it separately for every module and taking care
of updating it....

Wrapper means that this module has ONE line only - the require_once() call .

Wrapper means also that the version numbers of this API module will follow the
version of the wrapped library. Timely updates will be done.

What the library does is that it gives you the simplest way to parse the html
DOM tree - - whenever you need to parse html :
- in your drupal input filters
- in hook_alter();
- when migrating html sites to drupal

Installation and Usage


Version Date Links Status
Download · Release Recommended
7.x-1.11 2009-Aug-28
notes for 7.x
Download · Release Recommended
6.x-1.11 2009-Aug-28
notes for 6.x
Download · Release Recommended
5.x-1.11 2009-Aug-28
notes for 5.x

Find out more · Bugs and feature requests

Glossify Internal Links Auto SEO


By rsvelko on the 29th of October, 2008

What it does
This module generates internal
node links (crosslinks)
automatically - ideal for SEO of
your site's pages.

It is currently node-based - looks for


node titles in node bodies and makes
them inbound links (= internal links ~= node links) . There are plans to extend
it to taxonomy terms, too.

635 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Author
The new 2.0 version is thanks to segments.at - Austria. You can contact us for
help/advice or paid customizations.

TODO: Upload a segments video screencast with a brief showcase.

Features
- SEO - This module autolinks your site's content pages to one another - wonderful
for SEO automation. Thus you can boost the Google PR of one page from PR-s of
another pages.

- FAST - HTML parsing is fast the 1st time and cache-able after that - imagine you
had 500 nodes with terms and the current node has 400 plaintext html chunks to
loop over searching for terms - that's 200 000 PHP-foreach iterations! Version 2.0
does this extremely fast the first time (in about 0.1-0.2 secs on a average modern
server) and even faster if the page is cached by Drupal's mysql cache.

Version Date Links Status


Download · Release Recommended
6.x-2.5 2010-Feb-23
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-05
notes for 5.x

Find out more · Bugs and feature requests

636 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Utilities
By ndeschildre on the 12th of November, 2009

This small module does nothing on its own. The Utilities module is a grouping of
commonly-needed utilities that are handy. It contains:

Module dependancy installation: By default, if your module require in its


.install a function of a not-yet installed module, it will fail.
Frontoffice/backoffice base URL: Define methods to fetch the URL of the
frontoffice (public DNS) and the backoffice (private DNS)
Various taxonomy, date, theme functions

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Superfish
By Mehrpadin on the 11th of February, 2010

Superfish integrates jQuery Superfish plugin with your Drupal menus. Look how it
works.

Overview:

Purely Superfish.
Supporting: Delay, Speed, DropShadows, AutoArrows, Fade in\out, Slide
in\out.
Block-specific settings.
Supersubs support.
9 extra styles (different colour schemes for the default purplish Superfish
theme.
RTL (Right-to-left) language support.

Coming soon...

A grand new feature: Theme generator.

Known issues:

637 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The jQuery Superfish plugin - and not this module - has some problems with
IE.

Support

Joel Birch is supposed to provide support for the jQuery Superfish plugin, I'm just
responsible for the Drupal module that integrates it with the Drupal menu system.

NiceMenus?
Version Date Links Status
Download · Release Recommended
6.x-1.3 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

CCK Currency
By Omar on the 25th of August, 2007

The module provides a drop down CCK field which has all currencies provided by
Currency module.

If you want to have a numeric field for money value plus a drop down field for
currency then you might need to take a look at Wim Leer's Money module.

Project created by OpenCraft.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jan-27
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2008-Jan-02
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 94 95 96 97 98 99 100 101 102 … next › last »

Page break by AutoPager. Page( 99 ).

Modules

638 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

jCarousel Lite
By Omar on the 6th of December, 2007

#D7CX: I pledge that jCarousellite will


have a full Drupal 7 release on the day
that Drupal 7 is released.

Description
This module allows you to embed the
jCarousel Lite jQuery plugin in any node.

jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with
images and HTML content. Put simply, you can navigate images and/or HTML in a
carousel-style widget. It is super light weight, at about 2 KB in size, yet very
flexible and customizable to fit most of our needs.

Try out jCarousellite demo.

Requires jQuery Update.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta6 2009-Dec-31
notes for 6.x

Find out more · Bugs and feature requests

User Permissions
By gcopenhaver on the 18th of March, 2008

This module allows you to give permissions to individual users without needing to
add them to a special role. When this module is enabled, any user with the
'administer permissions' permission will be able to see a 'User Permissions' tab on
each user's account, where they can give the user extra permissions they do not
already have from any roles they may be assigned to.

639 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The way this works is by automatically creating a role for each individual user that
you give permissions to on their 'User Permissions' profile tab. The names of these
roles are in the format of '_user_role_N', where N is the user's uid. These roles will
not be seen in the normal role and permission administration pages. A user's role
is automatically deleted when all permissions are removed from that user's 'User
Permissions' tab. All of these user-specific roles are automatically deleted when the
module is uninstalled.

Donations

If you found this module useful, please consider making a donation via PayPal.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jan-11
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Jan-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Path Cache
By jvandyk on the 3rd of December, 2008

The path caching module caches URL aliases to prevent Drupal from looking them
up in the database.

It is made up of two parts, a patch to path.inc and a teeny tiny module that
implements hook_flush_caches().

The patch uses Drupal's standard caching backend calls but is probably only useful
if the caching backend has been replaced with memcache.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-06
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

webform report
By jimbullington on the 25th of May, 2007

640 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Requires webform and uses accents (optional) to allow sorting of lists


containing accented/special characters.

This module allows users to create simple, dynamic reports based on data
collected by the webform module. It adds a new node type that contains the report
criteria, and the data displayed is updated automatically as webforms are
submitted. The data can be sorted according to the viewer's preference without
altering the report criteria.

Please post bugs in the Issues section of this project.

The recent security issues in this module are now fixed. We can try and knock out
some of the outstanding bugs in the coming weeks.

Version Date Links Status


Download · Release Recommended
6.x-1.10 2010-Feb-28
notes for 6.x
Download · Release Recommended
5.x-2.5 2010-Feb-28
notes for 5.x

Find out more · Bugs and feature requests

Syntax highlighter
By mattyoung on the 9th of February, 2009

This module integrates the


SyntaxHighlighter Javascript Library
into Drupal for source code list syntax
highlighting within any Drupal contents.

Note: be sure to update the


Syntaxhighlighter javascript library to
version 2.1.364. Previous version have
issue that interfere with other javascript
code and break things randomly in IE, Chrome and Safari. See #652586: tinyMCE
doesn't show up in Chrome and Safari .

Supported languages: ActionScript, Bash, C#, C++, CSS, Delphi, Diff, Groovy,
Java, JavaFX, Javascript, Second Life LSL Script, Objective-C, OCaml, Perl, PHP,
Plain text, PowerShell, Python, Ruby, Sql, Vb and XML/HTML and much more
unofficial languages support.

Note: content must use the "Full HTML" format option. The "Filtered HTML" format
does not work because it modifies class attribute format used by the
syntaxhighlighter. See http://drupal.org/node/374441#comment-1351952

Now: it's not necessary to use Full HTML format and the raw HTML <pre> tag.

641 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Although that still works and can be used anywhere. With the filter, even the
Filtered HTML input format or any restrictive input formats can be used. This
means syntax highlighting can be in comments as well as node where Filtered
HTML input format must be used.

Version Date Links Status


Download · Release Recommended
6.x-1.20 2009-Dec-31
notes for 6.x

Find out more · Bugs and feature requests

CCK Field Privacy


By mikesmullin on the 8th of February, 2008

This module adds little padlock icons to right of field labels in node/#/edit forms.
These padlocks enable users with access to control who can see those fields on the
node/# view page. (e.g. everyone, buddies only, nobody)

Dependencies:

Content Construction Kit (content.module)


For Drupal 5.x:Buddylist (buddylist.module)
For Drupal 6.x:FriendList (friendlist.module) or User Relationships
(user_relationships.module)
jQuery Impromptu (jquery_impromptu.module)

Sponsored by Punim.com.
Developed by Bryan O'Shea and Mike Smullin.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-21
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Nov-16
notes for 5.x

Find out more · Bugs and feature requests

Activitystream for Facebook


By heshanmw on the 28th of February, 2009

Activitystream for Facebook

Required : activitystream

HELP : http://heidisoft.com/blogs/subscribe-new-facebook-feeds

642 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://drupal.org/node/448930#comment-1542902

Find us on Facebook
Facebook : http://www.facebook.com/pages/Drupal-Activity-Stream-for-FCEB00K
/1383510...

Follow Me
Follow me on Twitter
Facebook

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

Navigate
By chrisshattuck on the 5th of November, 2008

Watch a video demonstration of Navigate

Navigate is a quickly deployable, highly


customizable and reasonably sexy navigation
tool for Drupal. Navigate bar consists of widgets
like menu search, collapsible menus and
favorites, and can be customized for individual
users or user roles. Navigate has been tested
with many themes, and can be themed to
match the look of any site.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2009-Aug-02
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2008-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

Blog Information
By Abandoned Projects on the 21st of September, 2006

643 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: As of 2009/07/24, this module appears to no longer be supported.


If you are interested in a module with similar functionalities, you can
check Advanced Blog; if you as the module maintainer feel this message has
been posted in error, please reply to #432248: Blog Add-ons, Blog
Information, and Blogger seem abandoned .

New Maintainership
The bloginfo module adds 2 blocks to your block, one with title and description of
the blog and one block as a blogroll. It doesn't replace the main title of the blog.

It is a simple module that adds 2 additional fields to the users account screen, for
those who have permission, to have a blog title and blog description. These are
then put into a block that can be placed like any other block. The title is the block
title and the description is the block content.

The idea is to have a blog title and description like one via blogger.com.

The block will only display on a users blog list or blog post who have filled in the
settings.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2008-Oct-25
notes snapshot
Download · Release Development
6.x-1.x-dev 2008-Oct-25
notes snapshot
Download · Release Recommended
5.x-2.5-rc2 2008-Oct-24
notes for 5.x

Find out more · Bugs and feature requests

Safe HTML
By claudiu.cristea on the 20th of July, 2007

The 6.x version is out as development snapshot. Please test it and report bugs.

Safe HTML is a module that filter the input before the content is stored in the
database. Unlike Drupal basic filtering system, Safe HTML filter the form post and
perform code cleaning before the content is stored on the site backend.

Safe HTML must be enabled on the Input formats section as a filter for the desired
input format. Safe HTML cannot be used in conjunction with PHP Parser Filter
because Safe HTML will strip any PHP code. Safe HTML can be used together with
HTML Filter in order to limit HTML tags to an allowed array.

Administrators and allowed users can define custom PHP code to perform
additional tasks on the form input. The site administrator can define what kind of
custom transformation may occur on the form content. He must appy these

644 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

transformations to a variable named $html. Example:

// strip consecutive spaces


$html = preg_replace("/[ ]{2,}/i", " ", $html);

The module is based on SafeHTML a project leaded by Roman Ivanov. This module
strips down all potentially dangerous content within HTML:

Version Date Links Status


Download · Release Development
6.x-7.x-dev 2009-Aug-12
notes snapshot
Download · Release Recommended
5.x-1.2 2007-Sep-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 95 96 97 98 99 100 101 102 103 … next › last


»

Page break by AutoPager. Page( 100 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Feed field (CCK module)


By primerg on the 15th of April, 2009

This module creates a CCK field that


accepts RSS urls.

Features:
- Aggregate RSS/Atom feed
- Works with FlexiField
- Controls how many items to display and how frequent are updates

645 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

While feedapi can be used to add feeds in a node, I needed a way to flexibly
position it above or below other CCK fields.

Sponsored by: Promet Source

*** Latest development is available in 6.x-1.x-dev. I dont want to commit yet until
it's fully tested. It uses cron to remove and update feeds. If anyone is willing to
test this fully, I would appreciate it.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-27
notes for 6.x

Find out more · Bugs and feature requests

Scrollable Views
By cptnCauliflower on the 28th of May, 2009

This module extends the views module


with a views plugin to make scrollable
content with the jquery.scrollable
plugin.

Based on http://www.flowplayer.org
/tools/scrollable.html .

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-01
notes snapshot

Find out more · Bugs and feature requests

Node Reference Create


By opensanta on the 3rd of July, 2009

Node Reference Create is an


enhancement to the nodereference
autocomplete widget that allows users
to reference non-existent nodes.

When no matching node is selected, the


new nodes are automatically created
allowing for a seamless and intuitive user experience that is similar to free tagging.

If you are unfamiliar with CCK or using the Nodereference field, check out the CCK
Documentation.

646 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-03
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Treemenu
By rcrowther on the 25th of October, 2008

*** NOTE: It has probably not escaped followers of this module that
there have been many postponements on the usually closely
maintained issue queue. These have been caused by personal
problems for the maintainer.

These personal problems have escalated. It is with regret but much


personal necessity that I must suspend all development activity for a
considerable period. For a projected time period, no further
development can be expected until we move to a V7 release, AFTER
Drupal V7 is released.

I hope to stay in touch with the queue, for purposes of maintainence and
answering queries, and that Taxonomy Treemenu (Drupal 6/V7) continues to
deliver good results for those who choose to both try and/or install.

Rob 19/12/2009.

No activity recently, so V7 is going to first release. Please run 'update.php'! It


works in a minimal way with Sitemap and Nice Menus. Hurrah! Read about it here.

Drupal Versioning go here.


***

Intro
Makes custom menus from selected branches of a taxonomy.

People keep asking for this. They keep getting told that it's not possible, it's not
Drupal, and "who would want it anyway?" For all you impossible people out there,
here is Taxonomy Treemenu.

Version Date Links Status


Download · Release Recommended
6.x-7.1 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

Instant messenger

647 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By pahariwalla on the 18th of December, 2004

This module allows registered, active users on any


Drupal site to communicate via instant messaging
in real-time. Using jQuery and Ajax, the IM module
is small, simple, and stands alone, not requiring
any external instant messaging protocols and/or
servers. This means that setup is a snap, and since
this feature is a "nice-to-have," and uncoupled
from any content and other functionality of your
site, we encourage you to give it a spin.

Improvements and New Features


A couple of the enhancements made in rev 1.9.2.21 of im.module BREAK YOUR
CURRENT CHATROOM SETTINGS !! .. but they are easy to fix. Please visit the
chatroom settings admin/settings/im for full-on detailed and exampled help on
how to convert your chatrooms and also make use of the cool new stuff.

Dec 1, 2009 Set up a default Chatroom that users automatically connect to


after logging in
Dec 1, 2009 Any Chatroom can now have a moderator who is allowed to
delete individual messages. Note ... there is a new permission "Moderate a
Chatroom" that needs to be set for a user who you want to make a
moderator on a chatroom
Dec 1, 2009 Make the "command line" into a sizable textarea, if that's what
you want.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-04
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Simple Paypal Framework


By kbahey on the 10th of June, 2007

This is a simple Paypal framework. It has code to verify the IPN payment, allows
for test mode, and permits different IPN URLs for the same Paypal accounts.

Used by the fee and donation modules.

Developed by 2bits.

Version Date Links Status

648 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-24
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Jun-12
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Aug-03
notes for 5.x

Find out more · Bugs and feature requests

Role Expire
By bdziewierz on the 13th of February, 2009

Role Expire is a simple module that allows administrators to set and control expiry
dates of user roles. At the moment it implements the following functionality:

Selecting a role (or roles) on user_profile_form triggers a textfield (or


textfields) where admins can enter expiry date for selected items.
Defined expiry dates are displayed on user's profile (visible only for owners of
the profile or users with proper permissions). This can be altered using
standard theme_ or hook_user() functions.
Role expiry dates are controlled by Cron, so it automatically removes any
expired roles.
Simple API is provided to set, clear or retrieve expiry dates for given roles
and users.
Views.module handlers are provided for displaying, sorting and filtering
expiry dates inside views (per role).
Set default expiry duration in days for each role in the edit role screen, so
that on receiving a role a user will keep it for n days. handy for Subscriptions
or temporary access
Migrate module support for migrating roles into your Drupal site.
If you want to keep role history alongside look at role watchdog module

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Radioactivity
By skiminki on the 30th of March, 2008

This module provides hotness metrics for nodes and comments by radioactivity

649 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

model. In essense, nodes or comments receiving attention are heated while


inactive ones slowly cool down. Consider the following example:

Viewing a node adds energy to it


The energy decays at a rate defined by the half-life period. For example, a
view is worth 1 energy unit at the time of clicking, 0.5 energy units after one
half-life period, 0.25 energy units after two half-life periods, and so on.

Thus, by keeping the half-life period short, let's say one hour, you'll get a metric
that reflects current node view rate. Using this metric in a view, you can create a
"most viewed nodes right now" list. By setting a longer half-life, let's say 12 hours,
you can setup a view that roughly reflects most viewed nodes today.

Quick start for the above case:

1. Enable radioactivity core and radioactivity node modules.


2. Create a new decay profile in admin/settings/radioactivity. Set the profile
label. Changing other items is optional.
3. Create a new view for nodes, add some fields (e.g. nid, title, radioactive
energy) and sort by descending radioactive energy.
4. Create some activity and watch the view evolve.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-26
notes snapshot
Download · Release Recommended
6.x-1.3-rc1 2010-Feb-14
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-03
notes for 5.x

Find out more · Bugs and feature requests

Content Type Administration by Organic Group


By rconstantine on the 16th of March, 2007

Since the permission system only lets the admin


allow/disallow creation of content types and can't
specify WHERE they can be used, this module tries
to solve that problem. This module allows the
admin to limit content types available site-wide
and by group. Group owners can then choose
which types to use within their group. Group
owners can use ALL content types ALLOWED to
that group, even if that owner only ACTIVATES a
subset of those types for use by his members. All
regular permissions and roles are still valid and this module will not override your

650 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

settings there. So, given that a user has permission to create a content type
SOMEWHERE, this module will limit where exactly they can do that. You
can limit or even forbid creation of content at the site level, at the overall group
level, or at individual groups.

This module doesn't currently work with the subgroup module if


subgroups have the same names.

Contact me if you'd like to hire me to setup this module, modify it for your
particular use, or other Drupal/PHP work.

Thanks to Jamey Boje for the art work.

New features & Drupal 6.x port by Paul Booker @ Appcoast.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-15
notes for 6.x

Find out more · Bugs and feature requests

link node
By TomChiverton on the 11th of October, 2007

Once installed (see README in the archive) you (or any user who can post) can
add an embedded href link to any node using the syntax (where N is a number,
and NNN is a node id):

[node:NNN]

Parameters follow the part and are comma separated name="value" pairs:

[node:NNN,title="Original version of the picture"]

Note that the values must be encased in double quotes. This is to allow users to
include commas in the value. The side effect is that double quotes cannot be used
(currently) without causing problems.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2009-Jul-04
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Apr-18
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 96 97 98 99 100 101 102 103 104 … next ›


last »

651 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 101 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Import HTML
By dman on the 23rd of January, 2006

Import an old existing, static HTML site structure


into the Drupal CMS as structured nodes!

Allows an admin to define a source directory of an


existing traditional static HTML website, and import
(as much as possible) the content and structure
into a drupal site.
Source files will be stripped of exisiting chrome and
navigation elements before being inserted as
nodes.

See import_html_help.htm for a largish overview of import_html features

Maintain old URLs


Re-create menu structure
Validate & improve markup automatically
Import Metadata - old dates, keywords, descriptions
Additional custom fields - Import old semantics to multiple CCK fields!
Operate over thousands of documents.

Read a case study or a walkthrough

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-06
notes for 6.x

652 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.2 2007-May-01
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Highslide
By q0rban on the 5th of February, 2008

This module implements Highslide JS, an open source image, media and gallery
viewer written in JavaScript. These are some of it's advantages (taken from
highslide.com):

Quick and elegant looking.


No plugins like Flash or Java required.
Popup blockers are no problem. The content opens within the active browser
window.
Single click. After opening the image or HTML popup, the user can scroll
further down or leave the page without closing it.
Lots of configuration options and scalability without compromizing on
simplicity. A component system lets you strip away unused features down to
a filesize of 10kB.
Outstanding, unconditional and free user support for both commercial and
non-commercial users.
Compatibility and safe degrading. If the user has disabled JavaScript or is
using an old browser, the browser redirects directly to the image itself or to a
given HTML page.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

tContact
By haffmans on the 2nd of July, 2009

tContact allows you to make the site-wide contact form fully translated on
multilingual sites. Categories can be set to display only in a specific language, or
they can be language neutral. Depends on the core "contact" module for the site
wide contact form.

653 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-01
notes for 6.x

Find out more · Bugs and feature requests

CCK Formatters
By Crell on the 12th of June, 2008

This package is a collection of add-on formatters for various CCK fields. Each
provided sub-module in this package should be a self-contained single formatter.

CCK fields support an arbitrary number of "formatters", swappable code that


renders a field. In Drupal 6 these are essentially theme functions, although in
Drupal 5 they are not always. It is possible for any module to define new
formatters for field types it doesn't define itself, which creates a very powerful way
to extend and theme a field in any of the myriad ways that a field can appear.

This module is an "incubator" for new field formatters. Because each formatter
may have its own development cycle, there will probably not be stable releases of
the entire suite. If a specific formatter gets particularly popular or requires a more
full-featured release cycle, it should likely be spun off to its own project.

This suite is maintained by Palantir.net. If you want to submit another formatter


module to be included, please contact Larry Garfield. If you maintain a CCK field
and want to fold one of these formatters into the field module itself, contact the
appropriate module author (or Larry if you aren't sure who that is).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-14
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jul-12
notes snapshot

Find out more · Bugs and feature requests

Elysia Cron

654 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By gotheric on the 24th of June, 2008

Extended cron support with crontab-like


scheduling (you can run some cron
hooks every day at a specified hour,
other only monthly and so on...) and
other features:

crontab-like scheduling
configuration of each job.
grouping of jobs in channels (parallel lines of execution).
you can disable all jobs, an entire channel or a single job via configuration.
force execution of a single cron job on demand
change the priority/order of job execution
time statistics of each job and of the whole channel.
modules can define extra cron tasks, each one with own default cron-rules
(site administrators can override them by configuration).
administrators can define custom jobs (call to functions with parameters)
protection from external cron calling by cron_key or allowed host list.
ensure all shutdown hook functions launched by cron jobs are launched inside
cron protection (ex: search_cron() will launch search_update_totals() in a
shutdown hook).

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-01
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Oct-01
notes for 5.x

Find out more · Bugs and feature requests

655 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ImageMagick raw action


By adrinux on the 14th of August, 2008

This module allows you to enter ImageMagick command line options as an


imagecache action.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Mar-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Authenticated User Page Caching (Authcache)


By Jonah Ellison on the 8th of March, 2009

The Authcache module offers page caching for


both anonymous users and logged-in
authenticated users. This allows Drupal/PHP to
only spend 1-2 milliseconds serving pages,
greatly reducing server resources.

Please note that enabling authenticated user


caching will require modifying how your
user-customized content displays on your pages.
You should be an experienced Drupal developer if
you choose to implement the full functionality of this module. Anonymous caching
won't require any changes and will offer a speed improvement over Drupal core
since hitting the database can be completely avoided.

How does it work?


Authcache saves the final rendered HTML of a page to serve visitors. A separate
cache is created for each user role as defined by the administrator, so some roles
can be excluded if necessary.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Content Optimizer
By TomDude48 on the 1st of April, 2009

656 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Content Optimizer module analyzes page content and provides suggestions for
enhancing search engine optimization of your nodes. It adds a fieldset to the node
edit forms with a targeted keyword phrase field and an “Analyze Content” button.
When clicked the, the module sends your body, title and other content to the sever
via AJAX and returns recommendations on how to better optimize each of your
content areas. Statistics are also returned for each area, including character count,
word count, keyword count, keyword density and keyword prominence. The
statistics and recommendations are embedded via JavaScript underneath the node
input fields for easy editing.

The Content Optimizer also works with Page Title and Meta Tags (AKA Nodewords)
for enhanced page optimization.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-01
notes for 6.x

Find out more · Bugs and feature requests

Profile Location
By Bacteria Man on the 5th of April, 2009

Profile Location provides dynamic country


and state/province dropdowns to the
core profile module without the need of
CCK-dependent third-party modules such
as Node Profile (Drupal 5) or Content
Profile (Drupal 6).

The state/province dropdown will


dynamically show/hide depending on if
the value of the country dropdown equals
the primary or secondary countries (US and CA).

Configuration

1) Enable core profile module.


2) Install/enable profile_location module.
3) Goto to admin/user, select Profiles
4) Create a profile list selection field for country:
4a) The category can be whatever you want. Exp. Personal
4b) Title can also be whatever you want, but you should pick a label that makes
sense. Exp. Country
4c) Form name should typically correspond with the title using the profile_ prefix.
Exp. profile_country
4d) The rest of the settings are up to you particularly making the field required and
also visible on the registration page. Note you do not have to enter any Selection

657 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

options, as profile_location will do this automatically.


5) Repeat steps 4a-d and create a new list selection field type for state:
5a) Use same category as used for country
5b) Title should be contextual for both state and province. Exp. State/Province.
5c) Same as 4c, only for state. Exp. profile_state
5d) Same as 4d
6) Goto to admin/user, select Profile location settings

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-05
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Oct-05
notes for 5.x

Find out more · Bugs and feature requests

User Referral
By kbahey on the 2nd of February, 2006

This module provides users with the ability to refer other users to a site they are
registered at. When the new users registers, the referral is recorded.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-09
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 97 98 99 100 101 102 103 104 105 … next ›


last »

Page break by AutoPager. Page( 102 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

658 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Technorati
By kbahey on the 28th of October, 2006

This module enables you to use Technorati tags in your content.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-22
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-12
notes for 5.x

Find out more · Bugs and feature requests

659 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

PayPal Buttons for Ubercart


By detour on the 24th of April, 2009

This module allows PayPal Buy Now or Subscription buttons to be included with or
to replace the 'Add to Cart' button on products. These PayPal buttons redirect the
customer immediately to PayPal for payment, bypassing the standard Ubercart
checkout process. Order information (including the customer's address) are
obtained from PayPal after the purchase is complete.

Features
Provides customers a single click method to choose a product and proceed to
checkout through PayPal. At the same time, the purchase is still tracked and
handled by Ubercart.
Allows using PayPal subscriptions (recurring payments) with Ubercart. PayPal
handles sending the recurring payments, and this module records the
payments to an Ubercart order and provides status updates.
Workflow-ng/Rules integration: This module triggers Workflow-ng (for Drupal
5) or Rules (for Drupal 6) events when a Buy Now item is purchased, and
when a Subscription item is registered, renewed, or expires.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-16
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

Auto Expire
By mariuss on the 19th of August, 2007

This module allows site administrators to set expiration times for content types.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jun-28
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jan-14
notes for 5.x

Find out more · Bugs and feature requests

Magic Tabs

660 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By yhager on the 25th of May, 2008

Magic tabs is an implementation of tabs that are loaded using ajax, but are fully
accessible and degrade beatifully if Javascript is not available.

Features
Tabs are loaded dynamically using ajax calls
You can use many tab groups in a page
When JS is turned off, the tabs look the same, and are accessible using full
page reloads. The status of other tab boxes on the page is kept across page
loads
You can theme individual tab box, as well as all of them together
You can set which tab is active by default, but if the user selected a different
tab, it will become the default for the rest of the session.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-02
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Aug-08
notes for 5.x

Find out more · Bugs and feature requests

Comments bonus API


By neochief on the 14th of September, 2009

This module enchanses standard comments module's API by providing hooks in


comment_render(), which allow you to manipulate comment threads in your own
way.

It also provides better comment-wrapper template with ability to place form on top
of comments and other useful stuff (like in Drupal 7).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-15
notes snapshot

Find out more · Bugs and feature requests

Tracker 2
By David Strauss on the 10th of March, 2008

High-performance replacement for the standard Drupal tracker. There's no change


in functionality or new features, but the architecture is absurdly fast. Displaying

661 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the tracker scales at a roughly logarithmic pace with the number of nodes. Saving
nodes and comments takes a bit longer, but this impact is highly optimized. Use
MySQL with InnoDB or PostgreSQL for best results; row-level locks are essential
for the best performance. Tracker 2 (as of version 1.13) now has experimental
PostgreSQL support.

This module can coexist with the core Tracker, but you will see what appear to be
duplicate menu items and tabs. If the core Tracker is disabled, Tracker 2 will take
over the standard /tracker and user/%/track URLs.

Tracker 2 powers the Drupal.org tracker pages.

Credits
Development of this module is sponsored by Four Kitchens.

Version Date Links Status


Download · Recommended
6.x-1.1 2009-Feb-20
Release notes for 6.x
Download · Recommended
5.x-1.14 2009-Jan-12
Release notes for 5.x

Find out more · Bugs and feature requests

Subgroups for Organic groups


By ezra-g on the 2nd of September, 2006

This module allows users with the right access


permissions to set group hierarchy.
Admin can set content and users propagation, which
means a post created in one group can propagate
down/ up/ sideways the subgroups tree.
The same goes for subscribing a user or granting
admin rights for the groups – they may be
propagated along the subgroups tree as well.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2008-Dec-19
notes snapshot
Download · Release Recommended
5.x-4.0 2008-Jun-14
notes for 5.x

Find out more · Bugs and feature requests

CCK Taxonomy Subset

662 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By bwong on the 5th of March, 2009

This CCK field allows a filtering of the selectable terms for a matching vocabulary
displayed in the taxonomy select combo box in a node create/edit form. This
allows a single vocabulary to be used across a number of node types. It is used to
restrict the terms associated with a node type. Subsets can be overlapping. A
single selection will force that term to be associated with the node type and the
selection will not be displayed. Typically the term will be the node type's name.

This approach allows easy filtering using the vocabulary with the Views module.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-11
notes for 6.x

Find out more · Bugs and feature requests

File Aliases
By Deciphered on the 31st of March, 2009

The File Aliases module allows you to use token customizable aliases for your
uploaded files, giving you the ability to keep your file system organized as per
usual while providing clean looking paths (i.e., no more '/sites/default/files/').

#D7CX: I pledge that File Aliases will have a full Drupal 7 release on the day that
Drupal 7 is released.

Features:
Customizable File Alias field using Node tokens.
Support for:
Drupal core Upload module.
FileField module.
ImageField module.
Image module.
Comment Upload module.
Support for Private and Public file systems.
Support for Views output (Fields and Nodes).
Support for FileField Paths Retroactive and Active Updating.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-11
notes snapshot

663 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-11
notes for 6.x

Find out more · Bugs and feature requests

Unique Avatar
By jscheel on the 29th of January, 2008

Unique Avatar circumvents unwanted browser caching of user pictures by creating


a unique filename each time the image is uploaded. When a user picture is
uploaded, a 32-character unique id is appended to the the filename.

Unique Avatar also flushes any ImageCache caches of the existing user picture.

Funded by centre{source}

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Dec-15
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jan-29
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 98 99 100 101 102 103 104 105 106 … next ›
last »

Page break by AutoPager. Page( 103 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

onBeforeUnload API

664 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 28th of March, 2009

The onBeforeUnload module provides an API to allow other modules use the
onBeforeUnload event of the browser window.

This module does not provide any direct functionally, it rather provides a
centralized API that other modules can use to take advantage of the
onBeforeUnload event of the browser window.

Modules using the onBeforeUnload API: Dirty Forms, Modal Frame API.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-31
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Views Integrator


By deeporange1 on the 11th of September, 2009

TVI Overview
The TVI (Taxonomy Views Integrator) module
allows selective overriding of taxonomy terms
and/or vocabulary with the view of your choice.
Using TVI you can easily create custom views to
output all terms in X vocabuarly.

TVI will try not to interfere with views or


taxonomy/term page displays if no TVI views exist
for the current page request.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

Monthly Archive by Node Type


By Prometheus6 on the 18th of May, 2009

This module generates a monthly archive and block for specified node types, as
well as an archive and block for whichever collection of node types you specify.
Version 2 creates author archives by node type as well.

For the blocks you can set the number of links in the block, optionally display the
link count and set the link text format. The archive pages allow you to set the title

665 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

and archive page path. The module uses the Token module to specify the link text
format in the block and the archive title.

The module was sponsored by Luciano Cossich Sales of luco interface design

Version Date Links Status


Download · Release Recommended
6.x-3.3 2010-Mar-10
notes for 6.x

Find out more · Bugs and feature requests

News Page
By Robert Castelo on the 17th of November, 2004

Allows creation of pages which show syndicated 'news' items from an aggregator
category.

News items are automatically filtered by keywords (chosen when creating the
page), so that only news items which contain a keyword are shown.

News pages can be placed in a book, and added to a taxonomy.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-29
notes for 5.x

Find out more · Bugs and feature requests

Comment closer
By rmiddle on the 18th of December, 2004

This module lets you automatically close the comments on any or all node types.
You can close comments that are a week|month|year old. Comments are closed in
a cron hook daily|weekly|monthly|annually.

Q) What exactly is meant by "Comment Closing"?

A) A node like a blog entry, story or page is closed off for comments, i.e, no new
comments possible, but existing comments remain visible when the node is viewed

Warning
Once this module is active it will permanently close off comments based on it
defaults you should go into the module settings and set thing to your preference

666 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

right away. Also there is no way to revert the change. The only way to reopen the
comments section is to edit each node one by one.

Issues

As with all contributed modules, when considering submitting an issue:

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jan-10
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-10
notes for 5.x

Find out more · Bugs and feature requests

Comment mover
By dragonwize on the 3rd of April, 2006

Do not use on production sites.


This module has just come under a new maintainer.
I plan to get more acquainted with the code and its users then get the module to a
stable version. A roadmap will be posted here soon. I will first be working on the
6.x version and will determine backports from there. If you like this module please
keep an eye on the issue queue and help test and review patches. Thank you,
dragonwize.

Description
This module allows you to move comments around.

You can either

a) move comments below other comment on the same node


b) move comments to another node
c) convert comments to a forum topic (or other node types)
d) convert nodes to comments

In cases b and c the original comment will contain a link pointing to the place
where the comment is now.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-19
notes snapshot

Find out more · Bugs and feature requests

667 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Multiple Image Upload


By sdrycroft on the 19th of November, 2007

This module integrates the open source applet Postlet (also created by me) into a
multiple image upload page (which is linked to from the node/add/image page).
This enables images to be "drag 'n' dropped" into Drupal.

The module requires the Image module to be installed.

The module is easy to install, and requires no user configuration.

Users of version 1 of this module may be disappointed in the changes that have
been made, especially the removal of the bulk editing tool. This was a deliberate
step to make the module as simple as possible, I'll be releasing a bulk editing tool
for images (and any other node type) soon.

For more information about the Postlet applet, please visit the Postlet Sourceforge
page. Bugs regarding the modules functionality should be posted to the Drupal
site, whilst bugs regarding Postlet's functionality should be posted to the Postlet
forums.

Development of this module was carried out by Simon Rycroft and funded in part
by the EDIT project

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Aug-12
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Dec-20
notes for 5.x

Find out more · Bugs and feature requests

Tell A Friend Node


By ggaetz on the 23rd of June, 2008

This module provides a Tell A Friend node type for creating multiple tell a friend
pages on a site. It was originally developed for use on
http://myclimateactiondividend.ca (which has now been taken down). I had looked
at other sharing modules, but I wanted a module that offered some of the
functionality available in online advocacy software like Convio or Kintera. There is
a tellafriend module but it only offers one tellafriend page per site, and it was
easier to write a new module than to try to modify and upgrade that module for
this purpose.

Setting up a tell a friend page is as easy as setting up any other node.


Submissions are tracked in a database table. i haven't written any reporting tools

668 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

yet, so right now to get the email addresses of people who have used the page you
have to go into the database and pull the data from the tellafriend_node_results
table. The submissions are linked to the node id of the tell a friend page so if you
are setting up a campaign you can track submissions per campaign.

I've integrated the address book import scripts from Plaxo (http://plaxo.com) into
the module. You have the choice of enabling or disabling this feature.

A working, live example can be seen at http://takethepressuredown.ca/ecards.


Another example can be seen at http://liberationbc.org/campaigns/foie_gras
/support_taf.

TO DO:

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Apr-13
notes snapshot
Download · Release Recommended
6.x-1.4 2008-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

Private Message Growl


By Dave.Ingram on the 20th of May, 2009

PM Growl is a module that adds a simple


ajax layer to private message module
(http://www.drupal.org/project
/privatemsg) and alerts you of new
messages using the jQuery growl plugin
(http://www.stanlemon.net/projects
/jgrowl.html).

This allows for simple instant messaging


type applications in the site, with an
elegant pop-up in the screen.

Version Date Links Status


6.x-1.1- Download · Release Recommended
2009-Jun-30
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Office Hours
By Ozeuss on the 19th of January, 2008

669 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A CCK module that creates an "office hours" or "opening hours" field.


enables allowed hours restrictions, input validation and uses either a 24 or 12 hour
clock.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-23
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 99 100 101 102 103 104 105 106 107 … next ›
last »

Page break by AutoPager. Page( 104 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Comment Subscribe
By zyxware on the 21st of February, 2008

IMPORTANT - This module is no longer supported - Use Comment Notify


instead if you are a new user or migrate to it if you are already using
Comment Subscribe. We have created a simple migration script. Please
see below for instructions.

About Comment Subscribe

This module allows anonymous as well as registered users to subscribe to


individual comments of given node. When a user, either anonymous or registered,
posts a comment, he/she can subscribe to that comment and will be notified of
replies to that comment. Notifications will have a teaser of the node and a link to
the comment. Notifications will also have links that will allow the user to
unsubscribe from notifications for that particular comment or unsubscribe from
notification for all his/her comments on that node. The development of this project

670 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

was funded by Zyxware Technologies

Find out more · Bugs and feature requests

Menu Class
By daniboy on the 5th of January, 2009

This module provides that ability to add


custom HTML classes to menu items.

An example for it's usage would be that a


themer wants to create a menu that links to
downloadable items and wants the link to
have a different image for each file type -
this module provides an interface for adding HTML classes such as " document " and
" spreadsheet " to these menu items, which the themer can then style using CSS.

Sponsored by Linnovate.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Stock Manager With Attributes


By talbone on the 2nd of September, 2008

A stock level manager working with uc_stock, that takes into account
the different sku of a product, according to the attributes selected.
The stock availability tests are made in three stages of the purchasing process -
* add to cart form
* cart view form
* final checkout
The Error messages are themeable.

This module borrows freely (i.e - copies) some code from the Inventory API &
Simple Stock Levels , by CpILL , but is meant to be used with the uc_stock
module.

According to user experience - be sure to disable uc_stockstub and Inventory API


(from the modules menu) before installing uc_multi_stock.

You might want to use one of these modules in addition to this one :

Ubercart Out of stock Notification


UC Attribute Stock Filter

671 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Stock Notify

Drupal 6.x Notes:


in D6 the Ubercart Out of stock Notification contains the server side as well, so use
this module only if you don't plan to use it as the client side component.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-27
notes snapshot
Download · Release Recommended
5.x-1.1 2009-May-28
notes for 5.x

Find out more · Bugs and feature requests

Jquery Slideshow
By nvoyageur on the 24th of November, 2008

This module creates a javascript slideshow using the Cycle plugin for Jquery. The
slideshow is created from multiple imagefields of a node. There are settings to
change the type and speed of transitions. Settings also exist to use Imagecache
presets for the images.

This module requires these modules:

ImageCache
Jquery Update
Jquery_Plugins
CCK Imagefield

Example of this module in action.


http://www.ridetowork.org/everydayrides/luxottica-ride-to-work
http://www.ridetowork.org/everydayrides/ninja-250-2004-bruce-layton-ct

http://www.boringrally.com/joe-kern-klr-vbr2

The CCK Display Field Setting (Screenshot)


http://www.shanestillwell.com/files/drupal/cck_display_field.png

The Jquery Slideshow Settings (Screenshot)


http://www.shanestillwell.com/files/drupal/jquery_slideshow_settings.png

A big 'thank you' to Lee Rowlands (larowlan) for porting this module to D6.
http://www.rowlands-bcs.com/

Other slideshow modules that you may want to test


http://groups.drupal.org/node/20384

672 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-24
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Dec-23
notes for 5.x

Find out more · Bugs and feature requests

Last Node
By TheCrow on the 27th of January, 2007

Last node module list the latest nodes submitted for each type, sorted by date and
showed through an url like http://example.com/?q=last_node/blog,
http://example.com/?a=last_node/story...

Version Date Links Status


Download · Release Recommended
6.x-2.3 2008-Jun-30
notes for 6.x
Download · Release Recommended
5.x-2.3 2008-Jun-30
notes for 5.x

Find out more · Bugs and feature requests

Active Translation
By drewish on the 19th of May, 2008

The Active Translation module is designed for internationalized sites where


translated versions of content need to be displayed when available but if they're
not the original, untranslated content should be displayed. If several regional
versions of a language are available these will be used as substitutions.

Oct 12th, 2008: I'm looking for co-maintainer for this module so if you're using
this module and have some development experience either open an issue or
contact me. I personally have no plans to port this to Drupal 7 so if you're
interested please consider taking over the module.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Sep-21
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Mar-28
notes snapshot

Find out more · Bugs and feature requests

673 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Article
By msameer on the 9th of November, 2003

The article module allows for nodes of any type to be organized and displayed in a
centralized location. This allows the site administrator to organize nodes of several
different types in one place. The user can navigate the nodes by selecting different
categories in the taxonomy tree associated with the article module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-29
notes snapshot
Download · Release Recommended
5.x-2.4 2007-Oct-17
notes for 5.x

Find out more · Bugs and feature requests

Admin message
By fajerstarter on the 21st of July, 2007

Provides an easy way to show short messages to users. The messages can be
individually closed by logged in users. Examples could be "Welcome to this site...",
"Temporary downtime...", "Important security announcement...", "New feature...",
etc.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-15
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Dec-12
notes snapshot

Find out more · Bugs and feature requests

Retease
By douggreen on the 12th of August, 2007

Developer Module that assists with re-building the node teasers.

This is useful when the node filters are changed:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Apr-28
notes snapshot

674 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Feb-19
notes for 5.x

Find out more · Bugs and feature requests

Mail API
By scripthead on the 24th of August, 2007

This module provides an API for email related modules, and a hook system for mail
server related modules. The name is a little bit misleading since the module could
hypothetically access other message stores as long as they provide message IDs.
For this release IMAPWU API has been moved into contrib directory so it's a part of
Mail API now.

This also contains a sub-module called mail_api_service, which uses the Services
module to provide a service that can increase the flexibility of this module even
further. This part of the module is lagging behind a little bit while I'm trying to
stabilize Mail API itself.

Related Modules (designed to work with Mail API):


Webmail Plus
Webmail

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-May-14
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 100 101 102 103 104 105 106 107 108 … next ›
last »

Page break by AutoPager. Page( 105 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

675 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Cache Disable
By dmitrig01 on the 20th of February, 2008

Small module that disables all caches while enabled.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-21
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-21
notes for 5.x

Find out more · Bugs and feature requests

SimpleFeed
By m3avrck on the 10th of February, 2007

SimpleFeed will soon be abandoned and all efforts put into:


http://drupal.org/project/feeds

This module will be discontinued in Jan 2010.

I will be writing an upgrade/migration path (since I use this module on all of my


sites) along with writing a new Google Feed API parser for Feeds module.

SimpleFeed - feed parsing the easy way :-)

Features

uses SimplePie as the default feed parsing engine


very simple and fast: everything is a node, use hook_nodeapi() to
manipulate anything you want
feed & feed items obey default node workflow + options (e.g., set if feed
items should be published by default)
auto-taxonomy, automatically add categories in feeds to Drupal's taxonomy

676 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

system
revisions support for both feeds & feed items
automatically delete feed items after a certain amount of time
automatically generate feed item titles if they don't exist in the feed
optionally expire specific feed items by editing their expiration time
edit any feed or feed item that comes in
manually insert feed items into feeds
customizable default input format for imported feeds (e.g., which tags to
strip from feeds, if any)
postgres support

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-15
notes snapshot
Download · Release Recommended
5.x-3.1 2008-Oct-08
notes for 5.x

Find out more · Bugs and feature requests

http:BL
By praseodym on the 30th of April, 2007

Implementation of http:BL for Drupal. http:BL can prevent email address


harvesters and comment spammers from visiting your site by using a centralized
DNS blacklist. It requires a free Project Honey Pot membership. This module
provides efficient blacklist lookups and blocks malicious visitors effectively.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-18
notes snapshot
Download · Release Recommended
5.x-2.2 2009-Sep-12
notes for 5.x

Find out more · Bugs and feature requests

OAuth

677 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By brmassa on the 31st of March, 2008

OAuth is a complete standard for external API


authentication. You might integrate your Drupal
site with external data from Google, Flickr,
Twitter, Ma.gnolia, Yahoo and other Drupal sites
that uses Web Services module. Also you can also
let other sites use your site's data, by using Web
Services module and OAuth as the authentication
method for security.

Imagine that OpenID is like your car key: you have


to be at the website to log in. OAuth is like a valet
key: you can hand to a website to operate on your behalf, even when you're not
there.

Never give your username and password to other sites again!

Version Date Links Status


Download · Release Recommended
6.x-2.02 2009-May-29
notes for 6.x

Find out more · Bugs and feature requests

SOAP Client
By ilo on the 5th of June, 2008

SOAP Client provide a wrapper and simple unified API to the NuSOAP and PHP5
SOAP extension and allow the other modules to access SOAP-based web services
on any servers on the internet.

Note:
Soap Client module no longer includes nuSOAP library in the CVS or package. If
you need nuSOAP support, you will have to download from an external site. This
version is tested and working, and is the only I'm aware of being maintained, so
don't forget to download nuSOAP if you don't have PHP SOAP extension available
or your project requires this library. Extract the lib folder in sites/all/plugins or
sites/all/libraries or inside the soapclient module folder. You will be able to
configure the location of the nuSOAP library under the settings section of the soap
client module.

The API is including:

soapclient_get_libname() - return the currently used SOAP library.


soapclient_init_client($endpoint, $use_wsdl, $options = array()) - Initialise
the SOAP client.

When soapclient_init_client() is called, it will return an instance of

678 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

DrupalSoapClient object which is the wrapper class to the SOAP client. The
DrupalSoapClient provides 2 major functionalities:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Jun-12
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Feb-14
notes snapshot

Find out more · Bugs and feature requests

Embed widgets
By jtsnow on the 1st of May, 2008

Embed widgets allows content such as pages,


blocks, views, and nodes from your Drupal site
to be embedded in external sites (including
non-Drupal ones). Widgets can be embedded in
the following formats:

iFrame: Allows widgets to be embedded in


any website that allows <script> tags.
Google Gadgets: Allows widgets to be
embedded in any web page, iGoogle, and OpenSocial containers.
Facebook FBML: Allows widgets to be embedded in Facebook applications,
but not profiles.

The first alpha release of Embed Widgets 2 was recently posted. It is not yet
recommended that you upgrade from previous versions as there is no upgrade
path, but feel free to test it out and play with it. Not recommended for production
sites.

Embed Widgets 6.x-1.0 requires the following modules:

Tabs
Color Scheme API

Embed Widgets is being developed by John Snow. See further information on this
page: http://groups.drupal.org/node/10984.

Development sponsored by Trellon.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jan-15
notes for 6.x

679 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Live Translation
By brmassa on the 16th of April, 2009

Automatically update your site translations!

Version Date Links Status


Download · Release Recommended
6.x-1.03 2009-Jun-07
notes for 6.x

Find out more · Bugs and feature requests

Asset
By wmostrey on the 7th of May, 2007

The asset module provides an intuitive method of managing any type of media or
even generic files. An asset is any type of file that has been uploaded in the asset
wizard: images, audio, youtube videos, flash movies, text documents, pdfs,...
Permissions can be set to both assets and directories, making them publicly
available to anyone, to specific roles or just to yourself.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-21
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Nov-20
notes for 5.x

Find out more · Bugs and feature requests

GMap Blocks
By skilip on the 6th of July, 2009

This module enables administrators to create blocks containing a Google Map. Each
map is highly configurable and can contain multiple locations which are created
separately and are therefore reusable in multiple blocks. A location is created by
just adding an address, and per location administrators can specify whether or not
a marker should be created, if an info window should be used and if a directions
form should be used. It is also possible to upload a custom marker icon image.

Other modules can hook in to the settings object passed to javascript using
hook_gmap_blocks(&$block);

This module uses the GMap API version 3 which is exponentially faster than it's

680 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

predecessor. Version 3 also doesn't require an API key.

Due to limitations of the API, not more 10 locations can be loaded on each map
without using an API key. If you wish to add more locations, an API key is
compulsory.

GMaps Block is co-maintained by Sutharsan

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Sep-08
notes for 6.x

Find out more · Bugs and feature requests

Block Title Link


By ngmaloney on the 24th of August, 2009

Have you ever needed to make a block title a link? This module makes it easy.
Block Title Link creates a link field on the Block Admin page. It works by creating a
new template variable in the $block object called $block->title_link. To display it,
one would add code to the block.tpl.php for outputting the $block->title_link
variable.

The module contains an example block.tpl.php that can be added to a theme.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-11
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 101 102 103 104 105 106 107 108 109 … next ›
last »

Page break by AutoPager. Page( 106 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

681 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CSS
By fax8 on the 20th of November, 2005

The CSS module adds, for users with enough permissions and enabled nodes, a
CSS field on the node creation page.

Users might insert CSS rules in the CSS node field and those rules will be parsed
on the node viewing.
This way CSS experienced users might create complex CSS based design for nodes
contents.

IMPORTANT: note that the CSS editing permissions should be given only to
trusted users (administrators). Malicious users which have this permission might
broke your site design and also introduce security issues (XSS).

Maintainers

Fabio Varesano
Eric Pruett

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Dec-26
notes for 6.x
Download · Release Recommended
5.x-1.0-rc1 2008-Dec-26
notes for 5.x

Find out more · Bugs and feature requests

LiveJournal CrossPoster
By valthebald on the 19th of October, 2006

This module allows you or your users to automatically crosspost entries to a


LiveJournal account. It is based upon the excellent work of Evan Broder who wrote
a WordPress plugin of the same name.

About the Developers


This module is maintained by Valery "valthebald" Lourie. Feel free to contact me.

Also maintained by Agileware Pty Ltd, http://www.agileware.net. Please contact us

682 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

if you require a Drupal theme, custom Drupal module development, Drupal


systems integration or have a complex Drupal project. We love Drupal!

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Jan-20
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Nov-19
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Jan-06
notes for 4.7.x

Find out more · Bugs and feature requests

Quickmenu
By suydam on the 11th of December, 2007

Quickmenu makes deploying drop-down menus (used in navigation as "Quick


Links") easy. The user is presented with a list of all root menus, picks which ones
should be available as "Quick Menus" and then a block for each corresponding
menu is added to Drupal.

In addition, a node/edit fieldset allows for easy menu item creation in the quick
menus.

This project is a joint effort between Brian Miller (Linkedin profile) and
Mustardseed Media, with help from Chris Elston.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jan-26
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Aug-12
notes for 5.x

Find out more · Bugs and feature requests

Permissions Lock
By svendecabooter on the 17th of January, 2009

Description
This module provides the ability to have more fine-grained control over what users
with the permission 'administer permissions' can configure. You can decide which
user roles will see a limited permissions table at admin/user/permissions, and who
has unrestricted access to it. The modules allows you to lock certain permissions
and / or certain roles. This means that these permissions / roles will not be

683 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

available for configuration to a user with limited permission configuration rights.

This module could be useful if you want to allow a client to control website
permissions for relatively harmless things like posting comments, creating content,
administering taxonomy etc..., but you don't want the client to have the
opportunity to change permissions for things like Views, content types, themes, ...

Features
Remove a configurable set of permissions/roles in the permissions
administration table for users in roles that you want to give the 'administer
permissions' permission, but don't trust completely with that power.
Integrates with User Permissions module
Provides a hook_permissions_lock() to define locked permissions / role from
within your (custom) module. This makes it easier to deploy / repeat
permissions_lock module settings

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-07
notes for 6.x

Find out more · Bugs and feature requests

Jquery UI Dialog
By EugenMayer on the 22nd of January, 2010

In Short
If you are not a developer or asked to
install this module as a dependency,
you most probably wont have any use
for it. This modul enables you to use
jquery ui dialog in Drupal.

Features yet implemented


It enables you to use JQuery UI Dialog library. It also automatically creates
an iframe inside the dialog you dont need to care about. This enables you
loading normal Drupal pages inside (like FAPI stuff)
Exports a simple API to open/close dialogs
While you can use the api jquery_ui_dialog, or you can also use the
JQuery UI Dialog API directly your own way, using the full power of
JQuery UI Dialog(well jquery_ui_dialog does not limit it, but makes
some assumptions). This is one of the main differences to modalframe
You can also use the JQuery UI Dialog buttons to control the window
Integrate with the the JQuery UI theme. You can use your own special theme
only for the dialog using the namespace, please refer to the docs

684 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Supports autoresizing and positioning


Supports loading the IFrame content using POST+Data

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Deployment
By heyrocker on the 5th of March, 2008

NOTE: Deploy is under active


development. API and/or UI changes
can and almost certainly will happen.
Deploy for Drupal 7 will likely be a very extensive rewrite, due to the large scale
changes surrounding DB:TNG and Fields in Core. I am interested in sponsors for
this work, if you are interested please get in touch via my contact form.

The deployment framework is a series of modules which are designed to allow


developers to easily stage Drupal data from one site to another. This includes
content (nodes, taxonomy, users, etc.) as well as configuration (views, content
types, system settings, etc.). Not only can it push new content, it can also push
updates to existing content. Deploy automatically manages dependencies between
nodes (IE nodereferences) as well as between other objects. It is designed to have
a rich API which can be easily extended to be used in a variety of situations. Check
out the screencast for a demo!

Please read the installation and usage documentation before using the Deployment
module. There are a lot of moving parts and while its not "hard" to setup, there
are a several steps to go through. There will be an installation and configuration
screencast soon!

Deploy makes extensive use of the Services module for communicating with
remote sites. Deploy will only work with the most current 2.x-dev release of
Services.

The module's current -dev release is a preview that can deploy and update
taxonomy terms, taxonomy vocabularies, nodes, files attached with
imagefield/filefield, and comments. Node deployment includes dependencies such
as nodereferenced nodes, taxonomy, files and users.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-12
notes snapshot

Find out more · Bugs and feature requests

685 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Markdown with SmartyPants


By moshe weitzman on the 7th of August, 2004

The Markdown with SmartyPants module allows you to enter content using
Markdown, a simple, plain text syntax that is filtered into valid XHTML, and will
automatically convert plain ASCII characters to their proper Unicode entities in
context ("curly quotes," et al.) using SmartyPants.

The Markdown module and Tipogrify module are the continuations of this
module, and will evolve further. It is suggested that you migrate to these
going forward.

If you use the GeSHI filter for code syntax highlighting, rearrange these filters
after that one.

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-Feb-21
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

XMPP Framework
By darren.ferguson on the 29th of August, 2008

XMPP Framework is a holder that provides xmpp functionality to Drupal.

The main framework provides functions that allow the user too do xmpp actions
and send and retrieve information depending on the function called.

XMPP Framework currently utilizes two transport layers, one is pure xmpp using
the XMPPHP library and the other is an xmlrpc transport that is attached purely to
the xmlrpc interface of the ejabberd server.

The other contrib modules supported are listed below with small descriptions:

XMPP_User: provides user correlation between xmpp users and drupal users in
the system.

XMPP_Client: provides a thin client XWChat for drupal so you can use that
instead of a thick client like Adium or pidgin.

XMPP Relationships: provides the ability to build relationships with users in your
xmpp roster on the server via relationships you create in drupal using the user
relationships module.

686 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

XMPP Messaging: dropped in the 6.2 release and is now messaging_xmpp in the
messaging framework

XMPP NODE MUC: provides the ability to associate multi user chat rooms on your
xmpp server with nodes on the drupal platform. This module allows you to
associate permanent mucs which are always available or temporary mucs which
are destroyed when the last person leaves the room.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Sep-25
notes for 6.x

Find out more · Bugs and feature requests

jQuery Map Hilight


By WorldFallz on the 25th of March, 2008

Description
jQuery Map Hilight is a javascript
wrapper module for the jquery Map
Hilight plugin (separate download from
http://plugins.jquery.com) by David
Lynch (like the director, but not). It
enables the simple addition of
mouseover highlighting of hotspots to
HTML image maps without requiring the
editing of theme files or knowledge of javascript/jquery.

Features

1. provides simple interactive graphics via HTML image maps (no flash
required).
2. easy to use: either select the 'highlight all image maps' default setting or
simply add class="jq_maphilight" to the <img> tag of any specific image
map you wish to highlight.
3. no jquery or javascript knowledge required: plugin configuration is handled
via an admin/settings screen rather than having to enter jquery code.
4. fully configurable: options for fill, fill color, fill opacity, outline, outline color,
outline opacity, outline thickness, as well as a fade effect.
5. per image map settings: add image map specific options with an additional
class.

Version Date Links Status

687 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Oct-12
notes snapshot

Find out more · Bugs and feature requests

File Force
By Abandoned Projects on the 1st of June, 2008

When a site visitor requests a file, File Force can force the user's web browser to
download the file to disk instead of displaying it in the browser window.

Web browsers today are pre-configured to display various types of media when
accessed directly, such as text files, various image, video and audio formats, PDF
documents, and Flash movies. After this happens, it's typically possible for a visitor
to save the file to their hard drive using their browser's File menu and/or the
item's contextual menu ("right-clicking"); however, novice computer users may
not be aware of this, or perhaps you would prefer that visitors view the media in a
non-browser application - or maybe you just want to make sure that visitors will
attain a copy of the file for themselves so they don't have to re-visit the site to
access it again. File Force solves this problem by offering files with certain HTTP
headers which cause the web browser to download the file to the user's disk
instead of displaying it in a browser window.

Please note that File Force offers an easy solution to this problem, but it (or any
other solution which requires a scripting language) is not recommended for
high-traffic sites and/or sites that need to offer rather large files. Solutions which
rely solely on the configuration of the web server should be implemented instead.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-11
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 102 103 104 105 106 107 108 109 110 … next ›
last »

Page break by AutoPager. Page( 107 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

688 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC Discount Framework
By Island Usurper on the 17th of February, 2009

This is a discount framework for the Ubercart modules. It uses the Conditional
Actions module to provide hooks that other modules may use to add different
kinds of discounts when user-configurable conditions have been met.

The goal of this module is to consolidate all of the work done in the several other
discounts modules that have been published, or to provide a way for them to
interact in a unified way. The aim is extensibility and interoperability.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-22
notes snapshot

Find out more · Bugs and feature requests

Wysiwyg API CCK Integration


By effulgentsia on the 4th of May, 2009

If you're using the Wysiwyg API module for a CCK text field, and you have the
"number of values" for that text field set to unlimited, you may be encountering
some problems:

1. When you use drag-and-drop to re-order the items, and the row you're dragging
has the editor enabled, you may encounter problems depending on the editor you
use. For example, with tinymce, you lose data. With fckeditor, you get slow and
annoying refreshes.

2. When you click "Add another item", you lose data typed into the other items'
enabled editors since the node was last saved or the editors were last disabled.

This module attempts to fix both problems. It is designed to work with the 6.x-2.0
version of the Wysiwyg API module, and has not been tested with either the 1.x or
3.x versions of Wysiwyg API. I hope that this module is short-lived and that the
corresponding fixes get rolled into the Wysiwyg API module. However, I'm making
it available in the meantime as its own module, so that anyone needing this

689 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

functionality now can make use of it.

One challenge with getting this rolled into the Wysiwyg API module is that this
module currently has a dependency on 3 other modules, because for the fixes in
this module to work, some limitations within core drupal need to be overcome. The
dependencies are:

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-12
notes for 6.x

Find out more · Bugs and feature requests

PHPIDS
By Gos77 on the 10th of July, 2007

#D7CX: The goal is to deprecate this module on the day that Drupal 7 is released.
Please review the new PHPIDS module branch there to help us achieve this goal.

PHPIDS module adds a security layer based on http://www.php-ids.org and is


interesting if you want to know how and when (anonymous) users try to break
your site by logging their attacks. It can send a mail and/or redirect the
(anonymous) user to a warning page after a certain level of impact has been
reached. On the settings page you can choose what you want to do with
anonymous and authenticated users (ignore, log, log & action).

Installation instructions are in the README.txt included in all releases. Please


check phpids settings and status report after installing or upgrading phpids module

Requirements
PHP 5.1.6 or higher (better 5.2.x)
PHPIDS package from http://www.php-ids.org

Tested PHPIDS versions


PHPIDS 0.6.3.1 (since 6.x-1.10)
PHPIDS 0.6.2
PHPIDS 0.6.1.1
PHPIDS 0.6
PHPIDS 0.5.4 (very old)

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-05
notes snapshot
Download · Release Recommended
6.x-1.10 2009-Nov-18
notes for 6.x

690 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-2.0 2008-Mar-22
notes for 5.x

Find out more · Bugs and feature requests

Auto Time Zone


By LukeLast on the 25th of October, 2005

This module automatically updates the time zone setting on users' accounts. This
is accomplished by using JavaScript on the client machine to send the data back to
the server. The benefit is that users don't have to manually update their time zone
in their profile.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-20
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Sep-20
notes for 5.x
4.7.x- Download · Release Development
2007-Apr-10
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Ubercart Option Images


By tjholowaychuk on the 1st of April, 2008

Now maintained by pillarsdotnet.

Features
The uc_option_image module provides the following features to Ubercart:

Upload images per attribute option


Toggles images via JavaScript without page refresh
Implements imagecache functionality
'Preloads' images

Requirements
imagecache module

Screencast
Click to view the Ubercart Option Image Screencast.

691 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Troubleshooting
Visit admin/store/settings/attributes for configuration. If you are having troubles
displaying or switching images consult README.txt for theme help.

Development by vision media

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Apr-21
notes for 6.x
Download · Release Recommended
5.x-1.0-3 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

Menu Node Views


By agentrickard on the 22nd of June, 2009

The Menu Node Views module provides Views integration for nodes assigned to the
menu system. This module is in alpha development.

Dependencies

Use of the module requires that you download and install the Menu Node API.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-05
notes snapshot

Find out more · Bugs and feature requests

GTranslate
By edo888 on the 27th of November, 2009

This module uses Google power to translate your


web page. With 52 available languages your site will
be available to more than 98% of internet users.
Visit http://edo.webmaster.am/gtranslate for Pro version.

Hides "Suggest better translation" pop-up


Hides Google top frame after translation
Mouse over effect
Flags combined in one file to load faster
Option to open translated page in new window

692 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Option to translate the page on fly


Available styles Dropdown/Flags/flags with dropdown
Valid XHTML

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Storage API
By jbrown on the 11th of February, 2009

Storage API is a framework for enterprise-level file storage and serving /


streaming.

It has the following features:

Pluggable architecture - it can be extended to work with any CDN.


Redundancy - it can be configured to store your files in multiple CDNs and
instantaneously change which one is serving. This means your site will not be
brought down by a CDN having problems.
Access control API - can be used for e-commerce.
Deduplication - when files that are identical are stored in the same container,
only one instance will be created. This saves bandwidth and storage.
Aggressive client side caching - the browser is instructed to keep files fresh in
its cache, without ever checking if they have been updated. This is possible
because Storage API will never reuse a URL.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-07
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Dec-29
notes for 6.x

Find out more · Bugs and feature requests

Serial Field
By kirsh on the 2nd of October, 2009

This module provides an auto increment (serial) CCK field.

Unlike Drupal built in auto increment node id, which is global and shared by nodes
of all types - serial fields are managed per node type. For example, a serial field of

693 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

an Invoice node type will generate a unique sequential number (starting at 1, then
2, etc.) dedicated for Invoice nodes.

Allocation of serial numbers by this module is atomic, which means that serial
values are unique even when multiple nodes are created simultaneously.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Oct-24
notes for 6.x

Find out more · Bugs and feature requests

Seven Up
By jrglasgow on the 22nd of April, 2009

At Tribute Media we have decided that


with IE 8 now out of beta we are going
to stop supporting IE 6 in our themes
starting in May.

For those of our customers who prefer


to warn their site visitors that they are
running an out of date browser we
decided to incorporate sevenup, a
JavaScript program written by Jonathan
Howard of Supernova Graphics. I will try to keep the version number of this
module reflecting the version number of Jonathan's script that it includes.

Options
An admin settings page is provided to configure the script's options.

Deny the user access to the site without upgrading


Allow the user a chance to set a cookie to never be bugged again "Quit
Bugging Me"
Option to change colors
Option to direct the use to either download a newer version of IE or Firefox
option to show on all browsers for testing purposes

Version Date Links Status


Download · Release Recommended
6.x-0.3 2009-May-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 103 104 105 106 107 108 109 110 111 … next ›
last »

694 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 108 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Extractor
By alex_b on the 4th of December, 2009

Simple term extraction API.

Extract terms from any body of text and use them as taxonomy on nodes or
otherwise. This technique is sometimes referred to as auto tagging. Extractor relies
on a predifined list of terms defined in a vocabulary that it looks up in a given body
of text.

See extractor in action in Managing News

Usage

With Feeds module:

Install all Feeds modules and Extractor


Edit a feeds configuration, pick either "Common syndication parser with term
extraction" or "SimplePie parser with term extraction".
Go to "Mapping" settings of the processor and pick "Extracted term names"
or "Extracted term tids" from the source drop down and map it to any target
that handles arrays (e. g. taxonomy).

As API

<?php
$terms = extractor_extract($text);
?>

Similar Modules

695 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Auto Categorise

Synonym support.
Node based.

Auto tag

Fixed list of terms lookup like Extractor.


Node based.

Auto tagging

Leverages third party services.


Node based.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Mar-01
alpha2 notes for 6.x

Find out more · Bugs and feature requests

SWFUpload
By Rob Loach on the 12th of July, 2007

This module replaces the upload form


with SWFUpload and handles the
upload through javascript/flash. It
depends on the core upload module and
degrades gracefully to a normal HTML
upload form if Flash or JavaScript is
unavailable.

One of the goals of this project will be to enable large file uploads. The
theoretical maximum on most systems will be 2GB. One of the design goals will be
to have this work with systems that need large file sizes, e.g. large raw video files
to input into Media Mover workflows

ATTENTION:

As from the 6.x-2 branch, this module will not replace Drupal's upload form
element anymore. Instead the module is providing a CCK widget for FileField.

Check the manual minus has written.

Thanks to Nathan Haug for helping us out, and Morten Nielsen for making a
donation and writing a manual.

696 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-30
notes snapshot
Download · Release Recommended
5.x-1.1 2007-Sep-12
notes for 5.x

Find out more · Bugs and feature requests

User mailman register


By samuelet on the 26th of November, 2007

This is a module for mailman


subscribing which extends the Mailman
manager module features.
The main feature is that, instead of
sending user commands in mail format
as Mailman Manager does, it sends url
requests directly to the mailman web
interface where admins manage lists
members.
The result is a mailman integration into your drupal site.
Some of its features are:

Immediate and completely invisible to the end-user.


Correctly syncronized with the mailman server.
Lists permissions.
Display subscriptions in the registration form of new user.
Anonymous user subscription (or invitation).
Subscribe/unsubscribe users depending on their current role.
Choose what subscription types are available for every list.
Integration of notify and invite mailman options for new subscriptions.
Retrive the user mail address realname from Profile fields.
Optionally, set a subscription as required.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Jan-29
notes for 6.x
Download · Release Recommended
5.x-2.2 2010-Jan-29
notes for 5.x

Find out more · Bugs and feature requests

Grid Select

697 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By hadsie on the 21st of August, 2009

The gridselect module adds a new form type that displays content in a similar way
to facebook friend pages (specifically the pages you see when inviting friends to
events). It's fairly simple with no configuration necessary.

This module provides a new widget for the user relationships module in CCK
andcan also be used in forms by other modules. It requires javascript on the client
side to work correctly. With no javascript it will fallback to a multi-select field.

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2010-Jan-09
notes snapshot

Find out more · Bugs and feature requests

Curlypage
By manfer on the 16th of November, 2009

#D7CX: I pledge that Curlypage will have


a full Drupal 7 release on the day that
Drupal 7 is released.

Curlypage is a cross browser, html strict


code implementation of the pagepeel
effect, "magic corner" type banner. With
this module you can add those ads to your
website.

Features:

Show curlypages on any corner of your pages.


Include as many curlypages as you want on your website.
Include up to four curlypages on same page (one on each corner).
Use CSS position model absolute or fixed. Absolute is only available for top
curlypages.
Custom peel sizes.
Custom styles (you can choose 3 different styles).
Configurable images to show when the ad is closed and opened. Supported
formats (static GIF, JPG, PNG, SWF).
SWF files support. You can upload an SWF file to use on peel. Only on open
ad interactive SWF files are supported.
Show a wait icon while curlypage is loading.
Mirror images on peel.
Transition on load.

698 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Configurable peel colors.


Peel color style, flat or gradient.
Sound effects.
Configurable link for ad.
Configurable speeds.
Automatic open and close features.
Close button.
Control visibility of each curlypage in a block visibility style.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Mar-11
notes snapshot
Download · Release Recommended
6.x-2.3 2010-Jan-05
notes for 6.x
Download · Release Recommended
5.x-2.3 2010-Jan-05
notes for 5.x

Find out more · Bugs and feature requests

Diaporama
By GoZ on the 25th of April, 2008

English :
Diaporama module allows you to
manage images on flash slideshow.
The module uses a friendly flash image
player : dewslider.

This module uses 3 others modules :

image
image_gallery (integrated in image module)
taxonomy

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2009-Mar-23
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

699 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

User Points User Picture


By fred0 on the 8th of March, 2009

User Points User Picture awards points for adding a user picture to one's profile. It
requires the User Points module and profile picture support to be enabled. The
number of points and category are defined in the User Points settings.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Price Per Role


By longwave on the 17th of July, 2009

This module allows you to enter different sale prices per product for different roles
in an Ubercart store.

Install and enable the module as normal. In the store configuration menu there will
be a new "Price per role settings" page, here you can select the roles for individual
pricing and set a priority order for the prices. After setting this up, the new price
entry fields will be available from the product edit pages. When viewing or adding
a product to the cart, if a role-specific price is available and the user has that role,
that price will be used. If no prices are available that match the user's role, the
standard product sell price will be used.

The 5.x-1.1 and 6.x-1.x-dev releases also support per-role pricing of attribute
options and provide a block for administrators to select their pricing role, useful
when testing or if you receive queries and need to check your different price levels
without logging in and out of different accounts.

Credits
Developed by Longwave Consulting, sponsored by 3xLOGIC.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-23
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Sep-18
notes for 5.x

Find out more · Bugs and feature requests

Cleaner

700 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By NancyDru on the 4th of September, 2009

The Cleaner module allows the admin to set a schedule for clearing caches,
watchdog, and old sessions.

There are functions in Drupal which will cause "expired" entries in some cache
tables to be deleted. This is vastly improved in Drupal 6.
"Minimum_cache_lifetime" is a partial solution, but still not totally complete.

There are still times and/or cache tables that don't get cleared in any of those
scenarios. Many sites will not be impacted by this, but a few will (just search on
drupal.org and you will see many posts from people having problems).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-04
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Sep-04
notes for 5.x

Find out more · Bugs and feature requests

Forum Thread
By jbrauer on the 20th of January, 2008

An implementation of a threaded forum view


where pages show forum topic and comment
titles in a threaded view with many forum
topics on a single page. The module also adds
two blocks that offer threaded display of the
new and active forum topics.

The comment folding portions of this module


depend on the following things being true:

1. Comments are set to expanded threaded


2. Within the structure of the comment there are several divs or objects at the
same level. For example:
<div class="comment-title"><h5><a href="....">My comment Title</a>
</h5></div>
<div class="comment-body">Comment Body</div>
<div class="comment-extra-stuff">Extra comment stuff</div>
<div class="even-more-comment-stuff">Whatever this might be</div>

3. In Administer >> Content >> Forum Thread you must set the CSS selector
for your comment titles. ("div.comment-title" in the example above).
4. There is an optional setting within Forum Thread to allow you to exclude the
first match for the CSS Selector from folding. This is necessary if your forum
node title shares the same selector and you don't want it to fold.

701 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Compatibility
This module is incompatible with the Organic Groups Forum module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Aug-05
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 104 105 106 107 108 109 110 111 112 … next ›
last »

Page break by AutoPager. Page( 109 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Markdown Editor for BUEditor


By solipsist on the 4th of December, 2008

Markdown Editor is a plug-in editor for


BUEditor and provides a toolbar and
dialogs for creating and editing
Markdown and Markdown Extra
markup.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-07
notes for 6.x
Download · Release Recommended
5.x-1.0-beta3 2009-Feb-01
notes for 5.x

702 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Theme Settings
By JohnAlbin on the 8th of April, 2007

Embarrassed that the teaser for your custom Podcast content says “Read more”?
Want to add some punch to the puny “Add a new comment” link? Change them
with the Theme Settings module. “Listen now!” “Speak out!”

This module requires the Theme Settings API module.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Aug-03
notes snapshot
Download · Release Recommended
5.x-1.5 2007-Jun-15
notes for 5.x

Find out more · Bugs and feature requests

BackReference
By jcfiala on the 19th of August, 2009

Backreference Module provides a nodeapi interface to maintain 1-1 relationships


between all shared instances of a nodereference field. This means that given a field
instance of field_reference1, if you add a reference to NodeBeta to NodeAlpha's
field_reference1 and NodeBeta has an instance of field_reference1, then
NodeAlpha will be added to NodeBeta's instance of field_reference1.

There are other similar modules out there that do similar work, such as
NodeReferrer and Node Relationships. In their cases they use views or similar
queries to query for the nodes that are pointing to module B, where BR writes to a
CCK Nodereference field. This has some advantages:

Where other modules allow you to link A->B and then display the nodes
linking to B on B's node page, this module writes A->B and B->A, which
means that if another module needs to know about B->A it will see the data
there, where others would need to know how to read further information.
The cardinality of B to A is enforced - if your B module is only supposed to
have one link to another node, Backreference will go with that where other
modules may not.
The link is symmetrical - you can go into A to link it to B, or go into B to link
it to A.

Version Date Links Status

703 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-20
notes for 6.x

Find out more · Bugs and feature requests

Synonyms
By bojanz on the 2nd of June, 2007

Synonyms is a small module that makes it possible to search for taxonomy term
synonyms via the built-in search module.

Also, it makes it possible to find a node through the parents of any term that the
node is tagged with, as well as the parents' synonyms.

Here's the thread that started it all: http://drupal.org/node/83027

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-03
notes for 5.x

Find out more · Bugs and feature requests

Listhandler
By philipnet on the 28th of September, 2003

Listhandler is a module that marries mailing list discussions and Drupal forums.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-14
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

Single sign on
By meba on the 6th of October, 2003

This module enables 'single sign on' between multiple web sites that share
common user tables (see http://drupal.org/node/2622#advanced).

704 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Single sign on means that if you are logged onto the master site, you will
automatically be logged into any slave site that you visit.

SSO needs at least two Drupal sites running in order to use it (even if you are
using Domain Access module!). One is called Controller, second (third and
others) are called Clients. See README for more information about setting this
up.

Please note:

This module is still in it's very early stages. It works, it's secure and it's
stable but it has problems with things like user registrations (i recommend
pointing registration links to Controller site)

Authors: Steven Wittens and Michael Holly for Strutta Media Inc.
http://www.strutta.com/

Adopted, slightly changed and released by Jakub Suchy for Dynamite Heads
http://www.dynamiteheads.com

Loosely based on Shared Sign-on module by Daniel Convissor, Tim Nelson

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Sep-30
notes for 6.x
Download · Release Recommended
5.x-1.0-rc1 2009-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

Views random seed


By swentel on the 7th of March, 2009

#D7CX: I pledge that Views random


seed will have a full Drupal 7 release on
the day that Drupal 7 is released.

Adds a random order handler with


seed. If a constant integer argument N
is specified in the sql RAND() function,
it is used as the seed value, which
produces a repeatable sequence of
column values. This makes it possible to have paging and not having items show
up twice.

More info:
- MySQL: http://dev.mysql.com/doc/refman/5.0/en/mathematical-

705 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

functions.html#funct... about RAND() and the optional integer argument.


- PostgreSQL: http://www.postgresql.org/docs/current/interactive/functions-
math.html about RANDOM() and the 'select setseed' function.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-22
notes snapshot
Download · Release Recommended
6.x-1.2 2010-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

Webserver authentication
By boilermaker.jb1 on the 28th of October, 2003

Admins can now enable access control their drupal directory via their webserver
(e.g. http auth, NTLM, .htaccess) and with this module, Drupal honor's the web
server's authentication. That means that your users don't maintain separate
passwords for Drupal, and that terminated users automatically become
inaccessible in Drupal. If you are running an LDAP server, or Microsoft Active
Directory, use UNIX authentication, this is likely a good module for you.

Version Date Links Status


Download · Release Development
HEAD 2008-Jul-18
notes snapshot
Download · Release Recommended
6.x-1.0 2008-Aug-07
notes for 6.x
Download · Release Recommended
5.x-0.0 2008-Jul-17
notes for 5.x

Find out more · Bugs and feature requests

Tagging
By EugenMayer on the 2nd of December, 2009

Features yet implemented


You get tag suggestions based
on your current content!*
Adding a suggestion using one-click
Tagging using a 'nicer' and easier visual interface.
Generating suggestions using OpenCalais and extractor
No comma-seperated lists anymore!

706 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Using mouse to one-click-remove assigned tags.


Supports several tagging-vocabularies on one node-edit form
Use the simple suggestion-API or the alter methods to add new suggestions
Theme the whole output
Reuse the form-element 'tagging_widget'

New: OpenCalais support

You can see how the plugin works - just look into this video-podcast

Compatibility / Dependencies

Server Dependencies

none (optional extractor)

Client Browser Dependencies

- Javascript
- This plugin works in: IE6, IE7, IE8, FF(3.0.x - 3.5.x), Safari, Opera(9.63)

Installation
You need JQuery and taxonomy, which are both in the Drupal-Core. You can see
how to install and configure tagging looking on the video-podcast

1. Just activate the module and then create or edit a tag-Vocabulary.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Role Change Notify


By rfay on the 12th of November, 2008

Send an email to a user when a new role is added to their account. The message is
configurable with a number of tokens.

Updates 20 February 2010: There is now a D7 version, with tests and full
support of tokens and triggers.

Update 1 February 2010: The 6.x-2.0 version now has trigger support, so you
can send a tokenized email (with token actions module) when a role is added or
removed. You can now do anything you want when a role is added or removed, by
using triggers and actions. Token module is required to do anything useful.

707 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Translations
The Drupal 6 version has a German translation, thanks to vwegert.

#D7CX: I pledge that Role Change Notify will have a full Drupal 7 release on the
day that Drupal 7 is released.

Original development of the 5.x version was sponsored by sparkleshelf.com.

The author, rfay is a freelance Drupal developer and is available for module
development projects.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jul-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 105 106 107 108 109 110 111 112 113 … next ›
last »

Page break by AutoPager. Page( 110 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node permissions grid

708 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By joachim on the 10th of April, 2009

This gives an alternative way of


administering node-related permissions
which may be easier on sites with many
content types and roles.

For each role, a grid of permissions is


shown, where each row is a content
type (grouped by module) and each
column is an action ('create', 'edit own',
etc).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

Newsticker
By LouBabe on the 23rd of April, 2008

Simple scrolling Newsticker based on JQuery. Provides the ability to manage a set
of ticker items which consist of a title, optional link, and weight. Items are
integrated into your site through blocks and are cycled through based on their
weight. The transition effect and speed is configurable.

I felt there was room and need for a lightweight ticker with no reliance on nodes.

Note: as of version 6.x, the module uses the serialscroll plugin


(http://plugins.jquery.com/project/SerialScroll) rather than JCycle. This change
was made for better accessibility and performance.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-22
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Aug-13
notes for 5.x

Find out more · Bugs and feature requests

Google Maps Tools


By xmarket on the 19th of November, 2008

This project integrates the Google Maps API and Google Static Maps API. It makes
possible to add addresses and/or coordinates (points) to nodes through CCK fields,

709 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

display these geographical informations on node pages as text or interactive map


or static map and use them on GeoRSS feeds. The project provides style plugins
and row style plugins for views to build both interactive and static maps.

This project is an independent competitor for the Location and GMap pair (also
known as Mapadelic), and this is the successor of the Google Client Geocoder
project.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta3 2010-Feb-12
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Feb-24
notes for 5.x

Find out more · Bugs and feature requests

Signup Integration for Ubercart


By ezra-g on the 3rd of June, 2009

UC_Signup provides integration between


Signup.module and Ubercart, allowing users to
purchase signups for events.

Signup-enabled nodes are configured as Ubercart


products.

The customer can purchase signups for


herself and/or other people.

Example use cases:

- 1 User signs up for 1 or more events


- 1 User signs up 2 people for the same event
- 1 User signs up 4 people for 3 different events

If those people do not have accounts on the site, the customer is prompted to
create a new account for that person, entering any core user profile fields that are
enabled on the site. If there are matching user accounts for the email addresses
entered, then UC_Signup does not ask for their profile information.

See it in action in the UC_Signup screencast.

When the order is submitted, temporary signups are created to ensure that the
customer is only charged if space is available in the event(s). Once checkout is
complete, if the order balance is not cleared, the signups are cancelled. If the
balance is cleared, the signups are converted from temporary to final signups.
UC_Signup stores this distinction in the uc_signup_log database table.

710 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Sep-09
notes for 6.x

Find out more · Bugs and feature requests

ScrollText
By drupal-id.com on the 21st of November,
2007

ScrollText used for display text in


scrolling mode (marquee). The text come from certain node titles! You can take a
number of node titles from page or story or any node type.
Feature:

1. Select any node types


2. Scrolling speed, delay, width, height
3. Limit a number of titles
4. CSS using <div id="scrolltext">
5. Scroll direction: left, right, up, down
6. Scroll type: scroll, slide, bouncing

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jun-12
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jun-16
notes for 5.x

Find out more · Bugs and feature requests

Ping.fm
By Rob Loach on the 28th of June, 2008

Provides API integration with the Ping.fm


web service, which makes sharing posts on
other social networks easy. Ping.fm supports
posting to: Bebo, Blogger, Brightkite, Custom
URL (Drupal), Facebook, FriendFeed, hi5,
Identi.ca, Jaiku, LinkedIn, LiveJournal, Mashable, MySpace, Plaxo Pulse, Plurk,
Pownce, Rejaw, Tumblr, Twitter, WordPress.com, Xanga.

Features

711 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Announce new posts to Ping.fm


Create new nodes from Ping.fm (custom URL)
Post to Ping.fm from IRC (through Bot, demo)

Integration and API

Ping.fm Block (displays your latest Ping.fm status)


Uses the PHPingFM library by Dmitri ( pingfm_phpingfm() )
hook_pingfm_custom_url() is called when Ping.fm invokes the Custom URL.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-28
notes snapshot

Find out more · Bugs and feature requests

Views Galleria
By aries on the 18th of March, 2009

Display plugin for Views 2.

Features

Integration with FileField and Imagefield (required)


Integration with Views 2 (required)
Integration with Galleria

Similar modules

Galleria (same functionality but for attached images)


Views Carousel

Please keep in mind, the module is in the alpha stage.

Sponsored by KOBA Drupal Solutions. Developed by the Mindworks-Networking.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-15
notes snapshot

Find out more · Bugs and feature requests

712 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Whatever:hover
By nbz on the 29th of June, 2009

This module improves the :hover selector support in IE6 and 7. From the
whatever:hover site:

Most modern browsers support the :hover selector for any html
element. This is cool, because it enables you to, for instance,
apply a mouseover effect to table rows using only CSS. IE
however, has an erratic support for :hover at best, depending on
the particular version your visitor is using.

Whatever:hover is a small script that automatically patches


:hover, :active and :focus for IE6, IE7 and IE8 quirks, letting
you use them like you would in any other browser. Version 3
introduces ajax support, meaning that any html that gets
inserted into the document via javascript will also trigger :hover,
:active and :focus styles in IE.

The module uses the file from that site too.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-29
notes for 6.x

Find out more · Bugs and feature requests

FusionCharts
By aaron1234nz on the 26th of July, 2008

This module connects Drupal with the


FusionCharts Free package. FusionCharts
Free is a flash charting and graphing
component that can be used to render
data-driven & animated charts for your
web applications and presentations.

This module provides both a user interface


for creating charts as well as as an API for
developers to integrate with other
modules.

What's included in this module:

A content type with an graphical user interface for creating charts


A CCK field

713 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

An API that to create charts using SQL queries


An API that to create charts using an array of data
An API that allows for drill-down viewing of data (you can click on the bars to
fetch new data)
Examples of how this module can be integrated with other parts of Drupal

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

photos access
By eastcn on the 18th of September, 2008

album photos privacy control module,


can also be applied to other types of
content. Provided the following access
control nodes:

1) full confidentiality. Does not allow


anyone to view.
2) completely open, everyone can see
3) to allow only specific users to view
4) The need password for authentication

Also allows users to increase to achieve collaborative editing.

Guide:
1) download and activate modules.
2) go to http://mysite/admin/settings/privacy configuration module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Mar-06
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 106 107 108 109 110 111 112 113 114 … next ›
last »

Page break by AutoPager. Page( 111 ).

714 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Book Manager
By jgraham on the 31st of October, 2008

The Book Manager module allows users to create personal books.

Book Manager depends on the core Book module, and can be used alongside it,
which means a site can have some books that are personal and other books that
are not personal.

A personal book is one in which only the book owner may add pages. Book
Manager allows users to access the drag-and-drop outlining feature normally only
available to users with the administer book outlines rights. However, users without
administer book outlines rights will not be able to edit the node titles and will only
be able to outline their own personal books.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-12
notes for 6.x

Find out more · Bugs and feature requests

Ubercart pictured cart block

715 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Vetkhy on the 8th of April, 2009

Our pictured cart block provides some advantages in contrast with


standard Ubercart block.

Show product image (or default icon).


Vertical or horizontal ("large icons") orientation.
Sort by name, quantity or price.
User can decrease or increase quantity of product right in block
(and remove in vertical orientation).
Optional show item's description in vertical orientation (e.g.
selected attributes, content of product kit, etc).
Optional scrolling.
Items count in summary is number of icons, not sum of products quantity
(optional).

Dependencies:

Ubercart :)
ImageCache
ImageField

Our module recognizes "Restrict qty" product feature.

Ajax cart is not supported.

Warning!
As the original Ubercart block, advanced features are not supported if caching
enabled (only a message will shown).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-May-12
notes for 6.x

Find out more · Bugs and feature requests

Stock API
By matt westgate on the 23rd of October, 2005

This is a stock quote API module that provides other modules with a facility to
incorporate stock data in them.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-04
notes snapshot

716 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2008-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Session Limit
By deekayen on the 5th of March, 2006

Session Limit allows administrators to limit the number of simultaneous sessions


per user.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-10
notes for 6.x

Find out more · Bugs and feature requests

Migrate Extras
By frankcarey on the 5th of June, 2009

Migrate Extras is a package of modules that integrate the Migrate Module with
many of the non-core modules available for drupal, allowing you to import content
from other modules, older versions of drupal, or a non-drupal CMS.

Hear Awesome Lullabot Podcast: Migrate mentioned at 1h:19m

Current Features

Master Node Map Table - If you are importing more that one node content set,
then this is helpful because it will store all mappings to the master node map table,
which makes it easier to import things like comments and files in their own content
sets. You have to setup the relationship in tw if you want to use this with views.

Current Integrations / Submodules

All non-core-drupal integrations have been moved here as of 1/15/10. Make sure
you are using Migrate module version 6.x-1.0-beta4 or later, as it implements the
hook_migrate_api() needed for the integrations. All integrations are turned off by
default, except for CCK (content). To enable, go to the migrate settings tab.

Migrate Extras: Provides the integrations, plus:


option to use all core user fields
md5pass field: import pre-encrypted passwords.

717 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CCK
Content Profile
Email Registration
Filefield
Private Messages
Location module

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-10
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Views Type Block


By infojunkie on the 23rd of July, 2009

Views Type Block exposes block information


as a new entity type for Views and VBO
consumption. If, like me, you hate the D6
admin/build/blocks page, then this module is
for you!

QUICK HOW-TO
* Install Views, Views Bulk Operations (VBO)
and this module
* Navigate to admin/build/blocks2
* Enjoy!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-23
notes for 6.x

Find out more · Bugs and feature requests

Node Adoption
By Morbus Iff on the 11th of September, 2006

Node Adoption allows you to automatically reassign nodes created by a deleted


user to another user of your choice. Similarly, a form is provided to change
ownership of all nodes from one user to another at any time. Node Adoption was
originally maintained by Mark Dickson (ideaoforder) and sponsored by The Chicago
Technology Cooperative. As of Drupal 6.x, Node Adoption is maintained by Morbus
Iff.

718 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-May-24
notes for 5.x

Find out more · Bugs and feature requests

Booktree
By Uccio on the 10th of December, 2006

A simple tree presentation of one book.

What it does is to take as input a series of Book nodes and create a tree-like
structure using Book node relationships.

Usage of the module is quite simple and flexible, and options exist to set the root
node, the tree depth and to shorten long titles.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jul-05
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Nov-09
notes for 6.x
Download · Release Recommended
5.x-7.5 2009-Sep-14
notes for 5.x
Download · Release Recommended
4.7.x-2.5 2009-Jun-12
notes for 4.7.x

Find out more · Bugs and feature requests

Greybox
By Gurpartap Singh on the 24th of October, 2006

Greybox is a lot like the popular lightbox, but is used to display web sites on top of
your current page as a popup. It's lightweight and just 1.2 KB in size!

A demo(outdated) is available if you’re interested in seeing some examples of how


Greybox Redux works in general.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-04
notes for 6.x

719 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.3 2008-Dec-04
notes for 5.x

Find out more · Bugs and feature requests

Image cycle
By boombatower on the 29th of November,
2008

Integrates with Image module to allow


image galleries to be displayed as
sideshows using the jquery cycle
plugin. The module provides the ability
to set a different effect for each image
gallery along with any jquery
arguments or CSS.

This module was sponsored by Boombatower Development and Prometheus Labor


Communications.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-01
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-May-01
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 107 108 109 110 111 112 113 114 115 … next ›
last »

Page break by AutoPager. Page( 112 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

720 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Webform Validation
By svendecabooter on the 16th of November,
2009

Description:
This module adds an extra tab to each
webform node, allowing you to specify
validation rules for your webform
components.
You can create one or more of the
predefined validation rules, and select
which webform component(s) should be
validated against those.
By using the hooks provided by this module, you can also define your own
validation rules in your own modules.

The following validation rules are currently included:

Numeric values
Minimum length
Maximum length
Equal values on multiple fields
Unique values on multiple fields
Require at least one of two fields
Require at least one of several fields
Regular expression

If you have written your own validation rules, please add them as a patch to the
issue queue.

Compatibility:
This 6.x-1.0 release of this module is currently only compatible with Webform
6.x-2.x.
Compatibility with Webform 6.x-3.x is available in CVS head.

Author:
Sven Decabooter
The author can be contacted for paid customizations of this module as well as
Drupal consulting and development.

Version Date Links Status

721 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

E-Publish
By jerdiggity on the 12th of September, 2005

**Update: 25 Nov 2009**

This module helps organize a group of nodes into a publication, such as a


newspaper, magazine or newsletter. Each publication can have multiple editions.
Within each edition, the epublish module also makes it possible to organize content
by topic, similar to the way news websites such as the New York Times categorize
their content using topics such as "international," "national," "sports," etc.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jun-09
notes for 5.x

Find out more · Bugs and feature requests

UC Purchase Order
By rszrama on the 7th of May, 2008

The purchase order module adds an extra payment method for Ubercart
that allows customers on your site to check out using a PO number. You can
restrict access to which users are allowed to checkout by purchase order with an
access control permission called pay by purchase order. PO numbers are viewable
at checkout and on all the order screens, and they are editable by administrators
from the order edit screen.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-07
notes for 5.x

Find out more · Bugs and feature requests

Text Formatter

722 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ebrand on the 15th of June, 2009

The cck text formatter allows you to use a multiple-value text field and create the
following in cck text fields:

a comma separated list


a list separated with commas and an "and"
a list separated with commas an "and" and a period
an ordered list, and an unordered list

Instructions

Create a new content type or edit an existing one


Add a cck text field with multiple values
Save the Content type
Click "Manage fields"
Click "Display fields
There you can enable any of the formats in the Teaser and/or the Full node

This is a branch off of cck_formatters issue: http://drupal.org/node/331700. This


module split off of the cck_formatters module to ensure that cck_formatters did
not get too bloated. Cck_formatters no longer has a text formatter in the most
recently updated version of the module since it moved to this project.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

Osmobi: Make your Drupal site mobile


By twom on the 12th of May, 2009

Osmobi makes your site mobile in a matter of minutes.


This module is not standalone and needs the Osmobi
Mobile theme and a free subscription on
http://www.osmobi.com

The Osmobi service will optimize your site for mobile devices
using a flexible Mobile Template and the online Osmobi service.

Installation instructions

Go to http://www.osmobi.com and create an account


Create a new project

723 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Install and enable the Osmobiclient module and the Osmobi Mobile theme
There is no configuration of the module needed
Mobilize your site at Osmobi.com

Osmobi will take care of image resizing, mobile advertisement, mobile styling,
analytics, creating an iPhone webclip, ...

Credits

Osmobi is a service created by Siruna

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Virtual Sites
By fokke on the 18th of February, 2008

Virtual sites offers almost the same (and more) functionality as the Drupal
multi-site feature without the need for FTP or SSH. Depending on conditions (e.g.
requested url or user role) handeld by the Condition(s) module, you can override
theme, site information, menu's and more to virtually present the visitor with a
different website.

What it can do
Create virtual sites with different theme, site information, menu's etcetera.
No need for FTP or SSH, like with Drupal's multi-site feature.
Determine when to show what site based on (sub)domain, path, user role,
taxonomy or any other condition.
Add custom conditions by writing a plug-in for the condition module.
Add custom virtual site features by writing a plug-in.

Features a virtual site can have

Each virtual site can override (of your default Drupal site) the following settings:

Set the source for the primary links


Set the source for the secondary links
Set the default site language
Force a base URL (e.g. domain)
Add HTML, JS and CSS to the page template

724 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Apr-16
notes for 6.x

Find out more · Bugs and feature requests

Registration Language
By Kars-T on the 20th of February, 2009

This is a helper module to address


some problems in Drupals language
behaviour.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

Role Reference
By cYu on the 2nd of May, 2008

Adds a CCK field type for referencing user roles as a field in CCK content types.
Also has views integration.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-05
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-May-02
notes for 4.7.x

Find out more · Bugs and feature requests

Field Permissions

725 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 7th of October, 2009

The Field Permissions module is a


drop-in replacement for the Content
Permissions module shipped with CCK.

The key differences are:

It allows site administrators to set


field-level permissions to edit or
view CCK fields in any node, and
optionally (new feature compared to Content Permissions module), edit field
during node creation, and edit or view permissions for nodes owned by the
current user.
Permissions for each field are not created by default. Instead, administrators
can enable these permissions explicitly for the fields where this feature is
needed.

Additional features:

Field permissions overview.


Report to help troubleshoot the execution of content_access().

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-16
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Nov-14
notes for 6.x

Find out more · Bugs and feature requests

Nodereferrer Create
By edrex on the 29th of August, 2007

Add tabs to existing nodes to create new related nodes. By creating nodes in
context, the user avoids having to select the referenced node manually.

Requires

Nodereferrer
Nodereference module from CCK

Drupal 6

The following features are available in the Drupal 6 version only :

726 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For consistency, it is possible to create both references and referrers


It is possible to create relationships with existing nodes. In particular it
handles CCK build-in multiple values, so it is possible to create a relationship
with a node that already has relationships
When creating related content, it is possible to use fields of the original node
as default values for other fields in the newly created content
Menus to create related content can be on a different page ; on the same
page (hidden with a javascript effect) ; or attached to each of the fields
(when present) that represent the related data
Menus are themeable

At the time of writting, Nodereferrer itself has not been fully ported to Drupal 6,
however a patch is available at http://drupal.org/node/259837 . Nodereferrer
Create will function with the patched version of Nodereferrer.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-20
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Aug-30
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 108 109 110 111 112 113 114 115 116 … next ›
last »

Page break by AutoPager. Page( 113 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

FileField Image

727 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jpetso on the 28th of June, 2008

This module is deprecated and


unmaintained. ImageField is now a
widget for FileField, and both are
now available in a stable 6.x-3.0
version (or later). Go and use those
modules.

If you're still using FileField Image


because of the "switch dynamically between file and image widgets" feature,
consider creating a new widget for FileField that delegates to the existing ones. If
you want to migrate from a Filefield 6.x-1.x-beta to 6.x-3.x stable, remove
FileField Image first and just try to upgrade. Some widget and field settings might
lost, but I think it should work out without any real data loss. Haven't tried it
though, and such an upgrade is not supported officially.

For newcomers, this was a module that provided an image support extension for
the Drupal 6 version of the CCK FileField, version 6.x-1.0-beta3 (and not later than
that one). Mix & match of regular files and images, seamless ImageCache
integration. Pretty cool, but phased out for various reasons. The idea is still viable
though, and there's no fundamental issue that prevents someone to implement a
similar "dynamic widget" on top of the new FileField.

Find out more · Bugs and feature requests

Drush System Manager


By clemens.tolboom on the 2nd of March, 2009

With Drush System Manager you can get your hands dirty with variables, cck and
views export files.

I use it to get my variables, views and content types into subversion. This way I
can follow the changes my colleagues made.

sm list cck : list from cck with


arguments:
sm export cck : export from cck with arguments: stdout or directory
sm list variables : list from variables with arguments: variable name(s) or
part of a variable name
sm export variables : export from variables with arguments: stdout or
directory followed by variable name(s) or part of a variable name
sm report variables : report from variables with arguments: variable name(s)
or part of a variable name
sm import variables : import from variables with arguments: stdout or
directory
sm list views : list from views with arguments:
sm export views : export from views with arguments: stdout or directory
followed by view name(s)

728 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Module is not fully tested and needs more work. Especially the import of the the
views and content types.

Have fun testing though.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-May-24
notes snapshot

Find out more · Bugs and feature requests

ImageField Assist
By lourenzo on the 1st of July, 2009

Now ImageField Assist supports Lightbox2

This module can use every single ImageField field added to any node in a Drupal 6
website, and uses ImageCache presets to display it.

ImageField Assist is based on img_assist code.

Dependencies

ImageField
ImageCache

Integration (not required)

TinyMCE via Wysiwyg Module


Lightbox2

Development and maintenance sponsored by Chuva Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

Side Content
By Robert Castelo on the 2nd of January, 2005

When creating or editing a page, this module enables content to be added to a side
bar block.

729 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2009-May-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-04
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Picasa
By cyberswat on the 9th of April, 2007

The Picasa module is a complex module that utilizes Google's Picasa API to display
Web Albums and Photos as they appear in your account at
http://picasaweb.google.com/ .

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-18
notes snapshot

Find out more · Bugs and feature requests

Clickpath
By coltrane on the 16th of November, 2007

Clickpath maintains a list of the last 10 pages visited by each user, and displays
those ten pages in a sidebar block. It can also optionally override Drupal's
breadcrumb trail to implement wiki-style "how you got here" breadcrumbs.

Original code by Eaton.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-18
notes for 6.x

Find out more · Bugs and feature requests

Field Actions
By deekayen on the 8th of January, 2007

The Field Actions module combines the power of Drupal actions with the data in
CCK nodes to create new ways of working with your nodes in Drupal. This module

730 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

enables action enabled modules (such as workflow.module) to reach into your


nodes, pull out information, and use it appropriately. This leads to more reuse of
data throughout your site, and easier creation of behavior for non-programmers
and programmers alike.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-13
notes snapshot

Find out more · Bugs and feature requests

OpenSearch Plugin
By Rob Loach on the 2nd of August, 2007

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.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Feb-16
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

UC Wish List
By rszrama on the 27th of March, 2009

This module allows your customers to create and manage simple wish
lists of products in your Ubercart store. Other customers can search for a particular
wish list and purchase items from the list on behalf of the wish list creator. It
functions alongside of the normal shopping cart, presenting the customer with an
"Add to wish list" button beside the normal "Add to cart" button on product pages.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Referential Integrity for CCK

731 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By markus_petrux on the 6th of July, 2009

This module provides a method to enforce referential integrity rules for CCK user
and node reference fields. In other words, it allows you to decide what to do with
reference values when a referenced entity (node or user) is deleted.

The problem:

CCK node and user reference fields may contain values that point to nodes or
users that have been removed. CCK does nothing when a node or user is removed
with the values of fields that reference them. So after some time, your node and
user reference fields may contain records that point to nowhere. Orphans.

Extension for reference fields:

Once the module has been installed, the user and node reference field settings
form will provide a new option "Referential integrity behavior".

Available options are:

None (default).
Set NULL (Set the value of this field to NULL when referenced users/nodes
are deleted).

Monitoring orphan records:

You can also review all your reference fields to monitor if they have orphan records
from Administer -> Content management -> Content -> Orphan references.

This report displays the total number of records in the tables used for each
reference field, and also the number of orphan records found, if any.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-27
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 109 110 111 112 113 114 115 116 117 … next ›
last »

Page break by AutoPager. Page( 114 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

732 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CCK Private Fields


By markus_petrux on the 7th of July, 2009

Overview:

This module allows users to mark administrator selected CCK fields as Public
(visible to everyone), Hidden (visible to node author, hidden from everyone else)
or Private (visible to node author and "friends"; see requirements section below).

Description:

The field settings screen provides a new option to enable privacy options for
fields. This option is global and affects all content types where the given field
is shared. The default privacy status can be specified.
This module supports all kind of fields, and even fields in multigroups.
In the node edit form, a new option to configure field privacy settings will be
available as a small icon next to the fields where this feature has been
enabled. This is only available to users with "edit privacy options for field
%field_name" permission.
Users with "view private data for field %field_name" permission are excluded
from privacy restrictions. This feature combined with node revisions allows
community managers and/or site moderators to monitor changes to privacy
settings.
Builtin support for node revisions and Diff module.

Requirements:

Content Construction Kit (CCK): CCK version 2.5 or higher is required (ref.).
To enable the "Private" status for fields, you need one of the following
modules: Flag Friend, Friendlist API, User Relationships. CCK Private Fields
module includes ready to install mini-modules that provide builtin support for
any of these friendship related modules.
The privacy options dialog requires jQuery UI (either version 1.6.x or 1.7.x).

733 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-11
notes for 6.x

Find out more · Bugs and feature requests

Form Panel
By Gribnif on the 22nd of December, 2008

This module provides two theme


functions which, in turn, provide an
easy way to put multiple input form
elements on the same line. No longer
do you have to create large, unwieldy
templates to make your input forms
prettier and more compact.

The module can generate either an HTML table or tags. In both cases, it includes
various CSS classes to help with styling.

It is important to note, however, that this module does nothing on its own. You
must refer to one of the included themes from PHP code in order for there to be
any effect.

Please also be aware that this module assumes you are developing Forms API code
at the module or core level, not using .tpl.php files to alter the appearance of
existing forms.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-22
notes for 6.x

Find out more · Bugs and feature requests

Organic Groups - Multiple Mandatory Groups by Role


By rconstantine on the 22nd of March, 2007

Looking for co-maintainer. See message in issue queue.

Finally, a D6 update! Sponsored by www.iofc.org, so thank them.

From the README:


*Objective*
The goal of this module was to extend the capabilities of the original
og_mandatory_group module to allow as many mandatory groups as the user
wants for:

734 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

1) All users
2) Group administrators/owners
3) any role
As all of the changes constitute a module with drastically different capabilities,
it didn't make sense to patch the original module with this code. Additionally,
most of the old code was thrown out and a ton of new code put in place.

This isn't simply a patch to og_mandatory_group. Read the rest of the README for
a full rundown of features and functionality.

Contact me via my Drupal profile if you'd like to hire me to set this module
up, modify it for your particular use, or other Drupal/PHP work.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Jul-19
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jul-19
notes for 5.x

Find out more · Bugs and feature requests

Gigya Toolbar
By Gigya on the 13th of October, 2009

Add the Gigya Toolbar for Free and Increase Traffic and
Engagement!

Get return traffic when users share and tweet from the toolbar.
Supports 80 social destinations and includes a Facebook fan page and Twitter
updates buttons.
FREE and takes only 2 minutes to add to any site - no coding needed.
The toolbar does not affect page load time! It loads only after the page is
fully loaded.
Get paid for searches made from the toolbar (coming soon)

The Social Toolbar includes a richness of features and we are


adding more features every month:

Connect to one or more social networks - The toolbar currently supports


connecting to FaceBook, Twitter, MySpace and Yahoo and sharing into
additional 70+ destinations.
Facebook “Fan Page” button – Users can check out your page updates and
can become a fan with one click.
Twitter updates button – Users can check out your recent tweets right from
your toolbar.

735 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Update status/Tweet - Users can update status or tweet right from the
toolbar. Site owners can set the default message text.

Google site search – Users can search the content of your site.
Share – One click share to over 80 social destinations.
Version Date Links Status
Download · Release Recommended
6.x-1.0 2009-Oct-14
notes for 6.x

Find out more · Bugs and feature requests

Journal
By sun on the 17th of November, 2007

Journal module adds additional fields to


all forms in a Drupal site to allow
developers and site administrators to
record and track all changes that
have been performed to setup a site or
alter its configuration. Journal also
allows developers to maintain a log of
applied patches and customizations
on a Drupal site, including links to issue
trackers like Drupal.org issue queues
(starting from 6.x-1.3 / 5.x-1.5).

Journal is primarily useful for developers and site administrators working in a team
environment. Since Drupal is a fully-fledged content management framework, it is
often not easy to communicate, track and audit all changes that have been applied
to a site. Even without contributed modules one is able to build a totally
customized site.

Maintaining a log of patches and customizations helps in determining whether a


module can be safely updated, and moreover in building sustainable,
well-documented Drupal sites.

Journal's log is comparable to the watchdog log in Drupal core. However, watchdog
logs can be truncated or emptied at any time, so one would loose all entries.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-15
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Oct-15
notes for 5.x

Find out more · Bugs and feature requests

736 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Accordion Menu
By suryanto on the 3rd of July, 2009

It will show your drupal menu as jQuery UI accordion menu.

Requirement

jQuery UI module

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-05
notes for 6.x

Find out more · Bugs and feature requests

Menu site map


By ghing on the 15th of October, 2009

The Menu Site Map module is a plugin for the Site Map module
that provides greater configuration and theming capabilities over the default
handling of menus by the Site Map module.

In particular, the module allows site administrators to:

Specify the order of menus included in the site map output.


Exclude menu items from the site map output.
Specify the depth of menu items that will be shown in the site map.
Theme the output of the menu in the site map.

This module was originally written to create the site map for the Center for
Research Libraries website.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Nov-30
notes for 6.x

Find out more · Bugs and feature requests

Menu Subtree Permissions


By rwohleb on the 25th of January, 2007

Provide means to allow users to modify parts of the menu without giving
permissions for the whole menu structure.

737 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Some info is available in the README.txt file.

If you want to restrict viewing have a look at the Menu per Role module.

I (rwohleb) have taken over maintenance of this module. I've committed


a refactored version for D6. Once I've gotten some feedback on it, I'll roll
out a beta release. Please help test!

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-26
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-20
notes for 5.x

Find out more · Bugs and feature requests

CHAT Users and Design Integrated (BoWoB)


By bowob on the 4th of January, 2008

Chat integrated with your


Drupal users and design.

Users integrated: Chat for


registered and/or guest users of
your website (Drupal user roles).
Design integrated: Customizable
look and feel, theme, smileys, sounds, ...
Compatible: BoWoB works on Internet Explorer 6, 7, 8. Mozilla Firefox.
Opera. Safari. Google Chrome.
Scalable: BoWoB doesn't use your server resources. Our server provides
speed, uptime and updates.
Customizable language: Edit all the interface of the chat.
Administration panel: Complete tool for ban users, select topic, ...
Public and private communication.
Other features: Multiple windows: Use the chat in multiple windows of your
website. New message notification. Auto-links: Urls in messages are
automatically converted to links. Auto resize bar.

Version Date Links Status


Download · Release Recommended
6.x-8.14 2010-Feb-25
notes for 6.x

738 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-8.14 2010-Feb-25
notes for 5.x

Find out more · Bugs and feature requests

Mibbit IRC
By kmillecam on the 4th of March, 2008

The developers at Mibbit.com have created a very


nice (AJAX) widget that gives your community
members access to IRC channels via a window
(iFramed widget) on one of your site's pages.

This module makes it easy for administrators to add


the IRC widget to their Drupal sites.

Now Supports Other IRC Servers


See this page for a list of supported servers:
http://wiki.mibbit.com/index.php/ServerList

Mibbit IRC is sponsored by WebWise Solutions.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Apr-14
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jun-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 110 111 112 113 114 115 116 117 118 … next ›
last »

Page break by AutoPager. Page( 115 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

739 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Display suite
By swentel on the 18th of October, 2009

#D7CX: I pledge that Display suite will


have a full Drupal 7 release on the day
that Drupal 7 is released.

The Display suite module is an API which


other modules can use to store and
manipulate display data for objects
(nodes, users, comments etc). Modules
implementing this API automatically get
an interface for adding build modes,
fields and plugins either through code or via the UI. Key features of the API:

Regions: every field can be dropped in its own region per build mode.
Choose formatters and labels per build mode
Define custom build modes via the UI.
Define custom (block) fields via the UI with token support.
Hooks for adding and overriding custom fields, plugins and build modes.
Plugins to alter the display at runtime.
Import & export functionality.
Views and basic Features support.

Modules implementing the API


Node displays
Node displays contributions
Comment displays

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-24
notes snapshot
Download · Release Recommended
6.x-1.0 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Safari Search

740 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kkaefer on the 29th of November, 2006

This modules changes the type attribute of a


search box to search . Safari displays this
(non-standard) type like a OS native search
box with rounded corners.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-23
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-23
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Marketplace
By Turgrid on the 1st of July, 2008

Ubercart Marketplace adds multiple seller support to the Ubercart module. It


includes a series of modules that limit the access to Ubercart functions for sellers.
Additional functionality is added to support this from both a marketplace seller's
point of view and the store administrator's view. Sellers (with the proper access
permissions) gain the ability to view their products, track and fulfill their orders,
and monitor their sales reports. Store administrators can view seller reports based
on seller order statuses and seller sales. Support is included for Paypal Mass
Payments, with which an administrator can automatically pay his/her sellers for
custom periods.

If anyone is interested in making a logo/icon for Ubercart Marketplace (to


be displayed on this page) please refer to Logo Design for UC Marketplace.

Current Features:
6.x production release and feature list coming soon.
New 5.x production release and feature list coming soon.

-Intuitive file download support for marketplace sellers is now available in BETA1.
-Seller price fields and commission rates are fully customizable.
-BETA2 adds fine-grained commission rate control (by role and product class).

Version Date Links Status

6.x-1.x-dev 2010-Mar-07 Download · Release Development

741 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
5.x-1.0-beta5 2008-Nov-08
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Fee
By mrfelton on the 16th of November, 2008

Ubercart Fee lets you add additional fees to Ubercart Products. Fees are
configurable at both the product class and the product level. Each fee appears as
an individual Line Item in your Order.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Panel Style
By gordon on the 2nd of July, 2008

Allow the use of a mini panel as the style for the display of a view.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-07
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Jul-02
notes for 5.x

Find out more · Bugs and feature requests

Contact Redirect
By frankcarey on the 29th of September, 2008

Contact Redirect add a redirect field when editing the site-wide contact forms
provided by the core contact.module. It allows users to easily redirect visitors to a
thank you page or to more information. Settings can be set for each site-wide
contact form. The default is still the homepage.

6.x Version released

742 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The 6.x patch submitted by cgardner has been applied to HEAD, please test and
submit any issues to the issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Mar-26
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-29
notes for 5.x

Find out more · Bugs and feature requests

Google Authentication for Web Applications


By cyberswat on the 9th of March, 2009

Web applications that need to access services protected by a user's Google or


Google Apps (hosted) account can do so using the Google Authentication service.
This service lets web applications get access without ever handling their users'
account login information. Many but not all Google services support the
Authentication service; check first with the service you want to access.

Google offers two libraries for handling authentication: one using the OAuth open
standard, and a second interface called AuthSub, developed prior to the release of
the OAuth standard. This module implements the AuthSub interface.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-09
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Userpoints
By bmagistro on the 30th of December, 2007

This module integrates Userpoints into Ubercart for payment, awarding (to buyers,
referrers, and sellers), and discounting.

Drupal 5.x Version


Version 5.x-2.2 is not compatible with 5.x-1.x. You must uninstall
version 5.x-1.x and then install version 5.x-2.2. With regard to features,
there should be no big changes (moderation settings have been added). The
main purpose of this is to split up the functions into separate modules.

Drupal 6.x Version


In early development.

743 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

So far this has been tested successfully using PostgreSQL, Ubercart


6.x-2.0-beta5 and Userpoints 6.x-1.0. Let us know how it goes for you.

The module now depends on Ubercart's Conditional Actions module instead of


Rules (formerly workflow-ng). You will be able to setup a Conditional Action
with the Userpoints Award and Userpoints Seller modules.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Feb-28
notes snapshot
Download · Release Recommended
5.x-2.2 2008-Jul-28
notes for 5.x

Find out more · Bugs and feature requests

Diagnostic Tools
By kenorb on the 27th of March, 2009

DTools (Diagnostic Tools) is a package of very useful diagnostics


modules for Drupal 6.x.

It contain following modules:

wsod

Got WSOD (White Screen of Death)?


You don't know why?
You are sick, because you've got lot of modules and you can't
lost your time to disable them each by each to check what's wrong and at the end
the reason is because of some cache?
This module is for you.

You will ask: But how I can enable it, if I've got still WSOD?
Simply go to: /sites/all/modules/dtools/wsod/wsod_emergency.php (update your
path to correct one).
It's secure, if there is no wsod detected, this script will not print any technical info.
You can use 'q' argument to test different paths.
Read README.txt how to use it.

bench_chart

It will shows you how much time your Drupal application spend on specified hooks.
Its perfect when you want to optimize your website or there is some problem with
specified module and you don't know which one.
Example charts: http://drupal.org/node/415748

744 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Known issues with Drupal stability:


#222073: Update Status causing Drupal to run very slowly

Read more about fixing WSOD manually and read about common Drupal WSODs
issues:
http://drupal.org/node/482956

Recent questions:
#417202: is it for using on live site or not?

Dependencies:

http://drupal.org/project/charts

Version Date Links Status


Download · Release Recommended
6.x-1.1-rc1 2009-Jul-07
notes for 6.x

Find out more · Bugs and feature requests

Private Download
By Bacteria Man on the 15th of August, 2009

Private Download provides a private download directory for use when the file
system is configured for public download access.

Files contained in the private download directory are only accessible to users
belonging to a permitted role.

Private files can be accessed via Drupal's private download system. Exp.
http://www.domain.com/system/files/private/example.jpg

Private Download does not provide the means to upload files to the private
download directory. Admins need to upload the files via FTP or perhaps with a file
manager module (i.e. Web File Manager).

Configurable admin settings:

Private download directory name


Customizable .htaccess file content
Definable download file header attributes

Private Download differs from Private Upload as files contained in the private
download directory are NOT attachments of nodes.

This module was originally inspired by a blog post on drupalcoder.com.

745 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Technical Notes
Version Date Links Status
Download · Release Recommended
6.x-1.0 2009-Aug-16
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 111 112 113 114 115 116 117 118 119 … next ›
last »

Page break by AutoPager. Page( 116 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

746 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Nodecarousel
By jcfiala on the 17th of October, 2007

Look - this hasn't been touched for a while, and I've noticed now that Views
Carousel works pretty darn well, and uses the same jCarousel library that this
module did. I suggest using that module instead of this one.

An easy-to-use method for displaying nodes using the jCarousel library for jQuery.
Nodes can be chosen via Node Type/Taxonomy, by using a nodequeue, or else by
using a hook to feed nodes to the display.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Apr-20
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Jan-30
notes for 5.x

Find out more · Bugs and feature requests

Mass Change
By Todd Nienkerk on the 6th of May, 2008

This module allows a site admin to mass change the published, promoted, sticky,
and commenting status of nodes per content type. The following actions can be
performed en masse:

Publish
Unpublish
Promote to front page
Unpromote
Sticky
Unsticky
Commenting: Read/Write
Commenting: Read only
Commenting: Disabled

Credits
Development of this module is sponsored by Four Kitchens.

Version Date Links Status

6.x-1.0-rc 2008-Aug-07 Download · Recommended

747 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Release
for 6.x
notes
Download ·
Recommended
5.x-1.0 2008-Aug-07 Release
for 5.x
notes

Find out more · Bugs and feature requests

Node Edit Protection


By febbraro on the 5th of December, 2008

A very simple JavaScript based protection that will alert a user if


they are navigating away from a modified Node Edit form without
saving. It uses a standard JavaScript confirm dialog that allows the
user to either continue what they were doing, or cancel the move
allowing them the opportunity to save. It marks the form as dirty by using the blur
event of the node fields.

This module was sponsored by Phase2 Technology

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-05
notes for 6.x

Find out more · Bugs and feature requests

Image watermark
By kbahey on the 6th of August, 2006

This modules allows a Drupal site running the image module to overlay each image
with a watermark.

The watermark is a PNG (24 bit) file with an alpha channel, but other formats may
work.

Features

Path for watermark is configurable.


The location of the watermark can be any one of nine positions (any
combination of top, middle, bottom and left, right and center).
Can select which images to apply the watermark to (e.g. preview and
_original, but not thumbnail.

New features!

748 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Preserve original image type after watermark has been applied


Support alpha blending
Apply watermark only when a new image is uploaded, do not not apply
watermarks twice!
Apply watermark on previews, too
Watermark can be scaled, percentage of image width and minimum width in
pixels can be set.
Toggle: Exclude image nodes with specific gallery terms from watermark
(needs image gallery)

Known Limitations:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jun-24
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

imgupload
By pre911mindset on the 7th of September,
2008

Allows client-side scaling and rotating


of images, and fast upload directly to
drupal image galleries.

This differs from other image uploading


modules in the following way:
1. Scales images on the local machine,
so images are scaled before they are transmitted to the server.
2. Upload images in bulk without using FTP etc.
3. Imports images directly into an image gallery.

Note that this module uses a digitally signed java applet. Java source is included
but not required to use the module.

This means that you need to have a recent JRE (Java Runtime Environment)
installed on the client machine. If you don't have Java enabled, or if the wrong
version is installed, the browser will contain a warning, as of version 1.3.

To get the latest JRE go to: http://www.java.com/en/download/manual.jsp

749 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.9 2008-Dec-24
notes for 6.x

Find out more · Bugs and feature requests

FedEx Shipping Quotes for Ubercart


By TR on the 18th of February, 2009

Shipping quote module for Ubercart that uses the FedEx Web Services API to get
rate quotes directly from the FedEx server.

This module requires PHP 5 built with the SOAP extension enabled (--enable-soap).

Detailed information about requirements, limitations, installation, troubleshooting,


etc. are included in the README.txt.

Roadmap:

The 5.x-1.0 release will receive bug fixes only - no new features. The
5.x-1.x-dev release differs from this in only cosmetic, not functional, ways,
and it's not worth rolling a new official release just for these. Only if bugs
arise that need to be fixed will a new official 5.x release be made.
The 6.x-2.0 release is the recommended release for Drupal 6. It contains
major improvements over the 6.x-1.x release, and all new development will
take place in this branch.
The 6.x-2.x-dev release will contain new features that aren't yet fully tested.
Use this release if you need these features or if you want to create or test
patches for the uc_fedex module.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Aug-22
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

WYSIWYG image upload

750 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By EugenMayer on the 21st of January, 2010

You can see how the module works


- just look into this video-podcast

Features yet implemented


User Interface: Easy and fast
user interface for image uploading
Image Browser: You can
browser and add images you
already used before
Details: You can set image details like Title, Text-Floating, and
Styles(Border, Spacing) and Preset (ImageCache)
Supported languages yet: English, German, Russian
Sizes: Use custom image sizes using drag&drop
Supports a lot of editors like TinyMCE, FCKeditor, CKeditor (Every
editor supported by the WYSIWYG Module)
Imagecache: Supporting ImageCache. You can choose presets in the dialog
WYSIWYG cross edtitor compatible: Based on the WYSIWYG Module and
API
Completely based on the Drupal FAPI
Dialog is based on the jquery ui dialog. The Dialog theme is a jquery-ui
theme, which can be replaced
Migrate: Yet you can migrate from img_assist to wysiwyg_imageupload
automatically. More to come ( HowTo )

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

Message Effects
By jjeff on the 26th of April, 2007

The Message Effects module adds attention getting JavaScript effects to Drupal
messages (you know... the messages that say things like "This content was
saved." or "You have an error.", etc -- usually above the content on your Drupal
site). I have found that many users tend to miss these messages on the page, so
Message Effects gives them a little "pizazz" to make them more noticeable.

This module depends on the JQuery Interface module which in turn relies on the
JQuery Update module, so you'll want to download those too.

Administrators can choose between various effects selectable for status or error

751 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

messages. The current list is:

Pulsate - flash in and out


Highlight - (the fade yellow technique) add a highlight background color to
element and fade it away
Shake - shake the element horizontally a number of times
None - do nothing

NB: Hi, I'm jcfiala, and I'll be helping out with this module. At the moment I'm
trying to get a drupal-6 release of some sort together - a branch has been created,
and hopefully soon we'll have something we can expose as a development release.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-11
notes snapshot
Download · Release Recommended
5.x-0.6 2007-Apr-26
notes for 5.x

Find out more · Bugs and feature requests

Nagios monitoring
By kbahey on the 3rd of February, 2009

The Nagios monitoring module integrates your Drupal site with the Nagios
monitoring application.

The module reports to Nagios that the site is up and running normally, including:

PHP is parsing scripts and modules correctly (in case PHP gets disabled for
some reason)
The database is accessible from Drupal
Whether there are configuration issues with the site, such as:
pending Drupal version update
pending Drupal module updates
unwritable 'files' directory
Pending updates to the database schema
Cron not running for a specified period
Anything else reported in the Administer -> Reports -> Status report
(requirements)

If you already use Nagios in your organization to monitor your infrastructure, then
this module will be useful for you. If you only run one or two Drupal sites, Nagios
may be overkill for this task.

752 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-22
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Feb-25
notes snapshot

Find out more · Bugs and feature requests

Yahoo Weather Forecast


By Pedro Lozano on the 3rd of July, 2009

#D7CX: I pledge that Yahoo Weather Forecast will


have a full Drupal 7 release on the day that Drupal 7
is released.

This module provides multiple blocks with current


conditions and 2 days forecasts using the API from
http://weather.yahoo.com

Development sponsored by Alquimia Proyectos


Digitales.

Original development by Jacinto Capote


Code review and improvements by Pedro Lozano

NOTE: A change in Yahoo Weather's API will eventually make versions of this
module previous to 6.x-1.1 to stop working . It's recommended that you upgrade
to 1.1. City codes in Yahoo Weather have changed. Users upgrading from 1.0 to
1.1 will have to look again the city codes at http://weather.yahoo.com and
reconfigure the module. For more info see: #641556: Change in Yahoo Weather
API

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 112 113 114 115 116 117 118 119 120 … next ›
last »

Page break by AutoPager. Page( 117 ).

Modules

753 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node Map
By spinicrus on the 16th of August, 2008

This module provides 3 ways for mapping/relating a node to


a location on a map provided by !Yahoo Maps Service.
On node view it displays the marked location on the map,
through a dedicated block.

You can:
- Search location - search for a location, just like @ !Yahoo
Maps, or Google Maps. Geocoding services are provided by
!Yahoo & Google(if google geocoding is enabled). You can
choose the closest location for your needs, from the list
generated by the geocoding services.
- Map - drag the map to your desired location & double-click to get the geocodes.
This works with AJAX & automatically fills the fields.
- Manual geocode input - type your geocodes & with a button click mark the spot
on the map. From there you can work with the map for a more precise mapping.

You can configure:

- On what node types the module will be enabled;


- On both maps (node edit map & node view block map):
- map width;
- map height;
- default map zoom level;
- default map type (map, satellite, hybrid);
- On node edit map you can also configure a default start location.
- On node view map you can set the label for the map marker(node title, address,
or both).

Attached is a capture from a node edit page.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jan-22
notes for 6.x

754 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.41 2009-Jan-25
notes for 5.x

Find out more · Bugs and feature requests

Area Banner Module


By Servit on the 21st of April, 2009

You have your menu grouped into main categories or areas and want to display
different banners based on the area the viewed page belongs to? For example
displaying different banners for your "Company", "Products" and "Partners" pages?
If yes, then this Drupal module is for you!

Area banner module allows for displaying image and Flash banners based on
current "area". An area consists of all pages below a certain menu item. Banners
can be uploaded and assigned to a menu item. All children of this menu item will
inherit the assigned banner. A default banner can be defined which will be
displayed when no specific banner is defined for the current page.

The area banner module allows two types of banners: Image and Flash banners.
When both a Flash file and an image are uploaded for the same menu item then
the Flash banner will be displayed with the image banner as alternative in case the
browser doesn't support Flash.

Developed by

This module is developed by Servit Open Source Solutions


and maintained by Mohammed Alawneh

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-17
notes for 6.x

Find out more · Bugs and feature requests

Domain Access Advanced


By gordon on the 5th of January, 2009

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

For what I see as a problem is that the domain module uses the node access api's
to determine which nodes are displayed on which site. This will work if you only
use Domain access, and no other access module like simple access, tac, or Organic
groups.

755 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node access is more a per user where as domain access is per site. Now because
the domain access modules have such a good API, Domain Access Advanced is
able to turn off the node access integration in Domain access and re-implement it
as a query rewrite (which is how node access actually works) so that content can
only be accessed via the domains or affiliates that are specified.

This means that then if there is are node access modules they will then reduce the
list more to only allow the user to view the nodes they have access to.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Custom CSS and JavaScript files


By davebv on the 24th of July, 2009

This module allows to specify two folders, one for CSS and one for JS where the
stylesheets and javascripts files are located respectively.

Just put your files in those folders and they will be added in the header, so you can
set extra parameters and scripts.

The 6.x-dev version is trying to solve the problem that the module does not
override the themes styles. Please, read #532206: Themes modifying the registry
override this module functionality. to see the latest news about this.
Currently, it needs to be tested so I can make a stable release.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jul-31
notes for 6.x

Find out more · Bugs and feature requests

phplist Integration Module


By paulbeaney on the 13th of December, 2007

This module provides a basic level of integration between Drupal and phplist.

one-way synchronisation of user accounts from Drupal to phplist


targetting of mailshots using Drupal user profiles
users can manage their phplist subscriptions in "My Account"
bulk import to phplist for existing Drupal installations

756 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

anonymous sign-up (via a block), confirm and unsubscribe


access to lists based on role

All the functionality of PHPlist is retained - this is just a way of automatically


getting Drupal users into the phplist database and incorporating them into any
mailshots that get sent.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Upload File Replace (for filefield CCK)


By markDrupal on the 10th of July, 2009

This is a small utility module that automatically stops Drupal from renaming new
files upload via filefield CCK. When 2 files with the same name exist, the older files
will be renamed.

#D7CX : I pledge that Upload File Replace will have a full Drupal 7 release on the
day that Drupal 7 is released.

What it Does
Default Drupal Behavior

<newest>-------------------------------<older>-------------------------------<oldest>
mydoc_3.doc ------ mydoc_2.doc ------ mydoc_1.doc ------ mydoc_0.doc ------
mydoc.doc

Behavior with this Module

<newest>-------------------------------<older>-------------------------------<oldest>
mydoc.doc ------ mydoc_3.doc ------ mydoc_2.doc ------ mydoc_1.doc ------
mydoc_0.doc

Why I Created this Module


The problem with drupal is if you have a file called "mydoc.doc" upload it to a
node, then make changes to "mydoc.doc" and upload the newer version, the newer
version will be renamed to "mydoc_0.doc" because at the time of upload the old
file was blocking the desired path name.

Version Date Links Status

757 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-30
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

AudioField
By tamerzg on the 29th of December, 2009

This module adds new CCK field that allows for uploading mp3 audio files and
automatically displays them in a selected audio player.

Developed by

Tamer Zoubi
Othman Adarbeh

Sponsored by

Web2make Solutions - moving web forward >>>

Installation

1.In order to play the music you have to get any or all of audio players from the
following links:
WP Audio Player *Note make sure you should download the standalone edition
XSPF Player
Free Flash Player
Extract the players in "\sites\all\libraries\player" folder.
2. Copy AudioField folder to your sites/all/modules directory. Make sure you have
installed CCK and FileField modules.
3. Enable AudioField module in admin/build/modules.
4. Go to AudioField configuration and choose default player.
5. Choose any Content type and go to Edit -> Manage fields.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-17
notes for 6.x

Find out more · Bugs and feature requests

Event Views

758 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By killes@www.drop.org on the 3rd of June, 2006

Requires both the Event module and the Views module. The Event Views module
exposes event fields to the Views module, creates year, month, day, and week
argument handlers, and provides default event views that filter events using a
drop-down date selector, the jscalendar selector, if installed, or by arguments in
the url. Argument combinations can include year, year/month, year/month/day,
and year/week. You can also combine the event arguments with content type and
taxonomy arguments for more granularity.

Note that until recently this module was included with the event module's tarball.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Jun-28
notes snapshot
Download · Release Development
5.x-2.x-dev 2008-Jun-13
notes snapshot

Find out more · Bugs and feature requests

OG Contact
By gnat on the 12th of November, 2007

OG Contact provides a contact module style contact form for Organic Groups, and
optionally provides a "Contact" tab on the group's main page.

Features

Administrators can enable/disable group contact forms on a per group basis,


or enable/disable contact forms for all groups at once.
The recipients of form submissions can be the administrators of that Organic
Group and/or a list of user defined recipients.
Group admins can optionally be allowed to edit the information on their
group's contact form, including recipients, and reply message.
Contact form access can be restricted to a group's members.

New Features in Drupal 6.x version

Group members can now also be made contact form recipients if they have
the "receive og contact submissions" permission.
Administrators may now create custom "Additional Info" text per group.
Optionally, group administrators who can edit form settings may be allowed
to add and edit this text as well.

Version for 6.x

759 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

There is currently no official release for D6 Once automated tests are written, and
Views integration completed, the official release will be ready. The dev version is in
use on several sites, and reported bugs have been or are being fixed.

Upgrading from 5.x to 6.x


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Oct-19
notes snapshot
Download · Release Recommended
5.x-3.5 2008-Sep-28
notes for 5.x

Find out more · Bugs and feature requests

Panels Accordion
By davexoxide on the 5th of November, 2007

Panels Accordion provides an accordion display within Panels. By using accordions


you can fit more content into smaller areas and allow your users to expand each
section as needed. This uses the existing jQuery file for the accordion effect. The
layout settings allow you to choose the action, effect, and speed for accordions.

The Drupal 6 version depends on jQuery UI (which is going into d7 core, so that
dependency will go away). See UI Accordion for a more complete description of
each of the options available in the pane-style settings dialog.
There is now a sub-module called Horizonal Accordion (see the demo), which
depends on TextImage.
This version is sponsored by GoingOn Networks, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-19
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Feb-27
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 113 114 115 116 117 118 119 120 121 … next ›
last »

Page break by AutoPager. Page( 118 ).

Modules

760 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Page theme
By Ralf on the 26th of April, 2009

The Page theme module is a simple and


easy module to use which allows you to
use different themes than the site
default on specific pages.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Jul-29
notes for 6.x

Find out more · Bugs and feature requests

Ad Views
By Jeremy on the 31st of May, 2008

Adds Views2 support to the Ad module for Drupal 6.x and Views 2.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-20
notes for 6.x

Find out more · Bugs and feature requests

CCK Input Elements

761 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By maulwuff on the 24th of May, 2009

Overview
This is a set of modules, which provide input
elements for endusers with the power of cck.
This module hosts a set of fields to be used by the
Content Construction Kit. Fields are used to create
various content types. They appear as input fields
when creating or editing a node. They are rendered
to text, when shown to page visitors.
The difference for CCK Inputs is, that they are
rendered as input elements to the visitor. This way
you can build a webform using CCK.

CCK Input Elements do not provide any means to evaluate or store the data which
users send back to your site, when hitting "submit".

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Feb-08
notes for 6.x

Find out more · Bugs and feature requests

Node Page Template


By DenRaf on the 31st of August, 2009

This module allows you to specify a page template for each content type and each
node.

Each template starting with page is a possible choice for a node(type). It makes
also an extra template suggestion to the node.

When you don't specify a page template, template suggestions stay untouched.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-15
notes for 6.x

Find out more · Bugs and feature requests

Tool Tips

762 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By tmallen on the 2nd of October, 2008

This module implements an input filter


that allows you to easily insert inline
text popups. It uses no JavaScript and
is standards-compliant; the tooltips
work in IE6, IE7, Firefox, Safari, Opera,
and Chrome (and possibly other
browsers).

To use, enable the "Tool Tips" input


filter in your active filter(s). Then, in
the node body (blocks and other fields that can use an input format work as well)
insert your tooltips like so:

[tip:USSR=Union of Soviet Socialist Republics]

Using the format

[tip:Text to link=Message in popup].

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-06
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-06
notes for 5.x

Find out more · Bugs and feature requests

763 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Views Embed Form


By meba on the 1st of November, 2008

This module allows module developers


to embed (attach) any form in a Views
row display as a field.

It creates a simple hook API function to


whitelist embeddable forms. Attached a
simple form as an example.

Development sponsored by Dynamite Heads, follow us on @dynamiteheads


twitter!

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-15
notes for 6.x

Find out more · Bugs and feature requests

MapBox
By tmcw on the 30th of October, 2009

The MapBox module provides a layer


type to the OpenLayers module and
GMap module which can include
MapBox map tiles on Drupal sites.

It also includes the Maki icon set and OpenLayers 2.x styles for each icon.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-15
alpha1 notes for 6.x

Find out more · Bugs and feature requests

JSON server

764 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By dmitrig01 on the 6th of July, 2007

The javascript server provides a JSON


backend to the services module.
This means that you can access the
outputs of any service in JSON, by
POST-ing to a URL.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Feb-12
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jan-13
notes for 5.x

Find out more · Bugs and feature requests

Drupal Contact List Importer


By hadsie on the 23rd of September, 2007

The dcl_importer lets users import contacts from various third party services such
as facebook, myspace, gmail, yahoo, friendfeed, twitter, and numerous other
services using the OpenInviter library.

News

Aug 28, 2009 - To use the 6.x-2.x you should remove and re-install as the
directory structure has changed somewhat.

If you're looking for original D5 version it can be found here but is not currently
functioning and some of the import scripts are not compatible with the GPL. If
someone wants to backport the rewritten version of this module to D5 I'll be happy
to add them as a co-maintainer or commit their work myself.

Supports:

Invite
Friendlist
Services
User Relationships

Installation

Please see the current README.txt

765 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Credits

Current maintainer:
Scott Hadfield (hadsie)

Original project and D5 author:

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Dec-13
notes snapshot

Find out more · Bugs and feature requests

Views CCK Formatter


By ndeschildre on the 16th of November, 2009

Views CCK Formatter allows you to choose a node CCK formatter as a row style in
your View. This is extremely useful when you want to reuse a node theme in
different parts of your website.

Dependancies: CCK, Views.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 114 115 116 117 118 119 120 121 122 … next ›
last »

Page break by AutoPager. Page( 119 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

766 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Go - url redirects
By BioALIEN on the 4th of July, 2006

The gotwo.module adds the option to add redirected urls. It's much like the url
alias system except that it uses redirects to go to the real url. All visits to the 'go'
urls are tracked, so you can see how often a certain 'go' url has been visited. You
can optionally force a disclaimer to be displayed before the user is redirected.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-20
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Oct-20
notes for 5.x

Find out more · Bugs and feature requests

Associated Nodes
By jfberroyer on the 12th of March, 2009

This module enables to associate nodes according to different criteria such as


Taxonomy and CCK fields.

You can give a different weight for each criterion. All criteria will be aggregated by
the main module which compute a matching score for each couple of nodes. Then,
for a given node, you can get the other nodes that are associated to it. The
associated nodes are ordered by the matching score they have with the given
node.

Different associations can be defined with their own criteria and weight.

The main module provides an API so you can define your own criteria of
association (See How to write a plugin).

Associated Links, which is part of the project, is a module that uses Associated
Nodes to define blocks with links to associated nodes on nodes pages.

See Associated Nodes Handbook for more documentation.

Version Date Links Status

6.x-1.5 2009-Apr-24 Download · Release Recommended

767 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-14
notes for 5.x

Find out more · Bugs and feature requests

Spamicide
By lipcpro on the 7th of May, 2009

The purpose of Spamicide is to prevent spam submission to any form on your


Drupal web site. Spamicide adds an input field to each form then hides it with css,
when spam bots fill in the field the form is discarded. The field, and matching .css
file, are named in such a way as to not let on that it is a spam defeating device,
and can be set by admins to almost anything they like(machine readable please).
If logging is set, the log will show if and when a particular form has been
compromised, and the admin can change the form's field name (and corresponding
.css file) to something else.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-17
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-May-16
notes for 5.x

Find out more · Bugs and feature requests

ThemeKey Properties
By mkalkbrenner on the 3rd of July, 2009

ThemeKey Properties adds additional properties to ThemeKey module and a


debug mode to see current values of properties on each page.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

membership
By Boobaa on the 17th of February, 2008

Provides easy time-limited membership management.

768 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-20
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jun-24
notes for 5.x

Find out more · Bugs and feature requests

Exif
By David Lesieur on the 22nd of October, 2006

The Exif module allows you to display Exif metadata on image nodes. Exif is a
specification for the image file format used by digital cameras.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-01
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-29
notes for 5.x

Find out more · Bugs and feature requests

Webcams
By moonray on the 27th of February, 2007

Description

Allows creation of dynamically updating webcam nodes, with one or multiple


webcams per node. Webcams currently supports up to 4 webcams per page, and
makes use of unobtrusive jQuery javascript.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Apr-16
notes for 5.x

Find out more · Bugs and feature requests

Inline and link Drupal objects (Linodef)

769 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Roi Danton on the 1st of November, 2008

[#id] [#id,option(s)] [#id,option(s)


comment]

Linodef is an input filter for embedding content of your


Drupal installation (Drupal objects) into any textarea
and link to it. The tags are based exclusively on object
IDs which enables a highly dynamic usage. So links
won't break and the embedded content stays up to
date. Editor buttons help users to find their desired
object and insert the corresponding Linodef tag into the
textfield.

Main features:

embedding of nodes, fields, views and terms


short and extensible tags
configurable buttons allow users to insert objects without having to know
their Linodef tags
customizable message system for detailed reports about faulty tags

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc5 2009-Dec-19
notes for 6.x

Find out more · Bugs and feature requests

Mail Logger
By litwol on the 27th of March, 2008

Logs all outgoing mail from your site.

This is the initial module out of a mail suit of modules.


Next modules will offer different metrics, mail text templating with token and
workflow-NG, and more.

Support module development


Mail Logger module development is not sponsored by anyone. I develop and
support Mail Logger module on my own time because i love being part of the
community and giving to the community. If you would like to support this module
development or just to say thanks please use the donation button bellow.

770 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-May-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-01
notes for 5.x

Find out more · Bugs and feature requests

771 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Profile Setup
By thomjjames on the 17th of November,
2008

This module was initial developed for


DrupalSN.com and the module clean up
and release of the module has been
sponsored by Mike Jonas from
sharkscopers.com.

Profile Setup for Drupal 6

Profile setup for Drupal 6 now works along side the pageroute module
(6.x-1.x-dev) to provide additional page types via the pageroute API, so
completely custom profile setup workflows are now more flexible than ever thanks
to the help of the pageroute module.

Full setup instructions are given in the INSTALL.txt file in the module folder, so
please READ THEM BEFORE YOU INSTALL THIS MODULE or consider submitting a
bug report.

If you are upgrading from the Drupal 5 version please read the UPGRADE.txt file in
the module folder.

My time has been very limited recently hence the lack of development on
this module!
I now have a bit more time to fix bugs etc but I'm open to offers if anyone
wants to help maintain this module with me??

If you are using profile_setup on your site, please let me know and
I'll list it as an example site here!!
Version Date Links Status
Download · Release Recommended
6.x-3.0 2009-Oct-14
notes for 6.x
Download · Release Recommended
5.x-7.0 2009-Mar-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 115 116 117 118 119 120 121 122 123 … next ›
last »

Page break by AutoPager. Page( 120 ).

772 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Multisite Manager
By schuyler1d on the 24th of May, 2007

Allows creation of new drupal sites from a central drupal site without the creator
having access to database info. The new site is installed either in the same
database with a different prefix or if the drupal db_user has access to create a
database and grant privileges, then possibly there.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Mar-14
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0-1 2008-Mar-12
notes for 5.x

Find out more · Bugs and feature requests

Ignore User
By jaydub on the 18th of April, 2008

This module allows a user to "ignore" content from other users that they do not
wish to view. Node and comment content from an ignored user is hidden from view
on a page. A message is displayed above the hidden block of content with a link to
the user's "ignore list" and a link to toggle display of the ignored user's block of
content in that node or comment.

This was inspired by a phpbb hack.


See http://www.phpbbhacks.com/download/789 for more information

This module was developed in part for the Beijinger website


http://www.thebeijinger.com.

773 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Nov-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Nov-27
notes for 5.x

Find out more · Bugs and feature requests

Statistics Pro
By mr3dblond on the 31st of December, 2008

The module creates statistics with aggregated data. The data will be stored in a
new table, which will be updated with a cron run. This statistic module provides
statistical results of nodes, comments and users. Those results will be stored even
if the access-log or the watchdog table have been deleted. For the presentation the
data views and Charts module are used. The Drupal core statistics module is used
for the raw data (actually it is required for Statistics Pro). This module is not a
replacement for the statistics module but an useful enhancement.

The most important features:

Customizable views
Aggregated values for nodes, changed nodes, nodes of a term, comments,
new users, users online, page impressions, warnings and errors
Views 2 support
Drush support
Localization: English and German

Modules required by Statistics Pro: Charts, Views

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-19
notes snapshot

Find out more · Bugs and feature requests

Moderation

774 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sanduhrs on the 21st of April, 2009

The moderation module provides a


node and a comment queue.

It allows moderators to review all


posted content while already published.
Included Ajax based functionality allows
the moderators to preview the content
and to change status like published,
moderated, promoted, sticky without
having to leave the page. A seperate page provides a log, listing all status changes
with who and when it was changed.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Aug-04
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Aug-04
notes for 5.x

Find out more · Bugs and feature requests

Comment Page
By rszrama on the 1st of May, 2007

The Comment Page module was developed to increase the number of pages on a
site that can be indexed by search engines. It accomplishes this by creating pages
that display comments individually along with an optional thread review that links
to other comments in a thread display. The individual pages will also come in
handy for your site's users, as it makes for easy bookmarking and linking to
particular
comments in a discussion. This module was particularly designed with site forums
in mind.

Pages use a very simple URL naming scheme: 'comment/1'

The comment subject is also included after the comment ID to include search
keywords in the URL. (This is among the optional display settings.)

Example: http://www.ubercart.org/comment/1248

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jul-10
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jun-13
notes for 5.x

775 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

YUI Menu
By drupalhizmetleri on the 9th of October, 2007

YUI Menu

DEVELOPMENT AND SUPPORT HAS BEEN STOPPED! ANY ONE WHO WANTS TO
MAINTAIN THE PROJECT IS WELCOME.
GELİŞTİRME VE DESTEK DURMUŞTUR. BAKIMI ÜSTLENEBİLECEK KİŞİLER
ARANMAKTADIR.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the editor to work.

Drop Down (Top Navigation)


-using JavaScript. (the menu structure created with javaScript)
-using markup. (the menu structure created with html markup)
Popup (Left Navigation)
-using JavaScript. (the menu structure created with javaScript)

This options supports animation as well.

If you like this module, help other people find it by adding YUI-Menu to favorites at
drupalmodules.com!

Developed By http://www.drupalhizmetleri.com

Now looking for a comaintainer for YUI-Menu...

Version Date Links Status


Download · Release Recommended
6.x-1.1-rc2 2009-Mar-29
notes for 6.x
Download · Release Recommended
5.x-2.5-rc1 2008-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

View Alias
By emackn on the 10th of July, 2008

Port to Drupal6 is available, check out the README for other


instructions

The beta out now integrates with the pathauto API so its now
you can manage your aliases in one spot

776 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module aids in the bulk creation and deletion of SEO friendly view aliases.

Essentially, this module takes view urls with term id arguments like

articles/89
tags/213
recent-news/344
and creates aliases for them
articles/software
tags/water-cooling-kits
recent-news/technology

In the past I've worked on several sites that utilize a single view which takes in a
single taxonomy term id to display a list
of related items. And on these sites maintaining the url aliases for them was a pain
to do by hand, so I wrote this module
to do the repetition for me.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-26
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-21
notes for 5.x

Find out more · Bugs and feature requests

CCK Gallery
By greg.harvey on the 23rd of January, 2009

Drupal 7
There will be no Drupal 7 release of this module. Instead work is under way on the
6.x-3.x branch of Node Gallery, which will incorporate all the features of this
module and will become the Drupal 7 version of Node Gallery:
http://drupal.org/project/node_gallery

I continue to support the Drupal 6 version of the module as best I can as long as
Drupal 6 is still supported on Drupal.org, but feature requests should go here.

Why This Module Exists


Version Date Links Status
Download · Release Recommended
6.x-1.2 2010-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

777 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node displays
By swentel on the 15th of July, 2009

#D7CX: I pledge that Node displays will


have a full Drupal 7 release on the day
that Drupal 7 is released.

Node displays is a replacement for the


node build modes and the field / display
settings screen provided by CCK. You
can select per build mode which field is displayed, give it an order and render it in
a node region. It is part of the Display Suite concept and is an implementation of
its API.

Support and integration with core (search) and contrib (like CCK, fivestar and
ubercart) modules is available at the Node displays contributions project.

We have documentation, a roadmap, screencasts and more information available.


Go and explore the world of Display suite.

Important information about the versions: Drupal 6--1 branch is not


supported anymore.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-21
notes snapshot
Download · Release Recommended
6.x-2.0 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Permalink
By Tom.Camp on the 1st of December, 2008

What is a "permalink"?
Wikipedia defines permalink as:

A permalink, or permanent link, is a URL that points to a specific


blog or forum entry after it has passed from the front page to
the archives. Because a permalink remains unchanged
indefinitely, it is less susceptible to link rot. Most modern
weblogging and content-syndication software systems support
such links. Other types of websites use permanent links, but the
term permalink is most common within the blogosphere.
Permalink is a portmanteau word made from permanent link.

778 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module allows you to add a permalink to any node type. The link will be
displayed as text that is easily copied from your site so that someone can link to
the node. The link text is to /node/NID or ?q=node/NID instead of an alias.

Features of the Permalink module

Drupal 6.x version

The 6.x branch of Permalink includes a number of new features. In addition


to appending a copy-and-paste box containing the node's permanent,
unaliased URL, Permalinks can also be added to the "node links" -- the list of
links at the bottom of the node that often include "Add a comment," "Reply,"
or "Edit" -- for both full-node and teaser views. The visibility of the links and
copy-and-paste box are configurable per content type.
Version Date Links Status
Download · Release Recommended
6.x-1.6 2009-Sep-25
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 116 117 118 119 120 121 122 123 124 … next ›
last »

Page break by AutoPager. Page( 121 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Quantcast

779 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By irakli on the 7th of July, 2009

#D7CX: I pledge that Quantcast will have a full Drupal


7 release on the day that Drupal 7 is released.

Description
Provides seamless integration with Quantcast web service.

Where to get API Keys?


To use Quantcast, you need to register with their service at:
http://www.quantcast.com/user/signup

Credits
Sponsored and created by: Phase2 Technology.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta3 2009-Sep-02
notes for 6.x

Find out more · Bugs and feature requests

Gallery Assist for the Cooliris Viewer


By jcmc on the 10th of November, 2009

What is Gallery Assist for the Cooliris


Viewer?

"Gallery Assist for the Cooliris


Viewer/Plugin" is a submodule from Gallery
Assist module and provides interactive
slideshows (3D Wall) of images from Gallery
Assist galleries using the Cooliris services
and so extends the Gallery Assist module
with two new points of visualization.

What you need to use it?

You need the module Gallery Assist

You can combine with the functionalities of the module Gallery Assist ImageCache
for more flexibility with preset formats and with the module Gallery Assist
Lightboxes wich allow the use of some lightboxes.
(highslide, prettyPhoto, fancybox, colorbox, shadowbox, litebox, lightbox2).

Find out more · Bugs and feature requests

780 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

DruTeX
By dfg on the 30th of May, 2006

DruTeX is a powerful LaTeX module for Drupal. It can be used to display


mathematics written in LaTeX as images inline with other text, or separately as a
downloadable pdf.

Features include:

rendering of maths or arbitrary LaTeX via latex + ImageMagic / dvipng


support of classical LaTeX-math environments like $x^2$, \[ x^2 \]
some plain latex2html and html2latex facilities (no external program needed)
pdf generation of nodes (with LaTeX)
highly-configurable input formats
security-enhanced modes (to allow even anonymous users to write latex)
Drupal / LaTeX UTF-8 (utf8) support
Able to remotely render LaTeX on a foreign server if your primary server
doesn't support LaTeX

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jan-04
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

Ubercart CSV/Excel Export


By seanr on the 6th of June, 2009

This is a rudimentary module to export orders from Ubercart to a CSV file for easy
import into Excel.

Warning: the 6.x version is just a rough port of a module I wrote original for the
5.x version of Ubercart. I'm not sure the database tables are even the same now,
so you may get MYSQL errors when you attempt to export. Please file an issue if
this happens and I'll fix it as quickly as possible. I apologize for any inconvenience.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-10
notes for 6.x

781 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2009-Jul-27
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Export
By James Andres on the 18th of June, 2009

Taxonomy Export is a light-weight module for managing exports and imports of


vocabularies and terms. Currently the following features are supported:

Exporting vocabulary definitions


Exporting vocabulary definitions with all terms
Creating exports as a text string (ie: like Views and CCK's content_copy)
Creating exports as a file
Importing vocabulary / term definitions in install profiles, using Install Profile
API

Taxonomy Export version 2 (EXPERIMENTAL!)


In version 2 the following additional import / export methods are now supported:

Integration with Features module


Ability to manage Taxonomy Exports "in code", using the new
hook_default_taxonomy_export() . See the README.txt for more details.

Currently, taxonomy imports always create new vocabularies and terms. Version 2
of Taxonomy Export additionally supports updating of previously imported
vocabularies. Terms, however, will always be re-created.

Taxonomy Export conflicts with Taxonomy XML, do not install both modules
at the same time.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-09
notes for 6.x

Find out more · Bugs and feature requests

Stock
By kbahey on the 28th of September, 2003

This is a stock module that provides visitors live stock prices from various market
exchanges.

782 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-10
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-23
notes for 5.x

Find out more · Bugs and feature requests

Content Glider
By drupal-id.com on the 15th of September, 2008

Content Glider (CG) based on Featured Content


Glider from Dynamic Drive which using jQuery
also, features:

Select any content-type as Content


Glider source!
Support up to 3 Content Glider blocks
Effect: updown, downup, leftright, or
rightleft
Setting: Auto Rotate, Animation speed, etc

How to use
First, remember that Content Glider based on certain content-type! You can
define the name of content-type you want to use!

1. Go to Administer - Site Configuration- Content Glider


2. On "Content type for Glider 1" enter the content-type you want to use. Tips:
you better create a special content-type for CG, i.e.: create new
content-type, called as: headline (used for display your website headlines)
3. Repeat above step for Content Glider block 2 and 3 (if you don't want to use
block 2 and 3 then just leave them blank)
4. Goto Administer-Site Building-Blocks: select the Content Glider Block 1-3
to your target region (left, right, header, etc)
5. To change the look of Content Glider please look at
"featuredcontentglider.css"

Drupal 5 Version
Version Date Links Status
Download · Release Recommended
6.x-1.5 2009-Jun-24
notes for 6.x

783 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Sep-15
notes for 5.x

Find out more · Bugs and feature requests

User-Selectable Roles
By Bacteria Man on the 20th of October, 2008

Allows users to select one or multiple roles during registration. This module differs
slightly from other similar offerings as the user is also optionally allowed to change
their role selection(s) when editing their account settings.

Configurable admin settings:

select which custom (i.e. non-default) roles to include on registration and


user account form pages
definable singular/plural role labels for public display
allow single or multiple role selections
choose whether user role selection is required or optional
allow user role selection during registration and optionally user account
editing

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Oct-10
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Oct-10
notes for 5.x

Find out more · Bugs and feature requests

User Visits Advanced


By toemaz on the 1st of March, 2009

The User Visits Advanced module is a


contrib module for the User Visits module. It is extremely useful for social
networking sites who wish to provide their users with statistics about the number
of times a the users profile page is being viewed and by which other users. See the
provided screen shot how the block of this module can look like.

This module comes with its own database table to store statistics per user profile
(uid). At cron time, the data from the user_visits table is collected, aggregated and
stored in the user_visits_adv table. It stores

784 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the total number of visits per uid


the number of visits of the X past days per uid
the most recent visitors uids of the past Y hours

Installation

Enable the user_visits_adv module


Go to admin/user/user_visits and the advanced fieldset
You can choose to enable the two blocks: My recent visitors adv & My visitors
history adv
Configure each block for the amount of data which should be handed over to
the theming functions

Theming

The My visitors history adv block can be themed by overriding the following
function
<?php
/**
* Theme function for history block
* @param $history is array with the views data of the past X days.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-10
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

Simplenews Scheduler
By dgtlmoon on the 26th of May, 2008

Simplenews Scheduler sends a


newsletter as a re-occurring item based
on a schedule.

It requires the Simplenews newsletter


module.

Simplenews Scheduler does so by creating a new "edition" (rendered copy as HTML


Format) of a node at the time that it required to be sent again, the original
newsletter is never sent but all editions are according to a pre-defined schedule,
this is triggered via hook_cron().

785 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Nodes created by Simplenews Scheduler have an extra tab (for those with
permissions) for viewing all editions as well as the original newsletter they are
generated from.

The schedule is defined when you create or edit a `simplenews` node.

Current options for sending are by day, week, and month.

Works great with Insert View to place the content of a view into a newsletter. (eg:
[view:recent_articles=20])

The module's 5.x version also comes with a views filter so you can filter nodes that
are newer (or older) than the most recent edition of any newsletter.

Written by dgtlmoon for marmaladesoul. Initial development sponsored by IIS Aid.

Todo:
- Specify a view(s) to check, so if this view doesnt return any nodes, dont send the
newsletter.

Bugs, probably a few;

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-06
notes snapshot
Download · Release Recommended
5.x-1.1 2009-Apr-19
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 117 118 119 120 121 122 123 124 125 … next ›
last »

Page break by AutoPager. Page( 122 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

786 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Best reply
By taslett on the 30th of November, 2008

Best reply module allows node authors to mark a particular comment as the best
reply. It aims to encourage quality comments and to give some recognition to
people posting quality responses.

Links are provided to the author of the node or user with the correct privileges to
mark a comment as the best reply, or clear the best reply. Only one comment can
be marked as the best reply, so the author can change his or her mind and mark a
different comment, which will overwrite or clear the old marked comment.

Once a comment has been marked as the best reply a view best reply link is
provided in the links of the node to jump directly to the best reply.

Administrators have the ability to select node types and to restrict access via
access control.

Version 6.x-6.0 +

User points integration


jQuery functionality added that marks and clears the best reply without page
refresh
Move to the top. Best reply can now be configured to move the best reply to
the first comment position via jQuery.

Version Date Links Status


Download · Release Recommended
6.x-6.6 2009-Aug-30
notes for 6.x
Download · Release Recommended
5.x-3.0 2009-Jan-14
notes for 5.x

Find out more · Bugs and feature requests

Bible
By MikeLee_Birdy on the 21st of December, 2007

This bible module provides user to read Bible on Drupal. Web administrators can
import their own bible context into database, multi-version import and select one
version to read is provided.

Module Functions
1. Read Bible online. You can read bible in Drupal system and don't need jump to

787 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

somewhere else.
2. Search Bible verses. Enter keyword and search all verses contain this keyword.
Combined keyword search not supported.
3. BLS Filter. Turn on BLS Filter, and one can use [GEN:1:1] to embbed verse in
node-page. Multi-verse is avaible.
4. Block Daily Golden Verse.
5. Multi-Bible reading.
6. Strong Number AJAX functions.
7. Strong Number Search in Bible.

For more information, please visit http://drupalbible.mikelee.idv.tw/

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-12
notes for 6.x
Download · Release Recommended
5.x-2.1-rc10 2009-Apr-01
notes for 5.x

Find out more · Bugs and feature requests

Media Browser
By antoniodemarco on the 1st of June, 2009

Media Browser provides a Views style plugin


extension that formats a display in an easy-to-use
content browser. Since users may be familiar with
this kind of browsers from YouTube or other video
sharing websites the module is called Media Browser
even if, more generally, its style plugin can be
applied to any kind of content.

Module Dependences

The module depends on:

Views: http://drupal.org/project/views

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

Version Date Links Status

6.x-1.0-beta2 2009-Jun-09 Download · Release Recommended

788 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Outline Designer
By btopro on the 18th of March, 2008

This module is traditionally used by site


admins and content authors and (most
likely) should only be used by them. "With
great power comes great responsibility"

It's taken a long time but I've finally gotten a


product out the door i'm happy with (as a
first version at least). This is miles better
then the 5.x version and as we are moving
away from 5 internally I will no long be
maintaining the 5.x version. I will help out with support questions still but the 5.x
version will not be updated, please, upgrade your drupal site to 6.x, ya...it's that
cool!

The Outline Designer is a visual way of structuring and organizing content in your
Drupal site that piggy-backs the core-optional Book's functionality. It might as well
be called a "Book Usability" module as it provides a massive usability overhaul to
drupal and the book's module. I also adds in a jQuery context menu to allow for
the following additional operations (all ajax / AHAH of course):

Add a child node


Edit a node (via thickbox and Ajax module integration)
Rename a node
Duplicate a node or branch of nodes
Delete a node or branch of nodes
Change content type

The following modules (and versions) are required / known to work:

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

UC Variable Price

789 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rszrama on the 15th of May, 2009

The UC Variable Price product feature allows you to turn any product in
your Ubercart store into a variable priced product. Instead of using a
fixed price entered by an administrator, customers can specify their own
price for a product on the add to cart form. This makes it a useful module for
donation sites! The module will automatically take care of the product add to cart
shopping cart forms to accommodate the variable price field. It affords you some
measure of control over the titles of various fields and also lets you specify a
minimum and maximum price for any given product. Extra integration with
Ubercart's product classes interface allows you to set default Variable Price product
features on every product created of any given product class.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-May-19
notes for 6.x

Find out more · Bugs and feature requests

OpenID URL
By Rob Loach on the 5th of December, 2006

#D7CX: I pledge that OpenID URL module will have a full


Drupal 7 release on the day Drupal 7 is released.

Allows you to delegate your URL as an OpenID. This prevents your from having to
run your own OpenID server while allowing you to harness your URL as an
OpenID. If you switch OpenID Providers, just switch your settings in the module.
This is based on this article which covers the topic in more depth.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Sep-10
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-09
notes for 5.x

Find out more · Bugs and feature requests

Short URL
By irakli on the 24th of April, 2009

#D7CX: I pledge that Short URL will have a full Drupal 7 release on the day that
Drupal 7 is released.

790 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

An API for creating your own bit.ly, is.gd, tinyurl.com etc. in Drupal, or for just
providing cool-looking short "permalinks" to long, parametrized Drupal URLs (e.g.
filtered Views).

This module is a developer tool that takes URL of any length and produces very
short URLs (3-5 characters). It has no user-interface at this point.

Who Needs This?

You need this module if:

You are creating a localized URL shortener for a country/locale that exisitng
URL shorteners do not cover.
You system is behind a firewall and content/URLs can not be shared publicly.
If you want short URLs to carry your own domain, for brand management
purposes, much like TechCrunch.com uses http://tcrn.ch domain for short
URLs (they do not use this module for the implementation, though, as far as
we know :) )

Who uses it?

http://go.usa.gov
http://bmu.li
http://cmd.to
http://drupa.ly/
http://redir.is/

(Please submit examples of other usages, if you are using shorturl to run your
shortener).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-13
notes for 6.x

Find out more · Bugs and feature requests

Node Vote
By kbahey on the 21st of June, 2005

This module provides the ability for users to vote on various node, assigning a
score to each one. The average overall score and number of votes are displayed
below each node.

Version Date Links Status

791 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-15
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Oct-15
notes for 5.x

Find out more · Bugs and feature requests

Role Weights
By leafish_paul on the 10th of April, 2006

Role Weights allows site admins to specify certain weights for user roles. Its not
much use on its own, but more of a helper module for other modules requiring this
functionality, such as Path Access. Role Weights also provides Tokens and some
Views support: views are able to access, display or sort by the node author's role
weight.

Please read the README.txt file for some more information, and a cautionary note.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jul-07
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Jul-07
notes for 5.x

Find out more · Bugs and feature requests

Webform2PDF
By niif on the 8th of July, 2009

The Webform2PDF Drupal module is an extension of the Webform module. It can


be used to generate PDF document from the results of a form. The generated PDF
document can be attached to the form summary e-mail sent by Webform module,
or it can be downloaded from the /Results/ page. Different PDF templates can be
set for each form. The templates can be formatted with HTML tags, and they can
be edited with WYSIWYG Drupal module, making the template creation easy and
the templates highly customizable. The output documents will be created by using
these templates.

Dependencies:

Webform module

The module currently does NOT work with Webform 3 beta. Webform2PDF
module will provide support for Webform 3 RC, and later versions only.

792 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Third-party tools:

TCPDF (4.5.000 or later required)

Webform2PDF Users’ Guide: en, hu.

Provided by NIIF (http://www.niif.hu/en)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-12
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 118 119 120 121 122 123 124 125 126 … next ›
last »

Page break by AutoPager. Page( 123 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Tabbed Block
By joetsuihk on the 1st of July, 2007

This is a module that you can embed different blocks into one with tabs.
Those tabs switch with javascript based on jquery, shorten your sidebars without
reducing the content of your page.
tabs switching effects is available in 5.x-1.x-dev

這個模組可以將多個區塊整合到一個之中,
並使用jquery 這個javascript 庫來幫助使用者瀏覽
令你的左右兩邊的導航條縮短但又不用放棄某些內容
5.x-1.x-dev 內新增了轉換效果

793 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

some other demos:


http://www.joetsuihk.com/
http://140.127.53.222/lib/
http://ravalonline.com/

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-14
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

hoverIntent
By aaron on the 24th of January, 2008

This is a wrapper module for the hoverIntent jQuery module. The d5 version
requires the jQuery Update module. Both d5 and d6 optionally support the jQ
module.

hoverIntent is a plug-in that attempts to determine the user's intent... like a


crystal ball, only with mouse movement! It works like (and was derived from)
jQuery's built-in hover. However, instead of immediately calling the onMouseOver
function, it waits until the user's mouse slows down enough before making the call.

Why? To delay or prevent the accidental firing of animations or ajax calls. Simple
timeouts work for small areas, but if your target area is large it may execute
regardless of intent. Also, because jQuery animations cannot be stopped once
they've started it's best not to start them prematurely.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-01
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-01
notes for 5.x

Find out more · Bugs and feature requests

Node Limit
By davedelong on the 3rd of March, 2009

The Node Limit module allows administrators to restrict the number of nodes of a
specific type that roles or users may create. For example, if a site has an
"Advertiser" role that can create "advertisement" nodes, then the node limit

794 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

administrator can restrict all users in that role to a specific number of nodes. He
may also restrict users on a per-user basis.

Although other node limitation modules exist (such as create quota, user quota,
and node limitnumber), Node Limit offers features not available in all of those
modules, such as:

Per-role node limits


Per-user node limits
Per-organic group node limits (Coming soon)
Per-time interval node limits
Per-time frame node limits (Coming soon)
Per-taxonomy term node limits (Coming soon)
Any combination of the above
Drupal 6 compatibility
Requires no programming on the part of the administrator

This module is under active development and is sponsored by the BYU CocoaHeads
club.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-30
notes snapshot

Find out more · Bugs and feature requests

Graphviz Filter
By infojunkie on the 17th of January, 2008

Graphviz Filter is a fun little filter that


treats input text as Graphviz DOT
syntax, converts it using Graphviz tools
to the requested format(s) and renders
it in HTML. It's useful to quickly create
graphs dynamically from within Drupal
nodes. A particularly exciting
application is to create an input format
consisting of PHP code followed by Graphviz Filter, thereby allowing one to write
code that outputs a DOT file, which is then rendered to HTML. For example, one
could create a visual taxonomy tree with nodes hanging from the terms, and each
visual node would be clickable (using the URL Graphviz attribute) to point to the
actual Drupal node. Stuff like that!

Thanks to varienne for the great documentation (in the Resources section
below)!

795 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

REQUIREMENTS & INSTALLATION


Graphviz package

Ubuntu/Debian:
sudo apt-get install graphviz

Windows: Download the latest version.


Mac OS X + MAMP: Download the latest version.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-10
notes for 6.x
Download · Release Recommended
5.x-1.3 2010-Feb-10
notes for 5.x

Find out more · Bugs and feature requests

Image Publishing
By egfrith on the 12th of May, 2006

This module aims to provide a full implementation of the Gallery project's Gallery
Remote API in order to support publishing images using Drupal's Image module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-29
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-17
notes for 5.x

Find out more · Bugs and feature requests

Avatar Crop

796 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sourcen on the 9th of February, 2009

Avatar Crop is a Drupal utility module based


on jQuery that lets you crop your profile
images when you upload them.

Just download and activate/enable module.


Go to Edit account page and upload your
profile picture using crop functionality. Make
sure user picture settings have been done
already in User settings, like picture support
is enabled as well as you have set "Picture
maximum dimensions" value. enjoy ;)

5.x beta version is available now. To use 5.x version Jquery update module
version 5.x.2.x is required.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-03
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2010-Feb-11
notes for 5.x

Find out more · Bugs and feature requests

Minimax pager
By mattyoung on the 12th of July, 2009

This module themes the pager with a


textfield input for direct random access
to any page instead of clicking page links. It's especially useful when the number
of pages are very large. Drupal's built-in pager only allows sequential access to
page and it could take forever to scroll through very large number of pages. This
pager is very compact and can be made super mini by CSS styling the
first/previous/next/last links with graphics like the example shown here.

This pager can be used in two ways:

1. Through the module settings page, admin can replace the default built-in
pager or Views' views_mini_pager with this pager.

2. Developers can use the 'drpager' theme hook. Instead of calling:

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Dec-02
notes for 6.x

797 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Facelift Image Replacement Integration


By btopro on the 6th of August, 2008

*If you would like to maintain this


project feel free to ask.

This module integrates the Facelift Image Replacement (Flir) project into Drupal. It
provides an administration page that allows you to define the jQuery selector(s) to
replace text with images as well as what font to use. If anyone wants to jump in
and help expand this project please let me know.

Go here for a screencast of using 1.2!!

Flir 2.x Changes

There's a number of changes in the 2.x branch. Flir is now dependent on the
library module. If you're upgrading from 1.x you'll need to download the flir code
from http://facelift.mawhorter.net/ and place it in the libraries folder. The location
of the font directory is also no longer in mysite/files/fonts, now they exist in the
facelift library by default but can be configured to be anywhere.

Write up from Flir's website:


Version Date Links Status
Download · Release Recommended
6.x-1.3-beta1 2009-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-13
notes for 5.x

Find out more · Bugs and feature requests

phpBB2Drupal
By nbz on the 19th of January, 2006

This modules allows the import of your phpbb data into drupal equivalents. Please
note that this is NOT a bridge module - the phpbb install will not be needed and
any data inserted directly into phpbb after import will not automatically be
imported.

Unlike your typical SQL scripts, this module is written in PHP and uses Drupal's
APIs extensively to import the data. It's been tested with a fairly large phpBB sites
(500,000+ posts/users/topics/attachments) It can import 500,000+ records in
about 40 minutes, but it doesn't automatically reinitiate the script when it times
out.

798 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Nov-08
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Node
By hanoii on the 14th of October, 2008

It creates a single node of a configurable content type for each term in a specific
vocabulary.

In this way you can extend the term to hold any other information that a node (cck
preferably) can hold. It's an useful module to create different category listings
using views. This module prevent you to edit or delete the created node, handles
updates and deletion of terms.

It also handles hierarchy by automatically assigning the vocabulary to the set


content type and maintaining the hierarchy on the node as well.

It has some similarities to the Node Auto Term [NAT] module but by working two
ways. The only thing this module does not support in comparison to NAT is to map
node creation with term creation. This module can, as per its default, to map node
operations with terms, meaning that if you delete the node, the term is also
deleted as well.

Upgrade Notes for Drupal 5.x

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Jul-30
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Nov-07
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 119 120 121 122 123 124 125 126 127 … next ›
last »

Page break by AutoPager. Page( 124 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

799 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views Galleriffic
By aaroncouch on the 22nd of June, 2009

This is a views integration for the


Galleriffic JQuery plugin:
http://www.twospy.com/galleriffic/

It allows you to make a view with


imagefield fields and create a gallery.

This module requires the following:

Views
CCK
Imagefield
Imagecache

Similar Modules

Please see the comparison page.

Demo

http://robertcouch.net
http://anthonyjhall.net/2009images
(send me yours and I'll include it here)

Current Release

This has been tested extensively locally and on a number of sites. If you have any
problems or questions PLEASE use the issue queue. I'd like to get this tested and
made into a full release.

Views 2x Only

This module only work with Views 2, not Views 3. Since Views 3 is the bomb I will
work on getting this working for Views 3 as soon as I am able.

800 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Feature

I made a feature for this module here: http://aaroncouch.info/galleriffic-gallery-


feature

This feature creates a gallery node that images are attached to. It then uses Views
Attach module to attach a view of the gallery to nodes. It also provides a gallery of
all of the galleries.

Fields vs. Nodes?


Version Date Links Status
Download · Release Recommended
6.x-1.0-rc3 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

Module Builder
By joachim on the 20th of March, 2006

A module which auto-generates a skeleton or "scaffolding" for a module, along


with hints on how to fill them in. Useful for newbie developers to learn how hooks
work, and seasoned developers who are too lazy to look up what arguments a
function has to take. ;)

Drush support

Drush support for this module is being actively developed. Use 6.x-2.x-dev version
as a Drush plugin; see the documentation for more details.

A few examples of what you can do with drush and this module:

drush mb my_module menu cron nodeapi

Generate module code with hook_menu, hook_cron, hook_nodeapi.

drush mb my_module menu cron --write --name="My module" --dep="forum


views"

Generate both module and info files, write files to sites/all/modules and also
output to terminal.

Current status

Drupal 7: You can use version 6.x-2.x-dev as a Drush plugin for Drupal 7. A
proper Drupal 7 GUI version being developed; see #633334: D7 support for

801 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

more.
Drupal 6: 6.x-2.x-dev version is being actively developed. CVS should not
normally be broken, although you may find you need to re-download hook
files when you upgrade to a new version, as the storage system has been
changed several times. (6.x-1.x-dev branch has been mothballed. If you
installed this, you need to uninstall it before installing 6.x-2.x.)

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Feb-02
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jun-06
notes snapshot

Find out more · Bugs and feature requests

Comment Moderation
By dag- on the 8th of February, 2009

The Comment Moderation module gives an alternative view to your approval queue
with all actions directly available from the comment moderation view. This helps to
analyse comments one by one, take action and move on to the next comment in
the queue. You can also much easier browse through your comments without
having to go back to the approval queue all the time.

For Drupal administrators with comment spam frustrations, this module can help
to reduce the overhead of moderation. You are pretty much back in control again
and you are no longer at the mercy of whoever enjoys to abuse your freedom of
speech for their own profit.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-17
notes for 6.x

Find out more · Bugs and feature requests

JS Injector
By ponsich on the 8th of April, 2009

Allows administrators to inject JS (JavaScript Files) into the page output based on
configurable rules. The JS is added using Drupal's standard drupal_add_js()
function and respects page caching, scope and preprocess.

It provides site administrators with a quick and easy way of tweaking things.

Note: JS Injector is based on a modification of CSS Injector

802 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-11
notes for 6.x

Find out more · Bugs and feature requests

Domain Bonus
By jk@arsum.com on the 17th of June, 2009

The Domain Bonus is group of modules that extend functionality of Domain Access
module.

Modules
Domain Bonus: GMap — multi domain support for GMap. read more
Dependencies: GMap Module
Domain Bonus: Login restrict — restricts access to login users by domain
affiliation. read more
Domain Bonus: Nodequeue tab — provides each node with a nodequeue
tab for each active domain. read more
By awolfey
Dependencies: Nodequeue

Required modules
Domain Access

Authors
Johnny Kartakov of Arsum

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-01
notes snapshot

Find out more · Bugs and feature requests

Views Formatted Field


By overall on the 22nd of June, 2009

Field handler to provide custom displays by using one of specified input formats
(i.e. Filtered HTML, PHP code, Smarty code) with ability to access value of current
field, all arguments values, all rows values, all fields values (of current row),
rendered output of previous fields (of current row) and current row index from
specified code.

803 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Variables available in specified code (for PHP code, Smarty code, and other that
support use of variables):

$args - Indexed array. Values are arguments values.


$field - Scalar. Value of current field.
$row - Object. Fields are view fields names. Values are values of current row
fields.
$rows - Indexed array. Values are objects like $row.
$output - Object. Fields are view fields names. Values are rendered values
(HTML code) of current row fields. Contains fields only previous to current.
$field_name - Name of current field.
$row_index - Index of current row. // Only if http://drupal.org
/node/430068#comment-1690684 patch is applied

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-22
notes for 6.x

Find out more · Bugs and feature requests

URL Icon
By sanduhrs on the 17th of October, 2006

Filter all external links in nodes and


comments.

You may choose to


* automatically add the corresponding
favicon, if the site has one
* add an external link icon (included)
* add a CSS class only, so that you can
theme it as you like

Version Date Links Status


Download · Release Recommended
6.x-2.1 2008-Oct-06
notes for 6.x
Download · Release Recommended
5.x-1.8 2008-Jul-19
notes for 5.x

Find out more · Bugs and feature requests

CronPlus
By syscrusher on the 3rd of June, 2005

804 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CronPlus adds more "cron" hooks to Drupal beyond the basic one, with each of the
new hooks being called at or near specified time intervals (hourly, daily, weekly,
monthly, and yearly).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2008-Dec-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Dec-19
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2006-Nov-13
notes snapshot

Find out more · Bugs and feature requests

Invoice
By P.Vogelaar on the 1st of August, 2008

With this module you're able to create and


administer invoices.

The module creates an invoice node type. The


module can be used in combination with the
pathauto module to auto generate the title.

PDF document
It's possible to view the invoice as full node view
on your site, as html print view and as pdf
document. The nice dompdf library is used to generate pdf documents. The library
is not included into this module. You'll have to download it yourself and paste the
dompdf folder into the root of this module. so you'll get "sites/all/modules/invoice
/dompdf".
The library can be downloaded from the official site, but has not the nice Arial font
included by default. Fortunately, according to the End User License Agreement of
Microsoft I have the right to redistribute Microsoft core fonts in unaltered form. So
I already included the Arial font into the dompdf package. You can download this
bundled package here

Different templates

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-02
notes for 6.x

Find out more · Bugs and feature requests

805 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CCK Teaser
By Robin Monks on the 12th of January, 2009

This module allows you to define cck fields to use in place of the traditional node
teaser. This effectively implements a CCK solution to manual teasers (priorly
solved by way of the excerpt module).

The module allows an administrator to choose which CCK fields to use for a teaser.
Any number of fields may be chosen in the settings page. For a specific content
type, you then add the desired CCK field to your node type definition. The settings
page is available in:

Administer -> Content management -> Content teasers

The module works by replacing the $node->content['body']['#value'] element on


hook_nodeapi($op = 'view') when viewing a node teaser, if cck fields specified in
the settings page for this module are used in the node type definition and if a
value is provided in any one of those fields for a particular node.

Multiple values for those fields, and multiple teaser fields included in the same
node type definition are implode()ed together, after check_markup has been run.

Development of this module sponsored by Prometheus Labor Communication.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-13
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Jan-12
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 120 121 122 123 124 125 126 127 128 … next ›
last »

Page break by AutoPager. Page( 125 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

806 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Contact attach
By oadaeh on the 6th of January, 2008

Gives users the ability of attaching one or more files to e-mails sent using the
site-wide contact form.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-09
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Jan-22
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Quick Find


By nicholasThompson on the 13th of February,
2008

This module provides a set of blocks which


show 'related' content based on a selected
term. The block will pick a default term
and provide a select box which, via the
awesome powered of JQuery, will slide the
old content up, AJAX the site for other
nodes and finally slide down a new list of
nodes.

These blocks are completely configurable can dynamically show other recent
content from each category for the current node.

Features:

Funky AJAX basic reloading when switching between terms


Filtering the terms provided - You might only want to allow users to browse
for other content by specific vocabularies
Configure each block to only show individual node types (eg, one block for
page and a completely separate block for blogs)
Each node type on each block can also have its own limit (eg, you might want
block A to have a limit of 3 pages, but block B might want 10 pages. This is
useful if you want to configure one block for a sidebar and another block for a

807 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

panel)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-17
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Term Permissions


By deviantintegral on the 17th of January, 2009

This module allows taxonomy administrators the ability to restrict setting individual
terms on nodes by user or role. This developed out of a need to allow limiting
creation of specific newsletters in the SimpleNews module to a user or role. For
example, franchise owners can be limited to their own newsletters while managers
can have access to all newsletters. However, the module could be applied to other
situations where specific terms are considered to be "privileged" terms, such as
marking a wiki page as stable or verified.

For information about sponsoring development of this module, please contact


Andrew Berry.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

CCK Pager
By peximo on the 26th of July, 2009

CCK Pager allows to page the item list of any CCK field with multiple values.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Jan-05
notes for 6.x

Find out more · Bugs and feature requests

Keywords
By VladSavitsky on the 28th of September, 2003

808 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

En: Module counts node's keywords and their density and provide a list of
keywords of all site's nodes.
Ru: Модуль вычисляет ключевые слова нод и их плотность. На отдельной
странице показывается список всех ключевых слов сайта (семантическое
ядро).
Ua: Модуль знаходить ключові слова у тексті нод та розраховує їх відносную
кількість для однієї ноди та всього сайту.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-16
notes for 6.x

Find out more · Bugs and feature requests

Registration role
By Benjamin Melançon on the 27th of May, 2007

Registration role lets an administrator select a role to automatically assign to new


users. The selected role will be assigned to new registrants.

[For a module that lets the user choose their role on registration, see rolesignup.]

Be sure this role does not have any privileges that should not be given out to just
anyone who registers. Because we shouldn't give away any real abilities above an
authenticated user by default, this module really has only two known useful
applications:

1. If you want to assign all people who sign up after (or before) a certain time
to a role to distinguish them-- simply set the roles as appropriate at the
appropriate time.
2. If you have multiple sites with a shared user database table, and you want to
assign users a role based on the site at which they register.

Drupal roles exist primarily for access permissions, but modules such as mass
contact also use roles act on a group users.

Originally based on a code snippet by Pauly Jura. (It actually does less than the
snippet, but it is a module and has a settings administration page!)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-15
notes snapshot
Download · Release Recommended
5.x-1.3 2009-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

809 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Donation
By kbahey on the 10th of June, 2007

This is a module for accepting donations via Paypal.

Paypal IPN is used to capture the donation information and store it in the
database.

Donors and the amount donated are shown on a Donors page. If the user is logged
in while donating, a link to their profile is shown on the donors page.

If you have the donations thermometer installed, this module integrates with it to
show a thermometer style graph in a block.

Requires the simple paypal framework.

Originally written by Dries. Maintained by 2bits.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-15
notes snapshot
Download · Release Recommended
5.x-1.2 2009-Jan-17
notes for 5.x

Find out more · Bugs and feature requests

Fieldset helper
By jrockowitz on the 2nd of April, 2009

Saves the collapsed state of a Drupal collapsible fieldset.

The fieldetset_helper module also improves the usability of the main module page
(admin/build/modules) by adding expand and collapse all fieldset links to top of
the page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-21
notes for 6.x

Find out more · Bugs and feature requests

cURL
By doq on the 16th of April, 2009

810 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

cURL module provides hook_requirements() implementation to show if cURL library


is installed on status report page. Other modules that depend on cURL library
shouldn't implement own hook_requirements() but should depend on cURL
module.

cURL module also provides libcurlemu library if PHP cURL library is not installed.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2009-Apr-17
notes for 6.x

Find out more · Bugs and feature requests

Recent Comments
By Todd Nienkerk on the 29th of January, 2009

Recent Comments provides a high-performance, fully themable block of recent


comments. It's more lightweight than Views and more configurable than the
default "Recent comments" block packaged with the Comment module.

Credits
Development of this module is sponsored by Four Kitchens and That
Other Paper.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-18
notes for 6.x
Download · Release Recommended
5.x-1.3 2010-Jan-18
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 121 122 123 124 125 126 127 128 129 … next ›
last »

Page break by AutoPager. Page( 126 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

811 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

SaveGuard
By starbow on the 27th of November, 2007

This module adds javascript which detects if a form had been modified, and if it
has, uses the onBeforeUnload event to pop up a warning to the user if they
attempt to navigate away from the page without saving their changes. This works
for Firefox, IE, and Safari, but not Opera.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-22
notes snapshot
Download · Release Recommended
6.x-1.1 2008-Dec-12
notes for 6.x
Download · Release Recommended
5.x-0.1 2007-Nov-27
notes for 5.x

Find out more · Bugs and feature requests

Public Download Count


By pixture on the 13th of June, 2009

Public Download Count keeps track of


file download counts like Download
Count module.

The biggest difference between


Download Count module and this
module is that this module works under
the Drupal's public file system while
Download Count module works under
the Drupal's private file system.

If you want more secure and strict control over the files you distribute at your site,
I recommend that you use the private file system with Download Count module.

Public Download Count module is intended for the following people:

1. Those who needs to use the public file system for some reasons, and yet
want to keep track of file download count.

812 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. Those who want to keep track of download count of the files on different
servers.

Key Features

It is desined to work under the Drupal's public file system.


It can count the download of the file on external servers.
You can specify valid extensions of the target files.
You can see the yearly, monthly and daily download count for each file.
You can export the download count data as a CSV file.
It does not modify the original contents.
It works with the downloadable files listed in Views tables and lists.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Dec-31
notes for 6.x

Find out more · Bugs and feature requests

DrupalIt
By apanag on the 24th of April, 2007

Let your users voice their preferences (similar to dig/reddit/etc).


Drupal-it is a social voting module allowing users to vote on their nodes.
Social voting increases user interactions with your web site and foster repeat
visits.
Drupal-it is very flexible as you can apply the voting capability to any content type
and define
the interval within which a user can vote again. It contains block on top voted and
latest votes.
Has no dependencies and not affect your content if you uninstall it.

Main features:

- social voting;
- vote on any content type;
- customer the look and feel;
- display in block as Top Votes (overall, daily, weekly or monthly), Latest Votes,
Newly popular;
- vote power for user roles.
- statistics

Drupal-it has now a new maintainer and is sponsored by www.foracamp.gr.


Is in active development, the version for Drupal 6 has more features and more will
be added soon!

813 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupalit now implements with Voting API, so we recovered the removed default
blocks. We are going to implement those blocks with Views later.
ALWAYS BACKUP YOUR DATABASE BEFORE UPGRADING!

Version Date Links Status


Download · Release Recommended
6.x-1.4-beta2 2009-Jan-05
notes for 6.x
Download · Release Recommended
5.x-1.4-beta2 2007-Jul-05
notes for 5.x

Find out more · Bugs and feature requests

OG Views Extra
By kscheirer on the 9th of October, 2009

This module is an add-on to Views. It provides an


access plugin which detects whether the current user
is member of the current group.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

LDAP provisioning
By miglius on the 26th of September, 2007

LDAP provisioning module provides a user registration process with an optional


account approval queue in Drupal and creates user accounts in both LDAP server
and Drupal.

It depends on the ldapauth module in the http://drupal.org/project


/ldap_integration package.

This project is being developed by Miglius Alaburda.

Developed by OpenBand, an M.C. Dean, Inc. company.

814 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-08
notes for 5.x

Find out more · Bugs and feature requests

Views Live Filters


By ximo on the 4th of July, 2009

This module automatically applies exposed filters as soon as they are changed,
without the user having to click Apply.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-07
notes snapshot

Find out more · Bugs and feature requests

Image Attach Browse


By aaronbauman on the 3rd of February, 2009

What this module is


This module is a lightweight, jqModal
based image browser for the Image
contrib module Image Attach. If you
have struggled with the ever-growing
and unmanageable select list that
Image Attach tends to produce, then
this module is for you.

Installation is a snap, and there's no configuration:

be sure that Image and Image Attach (from image) are enabled
enable Image Attach Browse

The Image Attach Browser will now be linked from all content types for which
Image Attach is enabled. (Edit the content type in Admin > Content > Edit to
enable Image Attach).

What this module is not


This module is not a replacement for Image Assist, Image Field, IMCE, or any host
of other modules that let you insert images inline. If you are looking for a module

815 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

that will offer lots of configuration settings, access controls, resizing options,
display or css settings, you should look elsewhere.

Roadmap
Development of this module will track the development of Image Attach and Image
modules. If support for Image Attach is dropped from Image contrib, then Image
Attach Browse will become obsolete.

Todos:
- javascript degredation. without javascript, this module will crash and burn.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

CuteMenu
By AlexisWilke on the 13th of October, 2008

Description
When installing CuteMenu you get one CuteMenu block per
menu. The block is a top-menu with a drop down (using the 1st
and 2nd level menu items.)

Using a CuteMenu block generates HTML using many <div> tags


so one can really nicely theme the menu the way they want it to
be without having to write code for it. The result is that you can
dearly beautify the menu.

CuteMenu shows the selected menus as dropdowns, including a header and a


footer. Although only two levels are shown—top bar & one vertical drop
down—your can include images in the header and footer of the drop down.

This module is sponsored by Made to Order Software Corp.

Detailed CuteMenu documentation.

News
Jun 27, 2009—I moved the documentation to http://new.m2osw.com
/doc_cute_menu that way you can comment it, ask questions, etc.

Mar 3, 2009—I added support so one can specify a view as the header or footer.
That means you can easily select a node randomly!

Version Date Links Status

816 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Popup filter
By scheepers on the 2nd of December, 2008

The popup filter is now part of a suite called Popup.


Check out version 3 here

Ever wanted to put nodes or other content into popups or tooltips?


The popup filter allows the insertion of tooltip-like popups of:

text, nodes, blocks, menus, forms, views and php-generated content


wherever input formats are applicable
node reference fields in node displays and views.

Instructions
Install the popup_filter module
Insert [popup] tags in content, and set the input format to "Popup filter"
Install the popup_filter_ui module
Go to admin/settings/popup-filter and setup formatters for node reference
fields (if you don't like the defaults)
Select the formatter at the node field or view field display configuration

Popup goes the content.

Version Date Links Status


Download · Release Recommended
6.x-3.0 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

HTMLcomment

817 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By TBarregren on the 16th of May, 2009

HTMLcomment provides an input format


filter that allows HTML comments, i.e. <!--
... --> , and an additional filter that allows
hidden comment, i.e. [!-- ... --] .

Examples

Example of an HTML comment

<!-- This will be in the HTML, but not


displayed. -->

Example of a private comment

[!-- This will not be in the HTML, and not displayed. --]

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-16
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 122 123 124 125 126 127 128 129 130 … next ›
last »

Page break by AutoPager. Page( 127 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Preferred Format

818 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By gdevlugt on the 19th of February, 2008

This module allows your users to set


their preferred default input format for
placing comments and each content
type. So for instance a user can use
'Filtered HTML' as a default input format
for Stories, and 'Full HTML' for Pages.

As the site administrator you can


choose which roles are allowed to choose their preferred default input on the
permissions page. The users can set their preferred default input formats on their
change account page.

Update: Drupal 5 development release now available.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-28
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Mar-27
notes snapshot

Find out more · Bugs and feature requests

Shared Sign-On
By wayland76 on the 20th of February, 2006

Enables "Shared Sign-Ons" between related Drupal sites on one server with a
shared database. Can be used standalone, but is most tested in conjunction with
the domain (aka Domain Access) module.

This project has been marked as insecure by Drupal Security Team. All of
it's releases have been unpublished. Disable the module and remove it
from your site.
If you still want to use Single Sign On on your sites, Single Sign On module has
been created as a successor to Shared Sign On.

Find out more · Bugs and feature requests

Buddylist2
By nodestroy on the 16th of January, 2008

Drupal 6 Version
If you are looking for a Buddylist solution in Drupal6, take a look at Friendlist. Its
already finished and comes with the same functionality than buddylist2. You can
import your buddylist2 data with an data importer (See: #314253: Buddylist2

819 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Data Importer )

Note: Drupal 5 Version is finished and will be maintained.

First off - What are the differences between this and buddylist?

Buddylist is a great module to build Social Networks; maybe it’s the central
community module. "Old" buddylist is great, but is not very easy to modify or
adapt. Buddylist2 is split into API und UI, so that there can be many different UI´s.
All listings are done with Views, so you can place it where you want. Furthermore
there is the possibility to use workflow-ng for notifications (needed configurations
are available out of the box - just adapt it via workflow-ng UI)

Buddylist2 contains several buddy-releated modules:

Buddy API
Buddylist UI
Buddy API Shortest Route
Buddy API Invite

Buddy API
Buddy API allows users to generate social networks. The API itself has no UI and
will not do anything by itself. All functions are
commented, so see the code for detailed information.

Buddylist UI

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-03
notes snapshot
Download · Release Recommended
5.x-1.0-beta2 2008-Aug-02
notes for 5.x

Find out more · Bugs and feature requests

Fancy Slide
By chris.cohen on the 11th of September,
2009

Fancy Slide is a jQuery slideshow


module with a fancy interface. Check
out our demo! It has the following
features:

Automatically advance to the next


slide after the specified delay, or
manually advance to the next slide.

820 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Thumbnails of each slide to allow manual advancement.


Descriptions of images read automatically from image alt text.
Integrates with CCK imagefield.
Integrates with imagecache to automatically size images.
Integrates with nodequeue to give fine control over content and order of
slideshow.
Choice of animations such as slide or fade.
Control over animation speed between slides.

You must be using CCK imagefield for this module to work. imagecache and
nodequeue are optional extras to enhance functionality.

Ideas for new features are always welcome. Please create an issue in the issue
queue.

Version Date Links Status


Download · Release Recommended
6.x-2.5 2009-Oct-02
notes for 6.x

Find out more · Bugs and feature requests

Activitystream for Youtube


By heshanmw on the 28th of February, 2009

Activity stream module integration to


Youtube

Required : activitystream

Current maintainers:
* Heshan Wanigasooriya - (heshan@heidisoft.com)
* Back port to D5 was done by Thomas Cermak ( http://drupal.org/user/167047 )

Follow Me
Follow me on Twitter
Facebook

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

821 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Super Nav
By chrisshattuck on the 21st of February, 2008

Important! I have released a new


module called Navigate based off of the
ideas behind Super Nav, with some
marked improvements and structural
changes which should eliminate some of
the compatibility issues several people
have been having with Super Nav. Some
of the changes include:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-31
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Navigator
By nestor.mata on the 21st of May, 2008

Merging with Taxonomy Blocks:


In a move that might decrease confusion, Taxonomy Blocks module will merge
with Taxonomy Navigator and will deprecate this module.
All functionalities from Taxonomy Navigator will be integrated into Taxonomy
Blocks from version 2.x. By the moment this module is still valid, we will indicate
when the new version is stable so you could move and keep your actual
functionalities in your site without any problem.

What this does?


Perhaps I should first talk about what took me to create this module.
I had the need to have a navigation block that shows the taxonomy terms of a
category. I needed that this links refer to a view passing the term id as a
parameter and that the term be highlighted as active if viewing a node that
contains that term or if looking at the view with that term as parameter.

So, I created this simple module to do exactly that, and it is configurable to match
your needs and be able to change the base view or path for those links.

Resume of characteristics:
Enable a navigation block for each taxonomy category and enable the possibility to
set a base link for each block links passing the term id as parameter.
If you are in a node that contains one or more terms that are in that navigation
block it will mark those term links as active.

822 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-30
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Sep-07
notes for 5.x

Find out more · Bugs and feature requests

File Node
By yookoala on the 17th of April, 2009

This module create a new content type that is actually an uploaded file. We can
therefore unify the administration to file upload with nodes.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-May-30
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-May-30
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Autotagger
By sdrycroft on the 5th of June, 2008

The Taxonomy Autotagger will


automatically tag a node with terms
from a vocabulary that the node's
content type is associated with if the
terms (or the terms' synonyms) are
found in the content of the node itself.

Due to the Drag'n'drop interface that


Taxonomy Autotagger uses, the module
requires the jQuery UI module.

Development of this module was carried out by Simon Rycroft and funded in part
by the EDIT project

As of 6.x-1.27, it is possible to Automatically tag all content already present on


your site. This is done by selecting the content type you would like to search from
the Autotag settings page ("admin/settings/autotag").

Version Date Links Status

823 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.27 2010-Jan-25
notes for 6.x

Find out more · Bugs and feature requests

Simplenews Multiple Signup Block


By zoo33 on the 8th of September, 2008

This small add-on module to Simplenews provides a new block which lets users
subscribe or unsubscribe to all of your newsletters in a single operation.
Simplenews itself provides one block for each newsletter, which is good in some
cases, but can make your site look cluttered if you have many newsletters. This
module takes the combined form that Simplenews already provides at
newsletter/subscriptions and displays it in a block.

The goal is to eventually have this functionality included in Simplenews proper.

Written by Hannes Lilljequist / SthlmConnection.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-18
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Dec-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 123 124 125 126 127 128 129 130 131 … next ›
last »

Page break by AutoPager. Page( 128 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

824 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Add to Cart Tweaks


By rszrama on the 19th of May, 2009

The UC Add to Cart Tweaks product feature allows you to alter ways the
add to cart form behaves for any product in your Ubercart store. The
current tweaks provided allow you to empty the shopping cart when the add to
cart form is submitted and to alter the add to cart redirect URL. Extra integration
with Ubercart's product classes interface allows you to set default Add to Cart
Tweaks on every product created of any given product class.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-May-19
notes for 6.x

Find out more · Bugs and feature requests

UC Ordered Products Reports


By rszrama on the 20th of May, 2009

The UC Ordered Products Reports module adds reports to user profiles


and the administrator reports area showing all the ordered products by
the specific user or by all users on the site. The fields on each report are
configurable in the store report settings, along with the name of the tab used for
the report on profile pages and the types of product nodes included on the report.
The actual display of the report is sortable and filterable by year. Additionally,
users may show the entire report on a single page to see a grand total of all
purchased products, and administrators will have the option of exporting data from
a report in a CSV file.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-May-20
notes for 6.x

Find out more · Bugs and feature requests

Custom Formatters
By Deciphered on the 30th of December, 2009

The Custom Formatters module allows users to easily create custom CCK
Formatters without the need to write a custom module.

#D7CX: I pledge that Custom Formatters will have a full Drupal 7 release on the
day that Drupal 7 is released.

Features:

825 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Two different editor modes:


[D6] Basic: A HTML based editor with Token support.
Advanced: A PHP based editor with support for multiple fields and
multiple values.
Support for:
CCK fields.
[D6-1.5b1] CCK 3.x Multigroups.
Display suite fields.
Views.
[D6] Preview custom formatters during creation (requires Devel generate
module).
Clone an existing custom formatter.
Export custom formatters (advanced formatters only).
[D6] Support for the Insert module.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-04
notes snapshot
Download · Release Recommended
6.x-1.5-beta1 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Multisite API
By dalin on the 25th of January, 2008

A collection of common functions useful for administering multisites.

You don't need to install this unless required by another module


(multisite_maintenance, multisite_login), or unless you want to use these functions
for your own development.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-06
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Mar-21
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Vocabulary Relate

826 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By tom friedhof on the 19th of January, 2009

This module allows you to select related terms in taxonomy from another
vocabulary. The default taxonomy module only allows you to select related terms
from the same vocabulary.

You setup the vocabulary relationship in the "Settings" fieldset of the "Edit
Vocabulary" screen. Once this is done, you will see another "Related terms in
%vocab-name" under the "Advanced options" fieldset on the "Add term" screen.
This module uses the existing term_relation table used with taxonomy module.
You can then use the taxonomy_get_related() function from the taxonomy module
to find all related terms to the passed in term id.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

Mobile Plugin
By teemule on the 23rd of April, 2009

Provides a mobile optimized view to a Drupal site.

Version Date Links Status


Download ·
Recommended
6.x-2.0 2010-Jan-26 Release
for 6.x
notes

Find out more · Bugs and feature requests

OpenPublish Core
By febbraro on the 30th of November, 2009

This is a core set of modules used to power and customize the OpenPublish
distribution. These work in tandem with the OpenPublish Installation Profile

Version Date Links Status


Download · Release Recommended
6.x-1.12 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

FireStats

827 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Gurpartap Singh on the 23rd of October, 2006

FireStats is a web statistics system. This


module allow FireStats to monitor access to
your Drupal site. A live demo of FireStats is
available here. Please report Firestats integration module's problems in the project
issue tracker and the statistics system's problems to http://firestats.cc/

Visibility API (Optional):

Firestats module is integrated with Visibility API module to set stats collection
from specific parts of the website only; just like the block visibility setup.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-16
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Mar-16
notes snapshot

Find out more · Bugs and feature requests

CiviCRM Theme
By douggreen on the 1st of March, 2007

This is a module, not a theme. It extends the Drupal admin theme page options
(admin/settings/admin) to allow settings of custom CiviCRM user and admin
themes.

This module is developed (and partially supported) by CivicActions.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jan-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-13
notes for 5.x

Find out more · Bugs and feature requests

Quick Timetracking for Storm (Project Management)

828 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jurgenhaas on the 4th of August, 2009

Storm (http://drupal.org/project/storm) is a nice and


handy project management suite for Drupal and it
comes with organizations, projects, people, invoices,
tasks, notes, and timetracking. This module extends
the timetracking functionality by providing a simple
block which displays a list on "in progress" projects.
The user just selects one of those projects when he/she
starts working on that project and as soon as he/she
selects a different project, this module creates a
records for timetracking and allows quick access to that
record to fill in further details.

When you select a project to work on, you get the start time of that project
displayed at the bottom of the block and when you click on that date you get to
the project's page directly. As soon as you select another project to work on (or
the top-most item "no billable work") then this module creates a timetracking node
with all the relevant data. Nothing else needs to be done. This means, you don't
loose any time when timetracking!.

Ofcourse, you can define a limit for minimum time spent on a project before it gets
timetracked. By default this is 5 minutes and if you work on a project shorter than
that, no timetracking record will be created.

Future Plans
Version Date Links Status
Download · Release Recommended
6.x-1.0 2009-Dec-07
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 124 125 126 127 128 129 130 131 132 … next ›
last »

Page break by AutoPager. Page( 129 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

829 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Please register
By tomaszx on the 15th of April, 2008

A module that provide a simple block to show anonymous users


what can do it and what cannot do before they register.
List of permissions is calculated from anonymous and
authenticated roles and merged with order: deny first, allow
after.

Additional we can set own allow and deny list of words and select
who should see it.

This is useful when we have a website and we wish that users will
register on our website and why they should do it.

This module is independent from any type of database.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Jul-28
notes for 6.x

Find out more · Bugs and feature requests

Tetris
By skinhat on the 13th of December, 2008

Plays the game 'Tetris'. The tetris images and background can be
themed to your site. The game is javascript (original javascript script
by Joan Alba Maldonado) based and is a block. The user who gets the
highest score has his name saved. The game win messages are
configurable in the configuration settings. Also the URL of the blocks
and the size of the block, key strokes and game speed can be set in
the configuration settings. By default you use the keyboard but you
can change to a mouse in configuration.

Version Date Links Status


Download · Recommended
6.x-1.6 2009-Mar-03
Release notes for 6.x
Download · Recommended
5.x-1.6 2009-Mar-03
Release notes for 5.x

Find out more · Bugs and feature requests

830 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Node Access
By rszrama on the 27th of June, 2008

UC Node Access lets you attach Node access features to products in your
Ubercart store. These features allow customers who purchase the product to
receive view access to nodes on your site either indefinitely or for a limited time
based on the feature's settings. UC Node Access does not handle access grants
itself but rather depends on other modules to define handlers that integrate UC
Node Access with the various node access modules developed for Drupal.

Currently integrated node access modules include:

ACL + Content Access - adds the customer's user account to the ACL defined
by Content Access and adds expiration information beside the names in the
Grant view access fieldset of the Access control tab for nodes governed by
Content Access.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-08
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

Mail Comment
By Ian Ward on the 16th of November, 2009

About Mail Comment

This is a gateway module for responding to posts via email. It links outgoing
notifications emails with incoming email responses using a combination of mail
parameters and digital signatures.

When enabled, it adds to outgoing notifications emails a message that looks like:
((( Reply ABOVE this LINE to POST a COMMENT )))
Then the receiver just needs to reply to the mail and the text above will be posted
to the original thread as a comment.

Upgrading to 6.x-1.0

Please see the section called "From 6.x Beta 4 to 6.x Beta 5" which applies to
Beta5, Beta6, and the newest stable release, 6.x-1.0. Beta5 was released with a
critical issue which was fixed soon after in Beta6. 6.x-1.0 fixes one significant issue
in Beta6.

831 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Dependences and Versions

Mail Comment 6.x-1.0-beta6 was tested using Notifications and Messaging


versions 6.x-2.2
Mail Comment requires Mailhandler version >= 6.x-1.10
If you are using version 5, beta 2, please use the latest releases of
Messaging and Notifications
If you want to use this with OG please see #521446: og_notifications
doesn't play nice with other modules implementing message_alter .

Documentation

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-18
notes for 6.x
Download · Release Recommended
5.x-1.0-beta3 2009-Nov-16
notes for 5.x

Find out more · Bugs and feature requests

User News
By jerdiggity on the 5th of October, 2009

The User News module allows each member of your Drupal


site to individually create and publish news articles, with each
member having his/her own individual RSS feed. A block is also
provided which collectively lists all the site's "Latest news
articles."

If this sounds "familiar" to you, it'd probably be safe to say that


you've been using Drupal enough to the point that you might
be considered what some refer to as an “expert” (of course
that's just my opinion, but nonetheless). The reason? This
module's platform is based heavily on that of the Blog module which is one of the
(optional) core modules that ships with every download of Drupal itself.

So... Why would such a module exist?

Great question.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-08
notes for 6.x

832 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Collection
By Xen on the 30th of March, 2009

The collection module provides a simple way to group nodes


into a 'collection' with an associated node. For instance, a news
site might want to group articles together under a given topic,
and allow users to jump between articles.

Version Date Links Status


Download
Recommended
6.x-2.4 2009-Oct-22 · Release
for 6.x
notes

Find out more · Bugs and feature requests

Node Cloud
By mfredrickson on the 26th of June, 2007

Node Cloud reuses the popular "tag cloud" idea, but allows one to use nodes as the
items in the cloud, instead of terms or tags. Node Cloud is a view plugin that
presents the data returned from the view as a cloud of text, with the importance of
each node indicated by the size of the text.

Node Cloud is fairly easy to use. To create a node cloud, go to your views
administration pages, choose a view, and select "Node Cloud" in the drop down list
of views plugins for either the page or block view. Choose two ordering criteria.
Node cloud will do the rest.

Node Cloud tries to use some sane defaults to provide good out of the box support.
Getting to know the default behavior will help you better understand what kinds of
clouds you can create:

The order of the nodes in the cloud is controlled by the first sort order in the view.
For example, you may wish to sort your node alphabetically or by creation date.

The size of the individual items in the cloud are controlled by the second sort order
in the view. This sort should always be numerical. For example, you might size
your nodes on how many votes each has received.

If you supply any fields, they will be displayed in the cloud. If you don't select any
fields, a title link for each node will be used.

Version Date Links Status


6.x-1.x-dev 2008-Jun-02 Download · Release Development

833 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
5.x-1.0 2007-Jun-26
notes for 5.x

Find out more · Bugs and feature requests

Profile Blog Information


By mfer on the 4th of August, 2008

The Profile Blog Information module allows a user to add their blog url, blog title,
and RSS feed to their profile. The provided RSS feed is aggregated via the core
aggregator module. Administrators can configure the user settings in the same
ways a profile field can be configured and the RSS feed can be configured in the
same way a feed input directly to aggregator can be configured.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-05
notes for 6.x

Find out more · Bugs and feature requests

IndexPage
By NancyDru on the 4th of March, 2005

This module displays customizable index pages for each node type, with
alphabetical, taxonomy, and user filters.

For more information read the Handbook page.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jul-21
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Jul-17
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Jul-17
notes for 5.x

Find out more · Bugs and feature requests

uc_tablequote

834 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By fivepoints on the 30th of March, 2009

This module is strongly based on


uc_ratequote.module.
The main difference from uc_ratequote.module is
that it can add a shipping type based on weight or
order total.

Please download the 2.x version, the 1.x


doesn't work with drupal 6.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Mar-31
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 125 126 127 128 129 130 131 132 133 … next ›
last »

Page break by AutoPager. Page( 130 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Dynamic Dashboard for Storm (Project Management)

835 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jurgenhaas on the 4th of September, 2009

You know Storm? A great project


management suite based on Drupal. If
there was a downside it's the fact that
it's all good old html and navigation is
therefore a bit outdated. This is now
history: Storm Dashboard is a very
powerful yet simple to use dashboard
which needs just one pageload and
everything else is done dynamically by using JQuery.

It's all themeable and it does not require any configuration. Just download it,
install it and have fun dahsboarding - dynamically!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-07
notes for 6.x

Find out more · Bugs and feature requests

Panels Everywhere
By merlinofchaos on the 29th of December, 2009

Panels Everywhere is an advanced method to completely do away with Drupal's


restrictive blocks system and instead use the much more freeing Panels Layout
system to control how your pages look. Panels Everywhere modifies the page as it
is being rendered to 'wrap' the content in a display and can even take over your
page theme to do away with the need for a page.tpl.php.

Doing this requires that you set up a few things properly, because Drupal is not
really designed for this kind of behavior. Be sure to read the README before trying
to use this module.

This module requires both the Panels module, and the Page Manager module from
the Chaos Tools Suite.

Themes with Panels Everywhere support

The following is a non-exhaustive list of themes that are known to have support for
Panels Everywhere:

Tinsel - Garland converted to use for Panels Everywhere


Panany - Very nice simple theme by jwolf, has extra Panels Styles also.
AT Panels Everywhere - Jeff Burnz version of Adaptive Theme with Panels
Everywhere support.

836 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

View own
By djuba on the 1st of September, 2008

Module adds 'view own content' and


'view any content' permissions for all of
content types.
So, administrator can build a more flexible system of rights.

For example, admin can add 'view own question content' for role 'clients' and 'view
any question content' permissions for support engineer so, clients can see only
own questions and technical support engineer can see all questions from all clients.

NEW! If you using CCK, you can check new feature 'view content via
field_reference'.

Also, see another content access modules:

Node privacy byrole


Actions
ACL
Content access
Node access
Nodeaccess
Nodeaccess User Reference

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Sep-04
notes for 6.x

Find out more · Bugs and feature requests

Apache Solr Autocomplete

837 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By janusman on the 27th of August, 2009

Add-on module to Apache Solr Search


Integration that adds simple
autocomplete functionality. It enforces
node access, meaning that all
suggestions are only from nodes that
the user actually has access to.

Requirements
Requires Apache Solr Search Integration versions:

Apache Solr 6.x-1.x branch: RC1 or newer


Apache Solr 6.x-2.x branch: current DEV version

If you have a stopwords.txt file in your Solr configuration directory, it will use that
to avoid suggesting those words. (Only tested with Jetty in current Solr
distribution)

Installation
Install and enable module. All search boxes that lead to an Apache Solr search will
automatically be autocomplete-enabled.

If you have any node access modules in place like Workflow Access, Book Access,
etc. make sure you have enabled the Apache Solr Node Access module (included
with the Apache Solr module).

Todo
The algorithm for suggestions isn't really user-tested. It's rather useless to,
say, suggest too-frequent terms that are in all your nodes.
It would be nice to have some way to track usage of these suggestions.

Want a feature? Have a suggestion? Please file an issue.

Notes
Version Date Links Status
Download · Release Recommended
6.x-1.0 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Google Search Appliance


By JacobSingh on the 8th of April, 2008

This module integrates a GoogleMini / Google Search Appliance with Drupal using

838 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

hook_search.

Currently it supports the following features:

Keyword search
Facilitates other GSA search options (e.g. meta-tag constraints)
Multiple tabs for specified Front End and Collection combinations
Arbitrary Front End and Collection combinations
Works with or without the core search.module
Caching of results to increase response time and decrease load on GSA
i18n support to limit language
Date display on search results
Type display on search results
Author display on search results
KeyMatches (recommended links)
Synonyms (alternate search terms)
MIME type display
Meta-tags (setting, and theming)
Attributes (theming)
Standard Drupal pager
Standard or custom search-result(s) theme templates
Display cached HTML version

When the first official version is released it will contain:

Advanced search screen


Date sorting
Indexing helper

Installation

1. Enable the module

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2009-Aug-21
notes for 6.x
Download · Release Recommended
5.x-1.0BETA2 2008-Apr-08
notes for 5.x

Find out more · Bugs and feature requests

839 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Ubercart Terms of Service


By pcambra on the 29th of October, 2009

This module inclueds an Terms of Service text and a [x] I agree with the Terms of
Service checkbox for the cart or the checkout page of the purchase using Ubercart.

Installation
Just enable the module, cart module and checkout module of ubercart are
required.
The configuration of this module is merged into the Ubercart pane settings.
You can configure the options for checkout in panes' checkout configuration page
(admin/store/settings/checkout/edit/panes) and for cart in panes' cart
configuration page (admin/store/settings/cart/edit/panes).

Options available for configuration:

Whether the ToS is displayed or not in cart and/or checkout pages.


The weight of the pane.
The node you want for ToS page.
In case of checkout, if the ToS is required or not.
If ModalFrame API is present, you can also select if the ToS is displayed in a popup
window.

ToS in js popup
You can enable the ModalFrame API module in order to have the Terms of Service
opened in a js popup window, you can accept the ToS from this window.
You can also disable the popup option in the settings of the module.

Theming & ToS text

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Drag'n'Drop Uploads
By Deciphered on the 11th of November, 2009

The Drag'n'Drop Uploads module adds the ability to drag an image from your local
filesystem, drop it onto a node body textarea and have the file automatically
uploaded and referenced in your node.

#D7CX: I pledge that Drag'n'Drop Uploads will have a full Drupal 7 release on the
day that Drupal 7 is released.

840 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Features:
Upload widgets support:
[D6] Drupal core Upload module.
FileField module / Drupal core File module.
ImageField module / Drupal core Image module.
Support for CCK / Field Formatters.
Support for the WYSIWYG module.
Multiple dropzones:
Customizable textarea(s)/WYSIWYG(s) dropzone.
Upload widget(s) dropzone.
Ability to hide textarea/WYSIWYG dropzone upload widget.
Upload progress bar.
Native Web Browser support:
Apple Safari 4+.
Google Chrome 2+.
Mozilla Firefox 3.6+.
Support for Google Gears:
Microsoft Internet Explorer 6.0+.
Mozilla Firefox 1.5+.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-17
notes snapshot
Download · Release Recommended
6.x-1.0-beta2 2010-Jan-08
notes for 6.x

Find out more · Bugs and feature requests

Disable user language


By kiam on the 5th of February, 2009

The module disables the language selector in the user profile form for all the users
but the first user.
The default language for the site is still selectable in the language settings page
(http://example.com/admin/settings/language).

ATTENTION
The 6.x-1.1, and the 6.x-1.2 versions contain a bug that has been resolved in the
6.x-1.3 version; if you are still using those versions, update to the latest version.

Starting with the 6.x-1.4 version, the language selector will be shown in the user

841 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

profile form for the accounts that have the change own language permission. The
feature is already present in the latest development snapshot.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-04
notes snapshot
Download · Release Recommended
6.x-1.5 2010-Jan-15
notes for 6.x

Find out more · Bugs and feature requests

Petition Node
By gauvain on the 17th of March, 2009

Module enabling the creation of Petition Nodes.

Short description:
1/ Site wide petition settings:
to enable what fields should be included in the signature form and what fields can
be exported in a csv file (you may not want users to be able to collect the email
addresses of the signers)

2/ For each petition node:


possibility to choose the fields included in the signature form. Possibility to choose
what fields to display on the result page.
Possibility to keep the signatures private (not display them at all).

3/ Upon submission of the signature form:


an email is sent to the signer with a link that must be clicked upon for the
signature to be confirmed and displayed.

4/ Reporting features:
The petition maintainer can choose to be alerted per email every nth signature.
Possibility for the maintainer to export a csv file with all the signatures.

5/ Optional geographic settings:


with the IP to country module, the countries api module and the countryicons
module: possibility to limit the petition to a geographic area (if you only want
citizens from a given country to be able to sign the petition).

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Oct-25
notes for 6.x

Find out more · Bugs and feature requests

842 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

BookMadeSimple
By MarcElbichon on the 14th of August, 2008

Use
This module will create a main book
page for content type selected in
BookMadeSimple settings. This is a
shortcut to create a node and click on
Update book outline.

A dropdown listbox will be added in


books links. Only allowed content-type (define in content-type settings) are
printed. Selecting a content type will add it as a child page of the book page.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Jan-07
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Jun-10
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 126 127 128 129 130 131 132 133 134 … next ›
last »

Page break by AutoPager. Page( 131 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mapstraction

843 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By LouBabe on the 1st of April, 2008

This module delivers support for the Mapstraction


javascript library, which provides an abstraction
layer for the various map providers including
Google, Yahoo!, and MapQuest. It allows you to
quickly display maps on your site from multiple
providers and switch between providers without
worrying about differences in their APIs.

The module provides a Views style plugin and an


API for developers to use maps elsewhere. When
the Views style is used, it will display nodes as
points on a map. The latitude/longitude points, info balloon contents, map icon,
and one or more attributes can be provided by any view fields, including those
from CCK. Other settings can be seen on the attached screen shot.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

Clean Feeds
By kbahey on the 27th of September, 2006

This module cleans all the HTML tags from RSS Feeds that you provide on your
site.

The type of nodes to clean HTML from is selectable.

The motivation is to make sure that interested feed subscribers would click to your
site to visit links.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-18
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Mar-13
notes for 5.x

Find out more · Bugs and feature requests

jQuery Interface Sortable


By marcp on the 9th of May, 2007

The Interface Sortable module makes it easy for developers to add JavaScript

844 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

drag-and-drop form elements to forms and drag-and-drop widgets to non-form


pages. It depends on the JQuery Interface module which in turn relies on the
JQuery Update module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2007-Jun-19
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Nov-10
notes for 5.x

Find out more · Bugs and feature requests

nicEdit WYSIWIG Editor


By Abandoned Projects on the 20th of December, 2007

This module has been replaced by Wysiwyg API, which (also)


integrates the NicEdit editor with your Drupal site and provides
the same functionality. Users should install or migrate to
Wysiwyg API instead.

Integrates the nicEdit WYSIWYG editor into a Drupal site. See http://nicedit.com
for more details.

Find out more · Bugs and feature requests

Node Form Rearrange


By chiddicks on the 17th of November, 2008

This module is not recommended in


cases where you use other modules
that modify the taxonomy form
elements in some regard. Many
incompatibilities (such as forum
and simplenews) have been
reported in the issues queue and
there's no good way of ensuring
compatibility with all such modules.

This module is useful only in the case where a module like Content Taxonomy does
not provide the input widget required, and the default taxonomy field does.

At the moment, this module allows form elements generated by the taxonomy
module (selects, multi-selects, autocompletes, etc. for selecting terms) to be
rearranged individually throughout the node form. It should also work for modules
that modify default taxonomy form elements, like the Hierarchical Select module.
For setting the form element weights, the content module's click-and-drag 'Manage

845 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Fields' page is used (admin/content/node-type/[content type]/fields).

NOTES: This needs to be tested thoroughly. It has only been tested with CCK
version 2. The weight of the module is set automatically in order to ensure that
this module runs after the taxonomy module. Recent versions of CCK version 2
allow for field rearranging without there being a CCK field present in the content
type.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-08
notes for 6.x

Find out more · Bugs and feature requests

Blue Droplet Video


By jbrown on the 1st of April, 2009

Blue Droplet Video and Storage API,


along with Drupal and its 5000+
contributed modules, is the premier
solution for publishing video on the
web.

Submitted videos are transcoded to


Flash format so they can be viewed
directly in the web browser.
Transcoding either occurs locally on the
website's server using FFmpeg, or using the paid transcoding service at Blue
Droplet Media.

Alternatively, editors can upload video which is already in a suitable format and
doesn't need transcoding.

There is a showcase of sites that deploy it.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-25
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Dec-29
notes for 6.x

Find out more · Bugs and feature requests

Who Bought What|Ubercart

846 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Cayenne on the 16th of June, 2009

This is for Ubercart. If you are using Ubercart to sell tickets or entries to
an event or perhaps a race, it's very helpful to have a list, per item, of
who bought what. For a competition, this will become an entry list. For
a performance, this may become your will-call attendance list.

You may simply want to know who bought what! Who are the purchasers of a
given item can be useful in any of a number of instances... recalls, promotions,
and the like.

This module collects and displays relevant information about purchases, including
purchaser name, quantity, payment status, and all attributes.

Finally, the result may be downloaded as a csv so you can do whatever you want
with it.

Version Date Links Status


Download · Release Recommended
6.x-2.10 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

User types
By TUc on the 29th of November, 2007

This modules gives you the power to make custom profiles for certain types of
users. The core profile module must be enabled for this. It let’s you determine for
which profiles a field will be active. For example: If we want a field where you can
enter who’s your favorite band, you create this field and at the bottom you can
choose for which user types (which you defined earlier in admin/user/user_types)
this field will be active using the checkboxes. It’s that simple. It's also possible to
automatically assign a role per user type.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-17
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-10
notes snapshot

Find out more · Bugs and feature requests

Autocreate Node Reference


By sunset_bill on the 13th of September, 2008

Autocreate Node Reference adds a CCK node reference field and automatically

847 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

creates the referred node by cloning a template node, and was inspired by the
discussion at http://drupal.org/node/112432. This module was developed for
http://rageagainstthecubefarm.com, where we use it in the Corporate Reviews
section to create nodes and references for both a webform and an organic group to
go along with a new corporate review posting, but it's capable of creating
references to any content type.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Oct-18
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Taxonomy Router
By rcrowther on the 13th of October, 2008

*** NOTE: You've seen that V4 is out? Please


read the message in issues. ***

Taxonomy Router pages Taxonomy


vocabularies/terms (the module treats them as
very similar items) as a list of terms or nodes.

This kind of functionality keeps appearing in taxonomy modules. So now it is a


separate module which may, for code minimalists, prove useful in itself.

Version Date Links Status


Download · Release Recommended
6.x-3.0 2008-Oct-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 127 128 129 130 131 132 133 134 135 … next ›
last »

Page break by AutoPager. Page( 132 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

848 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC Attribute Stock Filter


By henrrrik on the 3rd of January, 2009

This module checks stock levels and filters out any out-of-stock attribute
option combinations from the product page select boxes.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Mar-04
beta13 notes for 6.x

Find out more · Bugs and feature requests

Cache browser
By markus_petrux on the 15th of September, 2008

The Cache browser module provides a page (protected by 'administer cache tables'
permission) from where you can browse all Drupal cache tables, list their contents,
dump cached entries. You can also reset the contents of any cache table or delete
single entries.

Data dumps use tipical PHP var_dump format. Arrays and classes are collapsed by
default. You can expand/collapse them one by one or all at once. The
expand/collapse feature requires a javascript enabled browser and uses
Drupal/jQuery compatible methods.

For developers, function cbdump($mixed [,$varname]) is provided as an alternative


to var_dump() for debugging purposes.

The Cache browser module requires the format_number module to format floating
point numbers based on site default/user defined settings.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Feb-24
notes for 6.x

Find out more · Bugs and feature requests

Apache Solr Attachments

849 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By pwolanin on the 10th of April, 2009

An add-on module for Apache Solr Search Integration to enable indexing and
searching of file attachments.

This code is still in active development and is not suitable for most production
environments.

To make matching versions less confusing the supported release series is now
6.x-1.x DRUPAL-6--1 in CVS) - for use with the 6.x-1.x series of Apache Solr
Search Integration.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

Elements
By Dave Reid on the 31st of January, 2008

This module intends to become a repository for advanced form elements, that can
be used by other developers. Feel free to add your special elements to the issue
queue!

Supported elements

Tableselect - #242962: Add tableselect form element


Imagebutton (ripped from views)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-02
notes for 5.x

Find out more · Bugs and feature requests

Views exclude previous


By Anselm Heaton on the 9th of September, 2008

Description

The Views exclude previous module provides a views filter that excludes nodes that
have already been loaded/displayed on the current page.

850 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This is very useful when you have pages with several embedded views, and you
want to make sure that a given node only appears once in the page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Buy Me a Beer
By yaph on the 27th of May, 2007

A Drupal module that allows donations via Paypal to buy beer, coffee, tea, water or
whatever. The module is heavily inspired by Ankesh Kothari's Buy Me a Beer
Wordpress plugin.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta5 2010-Mar-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-May-27
notes for 5.x

Find out more · Bugs and feature requests

Constant Contact
By konsumer on the 28th of January, 2008

This plugin requires a Constant Contact account

The Constant Contact module integrates features from the Constant Contact REST
API into your drupal site.

You can place a signup checkbox or list selection on your register page or use the
block to place a register form on any page or sidebar of your website.

Below are the main features provided in the module:

Add signup checkbox or list selection to your register page and update profile
page
Add full signup form using a drupal block
Add / edit / delete contact lists without visiting constantcontact.com
Mass unsubscribe users in the admin area
Mass unsubscribe and delete users in the admin area

851 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

List selection on register page can be a group of checkboxs or a multi-select


drop down
Exclude certain contact lists from the register page list selection
Automatically subscribe your user to one or more contact lists on the register
page
Customize the register page signup box title and description
Errors are logged to the admin panel to notify you of any problems
Allow users to choose HTML or Text email

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc3 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Reroute Email
By kbahey on the 25th of July, 2007

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.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Quick Admin Modules


By starbow on the 22nd of February, 2008

Add client-side dependency checking to Modules Administration page.

If you have ever been frustrated having to submit the Modules page multiple times
to turn off a set of nested modules, this module is for you. When you click a

852 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

checkbox to turn on a module, it also turns on all the modules it depends on. And
when you turn off a module, it turns off all of the modules that depend on it.

Super simple, and on my list of things to try and get into Drupal 7.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta 2008-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Select translation
By Anselm Heaton on the 17th of June, 2008

Description

Select translation implements a Views filter which allows you to select, for a group
of nodes representing a same translation, which of the translation should be
displayed.

The options are :

Use current language ; if not available use original language


Use current language ; if not available use default language ; if not available
use original language
Provide a list of languages, so that the most appropriate language is selected.
The list can contain the special values 'current', 'default' and 'original' for,
respectively, the current language, the default language and the node's
original language.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Feb-17
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 128 129 130 131 132 133 134 135 136 … next ›
last »

Page break by AutoPager. Page( 133 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

853 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Previous/Next API
By kbahey on the 7th of May, 2009

An API for browsing next/previous nodes without overloading your database


server.

Description
This module allows you to know the previous or next nodes for any given node.
This is very useful for providing navigational links to the user without the
expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

Usability/Navigation

For example, on a site with a gallery of images, you want to show a next/previous
link with a thumbnail under each image. Your site's visitor click on the link to show
new content or browse it.

Scalability

Although the previous and next nodes can be deduced with some SQL work, the
queries to do so are very heavy on the database, and can bring a site to its knees.
This module solves this problem by storing the previous/next node in a table so
lookups are fast. Once the module is installed, it will build this index backwards via
cron until all nodes have been indexed. See the "More Info" section below for a
detailed post on the positive scalability impacts of implementing this module.

Configuration
The module can be restricted to certain content types to be included in the
previous/next indexing. For example, you want the site's visitors to browse
through video and image nodes only, but not blogs and regular pages.

Version Date Links Status

6.x-1.x-dev 2010-Mar-10 Download · Release Development

854 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot

Find out more · Bugs and feature requests

Delegate Menu Administration


By justindodge on the 1st of June, 2009

Summary:

Allows you to allow select user roles to


administer individual menus or menu items.

Quick Start:

1. Enable the module


2. Go to 'admin/user/permissions' and give the 'administer some menus'
permission to any role that you want to give administrative access to all or
part of a menu.
3. Go to 'admin/build/menus' (with the super user or another user with
'administer menu' permissions) and check which roles you would like to
administer which menus.
4. If you don't want to give complete admin access to a whole menu, click on
one of the menu links and give admin perms to only the sub-trees or
sub-items of your choice.

If you gave a role an entire menu to administer, they'll be able to visit the
'admin/build/menus' page themselves and see all (and only) the menus they have
access to.

If you gave a role only partial access to a sub-tree or sub-item, they'll be able to
select that item from the Menu drop-down from the node form when
adding/editing a node , or when editing that menu item itself or one of it's
sub-items.

Unfortunately, there is no dedicated administration pages yet for users that only
have partial admin access to a menu, so they'll be able to administer those menus
only via the node form, or by knowing the url to edit a menu item and select it's
parent from there.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-02
notes for 6.x

Find out more · Bugs and feature requests

855 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Profile
By indytechcook on the 3rd of October, 2009

Integrates the profile module with Ubercart. This module creates a checkout pane
called "Profile" that pulls in all of the fields from a profile category called
"ubercart." The fields will be saved
against the users profile.

Instructions for use:

Create the profile fields with a category called "ubercart" (case sensitive).
Enable the pane at 'admin/store/settings/checkout/edit/panes'.
Set the pane's title under the Profile Panes settings. This will also change the
title of the pane on the profile page and anywhere else the profile is
displayed.

Initial development was sponsored by Tree House Agency.

*** This module is looking for a new maintainer. ***

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-25
notes for 6.x

Find out more · Bugs and feature requests

Search Ranking
By BlakeLucchesi on the 25th of June, 2008

Summer of Code 2008 Group Page:


http://groups.drupal.org/soc-2008
Summer of Code 2008 Search
Ranking Project Wiki:
http://groups.drupal.org/node/10906
Module Project Page:
http://drupal.org/project
/search_ranking
Module Issue Queue: http://drupal.org/project/issues/search_ranking

About:
This module was created for the Drupal CMS as part of a Google Summer of Code
2008 project. This module allows Drupal 6.x users to take advantage of a new
feature that will be available in Drupal 7.x (thanks to douggreen) that enables
search results to be scored differently based on a number of ranking factors.

This module overrides the default search provided by node.module. Site

856 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

administrators who are looking to use this on an existing website will not have to
worry about users with bookmarked search pages getting 404 errors because it
seemlessly overrides the search behavior provided by node.module while
extending the ranking factors by providing hook_ranking().

If you have ideas for other ranking factors or other features please add a new
issue to the queue so that it can be discussed, planned, and executed.

Features

Features support for the following scoring factors out of the "box":

- Relevance (keyword relevancy score)


- Sticky
- Promoted
- Recency (time posted)
- Comment (number comments)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Sep-03
notes for 6.x

Find out more · Bugs and feature requests

Contact Form On Node


By cfab on the 20th of July, 2009

This simple module add a contact form right under the node. You can choose:

to add a contact form on teaser,


to add a contact form on full view,
to add a contact link on teaser,
to add a contact link on full view,
which content types these settings will apply to.

This check if user has rights to access contact forms.


It needs Contact module.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

OpenX Manager

857 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By brmassa on the 16th of August, 2008

Control a OpenX (formerly OpenAds)


server from a Drupal site.
For displaying the ads, use the
OpenAds module.
Requires OpenX 2.6 or higher.
Note that the OpenX API itself is still in
the early stages of development and not all options are available.

Features
Advertisers, Campaigns, Banners, Managers, Publisher, User and Zone
Granular permissions for Create/Edit/Delete/View
Link Zones to Campaigns or individual Banners
Import data from existing OpenX server
Drupal users as OpenX advertisers, managers and publishers
Views integration
Lightweight: only load code when needed
XHTML, PHP, Drupal and JavaScript code standards compliant

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-07
notes snapshot
Download · Release Recommended
6.x-1.02 2009-Aug-07
notes for 6.x

Find out more · Bugs and feature requests

Comment edited
By snufkin on the 22nd of December, 2008

This module displays a customizable message at the bottom of a comment when it


has been edited. The message by default is wrapped into a div, but it can be
overridden by implementing the theme function theme_comment_edited() in your
theme. Also there is a configuration option which forces the module to print this
message into the $comment->comment_edited variable instead of the
$comment->comment , so you have more freedom in where to place the message.

Planned changes

6.x-1.3

- add a reason for edit field for moderators

Changelog

858 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

6.x-1.2

#350954: Control who can see message


#400424: Option to put "edited by" string below comment body
#350955: Write documentation (code and drupal.org) for 1.2 release

Themers are now able to place the comment edited message elsewhere. For this
select the "Use template" option in the configuration page, then in your preprocess
function use the $comment->comment_edited property. It contains the themed
messages.

A new theme function is responsible to render both of the messages now:


theme_comment_edited_messages($messages)

Time limited editing is one of the upcoming features, allows administrators to set
an time period during which comments are editable. It comes with permission for
each content type to skip this edit restriction, so moderators can operate still.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-29
notes for 6.x

Find out more · Bugs and feature requests

Country Icons
By mrfelton on the 15th of April, 2009

This module provides a set of country icons and an API for retrieving and
displaying them. It was originally designed for use with the ip2cc module, which
stores it's own set of country icons. I wanted to extract these icons from the ip2cc
module as it really is additional functionality to that module, that is probably not
needed by the majority of ip2cc users. However, it seems apparent that several
other modules also include their own set of country flag icons, and would possibly
benefit from sharing the resource...

Currently there are 5 API functions:

theme_countryicons_icon
theme_countryicons_sprite

countryicons_get_iconsets
countryicons_get_iconset
countryicons_get_icon_path

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-27

859 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Ubercart Auction
By Garrett Albright on the 25th of September, 2008

This module allows you to auction off products in your


Ubercart store. When a product is put up for auction,
users can no longer add the item to their cart, but they
may place bids on it until the auction expires. The user
that placed the highest bid on the product will then be
able to add it to their cart and purchase it at the price
they bid.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-26
notes snapshot

Find out more · Bugs and feature requests

Scripture Filter
By Steve Simms on the 21st of August, 2004

This is a simple filter module. It converts a Scripture reference into a clickable link
that points to one of numerous on-line Bibles.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-May-21
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-May-21
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 129 130 131 132 133 134 135 136 137 … next ›
last »

Page break by AutoPager. Page( 134 ).

860 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Click HeatMap
By boombatower on the 27th of January, 2008

The Click Heatmap module provides


integration between Drupal and the
ClickHeat library. The module itself
does not record any data or generate click heatmaps. Instead the module provides
a limited Drupal related scope and injects the the Javascript necessary to record
the click data.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Sep-28
notes for 6.x
Download · Release Recommended
5.x-2.5 2008-May-16
notes for 5.x

Find out more · Bugs and feature requests

CCK Privacy
By cptnCauliflower on the 28th of January, 2009

Description

Define which cck fields should be able to keep private.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

861 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Comment Delete
By robphillips on the 8th of May, 2009

The comment delete module is an extension to Drupal's default abilities to delete


comments. Most notably it adds the following functionality:

Adds the ability to define what to do with comment replies; either remove or
move up one level.
Users can manually choose what to do with replies or an administrator can
set a default action to take on those replies.
Overrides the default comment delete page, so no extra work is needed to
implement.
Adds permissions for comment authors to be able to delete there own
comments.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-24
notes for 6.x

Find out more · Bugs and feature requests

Patterns
By sarvab on the 4th of March, 2008

Complex websites and web applications can be created by combining


configurations of Modules, Content Types (CCK,) Views, Panels, Menus, Blocks,
Categories, Roles / Permissions, etc.. This site setup and configuration process is a
very time consuming and repetitive bottleneck.

Patterns module is built to bypass this bottleneck by managing and automating


*
site configuration. Site configuration is stored in XML or YAML files called Patterns
which are easy to read, modify, manage, & share and can be executed manually or
as a part of an automated web site deployment.

MINI-FAQ: Patterns Frequently Asked Questions (read full handbook page)

* YAML support requries SPYC YAML parser, which needs to be downloaded


separately from http://spyc.sourceforge.net/ and unpacked into the Patterns
module directory. ie: modules/patterns/spyc

With minimal effort, a site administrator can write a single Pattern that will
simultaneously create and fully configure (or reconfigure) any number of:

Content Types (CCK)


Views

862 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Imagecache presets
Menus / Menu items
Blocks
Content
Users
Profiles
Taxonomies / Terms
Pathauto settings
System settings (enabling modules etc)
Permissions / Roles

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-13
notes snapshot
5.x-1.1- Download · Release Recommended
2008-Nov-26
alpha2 notes for 5.x

Find out more · Bugs and feature requests

Agreement
By yuriy.babenko on the 13th of January, 2009

The Agreement module allows the administrator to present a text-based


agreement (think "Terms of Service") that users of a particular role must accept
before they are allowed to access the site. The agreement is presented to users
right after login, and must be accepted before the user can navigate to another
page. Users will still be able to access the homepage () and /logout without
accepting the agreement; all other pages will redirect the user to the agreement
acceptance form.

The following options are configurable from the module's settings page:

User role to which the agreement is restricted


The agreement page title
The agreement text
The agreement page URL
The success & failure messages presented to the userv
The checkbox & submit button texts

Additionally, theme developers can also override theme_agreement_page() , which is


the theme function responsible for agreement page presentation.

There are modules (Terms of Use and Legal) which provide similar functionality

863 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

during registration. The Agreement module provides the functionality to show an


agreement to an existing user base, without requiring the users to re-register.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

Package Tracking for Ubercart


By TR on the 18th of February, 2009

Tracking information is probably the most important thing the customer is


interested in seeing after an order is placed! The customer wants to know "Where's
my stuff?", and you don't want him bugging you about it.

This module lets your customer (or you, the admin) track shipped packages. It
uses a hook to interface with installed shipping methods, so it can support tracking
packages sent by any carrier, provided the hook is implemented. This module
comes with hooks pre-written for FedEx, UPS and USPS.

It works by modifying the user order history page (e.g. user/4/orders) to display a
clickable tracking number (or numbers) associated with each order. The user can
click on the number and get real-time tracking details for his merchandise.

I decided to display the tracking number on the order history page so the customer
wouldn't have to drill down and look for the tracking number - it should be right up
top, since it's the thing they care about most. (This active tracking link should also
be available on any page where the tracking number appears, but to do that easily
requires modifications to the core Ubercart modules.)

To Use:
Install the uc_tracking module. Enable it at admin/build/modules.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-27
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Dec-19
notes for 5.x

Find out more · Bugs and feature requests

UC Product Triggers
By mikey_p on the 17th of April, 2009

UC Product Triggers provides triggers for the Conditional Actions module bundled

864 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with Ubercart for common product related tasks, such as adding or removing a
product from the cart.

Requirements

Ubercart 6.x-2.0-rc1 or higher.

Credits

Original development sponsored by FourChords Creative LLC.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Nov-06
notes for 6.x

Find out more · Bugs and feature requests

Google Translate Links


By Wicher Minnaard on the 5th of June, 2009

This module generates a block containing images of country flags. Users can click
these to take them to the Google Translate version of the page.

Google Translate will access your pages as an anonymous user, so this module will
run some tests to determine whether to show the block. There's no use in showing
the block if Google cannot reach the page, and therefore, some pages will not
show the block.

Configuration of which languages to offer is done via the file system - refer to
README.txt for details.

Nightlies from the 6.x-2.x-branch can be had here. This is where new features are
fielded.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta5 2010-Jan-23
notes for 6.x
Download · Release Recommended
5.x-2.0-beta5 2010-Jan-23
notes for 5.x

Find out more · Bugs and feature requests

Node reference auto-create

865 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By boombatower on the 12th of June, 2009

Provides an additional CCK widget type


for the base field node reference. The
auto-create widget type provides a
text-field for input of the node title like
standard node reference fields, but
instead of linking to existing nodes it
creates a node with the specified title on save. When the title is changed during
subsequent node saves the referenced node title is changed as well.

This module was sponsored by Jim Hollcraft of Software Professionals, Inc. and
created by Boombatower Development.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-13
notes snapshot

Find out more · Bugs and feature requests

Blog title
By remi on the 6th of July, 2009

This module enables administrator to


replace the standard "user's blog" title
with the value stored in a user profile
field. It requires the blog and profile
modules provided with Drupal.

The functionality is limited to changing


the blog title only, with minor tweaks for
the blog module. The module is using
values stored in the user's profile: to add
a field containing the blog title, the administrator can go to the Profiles settings
page and add a field, and view the Blog title settings page to select that new field.

Ability to add a slogan and description (or "mission") to a blog will is planned for a
future release. No other functionality is planned for this module.

If you need more advanced settings, do not wish to have the blog title stored in
the user's profile, or wish to use tokens, you may want to try Advanced Blog.

Important note (December 9, 2009):


Because I recently moved in Japan and moved in my new apartment this week, I
didn't have a chance to maintain my Drupal projects for the past two months.
Some members of the Drupal community found bugs in the current release of this
module and took time to correct them. Before I release an update, hopefully this
month, an unofficial version of the module reviewed by the community is available

866 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

at the following:

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 130 131 132 133 134 135 136 137 138 … next ›
last »

Page break by AutoPager. Page( 135 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Sheetnode
By infojunkie on the 12th of November, 2008

Sheetnode integrates the JavaScript spreadsheet


engine SocialCalc as a new node type in Drupal.
SocialCalc was written by Dan Bricklin, co-author of
the original VisiCalc spreadsheet app in 1979, and is
used in the OLPC XO laptop and the SocialText
Collaboration Platform.

WHAT CAN YOU DO WITH IT?


Create nodes that are spreadsheets, complete
with formulas and formatting
Refer to cells in other spreadsheet nodes
Use the standard Drupal search to find content inside cells
Save sheets as templates that can be reused when creating new
spreadsheets
Import from / export to Microsoft Excel files (currently being rewritten to

867 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

get rid of Java dependencies)


Export to OpenOffice.org Calc files
Import from Google Docs spreadsheets
Create views that show results in spreadsheets, complete with formulas,
formatting and result expansion
Create views that let you export their data to Microsoft Excel and OOo Calc
files
Check the Roadmap below for upcoming features.

QUICK HOWTO: SPREADSHEET VIEW


Install Views and this module (only Sheetnode module needed)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

vCard
By walkah on the 18th of July, 2006

The vCard module adds a vCard download link to every users profile. This link
makes it easy to add users on your Drupal site to your local address book. Since
we love microformats, there is also a theme function (theme_vcard) for displaying
user data in the hCard format.

#D7CX: I pledge that vCard module will have a full Drupal 7 release on the day
that Drupal 7 is released.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-29
notes snapshot
Download · Release Recommended
6.x-1.3 2009-Oct-21
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Oct-21
notes for 5.x

Find out more · Bugs and feature requests

Joomla to Drupal

868 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By drupal-id.com on the 10th of June, 2008

This module enables the import of the


following content from a Joomla website
into Drupal.

Users
Sections & Categories into Taxonomy
Vocabularies and Terms
Content items to nodes

The module was developed against Joomla


1.0.x, however initial reports from the community indicate that the module also
works with Joomla 1.5.x.

Configure the module via Administer >> Site Configuration >> Joomla to Drupal,
and run the import from Administer >> Content Management >> Import from
Joomla.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-31
alpha4 notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Jul-17
notes for 5.x

Find out more · Bugs and feature requests

Domain Taxonomy
By xanderz on the 7th of June, 2009

This module extends Domain Access (DA) functionality to taxonomy objects. It


makes taxonomy terms dependent on domain access rules like nodes. In practice,
it means that term editing forms are extended by new options for choosing
domains where term must be published. This options block is identical to the block
for nodes from DA, but have some additional features for allowing inheritance of
domain rights to child nodes or terms.

And when you create nodes with term which have assigned domain right, than
term right inherits to this new nodes.

Filtering of terms list for current domain is organized by proccessing


db_rewrite_sql hook on taxonomy select queries.

This module useful for many other modules, like Forum which can excellent work
with DA module on nodes (topics) listing
level filtering for domain accessibility, but forums and containers can`t be assigned
to different domains. And Domain Taxonomy module help to solve this.

869 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jun-23
notes for 6.x

Find out more · Bugs and feature requests

Facebook status
By yelvington on the 21st of August, 2007

This very simple module is ideal for a single-user, personal site. The fbstatus
module fetches your current Facebook status, using an individualized RSS feed
provided by Facebook, and provides it as a block that you can display on your site,
without entanglement with the RSS aggregator.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-May-24
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Nov-22
notes for 5.x

Find out more · Bugs and feature requests

Organic Group Statistics


By dereine on the 29th of May, 2009

Adds statistics to organic groups:


- count of nodes, comments and members
- last node/comment/member

So the user could sort groups by the count of members

The module was initially developed at http://drupal.org/node/336500

I would like to have more testers users and feature requests, please post an issue.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

CCK Field Definitions


By vkareh on the 25th of November, 2008

870 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The purpose of this module is to display to the user a list of content type fields,
along with their descriptions, in a dictionary-like fashion. This is especially useful
for CCK content types that have a large amount of fields (hundreds) because it
allows for viewing all the fields at a glance and studying the definitions without
having to go into the actual node creation form.

This functionality can be enabled/disabled for any content type. It also supports
collapsible fieldgroups and weight-based sorting for displaying the fields in a
human-friendly way.

Users with the correct permissions are also able to modify the definitions in-place,
which is useful for non-technical users that need to revise field definitions
periodically. All the changes are reflected immediately in the corresponding content
type form.

This module depends on CCK.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-29
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jun-25
notes for 5.x

Find out more · Bugs and feature requests

Node Form Template


By effulgentsia on the 21st of December, 2008

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>_node_form() function in the
theme's template.php file. However, this is less convenient and less powerful than
taking advantage of Drupal's templating system. Why not be able to override by
placing a node-form.tpl.php file in the theme's folder and allow modules to use
preprocess functions for customization? This module allows exactly that.

If you want, take a peek at the module's default node-form.tpl.php


implementation, which includes documentation you might find useful before
deciding if you want to use this module.

This module also lets you have type-specific tpl files. For example, a node-form-
story.tpl.php file if you want to customize the node editing form for story nodes
only. However, to take advantage of this, you need to have a copy of a default
node-form.tpl.php in the same folder as the type-specific one. This is due to
drupal's way of handling template suggestions.

871 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Apr-27
notes for 6.x

Find out more · Bugs and feature requests

Media: Archive
By winston on the 15th of July, 2009

This module currently provides support for Archive.org audio to Embedded Media
Field.

Future development will further support the Media module.

To Dos:

1. Will add support for multi-track items shortly.


2. Willl add support for Flowplayer and MP3 Player (1pixelout) modules.

Thanks to jspayne for supplying the initial patch in the emfield queue.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-08
notes snapshot

Find out more · Bugs and feature requests

872 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Frameprevention
By mellow7 on the 3rd of June, 2006

This module prevents your site from being framed by another one by adding a
Javascript frame buster (also known as a frame breaker) to your site.

Examples of sites that use framing include Digg (with the DiggBar), StumbleUpon,
and Facebook.

Updates/Features
-----------------------
- Disable the module for selected pages/nodes (e.g. img_assist)
- XHTML DTD supported for the javascript

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-21
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 131 132 133 134 135 136 137 138 139 … next ›
last »

Page break by AutoPager. Page( 136 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Get Content Type


By NancyDru on the 30th of January, 2008

The get_content_type module fills an oversight by the D5 developers. When they


moved the part of CCK (sometimes called CCK-Lite) into core for creating new
content types, they forgot the analog to taxonomy/term/xxx, that is

873 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

node/type/xxx. This simple module provides that function.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-31
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-31
notes for 5.x

Find out more · Bugs and feature requests

Comment Display
By sun on the 26th of October, 2008

Prevents rendering of comments inside of nodes and provides them as separate


page element instead.

With this module, you can place the $comments variable anywhere in your
page.tpl.php. However, if you do not output $comments in your template, no
comments will be rendered at all.

Also, this is a nice and simple example of what can be achieved with the new menu
system and theme registry in Drupal 6.x. Hopefully, this module does not need to
be ported to Drupal 7.x... Any takers?

sun cries every time he looks at that ugly code in node.module...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-26
notes for 6.x

Find out more · Bugs and feature requests

Gallery Assist Upload and Import Helper


By jcmc on the 10th of December, 2009

This modul should help to add images or extract images from zip-files and add to
Gallery Assist galleries from a import folder.

What does Gallery Assist Upload and Import Helper

This module extends Gallery Assist currently with a very small help for adding
multiple images to a gallery.
This help consists of only two features at the moment.

1. The one: Add images from import folder to the gallery

874 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. The other: Upload a zip file, unpack it and add the images to the gallery

I have published this release due to the many requests.


It is currently recomended for one user websites.

What you have to considered

The only supported Packagge format is the ZIP-Format.

Behavior of the currently existing features

Gallery Assist Upload and Import Helper create a import folder in each
Gallery_Assist user folder.
All pictures found in the impor folder will be added to the gallery.
The content of all zip files found in the import folder will be extracted and
added to the gallery.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-15
notes snapshot

Find out more · Bugs and feature requests

Group Admin
By netgenius on the 23rd of September, 2009

Version 1 Features

Provides an alternative interface for adding


and removing group members, intended to be
quicker/easier to use by Group
Administrators.
Allows search by partial user name or email
address to find members and/or
non-members of a group.
Can optionally use (search and display) first-name and last-name fields
configured via Content Profile module.
Provides for display of help text (see screenshot) using any existing node,
with multi-language support (a translated node is used if available.)

Please read the documentation for further information.

Version 2 Features

Large number of enhancements, especially in configuration and access

875 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

control.
Access can now be set so that the module can be used to provide a
searchable member list (no admin access) for users/members.
Can add/remove members and promote/demote administrators, including
make user member+admin in a single pass.
Flexible access control, e.g. allow non-members to view/search for admins
but not view member list, or allow members to view/search member-list but
not non-members list.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

SPARQL
By Arto on the 17th of February, 2008

SPARQL is a query language for pattern matching against RDF


graphs. The syntax resembles SQL, making for a friendly
learning curve, but SPARQL is far more powerful, enabling
queries spanning multiple disparate (local or remote) data
sources containing heterogeneous semistructured data.

This is a module that enables the use of SPARQL queries with the RDF API for
Drupal 6.x. For more information, read the introductory posting or watch the demo
video. Be sure to subscribe to the Semantic Web group on groups.drupal.org to
keep up with the latest happenings.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Jun-06
alpha1 notes for 6.x

Find out more · Bugs and feature requests

XRDS Simple
By walkah on the 4th of June, 2008

This module is a simple implementation of the XRDS-Simple spec : http://xrds-


simple.net/core/1.0/

XRDS-Simple provides a format and workflow for the discovery


of resources metadata, and other linked resources.

876 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

XRDS-Simple is an important part of the DiSo project ( http://diso-project.org/)


and used by OpenID and OAuth for service discovery.

The module exposes a single hook_xrds() that can be used by other modules to
announce services via XRDS.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-14
notes for 6.x

Find out more · Bugs and feature requests

Menu CSS Names


By rc_100 on the 6th of October, 2009

This is a very simple module that takes the title of each drupal menu item and
adds it as a css class name to the menu's <li> element. Any character from
this title that is not an alphanumeric character, dash, or underscore is
converted to a dash; all letters will be converted to lowercase.

Using these class names, each menu item can be styled separately with css. This
is also very useful for css sprite techniques.

There are no admin settings for this module, it starts doing its work once
the module is enabled. All caches are automatically cleared at this time also.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

SEO Watcher
By pixture on the 26th of December, 2009

SEO Watcher is a module that searches specified


keywords with major search engines and checks
the rank of your site and competitive sites once
a day and creates the reports.

877 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Jan-24
notes for 6.x

Find out more · Bugs and feature requests

Scrollable Content
By good_man on the 28th of November, 2009

Scrollable Content provides a scrolling


functionality for your content. Scrollable
Content will give you a nice content
slider preview of your site's nodes, and
provides some display options.

Demos

Scrollable Content Block


Scrollable Content View likes Drupal Gardens
Scrollable Content View for conference speakers

NEW! in beta3

Views support, so you can create as many Scrollable Content Views as you
want.
Templates support, you can copy templates (.tpl) files to your theme and
start theming them.

Note: after upgrading from 6.x-1.2-beta2 make sure to revise the configuration of
the module from it's configuration page, because there are a number of changes
that might break your old configurations.

What's next?

I'm preparing a killing feature! take a look, yes a WYSIWYG themer!

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta3 2010-Feb-28
notes for 6.x

Find out more · Bugs and feature requests

878 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Preserve language
By Anselm Heaton on the 16th of June, 2008

This module implements various utilities for sites that can have an interface
language different than that of the content language.

In particular :

Alter all links to translations such that they do not change the interface
language when changing the content language
Provides an interface language switcher block. This only switches the
language of the interface (when i18n is installed, the local language switcher
block changes both interface and content language).

This module also backports the following fix http://drupal.org/node/258785 from


Drupal 7 to Drupal 6 : it ensures that content types without a language are set to
'Language Neutral' rather than the default language.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Feb-05
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 132 133 134 135 136 137 138 139 140 … next ›
last »

Page break by AutoPager. Page( 137 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

GMapEZ

879 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By berenddeboer on the 5th of August, 2008

Gives ordinary users and programmers the ability to show a Google Map on page
with no programming required.

Just stick a simple div in the content with some special attributes and a Google
Map will be displayed at that point. If you copy and paste examples. make sure
Drupal's line break filter (enabled even for full HTML!) won't make the div invalid.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-05
notes for 5.x

Find out more · Bugs and feature requests

Translation Access
By Roger López on the 21st of January, 2009

This module provides per-language access control for creating and updating nodes
by adding a list of checkboxes for each available language to the user add/edit
form (only visible to users with 'administer users' permission). These language
permissions are combined with the normal user permissions to give more
fine-grained access control.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Feb-02
alpha1 notes for 6.x

Find out more · Bugs and feature requests

UC Gift Certificate
By torgosPizza on the 20th of February, 2009

This module provides the ability for customers to purchase virtual gift certificates
for others.

The way that things work is a little different than other gift certificate systems; it is
not necesary for the recipient of a gift certificate to enter a code. When a user
buys a gift certificate, they enter the email of the recipient. If there is already a
user associated with this email, the certificate is issued to this user. Otherwise a
new user is created and the certificate is issued to them. Then an email is sent
informing the recipient that "somebody has purchased a gift certificate for you
valued at x dollars, this amount will be credited to your next purchase" (The email
is configurable from the settings page). This way it is not necessary for a user to

880 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

enter a certificate code.

The module handles the case of multiple certificates (and the certificate value >=
the order total) properly. There is also the functionality for an to create gift
certificates for users as well. The recipient of the certificate can be chosen from an
autocomplete field or a pulldown list from the settings page).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-16
notes for 6.x
Download · Release Recommended
5.x-1.1-beta3 2009-Mar-14
notes for 5.x

Find out more · Bugs and feature requests

SUY
By caktux on the 7th of May, 2009

Simple and clean IE6 notification, "Your web


browser is outdated".

This module was created to make a clean and


professional version of current, similiar modules
that are similar in function :

IE Destroyer
IE6 Warning
Seven Up
IE Notify

Since the module is also based on seven_up (not the other module but the Google
Code project itself), I understand this could be confusing. However the module and
javascript have been made to follow coding standards and good coding practices.

Current requirements
I'll try to get rid of the UI requirements for the actual future release of this module
to use whatever solution seems best to have a module as lightweight as possible.

jQuery UI Core 1.6+ (provided but not enabled, see below)


jQuery UI Dialog 1.6+ (provided and enabled, see below)

© or props to sevenup_black for images

Installation

881 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-18
notes snapshot

Find out more · Bugs and feature requests

Delicious
By paulbooker on the 24th of May, 2004

This module provides integration with the REST API at


http://del.icio.us

It will use your cron tasks to download tags; each user


with the right privilege can have one set of delicious tags
and links. The administrator can create blocks that can
contain links only from a given set of users, a given set
of tags, or a combination of both. If enabled, nodes can
be scanned for words which match del.icio.us tags and
create smart-links, and if enabled, the first vocabulary term of a node can be
added as a del.icio.us tag link using that term the tag.

The new hook allows you to modify the terms or users before the query. So, in the
example below, the block is changed so that when on a node page, only delicious
tags that match the nodes taxonomy are displayed, and when on search page, only
delicious tags that match the current search terms are displayed.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Realname User Reference Widget


By guix on the 1st of June, 2009

The Realname CCK User Reference Widget module adds a new widget to the User
Reference
CCK field type that uses the Realnames for autocompletion.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

882 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Wysiwyg API template plugin


By jenlampton on the 10th of June, 2009

The 'template' plugin for TinyMCE allows a user to select a HTML template from a
drop-down and insert it into the WYSIWYG text-area. This module supports that
TinyMCE plugin for use with the WYSIWYG API, but of course, if anyone wanted to
provide additions for FCK or other editors I'll be happy to include those too.

dependencies

* Wysiwyg API

installation

* Install as usual, see http://drupal.org/node/70151 for further information.

* Go to Administer > Site configuration > Wysiwyg Template, and verify the values
for your path and file name of your template registry file (this file will
hold the names and locations of your templates)

* Create the template registry file in the specified location, its contents should
look something like this:

// These templates will be displayed as a dropdown


var tinyMCETemplateList = [
// Name, URL, Description
["Template One", "sites/all/files/templates/template1.html", "Template One"],
["Template Two", "sites/all/files/templates/template2.html", "Template Two"]
];

configuration

* Go to Administer > Site configuration > Wysiwyg and set up a wysiwyg profile or
click "edit" to make changes. under "Buttons and Plugins" you'll see "Insert
Templates" as a new option

TODO

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Application Toolbar (Appbar)

883 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By IceCreamYou on the 22nd of July, 2009

This module provides a toolbar at the


bottom of the window, like Facebook's
Application Bar, which shows links
(from a menu) on the left and
AJAX-driven notifications (from system
messages and/or other modules) on the
right. It is meant to provide an easy
way for users to see alerts or get to
certain parts of the site.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-22
notes snapshot

Find out more · Bugs and feature requests

Barcode
By skyredwang on the 17th of November, 2008

DESCRIPTION:
------------
This module provides a barcode field type
for CCK.

REQUIREMENTS:
-------------
The barcode.module requires the
content.module to be installed.

INSTALLATION:
-------------
1. Place the entire barcode directory into your Drupal modules/
directory.

2. Enable the barcode module by navigating to:

administer > modules

3. Copy your font to the barcode/ folder

4. Finish the configuration at admin/content/barcode

Features:
---------
* Generate a barcode image on the fly. It supports EAN-13,EAN-8,UPC-A,UPC-
E,ISBN ,2 of 5
Symbologies(std,ind,interleaved),postnet,codabar,code128,code39,code93

884 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

symbologies.
* You can also display the barcode as simple text.
* You can provide your own font file

2.0-dev, maintained by slip


I just did the first commit to the 2.0-dev branch and a snapshot should be
available shortly. This branch currently features work by Pasqualle to rewrite the
Barcode module, as well as a fair amount of my own work and a couple fixes from
the issue queue. Feel free to try it out, but the code should not be considered
stable.

Barcode is now split into two modules, as well as an example module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc5 2010-Mar-09
notes for 6.x

Find out more · Bugs and feature requests

Ubercart advanced catalog


By mogtofu33 on the 17th of December, 2009

Advanced catalog for Ubercart

Advanced catalog add custom filer on ubercart


catalog and views integration (inspired by filter
on default magento shop).
Filters are fully configurable, and of course your
catalog view benefit of view, no more manual
theming to get what you want !

Features:

Filters available:

Products per page


Ordering by position, name or price
Sort ascending or descending
Mode filter to display your catalog using views

Advanced catalog fully integrate ubercart catalog with view, so you can adjust the
display like you want and offer to your customer multiple display.

You need to get a well understanding of views to use this module correctly
!

885 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Default views with the module are grid, table, list.


Extra views "sticky" give the ability to add a view before the catalog to promote
some products of the current taxonomy, this block can be used alone.

Requires:

Views 6.x.2.8
Views UI 6.x.2.8: included in views
Ubercart Views 6.x-3.0 (Very great project !!!)

Instalation:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-23
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 133 134 135 136 137 138 139 140 141 … next ›
last »

Page break by AutoPager. Page( 138 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Version Control API


By sdboyer on the 31st of May, 2007

This is a pure API module, providing functions for interfacing with the server side
of version control systems (VCS). In order to work, Version Control API needs at
least one VCS backend module that provides the specific VCS's functionality.

In subdirectories, you can find three modules that extend the basic administration

886 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

functionality of Version Control API with additional functionality:

Commit Log: displays a history of commits and optionally sends out commit
notification mails to the version control administrator.
Commit Restrictions: grants or denies repository access based on path,
branch or tag.
Version Control Account Status: requires users to submit motivation texts
and meet approval of version control administrators before their VCS account
is enabled.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Jun-09
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Jan-25
notes for 5.x

Find out more · Bugs and feature requests

Create from Web


By brevity on the 7th of March, 2008

Effortless content creation by retrieving


attribute values from the Web to
(pre-)fill your node type (cck) fields.

Available services include:

Wikipedia, ISBNdb
BibTex, attribute: value lists
Google Scholar, Amazon, imdb -- to be updated

How does it work?

New nodes are created as follows:

1. choose a service from the list


2. enter some query keywords (or text to transform/map)
3. in case of multiple results: inspect result list and click 'create' on intended
item
4. preview the new node with retrieved data pre-filled
5. submit node as usual

With the Wikipedia service you can prefill any kind of content types. Querying for a
movie e.g. it extracts directors, actors, language, imdb id, and such!

887 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Simple to add a web service of your choice

For new services you have to supply a .inc file that returns an associative array.
The keys of this array map to the cck fields of your node type. You can specify also
mappings in the settings.

Historical note: Module was initially written for Drupal 4.7 and flexinode. Since
Drupal 5 for CCK instead of flexinode. CCK multiple value fields get pre-filled in
Drupal 6 version. Currently neglecting Drupal 5 version.

See exemplary use in #387570: How it work?

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-01
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Feb-16
notes for 5.x

Find out more · Bugs and feature requests

Bookings API
By tirsales on the 10th of May, 2008

This is an API that takes care of general booking functionality, with arbitrary time
granularity. Bookable resources can have default availability times set, and
bookings with time conflicts are not permitted. Users with correct permissions may
add repeating bookings or special availability times.
Depends on Date API (and its submodule "Date Repeat API"). This module
provides an API, install it only if another module tells you so. Date API itself uses
some features from PHP 5.2 - so you might have problems with earlier versions of
PHP.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-24
alpha5 notes for 6.x

Find out more · Bugs and feature requests

Translation 404 - Translation Page Not Found


By gavri on the 8th of March, 2009

Here is a scenario:
You run a Drupal 6 multilingual site (lets say English & Spanish). You set up the
Story content type as a translatable content type and enable the language switcher

888 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

block on the header.


Now lets say you write your first story in English about your life in the country and
You immediately translate it to Spanish - so that all your friends in Barcelona will
be able to read it.
After that you get exited and you write another story in English - this time a story
about your life as a spy in the cold war days. you want to translate this story as
well, but your mother calls you to eat dinner and you totally forget about the
translation.

After a day or so a guy named Sergio for Argentina bumps into your site and starts
reading the articles you wrote - after a while of reading the story about your life in
the country in English he discovers the language switcher Spanish link so he clicks
on it and sees the story in his native language.

But what would happen if he was reading your second and untranslated story and
wanted to switch it to Spanish?!

Well the answer is that he'll get the English version again :(

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-05
notes for 6.x

Find out more · Bugs and feature requests

889 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Button style
By sun on the 14th of August, 2009

Allows to apply a sexy, graphical button


style using CSS Sliding Doors technique
in a generic way. Auto-applies to all
form buttons, but can also be applied to
any list item or hyperlink having the CSS class .button .

Additionally wraps all form actions/buttons throughout a Drupal site into a


consistent <div class="form-actions"></div> markup container, which is awesome
for theming.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-21
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Aug-14
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-14
notes for 5.x

Find out more · Bugs and feature requests

Booking Time Slots


By kenorb on the 27th of March, 2009

Module provides Time Slots Booking functionality.

In example:
Users can go to Calendar and book specified time slots.
You can configure how many time slots are available and how
long are the events, so after that time slot will be released.
You can configure hourly and half-hourly timelots (in
calendar view).

INSTALLATION

1. Install module (http://drupal.org/node/70151).


2. You need to copy theme files from theme/ into your theme folder.
3. Clear you cache to reload TPL files (admin/settings/performance)
4. Add new CCK datetime field into your content type and select it at
admin/settings/booking_timeslots/form_settings
5. Make sure that you have enabled Calendar View at admin/build/views/list
(Views UI module required),
so you can setup your Calendar block into the right place (admin/build/block)

890 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

6. Change Arguments settings in your calendar View (Date field) by enabling new
datetime field (admin/build/views/edit/calendar)
Now you should see your Booking screen on /calendar

Note: Module just give you opportunity to make time slots functionality, after that
you can change theme files (in your theme dir) for your personal requirements.

How this module works?

Read more how this module was created: #345163: booking functionality with
time slots in calendar

Module cooperate with Calendar module.

REQUIREMENTS

http://drupal.org/project/calendar

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Recent Blocks
By cotto on the 31st of December, 2005

This module creates 'recent content' blocks, similar to the ones provided by tracker
module and comment module, but better ;)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-25
notes snapshot
Download · Release Recommended
5.x-1.3 2007-Aug-29
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2009-Sep-24
notes for 4.7.x

Find out more · Bugs and feature requests

Block Region
By dalad on the 14th of July, 2006

Version 6.x-2

891 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Block Region is used to propagate block settings to all installed and active themes.
This is a useful functionality for multi-theme sites (eg: a site where each different
user can theme his own blog keeping displayed blocks intact).
The module not only shares block settings, it also tries to guess where the block is
most likely to be set in other themes (eg: “left section” matches to “Left Sidebar
1″ more than “Footer”). Right or not, a choice is made and the block is placed. You
still can edit its position manually from the same admin page, after switching to
the problematic theme.

Two are the possible sharing options:

Apply all settings except "Region" to all themes' blocks: will copy block title,
its status, visibility options, etc for each block set in the current theme to all
the active themes on the site
Apply "Region" to all themes matching that region names are similar to this
theme ones: will try to match region placement for each block of the current
theme within all the regions of each active themes

5.x-1.x-dev, 4.7.x-1.x-dev

Note of the maintainer: these version are likely to fall in disuse.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Mar-01
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Feb-07
notes snapshot
4.7.x- Download · Release Development
2006-Nov-16
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Ubercart Products Recommender


By danithaca on the 4th of July, 2009

This module adds two blocks:

1. Customers who ordered this product also ordered


2. Recommended for you

The "Recommended for you" block provide personalized products


recommendations based on a user's purchasing history. If a user hasn't made any
orders, it displays nothing. In that case, you might consider using the Browsing
History Recommender to make recommendations based on users viewing history.

This module requires Recommender API at http://drupal.org/project

892 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

/recommender. Please download the latest version.

Contributed as part of my Google Summer of Code'09 project

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-19
notes for 6.x

Find out more · Bugs and feature requests

Reindex
By douggreen on the 23rd of September, 2007

Interactively rebuild the search index.

The search index normally is indexed using cron. This is the best way to build the
search index because it provides the best use of system resources. However, if you
need to rebuild the index, this module can interactively rebuild the index quicker
than cron by using the 6.x batch API. You should only do this on development
servers, during off-hours, or in an emergency.

This module is partially supported by CivicActions.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-May-14
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 134 135 136 137 138 139 140 141 142 … next ›
last »

Page break by AutoPager. Page( 139 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

893 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Input Format Manager


By starbow on the 14th of November, 2008

Improves the Input Formats administration page.


Makes it less painful to manage, configure and test
these sometimes tricky groups of input filters.

The default Input Formats management page can


quickly have you tearing out your hair if you need
to do anything even marginally complicated with
input filters. This module builds on top of the
Popups API to allow you to quickly configure and
test your filter arrangments and settings.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

Ajax Slideshow
By udig on the 17th of October, 2009

Sequential presentation of any of your site nodes, utilizing user chosen effects
based on ajax asynchronous calls.

Why?
Indeed there are plenty of slideshow modules out there. So why creating one
more?
We had to provide a good answer for the following requirements:

Show a series of content items as slides using transition effect.


Allow the user to navigate across slides using tabs and/or navigational
buttons.
Allow the content manager (non admin role) to fully control the contents &
layout of each slide.
Allow the content manager to easily publish / unpublish the slides and set
their order of appearance.
Allow the content manager to set the slides intervals, transition intervals and
other slideshow relevant settings.
Ensure the performance is content-agnostic i.e. allow the slideshow content
to grow (number of slides and their weight) without impacting the slideshow
page load time.

894 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We could not find a module which fully suffice the above requirements (see
comparison). Hence Ajax Slideshow was born.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-27
notes for 6.x

Find out more · Bugs and feature requests

Creative Commons
By kreynen on the 18th of February, 2005

The Creative Commons module allows users to


select and assign a Creative Commons license to a
node and any attached content, or to the entire
site. It also provides integration between CC and
Drupal technology.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

Station
By drewish on the 7th of December, 2005

Station is a group of modules to run a radio station's website. It was originally


designed for KPSU, a college radio station in Portland, Oregon.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta3 2010-Jan-12
notes for 6.x
Download · Release Recommended
5.x-2.1 2010-Jan-12
notes for 5.x

Find out more · Bugs and feature requests

Weather Underground

895 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ppicazo on the 7th of July, 2008

Retrieves and displays weather information from


Weather Underground
(http://www.wunderground.com).

Supports weather retrieval from PWS (Personal


Weather Stations) listed on Weather
Underground.

Also now supports weather from airports, simply


use the airport identifier in the station ID field.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

Parallel
By mikeytown2 on the 13th of August, 2009

Allows for parallel downloading of the various


resources inside your html document. See
http://groups.drupal.org/node/25271 for
motive on why this module was created. Please
report all bugs you encounter.

Setup:

1. Create 3 new subdomains that point


to your webroot directory. If your webpage is
example.com then create
cdn1.example.com
cdn2.example.com
cdn3.example.com
2. Enable this module
3. Go to performance page and fill in the parallel textboxes with the newly
created subdomains. Make sure it's in the format //cdn1.example.com as that
will work with http & https. Leave blank to not "parallel" that html element.
4. Sit back and watch your website load quicker since your browser is
downloading in parallel.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-03

896 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

ImageField zip support


By mikeytown2 on the 13th of January, 2009

This is a helper module for ImageField.


When uploading multiple images for
imagefields with multi-values, this
module adds the ability to upload
multiple images in zip files instead of
individually.

Note

You must have Zip support in order for this module to work. Check your PHP
installation and make any changes necessary.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

Google Groups
By dragonwize on the 24th of May, 2008

This module adds subscription features for Google


Groups to Drupal.

The module works by sending an email to your Google


Group's subscription address.
The user will still have to verify their address by clicking
the link in Google's
confirmation email.

Features:

Themable block with a subscription form.


Option to put a checkbox to subscribe on the account registration form.
Set the default (checked / unchecked) of registration subscription checkbox.
Ability to force user subscription during registration by hiding the checkbox.

897 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Versions
1.0

Designed to only work with a single Google Group.

2.0

Can manage multiple Google Groups.


Links to Group pages on user account pages.
Cleaned up block HTML.
Lots of code clean-up.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Oct-17
notes for 6.x

Find out more · Bugs and feature requests

Addresses Extras
By AlexisWilke on the 28th of September, 2008

Addresses Extras is a set of extensions to the Addresses module which is obviously


required. It also requires the Token module.

The idea is to make it useful by having many different type of data attached to a
user. A complete profile, and for some fields with functionality that is not found in
the base Addresses module.

At this time, I am working on the following additions:

Names (Alias, Person and Business)


Notes (anything the user wants to write about himself or about a contact)
Internet (website, email, AIM, YIM, ICQ, J/GT)
Internal Info (fields only accessible to specified roles, usually for the admin(s)
to control different aspect of users)

For myself, I put the URL where I can find info on how to deal with the Drupal
CVS: http://drupal.org/handbook/cvs/quickstart -- this may even help others 8-)

These modules are sponsored by Made to Order Software Corp.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-05
notes snapshot

898 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Refresh
By george@dynapres.nl on the 26th of September, 2006

The refresh module adds the functionality to have the "node display page"
automatically refresh (using a meta refresh) using a (per node) configurable
number of seconds.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2007-Oct-29
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Oct-27
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-15
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 135 136 137 138 139 140 141 142 143 … next ›
last »

Page break by AutoPager. Page( 140 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Shibboleth authentication

899 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By niif on the 20th of December, 2007

Provides user authentication with


Shibboleth (both v1.3 and v2.0) as well
as some authorisation features
(automatic role assignment based on
Shibboleth attributes).

For detailed description, please check documentation!

Provided by NIIF (http://www.niif.hu/en)

Version Date Links Status


Download · Release Recommended
6.x-3.3 2009-Oct-20
notes for 6.x

Find out more · Bugs and feature requests

SOAP Server
By ilo on the 24th of January, 2008

The REST Server provides an interface for the Services module to communicate
with SOAP clients.

Currently, it only supports the SOAP protocol via the NuSOAP PHP library, but
there are plans to implement the protocol via the PHP SOAP Extension (#217958).

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2008-Oct-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Jun-09
notes snapshot

Find out more · Bugs and feature requests

Node Reference Views Select


By electricmonk on the 17th of February, 2009

UPDATE: I can no longer support this module as my day job no longer involves
Drupal development. If anyone wants to take over development, let me knpw.

Provides a widget for Node Reference which displays the node teasers instead of a
select box, and allows choosing the referenced nodes
from a Modal panel. The list is optionally sortable, depending on JQuery UI
Sortables. The modal supports pagination, exposed filters
and exposed sorting, all using AJAX.

900 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Module development sponsored by ewave

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Aug-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Feb-22
notes for 5.x

Find out more · Bugs and feature requests

Ajax views refresh


By jide on the 16th of July, 2009

Ajax views refresh is a plugin module for Ajax.

Allows views to be refreshed on Ajax forms submission.


The best use case is a node creation form and a view of
nodes (or comments) below, which would be refreshed each
time you add or edit a node.

The developement version introduces a new feature :

For each form, you can choose which views/displays you


want to be refreshed. These settings appear on admin/settings
/ajax/ajax_views_refresh. See the second part of the screenshot.

Likwid
Based in Paris, Likwid is a web agency specialized in Drupal development.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-16
notes for 6.x

Find out more · Bugs and feature requests

Language select
By alduya on the 9th of November, 2009

The Language select module provides the functionality to:

Disable the 'Language neutral' option for nodetypes in multilanguage sites.


Choose a default language for nodetypes in multilanguage sites.

Version Date Links Status

901 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-09
notes for 6.x

Find out more · Bugs and feature requests

WebSnapr Preview Bubble


By Gurpartap Singh on the 15th of June, 2007

The WebSnapr Preview Bubble module is a


simple, unobtrusive script used to display an
overlay bubble showing a hyper-link target
thumbnail using WebSnapr. It's a snap to setup
and works on all modern browsers. Check the
demo at: http://www.websnapr.com
/previewbubble/

Development of this module was sponsored by


SEO Position - http://www.seoposition.com/

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-26
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Oct-26
notes for 5.x

Find out more · Bugs and feature requests

UC Discounts
By psynaptic on the 20th of October, 2008

This module will most likely be superseded by UC Discount. Please try that
module instead.

The UC Discounts module provides support for product and order price
modifications in Ubercart.

The module is currently not being properly maintained due to lack of time on the
part of the current maintainers.

The current plan is to merge this module with uc_coupons. If anyone can afford a
bounty please contact longwave.

If anyone wishes to help out with this module please contact psynaptic to request
CVS access.

902 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For more information and history, see:

http://www.ubercart.org/contrib/143

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-21
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Nov-05
notes snapshot

Find out more · Bugs and feature requests

Region Manager
By q0rban on the 12th of May, 2009

Region Manager provides a simple UI to add/remove


/configure (and combined with the nodeblock module,
add new) blocks on a page. After clicking the link to
manage a region, an interface is provided for managing
which blocks are visible on the page from which the link
was clicked, and also configure the titles for each block
right from one interface.

You can specify which regions for each theme can be


managed. Additionally, a list of which blocks are
available can be configured per theme, per region, per module, or even per block.
For example, you can specify that menu module blocks are only available in the
header, or that the navigation menu block is not available for any region.

You can also rename the name "Block" (e.g., Widget, Gadget, etc.) which will take
effect throughout region_manager's UI.

Recommended additional modules are Nodeblock, and Visibility API, the latter of
which controls the visibility of the manage links on a per page/role basis.

This module was sponsored by Sprocket.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-02
notes for 6.x

Find out more · Bugs and feature requests

Admintools
By DenRaf on the 14th of July, 2008

903 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This package will contain a complete set of tools for managing several drupal
installs.

At the moment the package contains:

cron.module:
This module makes it possible to add countless sites to a list. The cron.php of
each of these sites is called whenever the cron of the site which has the cron
module installed, is executed.
You can add that one site to your user account at http://www.drupalcron.org,
which will visit the cron.php of that site every hour. This will make any cron
configuration obsolete.

The cron module supports the cron_key requirement of drupal 7.

In version 1.8 a cron interval feature has been added. 0 means no interval and the
cron will be checked every cron run.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

CSV Parser
By alex_b on the 1st of December, 2008

The maintainers of FeedAPI launched a successor project: Feeds - read more about
the future of FeedAPI - and thus CSV Parser - in Good bye FeedAPI, hello Feeds

CSV Parser is a FeedAPI add on that allows FeedAPI to aggregate entries from a
CSV file or a zipped CSV file.

Together with Feed Element Mapper this parser is a powerful tool for continuous or
one-off import of CSV data into Drupal.

This is an early release and important limitations apply, see README.txt for further
information.

Initial version sponsored by Development Seed for DC Bikes and Stumble Safely -
two submissions to the Apps for Democracy contest

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-10
alpha2 notes for 6.x

Find out more · Bugs and feature requests

904 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 136 137 138 139 140 141 142 143 144 … next ›
last »

Page break by AutoPager. Page( 141 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mailalias
By Abandoned Projects on the 28th of September, 2003

With this module, a user may associate additional email addresses with his
account.
These addresses are used by mailhandler.module to authenticate incoming emails.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-23
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Dec-16
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Dec-16
notes for 4.7.x

Find out more · Bugs and feature requests

interwiki
By Sheldon Rampton on the 31st of December, 2004

This filter provides a simplified, wiki-like syntax for linking to articles or search
results on many commonly-used internet reference websites.

Version Date Links Status

905 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-May-04
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-06
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Mar-07
notes for 4.7.x

Find out more · Bugs and feature requests

Whois lookup
By Gurpartap Singh on the 27th of November, 2006

Enables privileged users to lookup for Whois information of


domain names or IP addresses. Drupal 6.x exclusive features
include AJAXified results, hourly threshold, watchdog logging,
and style of whois output.

Required GPL licensed phpWhois library for whois servers list, and querying. Whois
lookup form is available at ?q=whois. Alternatively, accessing
?q=whois/example.com will return Whois information for example.com

#D7CX: I pledge that Whois lookup will have a full Drupal 7 release on the day
that Drupal 7 is released.

Installation
1. Copy the module to sites/SITENAME/modules directory. SITENAME is "all" in
most cases.
2. Download the latest phpWhois package (tested with 4.2.x) .
3. Extract the phpWhois library into whois module folder and the content folder
to phpwhois, so that the directory structure looks like: sites/SITENAME
/modules/whois/phpwhois/*.
4. Configure the Whois module at ?q=admin/settings/whois.
5. Your module is now setup and ready to be used at ?q=whois.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-02
notes for 6.x

Find out more · Bugs and feature requests

Multisite Login
By dalin on the 21st of March, 2008

906 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Multisite Login allows a user to login to all sites in a multisite configuration, even
though the multisites do not share domain names.

For example:
politicker.com
politickernj.com
politickerny.com
etc.

NOTE: if you are using several sites on the same domain (ex. politicker.com,
nj.politicker.com, ny.politicker.com, etc.), then you do not need this module. The
multisite functionality in Drupal core has the ability to share logins for sites like
these without additional modules.

This module was designed to be an alternative to the singlesignon module but


using a technique that does not block search engines from accessing your
websites.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-06
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-04
notes for 5.x

Find out more · Bugs and feature requests

Comment Login
By xmattus on the 19th of February, 2009

Comment Login adds a user login section to the standard node comment form.
This allows users to log in at the same time that they post a comment, and remain
logged in thereafter. This module has the effect of disallowing anonymous
commenting, but still showing the form to anonymous users with the requirement
that they also supply a valid account to post.

Usage
Enable the comment login functionality in the node type administration form. In
the Comment fieldset, you will be able to select "No Login Form" (the standard
behavior) or to embed the login form above or below the comment form elements.
There will be no changes to the comment form if the user is already logged in
when the form is rendered. This module therefore has no visible effect if
anonymous commenting is not allowed.

Note that as with the standalone login form, the user and password fields are
marked as required, so the form will not validate without something entered in
these fields. It will also fail validation if the login credentials are invalid.

907 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Known Issues
Although the module does not execute the login validation functions when the
"Preview" button is clicked, basic validation will still throw an error on "Preview"
stating that username and password are required (when, semantically, they aren't
for previewing).

You may want to theme in a link to user registration.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy dhtml
By darthclue on the 28th of September, 2003

March 16, 2009

This module is no longer being actively developed as it duplicates functionality that


can be obtained through the usage of taxonomy_menu ( http://drupal.org/project
/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).

The recommended upgrade path for D6 is as follows:

Disable / Uninstall Taxonomy DHTML


Install / Configure Taxonomy Menu

Find out more

Translation status
By nedjo on the 6th of September, 2008

Translation status creates a report listing the status of translations for all installed
contributed modules. It's designed for use on sites introducing multilingual
support, providing at a glance an indication of which modules have and don't have
translations present.

To use:

Install and enable.


Enable at least one additional language on your site.
Visit Administer > Reports > Translation status . You'll get a page showing
all installed modules and whether they have translations present for each
language you've enabled.

908 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module is partially supported by CivicActions.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-06
notes for 6.x

Find out more · Bugs and feature requests

Search by Page
By jhodgdon on the 22nd of April, 2009

Drupal 7 note: The Drupal 7 development version available below is working, at


least with the alpha version of Drupal 7. You can download the in-progress 7.x
development version below, and keep track of progress on this issue:
#674070: Drupal 7 version of Search by Page

This module is an enhancement to the core Drupal search module, which adds a
new tab to the core Search page or can also be used in stand-alone mode. The
differences between Search by Page and the existing tabs in the core Search
module lie in what is indexed for searching and how it is indexed:

Search by Page indexes the content of your pages as rendered by your


theme (Search indexes the default rendering you would have from an
unmodified theme)
Search by Page allows you to omit content from indexing (such as "database
table" node types that should never be viewed as stand-alone content)
Search by Page allows you to index non-Node pages, including user profiles,
file attachments, and Views
Search by Page is language-aware, so it only shows you results in the current
language.
Search by Page has multiple search "environments", so you can have
different search pages/blocks to search different things.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Instant Search
By Davy Van Den Bremt on the 14th of November, 2008

By default, Drupal indexes node content only when running the cron. This means
that your new or updated content may only appear in search results after a few

909 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

minutes, when cron has run. Using Instant search, you can make Drupal index
your new nodes when submitting them (inserting or updating), after which they
will instantly appear in search results.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-10
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Dec-15
notes snapshot

Find out more · Bugs and feature requests

Tag editor
By Gurpartap Singh on the 10th of December,
2008

Tag editor provides a nifty UI for adding and deleting tags in nodes with
autocomplete integration. After installation, set the vocabulary ID to enable the
tag editing interface for nodes using it.

Version Date Links Status


Download · Release Recommended
6.x-0.2 2008-Dec-10
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 137 138 139 140 141 142 143 144 145 … next ›
last »

Page break by AutoPager. Page( 142 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

910 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Reorder button for Ubercart


By TR on the 18th of February, 2009

Repeat customers are your best customers; you can rely on them to keep coming
back to your store so long as you provide the goods or services they need. They
are a steady revenue stream, an easy sell. But to quickly close the sale you need
to make it easier for them to find and purchase more of the same stuff they've
ordered previously.

This module lets your customer (or you, the admin) duplicate a previously placed
order. It works by modifying the user order history page (e.g. user/4/orders) to
display a "Re-Order" button for each previous order. The user can click on the link
to have all the items from that previous order added to his or her current cart.
Items added to the cart in this manner will have the current price, but will
otherwise preserve all the same attributes as in the previous order.

When stock tracking (using the Inventory API) is enabled, products are only added
to the current cart if they are in stock.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Language Link Title


By tirsales on the 5th of June, 2009

This is a very simple module that adds a 'title'-attribute to all links


in the language selector menu.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-05
notes for 6.x

Find out more · Bugs and feature requests

RSS Permissions
By phpdiva on the 22nd of January, 2010

Set role-based permission settings for blog, taxonomy, aggregator, and main site's
RSS feeds or disable RSS feeds altogether.

911 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-06
notes for 6.x

Find out more · Bugs and feature requests

Image FUpload for Gallery Assist


By jcmc on the 22nd of January, 2010

What does Image FUpload for


Gallery Assist?

This module extends Gallery Assist with


the "multiupload" functionality from
module Image FUpload.

Find out more · Bugs and feature requests

Chatblock
By dwees on the 17th of February, 2007

Note: This module is not ready for production use. It is very handy
for a site with a small number of people able to chat, but is too
memory intensive for dozens or hundreds of people to chat
simultaneously.

This module is yet another chat module. It allows you to include an easy to install,
Ajax updated, chat block with your site. There are a few customizations that are
possible with the chat module, and it includes some simple smileys. Also, the
module is fully functional (albeit not incredible) without Javascript enabled.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-30
notes snapshot

912 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.0.x-dev 2008-Aug-31
notes snapshot

Find out more · Bugs and feature requests

iDrupal
By Steve McKenzie on the 27th of January, 2008

iDrupal is a project aimed at making it easier to


manage a Drupal web site from your iPhone or iPod
Touch.

There are 3 main components needed to use


iDrupal:

1. idrupal.module located here. This module


acts as a bridge to talk to the iPhone client.
2. A theme designed to work with iDrupal that is
listed below.
3. The iDrupal iPhone client that will be available in the AppStore soon!

Themes designed to work with iDrupal:

iDrupal UI

Currently In Beta

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-23
notes snapshot

Find out more · Bugs and feature requests

Snapshot
By athoune on the 7th of May, 2009

A backup solution for drupal


Snapshot is a drupal module for making clean snapshot of drupal website. Website,
media and database are snapshot. For now, just Mysql with MyIsam engine is
supported. Different snapshot method can be used, total or incremental.

Version Date Links Status

913 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-May-11
notes for 6.x

Find out more · Bugs and feature requests

Visitor Info
By twooten on the 24th of December, 2009

The Visitor Info module captures the IP


address of your website visitors and
provides you with a Google Map
pinpointing their originating geographic
location.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-05
notes for 6.x

Find out more · Bugs and feature requests

Network Manager
By btopro on the 24th of August, 2009

*SCREENCAST NOW AVAILABLE!!

Part 1 - http://bit.ly/PGu8J
Part 2 - http://bit.ly/yR6Zy
Part 3 - http://bit.ly/BLWrU
Network Modules Feature walk through - http://bit.ly/cW4q3
Network Watchdog Feature - http://bit.ly/17UUyA

This module will allow you to manage a vast number of sites from one Drupal site.
The purpose of this project is aggregation of information and link generation to
help you accomplish common tasks faster. In case you're concerned, there is no
permission escalation going on because you still have to click to access the other
sites pages to set the settings you want. This is merely aggregating information for
you at the moment. In the future it will allow for modifying settings across the
network (hopefully) but is stil a ways off. Here's what you get in this module and
will get in the future:

What's there now:


*Network Status Report -- Spend minutes and hours going between status pages
on your the sites in your infrastructure making sure you don't have any database
updates to run or cron jobs? This is part of what this will solve (v 1.0)

914 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

*Review module selections -- See what modules are activated across all the sites
in your network (v 1.1)
*Total up columns - see the total number of modules active across sites you define
or (more importantly) how many users of role x you have across your network (v
1.2)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-02
notes for 6.x

Find out more · Bugs and feature requests

Webform Views Integration


By djalloway on the 8th of October, 2009

Webform Views provides Views 2 integration for the Webform module.

Currently, official integration won't be released until Webform 3.x, leaving a


significant gap in time, where people may want to integrate without having to
worry about applying patches to their existing Webform module.

This module takes the latest views integration patch from the Webform issue
queue #273837: Views Integration for Webform and implements it in it's own
stand-alone module.

Any comments, issues or enhacements must be handled over at the Webform


issue queue.

Project will be discontinued pending the release of the 3.x branch of Webform.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-09
notes snapshot

Find out more

« first ‹ previous … 138 139 140 141 142 143 144 145 146 … next ›
last »

Page break by AutoPager. Page( 143 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

915 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node Quick Find


By nicholasThompson on the 5th of April, 2008

This is a simple module which provides a block


containing an auto-complete field which matches on
the node title. This allows you to start typing a node
title, it shows a list of possible options, you click one
and hit enter and you are taken to the node of your
choice.

This is very useful for sites where the user likely


already knows the title of the node they'd like to
view, such as an API site.

This module currently provides only 1 block - but this block can have its field title
and field size configured and can also only select nodes from specified node types.
There is also a new feature which, if the Search module is enabled, will do a site
search if there is no direct node title match.

This module is currently in use at the demo site, http://api.dbp-site.com/ where it


is used to easily lookup command for the language Dark Basic Pro.

Similar Modules
There are a number of modules which could be considered duplicate to this. The
main one is Autocomplete Node Finder. Autocomplete Node Finder is actually a
MUCH more advance module and has many more feature - the best of which is
matching on any node's CCK field. the advantage Node Quick find has is that its
much smaller and appears to benefit from being able to use the database indexes
on the title field.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-16
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-16
notes for 5.x

Find out more · Bugs and feature requests

916 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Innovation News
By Open Publishing... on the 1st of July, 2008

Innovation News provides tools which allow you to place Drupal nodes into editions
and display those nodes by edition. Editions are similar in purpose to editions of
newspapers or editions of magazines.

Specifically, Innovation News contains the following modules:

Innovation News - Allows the user to choose which Drupal content types
should be considered news. Only nodes of these types can be placed into
editions.
Edition Manager - Allows the user to place news into editions
Edition Viewer - Displays news by edition and provides XML representations
of editions
Edit News - Displays news by publish status, allowing news to be edited more
intuitively

This module is the core module of the Innovation News Installation Profile. The
Innovation News Installation Profile uses this module, along with other modules
and Drupal settings, to create a website which can be used as a cross-media
newspaper.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Dec-08
notes for 6.x

Find out more · Bugs and feature requests

917 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Workflow post-install
By RdeBoer on the 30th of March, 2009

Workflow post-install is a utility module containing functions you may want to


execute on existing content after you have installed the Workflow module.
This module was developed in response to various forum discussions, for instance
#183133: Set workflow state on existing nodes to <created> when defining new
workflow. .
Similar functionality may be incorporated into Workflow at some point, making this
module redundant.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-20
notes for 6.x

Find out more · Bugs and feature requests

Websnapr Field
By alfaguru on the 19th of April, 2009

Websnapr Field provides a simple means to show thumbnail images (not popup
previews but actual IMG tags) for external web pages. It extends the Link module
with new formatters which translate a URL into a linked IMG tag with a SRC
attribute encoded for use with the Websnapr service.

See Websnapr's site for details of their automatic on-demand thumbnail service.

It’s a work in progress rather than a finished item: it currently only provides the
two small sizes of image which are generated by Websnapr’s free service, and its
HTML output is perhaps a little limited, though theming overrides could be used to
improve it in that respect. For now, it’s Drupal 6 only, though a backport to Drupal
5 would not be hard.

Update: Now confirmed as working fine with Views.

The module is very small: all the real work of validating and managing URLs is
done by the Link module, while Websnapr Field simply provides a set of formatters
(currently just two, one for each of the two image sizes) by which URLs can be
displayed. You first create a URL field and choose the Link field type, then
configure it to use Websnapr for display. For screenshots to work, you also have to
enter your Websnapr key (as provided by Websnapr after registration) in a
separate administration panel.

Version Date Links Status

6.x-1.2 2009-Sep-06 Download · Release Recommended

918 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Check Heavy UI
By hotspoons on the 29th of June, 2009

This module unobtrusively adds


additional checkboxes to the
permissions form located at admin/user
/permissions - the additional
checkboxes provide a much friendlier
interface for dealing with the hundreds
of checkboxes that accumulate on the
permissions page as roles and modules
are added to a Drupal installation.

On a test Drupal site I set up with 6 user roles, 105 core and add-on modules
enabled, 9 content types, and the content permissions module enabled, there were
138 distinct permissions and 828 individual checkboxes on the permissions page.
To initially set up the permissions to something sane, it took me about 17 minutes.
On my first attempt of using this module after fully developing it, after wiping and
restoring the database from a back up, it took me around 5 minutes to set up the
same permissions. The point is that this module will save you time, especially on
large sites.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-30
notes snapshot

Find out more · Bugs and feature requests

Nodereference Image Helper


By rötzi on the 9th of August, 2009

This module adds a widget to CCK fields of type nodereference. The intent is to use
this module when the referenced nodes are images using a single-valued
imagefield field. The widget offers an upload and browse button to the
nodereference field. With the upload, a new node can be created through a popup,
and the new node will be referenced by the nodereference field. The browse button
displays a view in a popup where the user can browse and select the referenced
node.

In addition, the module offers CCK formatters for nodereference fields which will
display the referenced images using imagecache and lightbox.

919 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Dependencies

Content Construction Kit (CCK)


ImageCache
ImageField

Optional modules

Lightbox2

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-14
notes snapshot

Find out more · Bugs and feature requests

Primary Term
By bjaspan on the 24th of August, 2006

The Primary Term modules allows you to specify which taxonomy term should be
the "primary" term for a node. For nodes that can have multiple terms from a
single vocabulary, a primary term can specify which summary page the node
should be listed on, which theme template to apply, etc.

NOTE: I adopted this module in October, 2007. I am maintaining the Drupal 5 and
6 versions, but not the Drupal 4.7 version. If someone wants to take responsibility
for back-porting fixes to the 4.7 branch, let me know.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-23
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Nov-01
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

FeedAPI Extensible Parser


By neclimdul on the 21st of February, 2009

An extensible FeedAPI parser.

920 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Developer Notes

This module is still under development and API's are subject to change. However
things are slowing down and gearing up for a final 1.0 release.

If you are interested in using it for creating plugins, any feedback for improvments
is welcome.

Description

The goal of this project is to provide a simple interface for building parsers for the
FeedAPI module. It divides the process into several steps.

1. Download plugins provide different methods for download. The bundled


plugin uses the Drupal drupal_http_request() function to complete requests.
Other options could include cURL or some other library and local files should
be possible in the next release of FeedAPI.
2. The first group of parsing plugins is the Type Plugin which is responsible for
parsing out the structure of the feed.
3. The second group, Namespace Plugins, build on top of Type Plugins and find
data in provided structure to attach to the final object.

Notes:

We now use a feature in ctools.module that was just added so currently you
must use the 1.0 or later release for this module to work.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Oct-23
notes for 6.x

Find out more · Bugs and feature requests

Search Lucene DidYouMean


By cpliakas on the 14th of October, 2009

#D7CX: I pledge that Search Lucene DidYouMean will have a full Drupal 7 release
on the day that Drupal 7 is released.

Overview
Besides being a lot of fun to say, Search Lucene DidYouMean detects and corrects
spelling errors in search queries by comparing the passed keys against the terms
in the Search Lucene Content index. Since the dictionary is constructed from actual
content on your site, suggestions are more than just spelling corrections. Installing
Search Lucene DidYouMean will help users find the content they are looking for by

921 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

guiding them towards queries that will display results.

On a technical level, the dictionary is a separate Lucene index populated with


terms in the Search Lucene Content index. Word similarities are found using the
n-gram model following the technique described in the article by Tom White on
java.net, which incidentally is a Drupal site.

Maintainer
Search Lucene DidYouMean is developed and maintained by Chris Pliakas.

Follow Chris on Twitter: @cpliakas

Installation
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta4 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Language assignment
By Andrew Schulman on the 26th of October,
2009

Language assignment adds a "Set


language" operation to the bulk node
update form at Administer > Content
Management > Content. It also
integrates with Views bulk operations to
provide a "Set language" operation in your node bulk operation-style views.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-30
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Dec-28
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 139 140 141 142 143 144 145 146 147 … next ›
last »

Page break by AutoPager. Page( 144 ).

922 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Affiliate
By thierry_gd on the 30th of September, 2004

This module allows site owners to issue affiliate links to their partners. When
anonymous users follow these links, the clicks are counted by affiliate, day, and
optional keyword. When referred users sign up for an account, the account is
associated with that affiliate.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Dec-28
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Aug-13
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

CDN2 Video
By acstewart on the 20th of November, 2008

Drupal video: fast, cheap, easy. Get video into your


Drupal site easily. No need to configure transcoding
software or mess with embed codes. CDN2 is a plug
and play module and video management service for
Drupal from WorkHabit.

Just install the CDN2 module, and start uploading


videos. Videos can be transcoded into one of many
formats including FLV, Quicktime, DVD, Windows
media, and JPEG thumbnail images. We even offer

923 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

several HD formats for FLV and Quicktime videos as well. Videos are automatically
stored into content delivery networks that make sure of geolocated caches, so your
videos are viewable and downloadable fast. Videos are delivered back to you after
transcoding so that you can fully control all your video content.

The CDN2 module comes fully integrated with FlowPlayer, which makes embedded
video playback simple and easy.

Upload, transcode, and deliver video with ease without stressing your server or
breaking the bank.

For more information and to sign up to use the service, please visit
http://www.workhabit.com/products/cdn2

To get started with CDN2, check out our user guide here:
http://www.workhabit.com/products/cdn2/guide

For support, email support@workhabit.com


Check out our twitter for Maintenance updates and new features: twitter.com/cdn2

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Dec-10
notes for 6.x
Download · Release Development
5.x-2.x-dev 2009-Jul-21
notes snapshot

Find out more · Bugs and feature requests

GeoIP API
By Roger López on the 20th of February, 2009

This is an API module for using the GeoLite Country database. Unlike other IP to
country code modules, this one does nothing on its own. It is an API/utility module
for use by other modules.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-12
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Feb-21
notes snapshot

Find out more · Bugs and feature requests

Content type overview

924 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By wulff on the 19th of November, 2009

This module adds a tab to the content types page which lets
you edit the settings for all content types on one screen. This
makes it much easier to ensure consistent settings across
content types.

Currently, the module handles form elements supplied by the


following core and contributed modules:

Comments (core)
Automatic Nodetitles (contrib)

#D7CX: I pledge that Content type overview will have a full Drupal 7 release on
the day that Drupal 7 is released.

Current development and maintenance is made possible in part by Peytz & Co.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta2 2010-Feb-11
notes for 7.x
Download · Release Recommended
6.x-1.4 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

E-mail Marketing Framework


By Davy Van Den Bremt on the 19th of
October, 2009

Generic (framework) implementation of


Campaign Monitor Advanced module.

You can now extend this module to


work with other services too. Plugins for
Campaign Monitor and MailChimp are
already provided.

Features:

Support for multiple lists.


Automatically fetches lists and fields.
Asynchronous pushing of subscription and unsubscription requests. Reduces
load and makes it more reliable and faster. Subscription statuses are locally
available though.
Map fields to Drupal tokens, profile fields and PHP code.
Provides block per list. Provides block to subscribe to all lists at once.

925 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Custom field values for authenticated users are automatically calculated an


not asked again.

Important note for people who upgrade from 1.1 to 1.2


The plugin modules have been renamed So after you have uploaded this
update and ran update.php, you should re-enable the mailchimp or
campaign monitor plugin you used before.

Sponsors
Campaign Monitor integration sponsored by Calibrate.

Alternatives
If you want basic integration with Campaign Monitor, check out Campaign Monitor
module.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-09
notes for 6.x

Find out more · Bugs and feature requests

JCarousel formatter framework


By ndeschildre on the 16th of November, 2009

JCarousel formatter framework contains the following features:

The JCarousel plugin: Optimized theme function to render instantly when


possible (on Firefox and Opera), i.e. without waiting for the complete page
load, and for RTL languages.
Node CCK Formatter <-> JCarousel theme relationships: A hook to
define which Node CCK formatter can be used which a given JCarousel
theme.

Dependencies: Utilities.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

926 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Flag Note
By pahariwalla on the 29th of June, 2009

Extends the Flag Module to allow users to enter a note when they flag a piece of
content and eventually build a flag history.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Environment Indicator
By mrfelton on the 29th of November, 2009

#D7CX: I, Tom Kirkpatrick (mefelton), do


hereby pledge that Environment Indicator
will have a full Drupal 7 release on the day
that Drupal 7 is released.

The Environment Indicator adds a coloured


strip to the side of the site informing you
which environment you're currently in
(Development, Staging, Production etc). This
is incredibly useful if you have multiple
environments for each of your sites, and like me, are prone to forgetting which
version of the site you are currently looking at.

This module can help you avoid making configuration changes to your live server
by mistake by adding a coloured strip to the side of your site, clearly marking each
version of the site.

The Environment Indicator settings page allows you to modify some elements of
the indicator's behaviour and appearance. Individual settings, such as the text to
display and the colour can be overridden for each of your specific environments in
the site's settings.php file. This allows you to customise the indicator for each of
your environments without needing to make any changes in the database. This
means that the Environment Indicator will always display correctly when moving
your site from development to staging to production.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Dec-12
alpha1 notes for 7.x

927 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-12
notes for 6.x

Find out more · Bugs and feature requests

BornFree
By skyredwang on the 22nd of October, 2008

In general, BornFree functions as an


image gallery with node-text on splash
page.
So far, although there are many good
image galleries out there, few of them
does a good job of displaying a large
block of text, which
associates with the image. Therefore, BornFree was engineered as an image
gallery that does text rendering (not only just caption, or
title). The second motivation is that since there are a lot of nodes with attached
images. Why not display them in a nice way on the front
page, while it updates/maintains once a new node is created, taking advantage of
Drupal. BornFree integrates Galleria (Google Summer Code,
http://devkick.com/lab/galleria/) into Drupal 6. Also, BornFree extends the text
functionality of Galleria.

2008.12.17
It's getting images from Image Module. You have to set the node "make it front",
Also "Sticky" matters.

2009.01.21
Bornfree is not integrated with Views2.2 yet, that's why it's hard to customize the
fields of nodes (Views let you to choose which field you want to display). But if you
are a developer, look at the codes; it's easy to customize from there.
I will change the default text display from FULL NODE to TEASER, which makes
more sense.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Oct-23
notes for 6.x

Find out more · Bugs and feature requests

Microblog
By jeckman on the 4th of April, 2009

This module enables microblogging on Drupal sites using it.

928 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Users can publish microblog updates, follow and be followed by other users, and
reply to other users' microblog updates.

Module also provides "public timeline" page as well as followers and following
pages, and a block of "recent microblog updates."

It does not (currently) provide an API for accepting microblog updates from third
party clients, nor does it attempt to push status updates to third party sites - the
focus is on microblogging within the community of users on the site.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 140 141 142 143 144 145 146 147 148 … next ›
last »

Page break by AutoPager. Page( 145 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Preview
By doq on the 22nd of April, 2009

Hides preview button on node editing pages.

This project is similar in functionality to Jammer and Formfilter.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Apr-23

929 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


unstable1 notes for 7.x
Download · Release Recommended
6.x-1.0-rc2 2009-Apr-22
notes for 6.x

Find out more · Bugs and feature requests

RPX Sign In
By nrambeck on the 30th of April, 2009

RPX is a tool and service from JanRain that helps you effortlessly add single
sign-on from providers like AOL, Google, Yahoo! and even Facebook. For more
information visit the RPX website.
http://rpxnow.com

Installation and Setup

1. Install the module as usual in your site/all/modules folder and enable it from
the Administer >> Build >> Modules page.
2. You will need to register your website at RPXnow.com, but this registration
process can be initiated from the module settings page by going to
Administer >> Settings >> RPX Sign In

Issue Queue Priorities for Next Release

#638274: Make all the extra profile fields optional


#714862: Mapping RPX Profile Fields to Drupal
#590240: Allow linking of RPX sign in to existing drupal user account
#667936: Use of alternate authenticator bypasses required fields.
#681888: UI: Presenting RPX Login to Users

See the Feature Roadmap for more details on what is scheduled for the future.

Developers: The RPX module requires two-way communication between your


Drupal site and the RPX servers. That being the case, the RPX sign-in process will
only work if your Drupal site is publicly online.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-08
notes for 6.x

Find out more · Bugs and feature requests

930 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Password change confirm


By Dave Reid on the 8th of September, 2009

This is a Drupal 6 backport of #86299: Add


"current password" field to "change password
form" that forces you to enter your current
password when changing your password in the
user edit form. This helps prevent possible
XSS attacks such as http://lampsecurity.org
/drupal-xss-password-reset.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-10
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

Omniture Integration
By greggles on the 12th of September, 2007

This module integrates the Omniture Site Catalyst statistics monitoring software
into a Drupal site.

This module is still growing and gaining a final form. Currently the 6.x 1.0 release
can be extended using an "inc" file; however, the development version is much
more flexible and can be extended using a hook_omniture_variables. Be sure to
check the readme.txt file for specific implementation instructions.

Development Support: initial development sponsored by Our Brisbane and


pingVision

Co-maintained by Matt Tucker (ultimateboy), and John Jones (cytefx).

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Select (or other)

931 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By danielb on the 27th of February, 2009

Provides a new Forms API element which is a select/radios/checkboxes element


that has an 'other' option. When 'other' is selected a textfield appears for the user
to provide a custom value.

Module applications

As a CCK widget. Integration is inbuilt for CCK text and number fields.
As a Webform element. See this issue for a Webform integration patch, which
will appear in the next major version of Webform.
For developers to use in form functions. Therefore integration is possible with
any module or for any other custom purpose. See below for FAPI example.

Example developer usage in Forms API

<?php
$form['my_field'] = array(
'#type' => 'select_or_other',
'#title' => t('Choose an option'),
'#default_value' => array('value_1'),
'#options' => array(
'value_1' => t('One'),
'value_2' => t('Two'),
'value_3' => t('Three'),
),
'#other' => t('Other (please type a value)'), // Text to show as 'other'
option
'#required' => TRUE,
'#multiple' => TRUE,

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

Drupal vB
By sun on the 14th of April, 2006

Drupal vB integrates vBulletin forums with Drupal. It allows

existing vBulletin users to log in to Drupal


new vBulletin users to log in to Drupal
existing Drupal users to log in to vBulletin (after initial export)

932 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

new Drupal users to log in to vBulletin


a single/shared sign-on when logging in via Drupal
updating user data in vBulletin upon update in Drupal
deleting users in vBulletin upon deletion in Drupal

Unlike vbDrupal (a fork of Drupal), Drupal vB turns Drupal's user-base into the
primary user-base (while still allowing existing and new vBulletin users to logon
with their user credentials in Drupal) and does not require patches to Drupal core.

Drupal vB currently ships with 3 blocks:

Recent threads/posts
Forum users/posts/pm statistics for the current user
Overall forum statistics (administrative)

Major parts of Drupal vB are based on my work for Migrator module. If you rather
want to migrate an existing forum to Drupal (instead of integrating it), you might
want to checkout Migrator.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Oct-18
notes for 6.x
Download · Release Recommended
5.x-2.2 2008-Oct-15
notes for 5.x

Find out more · Bugs and feature requests

German Stemmer
By schildi on the 21st of October, 2007

This module implements stemming according to the Porter algorithm.


It will help the german community to offer better searching capabilities to there
users.
Beside the rules for stemming the module contains a hard coded list of stop words
as well as a list of exceptions.

The current version of the search module does not support highlighting
/ marking stemmed key words. A patch (to search) accompanies this module
which offers the missing functionality.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Sep-16
notes for 6.x

933 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2007-Oct-21
notes for 5.x

Find out more · Bugs and feature requests

Webform2Sugar: Capture webform result as new leads


in SugarCRM
By robbertnl on the 17th of March, 2009

Webform2sugar extends the Webform module with the


ability to capture webform results as a new lead in
SugarCRM.

The difference with the existing sugarwebform module is


that this module doesn't display any extra pages and
doesn't need a http-refresh.
Besides, webform2sugar is more user friendly. You don't
have to find out the SugarCRM fieldnames, but you can use
the dropdown button to choose an available field.

Requirements
SugarCRM 5.1 and higher (uses the SugarCRM
index.php?entryPoint=WebToLeadCapture)
webform module http://drupal.org/project/webform

Quickstart
Download and install the webform module if you haven't already
Extract the webform2sugar to your module directory and enable the module.
Enter the url of your SugarCRM in the webform2sugar settings at
http://yourdomain/admin/settings/webform2sugar.
Select the SugarCRM version you are using
Make a new campaign in SugarCRM and copy the record variable in the url. It
should be something like 33101bfb-a773-3231-dc24-512187ae3daa. This is
the unique Campaign id of SugarCRM.

Version Date Links Status


Download · Release Recommended
6.x-3.0-beta2 2009-Mar-30
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Mar-23
notes for 5.x

Find out more · Bugs and feature requests

934 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

JCarousel for Views


By ndeschildre on the 16th of November, 2009

JCarousel for Views is a simple module for using JCarousel in Views.


This is heavily based on Views carousel, except that it is using JCarousel formatter
framework as backend. Ideally, this module should not exist, and work will be
undertaken to merge JCarousel formatter framework with jCarousel.

Dependencies: Utilities, JCarousel formatter framework, Views.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Used modules
By Narno on the 20th of November, 2007

Used modules displays as a table,


within a block or a page, all the
modules installed on a Drupal site.

Features

add a block who list installed


modules
add a page who list installed modules
add a description on the top (for the block and the page)
displays or not the description for each module (for the block and the page)
displays or not the version for each module (for the block and the page, not
recommended - disabled by default)
add link to module/project page (drupal.org)

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-17
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jan-11
notes for 5.x

935 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 141 142 143 144 145 146 147 148 149 … next ›
last »

Page break by AutoPager. Page( 146 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Workflow Named Transitions


By deekayen on the 8th of September, 2008

Named transitions are an addon to the workflow module so specific workflow


transitions can have their own labels which the admin can describe relative to the
beginning and ending states. With named transitions, the workflow state options
can be state aware. Rather than showing the user a workflow box containing
options like "review required" as a state in the workflow, it could say "move to the
editing department for grammar review". That means your workflow options can
show text as an action representing the flow of the workflow action as opposed to
a state name.

There is a Workflow issue related to this feature: #73412: transition labels


Depending on your version of workflow, #433500: hook_form_alter() doesn't set
name of workflow anymore might prevent the labels from showing on node edit
forms.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Apr-14
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Apr-14
notes for 6.x

Find out more · Bugs and feature requests

936 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Cobalt
By Hugo Wetterberg on the 21st of November,
2008

#D7CX: I pledge that Cobalt will have a


full Drupal 7 release on the day that
Drupal 7 is released.

This patch has be be committed for the


D7 version to work: http://drupal.org
/node/473240

Cobalt is a way to control Drupal 6


made in the image of Quicksilver for Mac (if you use Gnome you might be familiar
with Gnome Do, another Quicksilver clone). So far it’s confirmed to work in
Safari/Webkit and Firefox 3. In Firefox, and other potentially compatible browsers,
Google Gears have to be installed for quicksilver to work. This is due to Cobalt’s
need to store data locally for fast access.

INSTRUCTIONS
Version Date Links Status
Download · Release Recommended
7.x-1.0-beta2 2010-Feb-12
notes for 7.x
Download · Release Recommended
6.x-1.5 2010-Feb-12
notes for 6.x

Find out more · Bugs and feature requests

Google Friend Connect


By Dave Reid on the 12th of May, 2009

Google Friend Connect (GFC) provides


simple user authentication using any OpenID account, including Google, Yahoo and
AIM. Instead of filling in yet another profile form, your users can connect to their
existing identities, showing current profile pictures. By making login easier and
connected to existing identity, you'll see increased engagement and comment
activity. A user can visit your site and leave a comment with a Google Account,
Yahoo Account, any OpenID, or in future other sites that participate in OpenSocial.

This is the official home of the Drupal GFC module. It was originally authored by
Googler Muthu Muthukrishnan at Google Code and we have the permission from
him to support and maintain the module here on Drupal.org.

Version Date Links Status

937 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Jan-20
alpha1 notes for 7.x
6.x-1.0- Download · Release Recommended
2010-Jan-20
alpha1 notes for 6.x

Find out more · Bugs and feature requests

UC Gift Order
By jrust on the 19th of May, 2009

Summary

This module lets Ubercart customers


mark an order as a gift during checkout
and write a small message to go along with it.

Features

1. Creates a new checkout pane that let's users mark an order as a gift and
write a message.
2. If the order is a gift, it is highlighted on the "view order" admin screen.
3. Admin's can create / edit gift messages on the "edit order" admin screen.
4. Admin's can print a modified invoice that shows the gift message, but no
price information. This would be used to print and include when shipping the
gift. (See Installation Instructions below for instructions on getting this to
work).
5. The names and addresses of the recipients of gift orders can be browsed and
downloaded via Store Administration -> Customers -> Gift Recipients

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-29
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Attribute Clone


By longwave on the 13th of July, 2009

Attribute clone provides support for Ubercart product attributes when using the
Node clone module.

938 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

With this module enabled, all attributes and options are copied to the new product
when a product node is cloned. This can save time when setting up many similar
products in a store.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-13
notes for 5.x

Find out more · Bugs and feature requests

Outline
By Abandoned Projects on the 29th of December, 2006

This module was marked abandoned because the author declined to work
with the cvs admin.

In Drupal 6, outline module greatly enhances the functionality of core's


book.module.

Outline module is a general purpose module providing great flexibility in how


nodes of various types are outlines, and who can outline them in which conditions.

Features
Roadmap (Planned features)
Drupal 6
Upgrading from Drupal 5 to Drupal 6
Drupal 5
Releases

Version Date Links Status


6.x-0.0- Download · Release Recommended
2008-Nov-28
alpha2 notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Mar-21
notes for 5.x

Find out more · Bugs and feature requests

Content unpublish
By Amitaibu on the 29th of October, 2008

Add an 'Unpublish' button on existing content (i.e. nodes), which can be used

939 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

instead of allowing users to delete content.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-15
notes snapshot

Find out more · Bugs and feature requests

Content Profile Search


By cafuego on the 21st of October, 2009

This module allows you to search for users via text fields in their content profile
nodes.

Version Date Links Status


Download · Release Recommended
6.x-0.4 2009-Nov-06
notes for 6.x

Find out more · Bugs and feature requests

Zend Framework
By Rob Loach on the 4th of December, 2007

The Zend Framework is a powerful open source web


application framework for developing PHP 5 web
applications. The Zend Framework module is a Drupal API module that facilitates
the installation and management of the Zend Framework, making sure it is
properly accessible to other Drupal modules.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-28
notes snapshot
Download · Release Development
6.x-1.x-dev 2008-Jun-01
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-17
notes snapshot

Find out more · Bugs and feature requests

Exhibit
By Arto on the 17th of December, 2007

Exhibit displays structured data in the form of rich visualizations that can be

940 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

searched, filtered and sorted using faceted browsing.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-01
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 142 143 144 145 146 147 148 149 150 … next ›
last »

Page break by AutoPager. Page( 147 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

941 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Theme developer
By effulgentsia on the 18th of November, 2009

Firebug for Drupal themeing. See the screenshot and screencast. Note that this
module injects markers into the DOM to do its magic. This may cause some
themes to behave erratically and less capable browsers may make it worse
(especially IE)/. Enable it when needed, and disable it afterwards. There is a handy
link in the devel block to do just this.

This module was part of the Devel project. Now it is its own project, but relies on
the Devel module as a dependency.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-19
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Dec-28
notes snapshot

Find out more · Bugs and feature requests

Text Link Ads Integration


By kbahey on the 12th of June, 2006

The Text Link Ads module allows you to sell advertising space on your site via
Text-Link-Ads.com

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-15
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Jun-02
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Feb-09
notes for 4.7.x

Find out more · Bugs and feature requests

Weekly Archive by Node Type


By Prometheus6 on the 18th of January, 2005

week.module generates weekly archive pages and a block with links to the pages.
You can specify the node types that will be included in the archive pages.

Links are generated only for those week that actually have posts. The text of the

942 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

links is created using the token module.

The page is generated using the year and week number embedded in the URL.

Version Date Links Status


Download · Release Recommended
6.x-2.7 2010-Feb-24
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Feb-15
notes for 5.x

Find out more · Bugs and feature requests

Trace
By Arto on the 26th of November, 2006

This is a sysadmin & developer tool that adds extensive tracing facilities for Drupal
hook invocations, database queries and PHP errors.

For an introduction, read the original blog post at:


http://ar.to/2006/12/easier-drupal-debugging-with-trace

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-18
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Oct-01
notes for 5.x

Find out more · Bugs and feature requests

Bot
By Morbus Iff on the 12th of November, 2006

Druplicon is an IRC bot that has been servicing #drupal, #drupal-support, and
many other IRC channels since 2005, proving itself an invaluable resource.
Originally a Perl Bot::BasicBot::Pluggable application coded by Morbus Iff, he
always wanted to make the official #drupal bot an actual Drupal module. This is
the fruit of these labors. Whilst the needs of Druplicon are driving the future and
design of the module, this is intended as a generic framework for IRC bots within
Drupal, and usage outside of Druplicon is encouraged.

With all currently shipped modules enabled, you'll get:

Version Date Links Status

6.x-1.1 2009-Feb-10 Download · Release Recommended

943 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-08
notes for 5.x

Find out more · Bugs and feature requests

Multiforms
By mcantelon on the 17th of April, 2007

Conversion to Drupal 6 done in rough: development snapshot available for


download below.

V6 Note: If you are updating your Drupal 6 dev version, disable then enable the
Multiforms Admin module so Drupal can find newly added theme functions.

The Multiforms module is designed for the collection of data from users. It can be
used to easily author multi-page forms which are published as nodes. The data
collected by the forms can then be exported. It was originally designed to handle
contest and survey creation needs for the website of The Georgia Straight
(www.straight.com), a weekly Vancouver newspaper.

Multiforms module features include:

Multi-page form support


Multiple choice question support (select, radio buttons, checkboxes, etc.)
with web interface for editing choices
Ability to save/load form "snippets" (groups of fields)
Duplicate submission prevention (based on specification of which fields
should collectively be unique)
Ability to purge submitted data
Closing date and message
Integrated email referrals
Completion threshold
Creation of draw entries upon successful completion
Creation of extra draw entries for each email referral

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-24
notes snapshot
Download · Release Recommended
5.x-1.5 2008-Aug-19
notes for 5.x

944 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
4.7.x-1.1 2007-Jul-06
notes for 4.7.x

Find out more · Bugs and feature requests

Annotate
By clemens.tolboom on the 19th of June, 2007

Make annotation can be done in several ways.


With this project you are able to create

private note (annotate)


a private note to a node open for
discussion with the editor or others.
1. Per nodetype you can allow multiple
annotations.
2. You may force Visiblility settings.
3. Integrates with print module
editorial node (annotate_ed)
make a editorial note about a node. Ie when the site editors don't want to
remove a node but give it a warning at the top

Annotate allows users to post personal notes on various nodes within the web site.
For example, if you click on the most recent news story and scroll down you will
see a small section called Annotate. If there is something that you need to write
down about what you have read just write it there. It is saved and only you and
the Administrator can see it.

annotate_ed allows 'editorial' users to post an editorial note. This note is placed
above the node content.

Please download the module and try it out. And remember, I can't fix it if you don't
tell me where the bugs are.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-30
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Aug-12
notes for 5.x

Find out more · Bugs and feature requests

PM Lite

945 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rszrama on the 23rd of May, 2008

PM Lite is a lightweight private messaging module that defines a


new PM content type and creates PMs as nodes. The main idea
behind this module is that private messages represent content
on a site with extremely limited access. This module defines the
private message node type and adds a recipient field to its creation form where
users can enter single or multiple recipients. Once created, private messages may
not be modified and can only be viewed by the author and the recipients.

The goal of the module is to remain as small as possible. By creating private


messages as nodes, if you need functionality beyond what the module provides,
you can build it yourself using any number of contributed modules that were
designed to work with Drupal's node system.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Pirate
By Richard Eriksson on the 15th of September, 2005

#D7CX: I pledge that Pirate will have a full Drupal 7 release on the day that
Drupal 7 is released.

On International Talk Like a Pirate Day (September 19th), this filter changes all
appropriate English phrases and words into pirate-speak.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-10
notes snapshot
Download · Release Recommended
6.x-1.0 2008-Apr-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Feb-01
notes for 5.x

Find out more · Bugs and feature requests

Logo Tool
By pobster on the 19th of July, 2006

A simple tool to display either a random logo on every page refresh, else display a
specific logo on specified pages and a default set logo on all unspecified ones.

946 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-19
notes snapshot
Download · Release Recommended
6.x-2.0 2010-Feb-14
notes for 6.x
Download · Release Recommended
5.x-2.3 2007-May-03
notes for 5.x
Download · Release Recommended
4.7.x-2.0 2007-May-03
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 143 144 145 146 147 148 149 150 151 … next ›
last »

Page break by AutoPager. Page( 148 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Affiliates
By kbahey on the 27th of November, 2006

This is an affiliates module used on the


SpreadThunderbird.com site.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-15
notes snapshot

947 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

Geocode
By Allie Micka on the 3rd of June, 2007

This module implements an API to convert the information you already have into
geographic information. It support a variety of input formats and runs them
through pluggable backends to produce geographic information. In addition to
Latitude / Longitude points, this API also supports more complex geographies such
as lines and polygons.

It also provides a CCK widget for for the Geo project's Geo Field module. This
widget allows you to populate geo fields from other fields in your content such as a
postal address, text fields containing a city name, or even an image that contains
embedded geographic information.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-20
alpha2 notes for 6.x

Find out more · Bugs and feature requests

YUI Calendar
By jeffcd on the 21st of September, 2007

This module integrates the YUI Calendar into Drupal date fields.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the calendar to work.

Version Date Links Status


Download · Release Recommended
6.x-1.1-4 2008-Apr-14
notes for 6.x
Download · Release Recommended
5.x-4.0 2008-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

Knurl
By cfuller12 on the 18th of December, 2007

948 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UPDATE: Revisited version 1.2 released Feb 8, 2010

Knurl is a module that provides a URL shortcut and redirection service similar to
TinyURL or TightURL. This module contains source code from the TightURL project
and the Horde project.

This module was contributed by Optaros, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Dec-18
notes for 5.x

Find out more · Bugs and feature requests

REST Server
By Rob Loach on the 5th of January, 2008

The REST Server provides an interface for the Services module to communicate
with REST clients.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta3 2010-Jan-22
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

Link To Us
By Gman on the 3rd of February, 2008

The Link To Us module creates a page to display uploaded banners that can be
used by others to link to your Drupal site. The module will create well formed SEO
links with full title, alt and anchor text determined by the node title, taxonomy
term or other pages that are directed to the module. This allows users or writing
contributors the ability to use consistent banners to link to your site. Also, link
campaigns have a natural page that can be used to establish consistent, well
formed links.

SPONSORED BY:
DogParkUSA.com

949 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-05
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Sep-17
notes for 5.x

Find out more · Bugs and feature requests

Mass tag
By mfb on the 11th of December, 2008

Allows administrators to apply a taxonomy term to all posts containing a given


keyword(s) or phrase. Requires the core Search module to provide the index of
nodes.

Please note, the awesome Views Bulk Operations module provides a much more
extensible solution (but I hit a memory limit issue and needed this small utility
module).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

JsMath for displaying mathematics with TeX


By gustav on the 12th of July, 2007

This module enables the jsMath script for displaying mathematical expressions.
Users can enter arbitrary mathematical expressions in their drupal content by
using the standard TeX syntax, including LaTeX and AMSLaTeX. jsMath renders
this on the client's browser when the page gets displayed.

The jsMath script has been developed by Davide P. Cervone. For more information
about jsMath see http://www.math.union.edu/~dpvc/jsMath/welcome.html

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jul-13
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Feb-26
notes for 5.x

Find out more · Bugs and feature requests

950 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Gallery Addon
By profix898 on the 20th of February, 2008

Note: As of Summer 2009, this module is no longer continued. However,


after the rewrite of Gallery module for Gallery 3 we might revive the project
here.

This package contains add-on modules for the Gallery2 integration module. These
modules extend the functionality of gallery module for tighter integration with
Drupal and interaction with other Drupal modules, i.e. CCK, Views, OG, etc.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jun-10
notes snapshot

Find out more · Bugs and feature requests

OpenID Provider
By walkah on the 13th of April, 2008

This module implements OpenID Provider support based on the OpenID


Authentication 2.0 spec.

Dependencies: XRDS Simple module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 144 145 146 147 148 149 150 151 152 … next ›
last »

Page break by AutoPager. Page( 149 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will

951 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mobile Codes
By Deciphered on the 10th of May, 2008

Mobile Codes generates Datamatrix or QR Code mobile


barcodes that can be read by many camera phones. The
codes can contain URLs, Text or Phone Numbers, making it
easy to pass data directly to a mobile phone.
For more information on the creation and use of these
mobile codes checkout the Nokia Mobile codes site.

Features:
Input filter
CCK/Views formatter
Drupal API Theme() call
Configurable Presets

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Feb-26
notes snapshot
Download · Release Recommended
6.x-1.1 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

HTMLBox
By Poetro on the 11th of May, 2008

WYSIWYG editor as textarea


replacement based on HtmlBox original
code by Remiya Solutions released
under MIT license. It's only based on,
the code is changed quite some and
this is why "3rd party" JavaScript is
checked into the Drupal.org contrib
repository. Gerhard Killesreiter has
sanctioned this.
The editor is based on jQuery the official JavaScript library of Drupal.

952 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was sponsored by NowPublic.com.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2008-Sep-01
notes for 6.x
Download · Release Recommended
5.x-1.1-beta2 2008-Sep-01
notes for 5.x

Find out more · Bugs and feature requests

Content Refresh
By yaph on the 5th of September, 2008

Example Scenario:

Anonymous users are allowed to post comments on your site and page caching is
enabled. An anonymous user posts a comment but does not see it because the
same cached version of the page is displayed before and after commenting.

Content refresh to the rescue. If a new comment is posted and published the cache
entry of the content will be deleted and the user immediately sees the posted
comment.

Module Features
Content Refresh provides cache clearing functionality for various content related
actions provided page caching is enabled and the minimum lifetime is greater that
0.

Comment Actions

The page cache for a page is cleared when a comment is added, edited or
deleted.

Front Page Actions

If the Clear Front Page Cache option is set to yes on the module settings page

The front page cache is cleared when a published promted node is added or
deleted.
The front page cache is cleared when a promted node is unpublished.

Additional Info
If you want to know how this module works, read the following articles:

953 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-12
notes for 6.x

Find out more · Bugs and feature requests

Juitter - jQuery Twitter live search feeds


By doublethink on the 19th of August, 2009

Looking for a co-maintainer for Juitter module. Contact me if you're


interested.

This module integrates Juitter jQuery plugin to Drupal.

Juitter is a jQuery plugin to put Twitter search results live on your site.

Installation
1. Download the module.
2. Download Juitter plugin from here.
3. Copy the included file named jquery.juitter.js and paste it into js folder
inside the module.
4. Enable the module and set your settings.

Special thanks
Thanks to Juitter plugin author Rodrigo Fante! Without him this module won't
exist!

This module is sponsored and developed by Untitled Studios | Untitled Web.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Aug-23
notes for 6.x

Find out more · Bugs and feature requests

Daily
By Frodo Looijaard on the 29th of October, 2004

The daily module is meant for things like comic strips or daily headlines. Any node
can be `daily content', which means it is associated with a certain group
(implemented as a taxonomy term) and set to a certain date. For nodes like this, a
calendar is displayed which you can use to browse through earlier content. A node
type `daily container' displays for example the first or last currently available daily
content node in a certain group, or even a random one. Nodes with a date in the

954 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

future can automatically become available on that date.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jul-04
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Jan-14
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Jan-15
notes for 4.7.x

Find out more · Bugs and feature requests

Sparkline generator and filter


By Chris Johnson on the 27th of June, 2006

A Drupal wrapper for the PHP Sparkline library.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-06
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Sep-05
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2008-Sep-05
notes for 4.7.x

Find out more · Bugs and feature requests

Signup Scheduler
By jrbeeman on the 20th of December, 2007

The Signup Scheduler module allows users of the Signup module to define a
schedule upon which node signups should be opened and closed. Signups are
opened and closed based on the defined schedule during cron. Views support is
included through providing several fields and filters based on schedule data.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-20
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Feb-29
notes for 5.x

Find out more · Bugs and feature requests

955 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Signup Restrict by Role


By singularo on the 22nd of May, 2008

Provides ability to restrict individual event signups based on roles. Allows for
events to be viewed by all, but some to be restricted to members.

This project sponsored by Trellon

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-08
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-May-23
notes snapshot

Find out more · Bugs and feature requests

Mailing List
By litwol on the 20th of July, 2008

Minimalistic mailing list module. create different mailing lists/campaigns. the


module would create a block in admin/build/block page and you will be able to
place it anywhere on your site for people to register to a mailing list.

Then you can export subscribed emails from each mailing list to a text file (csv,
excel).

features in works:
#305648: Double Opt-In - Provide email verification upon mailing list opt-in (very
important for high profile sites that care about integrity of their lists).
#531794: Admin UI for individual emails + list import feature - A lot of admin
user experience improvement.
#302770: Notifications on subscribe/unsubscribe - more new and useful features
as well as user experience improvement.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-13
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Aug-05
notes snapshot

Find out more · Bugs and feature requests

Node Type Views

956 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By yaph on the 30th of August, 2008

Node Type Views is a simple module to generate teaser listings and RSS feeds of
nodes based on node type. This module is not an add-on for the views module. If
your are satisfied with a frontpage like listing of nodes based on content types,
Node Type Views may be right for you. If you want to do anything more advanced
use the views module instead.

Node Type Views uses Drupal core settings for the number of items to display.
Node Type Views is meant to satisfy the basic need for node type listings without
using taxonomy workarounds and little additional server-side processing.

To add content type views with Node Type Views go to admin/settings


/nodetypeviews choose the content types you want to generate views for. For each
content type you check a menu item will be created that links to the view. You
may have to clear the menu cache to view the new items.

Node Type Views does not rely on other contributed modules and adds no
database table.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 145 146 147 148 149 150 151 152 153 … next ›
last »

Page break by AutoPager. Page( 150 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Finder Wizard

957 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By danielb on the 14th of October, 2008

The Finder Wizard module allows users to create and


configure a multiple step form to find nodes, users, or
items listed by the Views module.

On each step of the form the user is prompted to


answer a multiple choice question about the node, or
whatever they are looking for. The possible answers are
field values from possible nodes left in the remaining
pool of nodes. Once all questions have been answered
the user is presented with a results page with a list of
nodes, or auto redirected to the only matching node.

Example Usage:

1. Create a content type 'product'.


2. Create a vocabulary 'size' with terms 'small', 'medium', and 'large' - associate
it with content type 'product'.
3. Create a vocabulary 'color' with terms 'red', 'green', and 'blue' - associate it
with content type 'product'.
4. Create many nodes of type 'product' with various combinations of these
taxonomies.
5. Create a Finder Wizard with 2 questions, one is "pick a size" and the other is
"pick a colour", and assign the corresponding vocabularies as answers.
6. Users can now use the Finder Wizard to get a results page of products,
matching the size and colour, using a 2 step form.

Wizard and results page are fully themeable.

Finder Wizard 6.x-2.x


Version Date Links Status
Download · Release Recommended
6.x-3.0-beta2 2009-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

OG Titles
By mradcliffe on the 15th of October, 2008

Organic groups Titles is a small module


that extends group membership to include arbitrary titles with which you can add
to Organic groups views. Titles are per member and arbitrary strings. Examples of
titles are strings such as "Chairman", "Secretary", or "Really Cool Dude". These
can be accessed via Views. More screenshots can be found on the project page
linked below.

958 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Based on the configuration you can setup a list of titles to choose from per group,
or the aforementioned arbitrary text field. The selection-based lists support sorting
by weight.

Currently dependent on Organic groups (and the included og_views module which
depends on Views).

Important Note: The current drupal 6 version has two bugs in it that are
now corrected in the dev. version when it updates on 12/7/09. Please use
this version until 1.2. Sorry for the inconvenience.

This module was originally developed per request by a client of Kosada


Incorporated (a small Columbus Ohio-based consulting firm) and has been used in
several other drupal site projects.

Drupal 5 version in-progress with work done by John Hanley.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-03
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Nov-27
notes snapshot

Find out more · Bugs and feature requests

Get Satisfaction
By flevour on the 11th of December, 2008

The Get Satisfaction module provides services to better integrate Drupal with Get
Satisfaction widgets system.
You can easily configure it to display the "Feedback" tab or use the provided filter
which displays the Feedback page.

Acknowledgements

Development of this module has been kindly sponsored by John_Kenney and


CallingGuides.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-06
notes for 6.x

Find out more · Bugs and feature requests

Mail global header and footer

959 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By David Stosik on the 18th of March, 2009

This module adds the possibility to set a global header and a global footer for all
e-mails sent by Drupal.

It is compatible with htmlmail module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Menu Clone
By Abandoned Projects on the 8th of May, 2009

This module allows you to capitalize on the boundless synergistic capabilities of


your Drupal-powered content managed site by realizing the full potential of the
web service architecture stack to provide highly scalable cloud-based on-demand
SaaS solutions for maximum return on investment.

Or maybe it lets you quickly clone (duplicate) menus. One or the other.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-09
notes snapshot

Find out more · Bugs and feature requests

Node reference field


By boombatower on the 12th of June, 2009

Allows fields on the node referenced by a node


reference auto-create field to be viewed and edited. In
other words a node reference is created to a particular
node which has additional cck fields. The additional
fields can also be edited along side the node title
provided by node reference.

This module was sponsored by Jim Hollcraft of


Software Professionals, Inc. and created by
Boombatower Development.

Version Date Links Status

6.x-1.0 2009-Nov-11 Download · Release Recommended

960 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Paranoia
By killes@www.drop.org on the 3rd of August, 2006

paranoia.module is for all the good sysadmins out there who think that allowing
random CMS admins to execute PHP of their choice is not a safe idea.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-14
notes snapshot
Download · Release Recommended
5.x-1.0 2007-May-24
notes for 5.x

Find out more · Bugs and feature requests

OG Audience
By David Lesieur on the 5th of February, 2007

The OG Audience module allows Organic Groups (OG) users to change a node's
audience without having to edit the node.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-11
notes snapshot
Download · Release Recommended
5.x-1.1 2007-Sep-09
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Apr-12
notes for 4.7.x

Find out more · Bugs and feature requests

Spambot
By miiimooo on the 8th of August, 2009

Spambot verifies user registrations (name, mail) against the Stop Forum Spam
online database. It blocks the user registration with an intentionally harsh "Now go
away!".
It also adds the operations "Block and report these users as spammers" to the user
administration listing.

961 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-08
notes for 6.x

Find out more · Bugs and feature requests

API
By JonBob on the 23rd of February, 2004

This is an implementation of a subset of the Doxygen documentation generator


specification, tuned to produce output that best benefits the Drupal code base.

This module was designed to produce the Drupal developer documentation


available at api.drupal.org. You can set up your own API documentation site by
following these instructions.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-23
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 146 147 148 149 150 151 152 153 154 … next ›
last »

Page break by AutoPager. Page( 151 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Visibility API
By tjholowaychuk on the 3rd of September, 2007

962 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Brief description:

This module provides an API for controlling the visibility of arbitrary elements,
similar to block visibility settings in Drupal Core. The 6.x version of the module
also provides form creation helper functions.

Key Features:

Role specific visibility settings


Path specific visibility settings
Show only on paths %
Do not show on paths %
Allows wildcards Example: products/*
Custom PHP Code.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-30
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Input stream
By Hugo Wetterberg on the 12th of May, 2009

Co-Maintainer Wanted!
The list of modules that I maintain has become quite long, and
in the beginning of next year I'll have a little daughter (if the
nurse guessed right on the gender). So the time that I have for
being a good maintainer will be very limited.

See http://goodold.se/blog/tech/co-maintainer-wanted for more


info.

Provides a stream-wrapper for drupal://input that should be used instead of


php://input. This module doesn't do anything in itself, but must be used when the
php://input is accessed by two or more independent modules.

The stream wrappers internal implementation uses a temp stream to store the
copied php://input stream. Only one temp stream is created regardless of how
manu drupal://input streams that are openend, and it is safe to use the multiple
drupal://input streams at the same time as the wrapper takes care of the per
instance consistency.

Development sponsored by Good Old and Mindpark.

963 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-12
notes for 6.x

Find out more · Bugs and feature requests

Facebook - Auth
By halkeye on the 11th of June, 2007

Should support most uses of facebook authentication.

If you are looking for developing a facebook app, you might be looking for the
facebook api module (http://drupal.org/project/facebook_api).

Repeat, this will only let you login to a site using your facebook credentials,
nothing else.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Custom Price


By mrfelton on the 21st of October, 2008

The initial idea of this module was to allow custom PHP code to be
associated with a product in order to adjust the price of the product. The nature of
allowing an admin to enter a block of PHP code to be executed though, allows for
much more elaborate and potentially dangerous operations.

Upon installation, this module will add a Custom Code field to your products.
Sample uses of this code block are:

$item->price = $item->price;

This will do nothing....but it goes in by default.


$item->price refers to the price before attribute adjustments.

if($item->qty > 5) {
$item->price = [cost] * 1.1;
}

964 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If more than 5 items are ordered, set the product price to a 10% mark-up of the
product cost. Product tokens are exposed to this code so things like [cost],
[sell_price], [weight], [weight-raw], etc. can be used.

if(date('j', time()) == '1') {


$item->price = $item->price/2;
}

Half price on the first of each month.

For additional examples which use attributes for price calculations, refer to the
Attribute Tokens module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-27
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Dec-11
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Price Quotes


By jtsnow on the 24th of February, 2009

The Ubercart Price Quotes module integrates with the Ubercart module to allow
customers to request a price quote for a product via the Ubercart shopping cart.

Developed by ZivTech for BlueCadet.

Requirements:

Ubercart
Drupal 6

Ubercart Contrib page: http://www.ubercart.org/contrib/9271

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-24
notes for 6.x

Find out more · Bugs and feature requests

Node displays contributions


By Stalski on the 9th of September, 2009

965 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node display contributions is a set of modules that are add ons of the Node
displays module.
The possibilities are enumerous but for now, we provide a couple of modules that
we needed in projects.

Current implementations

ND CCK: support for CCK.


ND Fivestar: support for Fivestar.
ND Ubercart: support for Ubercart products.
ND search: support for Drupal core search and apachesolr.
Important You need the apachesolr 6--2 branch to work.

We have documentation, a roadmap, screencasts and more information available.


Go and explore the world of Display suite.

Important information about the versions: Drupal 6--1 branch is not


supported anymore.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

SlideShowPro
By kylebrowning on the 16th of October, 2007

This module integrates SlideShowPro with the Image module and Views.

You can create a view from your images and show it in a Flash slideshow. You can
embed the slideshow with a simple filter [ssp|path/to/slideshow].

This screencast shows the module in action: http://www.developmentseed.org


/blog/2007/nov/12/create-your-slideshow-tag

Using this module with CCK/imagefield requires overriding a theming function.

Note that you need Macromedia Flash and the SlideShowPro Flash component in
order to run this module.

Drupal 5

Multiple SSP swfs: You may now specify the path to your ssp file in the filter
tag. Ex: [ssp|path/to/slideshow|path-to-ssp=modules/slideshowpro
/ssp2.swf]

966 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Permalinks: Images may now be linked via a CCK Link field. Simply add a
link field to your image content-type and ssp will check to see if the image
should be linked.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-28
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Aug-12
notes for 5.x

Find out more · Bugs and feature requests

Related Items
By spinicrus on the 15th of March, 2008

This module can relate a node to other nodes.


On "view" mode it displays related nodes FROM and
TO that node, through a dedicated block.
Page reload(or preview) on every related item
"add"(or "delete") it's not necessary because the
module uses javascript to dynamically add(or
remove) the fields and autocomplete to search for
nodes to be related (AJAX).

Available settings:
- set on what node types the module will be enabled;
- set what node types can be related;
- set how many results will the autocomplete return;
- set if support for watchdog will be enabled;
- set if the related items will be listed by node types.

Attached is a capture from module's admin page.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-16
notes snapshot
Download · Release Recommended
5.x-7.1-4 2008-Aug-01
notes for 5.x

Find out more · Bugs and feature requests

Toggle WWW
By Gurpartap Singh on the 18th of April, 2008

An easy, PHP header redirect based way to redirect incoming links from

967 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://www.example.com/some/deep/page to http://example.com
/some/deep/page or vice-versa.

Intended for use on servers without Apache servers, hosts where .htaccess is not
allowed, etc. Apache directives based redirects are faster than PHP based methods.
It is a known caveat that it does not redirect to the correct url when access is
denied to a page; because drupal prompts for the access before the module is
even loaded.

(Revival of an old project; now for Drupal 6.x)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-18
notes for 6.x

Find out more · Bugs and feature requests

jUpload for Imagefield


By awolfey on the 23rd of February, 2009

Have you ever wished you could upload


a group of images at once to an
imagefield? The jUpload for Imagefield
module (jifupload) integrates the
JUpload Java applet with the
ImageField module for CCK. Multiple
images are uploaded in a single batch
into an imagefield set for multiple
values.

Benefits
- Allows batch image uploading to imagefield.
- Set image descriptions in the imagefield.
- Deletions are handled by ImageField and Filefield.
- Image types are limited to jpg, gif, png.

Limitations:
- Does not play well with other cck fields: changes made to other cck fields are lost
when images are uploaded.
- You have to first save changes to other cck fields, then upload images, or vice
versa.

Configurable features
- Selection of content type used.
- Selection of imagefield field used.
- Size of the uploader on the page.
- jUpload parameters may also be entered manually in the module's admin page.

Suggestions

968 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

- FileField Paths enhances the file path options provided by Token. Without Token
images are saved in the default files directory. (Filefield paths doesn't do anything
for the Drupal 5 version.)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-28
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Apr-06
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 147 148 149 150 151 152 153 154 155 … next ›
last »

Page break by AutoPager. Page( 152 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Hosting
By adrian on the 28th of November, 2007

Hosting is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to


solve the problem of managing a large number of Drupal sites.
It does this by providing you with a simple Drupal based hosting
front end for your entire network of sites. To deploy a new site
you simply have to create a new Site node. To backup or
upgrade sites, you simply manage your site nodes as you would
any other node.

The hosting component of this system provides the front end for creating and
maintaining Drupal sites. Each of your sites will be mapped to the node types

969 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

provided by this module. It also handles the queueing of tasks sent to the back
end, and configuration
of your hosting system.

For more information on the system, and the other components, please take a look
at the Aegir overview wiki page

Aegir development is sponsored by Development Seed

Aegir 0.1 was developed by Bryght / Raincity Studios and partners.

Version Date Links Status


6.x-0.4- Download · Release Recommended
2009-Nov-17
alpha3 notes for 6.x

Find out more · Bugs and feature requests

Clean Pagination
By chrisshattuck on the 4th of April, 2008

Clean Pagination is a very simple module that allows you to enable clean URL
pagination for specified pages. The way Drupal typically works, if you had a view
with the URL 'my-view', subsequent pages would normally use a query to pass the
page number, as in 'my-view?page=2'. When Clean Pagination is being used for a
page, it will create a url like 'my-view/2'.

Currently, the module has just two settings: 1) Set the pages where you want
clean pagination enabled, and 2) Enable search-engine-friendly pagination
hyperlinks.

The search-engine-friendly pagination hyperlinks is an experimental feature you


can optionally turn on that will add the page URL to pagination links, and then
remove them via jQuery. To a user, it will look like a single number, but to a
screen readers and search engines it will have the url in the hyperlink text, which
is usually a good thing.

Enjoy!

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-02
alpha2 notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Aug-01
notes snapshot

Find out more · Bugs and feature requests

970 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

GeoUser
By zidong.c on the 20th of March, 2008

Retrieve user's geographic information based


on her ip address.
This module is based on a relative accurate IP
database from http://www.maxmind.com
/app/geolitecity, which is free and will be
updated regularly.

Every time a user logs in, her ip address and


geographic information will be updated and
stored into database.

Site Administrator can select which format of geographic map, she'd like to
display on user's profile page.

1. Static PNG image geographic map generated from Yahoo Maps.

2. Ajax Dynamic geographic map generated from Google Maps.

Administrator can define users from which geographic locations(countries,


regions), have the permission to register.
List all the users on a page, grouped by their geographic location.
No dependency on other Drupal module.

Version Date Links Status


Download · Release Recommended
6.x-1.7-beta7 2009-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

Coherent Access
By jgraham on the 20th of May, 2008

Coherent access provides a simple way to


create shared editing and viewing of nodes
between users. The node types controlled via
coherent access can be controlled via the
admin settings. Users also receive email
notification when they are given edit and
view rights over nodes, and the content of
these emails is fully configurable.

Default behavior access control is;

971 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

only authors can edit


all users can view
only the author may delete

The author can modify the settings as follows;

They may add additional editors which will be given edit capabilities as well
as view capabilities
They may add viewers. As soon as one user is added to the view list only
those listed in the view and edit lists as well as the author may view the node
The author cannot change the delete privileges
For author-only editing and viewing it is expected the author will un-publish a
node

These access settings are available at node creation time.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-25
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-14
notes for 5.x

Find out more · Bugs and feature requests

Comment block
By dixon_ on the 17th of May, 2009

This module moves the comment form into a block and provides a default view for
the listing of a node's comments. This gives you more power and flexibility on how
to display comments.

Examples

Place the comment form in a block anywhere in your layout


Place the comment listing in a block anywhere in your layout
Place the comment listing anywhere within your node (using Views Attach)
Provide different listings of comments for different node types (using Views)
Display comments using any fields available to the view
Customize the empty text (when the node has no comments)

Credits

This project was developed by dixon_ from NodeOne.

972 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Oct-09
notes for 6.x

Find out more · Bugs and feature requests

Blog Aid
By pp on the 15th of October, 2008

Helper module for bloggers. This module contains some usability enhances for
content creation and blog managemant. It reduces the mouse clicks. This 1.x
version designed for one user blog sites, not multi blog sites!

"Blog Aid adminblock"


contains some link
- create content for all enabled node type
- approve new comments (if Comment module is enabled)
- approve new trackbacks (if Trackback module is installed and enabled)
- file manager (if IMCE module is installed and enabled)
- My account
- Administration
- Logout

"Draft blog entries"


This block contains links to un-published story edit.

Add new buttons to node edit forms:


If you create a new story (or any selected node type) you see new "save to draft"
button. If you push this button the node will be set "un-published" before being
saved.
If you edit an existing un-published story (or any selected node type) you see new
"save to public" button. If you push this button the node will be set "published"
and the "Authored on" field will be the current date.
If you edit an existing story (or any selected node type) you see new "save and
edit" button. If you push this button the node is being saved and you will see the
edit form again.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-26
notes for 6.x

Find out more · Bugs and feature requests

Popups: Subedit
By starbow on the 11th of March, 2009

973 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module allows user to edit the contents of a fieldgroup without having to leave
the node view page. The administrator can configure any fieldgroup to show a link
that allows the form elements inside that fieldgroup to be editing in a modal popup
window. Basically, it is a simple approach to ajax edit-in-place.

This module is built on top of the Popups API. You will need at least version
6.x-2.0-Alpha4.

Sponsorship

Development of this project was sponsored by highvoltage.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Mar-16
notes for 6.x

Find out more · Bugs and feature requests

Random blocks
By jbizzay on the 9th of July, 2009

Random blocks module allows you to display your existing site blocks randomly. It
can display 1 or more blocks at a time, and you can configure which blocks will be
available to each random block. A random block becomes a block in it's own right
within the drupal system, which you can then assign to any region, basically
becoming a container for other blocks.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-09
notes for 6.x

Find out more · Bugs and feature requests

Validateage
By gwen on the 12th of February, 2007

This module validates a user's age at registration. The minimum age is


configurable in an admin page.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-02
notes snapshot

974 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

OG Audience By Type
By jrbeeman on the 4th of December, 2007

This module modifies the node edit form's audience selector, provided by the
Organic Groups module, such that the groups are selectable by content type. This
is useful on sites with a very large number of groups and many different group
types. For example, a site with Districts, Schools and Interest Groups (all content
types defined as Organic Groups) will have an individual selector for each group
type.

Releases
There are several different versions of the 5.x-1.0 release, each compatible with a
different version of the Organic Groups module. Be sure to check the project
releases page for the other versions, if you're running an older version of Organic
Groups.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Nov-04
notes for 6.x
Download · Release Recommended
5.x-1.0-og72 2008-May-26
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 148 149 150 151 152 153 154 155 156 … next ›
last »

Page break by AutoPager. Page( 153 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

975 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

HTML Export
By btopro on the 18th of March, 2008

*ACTIVE: Looking for others who want to help maintain this project. I
have a lot of other projects that I'm in need of giving more attention to
then this project and would still like this project to be updated / helped
along. Looking for people dedicated to help fix up some of the issues
floating around as well as add input / features that help improve usage of
the module. Let me know if you're interested...

Here's a good article about how to use this module locally -- http://cocoate.com
/2010/02/21/archive-your-drupal-website-html-export-an... (thanks for the write
up! :) )

HTML Export allows you to take your Drupal site and export it to HTML. The
current version will grab all style sheets, nodes, images, JavaScript, and anything
uploaded to your files folder and package it up in the files directory. The nodes (all
converted to html format) will be given a name of the form page{nid}.html and all
useless files like .htaccess .php .include .inc .install .module and others are kept
out of the package. All references to your server location are stripped out of the
code automatically so that you can nicely drop the folder in any folder (even
locally) and open it up to get it running (everything is relative path'ed). This will
snag all pages based on an anonymous configuration of the page.

Future features that are in development:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-09
notes for 5.x

Find out more · Bugs and feature requests

Ajax submit
By nedjo on the 12th of October, 2008

#D7CX: Ajaxsubmit will not be upgraded to Drupal 7 as the core AJAX support now
supplies most or all of what is needed, and Ctools will do anything that's missing.

Enables form submission and validation via AJAX.

Prior to Drupal 6, Ajax submit was part of the Javascript tools package.

976 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Only install if required by another module.

Also check out the ajax module, which offers a similar API as well as a UI for
designating forms to have Ajax submit handling.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-20
notes snapshot

Find out more · Bugs and feature requests

Make Meeting Scheduler


By ikt011 on the 9th of May, 2009

Make Meeting is a doodle.com like scheduler and poll engine for Drupal 6.x.

Main functions:

Schedule an event
Create a poll for a business lunch, a meeting or a movie night, and check the
results
Make a choice
Create a regular poll and see your friends votes

Creating a poll is in two steps:

1. Create a scheduler or a simple poll


2. Send the link to your friends, and follow the answers

About the functions:

You don't need any registration to use create a poll


After created the poll you get two links, one for the poll, one for the admin
page - with the two pecial urls your friends can vote and you can change the
properties of your poll
You have as many options as you want
If the site admin enable the mail sending function, you can send the poll link
to your friends from the browser

Important:

You can't access the poll node through the node/nid or the node/nid/edit
pages

Test site: http://makemeeting.neobase.hu

977 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-09
notes for 6.x

Find out more · Bugs and feature requests

Node Gallery Access


By justintime on the 8th of January, 2010

Node Gallery Access is a module that


adds access control to Node Gallery.

Node Gallery Access allows a gallery


owner to specify a gallery as one of
three different types:

Public: The gallery is accessible by anyone whom can view content.


Private: The gallery is accessible only by the owner.
Password: The gallery is accessible only after entering a shared password

The administrator can also specify roles that can view and or edit galleries that are
Password or Private.

Initially, this module shipped as a contrib module included with Node Gallery, but
has been since spun off into it's own module to ease management of Node Gallery
core. Credit goes to Wilson Wu for the initial version of this code.

This module requires only that Node Gallery be installed.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

User Terms
By Todd Nienkerk on the 5th of June, 2009

User Terms allows a site administrator to assign taxonomy vocabularies to users,


from which terms can be applied to users and shown on account pages. It is
integrated with the Profile module to allow custom placement of the vocabularies
form on any profile category sub-tab. Views integration is provided (requires Views
6.x-2.8 or later).

Roadmap

978 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Release 1.0 after the latest beta has had sufficient testing. Please try it and
report any problems!
Allow free-tagging
Allow vocabularies to appear on different profile categories

Incompatibility with User Tags


This module uses the same table name as User Tags and is therefore incompatible.

Credits

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

Salt
By Zen on the 24th of October, 2007

The salt module allows for Drupal passwords to be 'salted' - an internal string is
appended to the password prior to storage - making them less prone to dictionary
attacks, rainbow tables and the like.

Note: Drupal7 has greatly improved password storage. This module will likely be
unneeded in the future.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta 2008-Mar-29
notes for 6.x
Download · Release Recommended
5.x-1.0-beta 2008-Mar-29
notes for 5.x

Find out more · Bugs and feature requests

Translation Framework
By darren.ferguson on the 21st of August, 2008

The translation framework provides a machine translation framework for the drupal
system. The framework provides a hook_translation_realtime which the modules
that are the translation module api's should implement so the translation
framework can learn about the capabilities of the module.

979 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The framework does not attemp to be a replacement for drupal po files or


internationalization since machine translation is just not that good and probably
never will be. The module is just there to provide a basic translation that people
can then alter if the wish in order to make it correct.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-23
notes for 6.x

Find out more · Bugs and feature requests

Comment Permissions
By benshell on the 4th of October, 2008

The Comment Permissions module enables control of commenting by user role and
by node type. Additional user permissions for selected node types are added to the
user access system so you can configure commenting with more control than
Drupal core provides.

Note that "reply" links below comments may still appear for users without the
permission to add comments. This is unfortunate, but I haven't found a
workaround. See http://drupal.org/node/185855 for more information. Of course,
the links can easily be removed in the theme layer.

Development sponsored by PeopleJam and WorkHabit.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-10
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Oct-18
notes for 5.x

Find out more · Bugs and feature requests

FlashField
By Stuart Greenfield on the 22nd of October, 2008

FlashField is a new module that brings flash node functionality to CCK, allowing
flash content to be easily added to new content types.

Note - if you just want to add content (swf, flv, mp3) to your site without the
ability to set flashvars, heights and widths then you DO NOT need FlashField.
Simply install SWF Tools and use the SWF Tools formatters to format a FileField.

980 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

FlashField is designed for those cases where you need finer control over how your
flash content is presented. Perhaps think of it as "SWF Tools Formatters+"

Update (April 27, 2009)

Now FileField has an official release I've restarted work on FlashField after a bit of
a break. The new work is in HEAD and will achieve the aim of "seamless"
integration (I am actually using ImageField as a code template to quickly
understand how to integrate the modules). At the moment the 6.x-0.0 code, which
required a separate FileField and FlashField won't be developed further as it will be
fully replaced by the new model. I will also need to investigate the practicalities of
a migration script.

The code is in the very early stages of development and is not yet ready for use.
Primarily because it will rely on SWF Tools as its flash handler, and SWF Tools
needs to be modified too to enable full support.

Find out more · Bugs and feature requests

UC Followup
By neochief on the 3rd of May, 2009

This module works with Ubercart and allows automatical following of customer by
email on different stages of ordering. It means, that you can send letters to
customers who entered their info during checkout and forgot to pay or send
feedback request after some time passed after users' purchase.

Checklist for 1.0

- Auto-follow-ups
- Manual follow-ups
- History
- Integration with Conditional Actions
- SimpleTests

Feedback & new features

Your feedback is highly appreciated. If you want to post a feature request, please
do it in a way of usecase, if it's related to the way you want to followup customers
(e.g. If order status stays at 'in_checkout' more than 7 days send customer the
email "...hey, your order is not fully completed...").

By the way, if you like this module very much, you can support the development
by buying me some books.

Version Date Links Status

981 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-28
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 149 150 151 152 153 154 155 156 157 … next ›
last »

Page break by AutoPager. Page( 154 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Gallery API
By ardas on the 17th of September, 2009

This module is positioned to be a winning solution for building different galleries


and slideshows (or any other representation style) of any kind of media.

Problem description

There were several gallery modules in Drupal each of which implemented its own
way of gathering data and its own way of displaying this data. For instance, a
module could build gallery from a view of nodes ONLY and display them using a
particular jQuery plugin. But what if I want to use another jQuery plugin for the
view of nodes? Or use different jQuery galleries for different representation of
multiple imagefield?

Philosophy of Gallery API

The idea is to separate gallery building from gallery output and to be able to
combine any kind of data with any kind of representation (output) method. We
developed the core gallery module (Gallery API) which introduces the following:

982 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

1. Input method - builds gallery slides from any source of data


2. Output method - outputs a gallery using a particular method (for example
jQuery plugin)
3. Gallery preset - a preset of settings that is used to build a gallery in full. It
consists of one input and one output method as well as various settings
provided by these methods

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-Dec-22
notes for 6.x

Find out more · Bugs and feature requests

Views Table Highlighter


By smokris on the 30th of December, 2009

Views Table Highlighter allows


administrators to easily highlight
certain Views Table rows based on
simple PHP code accessible from the
Views UI.

Build your View.


Select "Table Highlighter" as the
View's Style.
Modify the example PHP code provided to highlight the rows you're interested
in.
Enjoy.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-20
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Payment Method Adjustments


By cYu on the 30th of April, 2008

uc_pma is an add-on module for the Ubercart e-commerce suite. The Drupal 5
version is compatible with Ubercart 1.0 rc2 and above. The Drupal 6 version has
been tested with Ubercart 2.0 rc7.

This module allows an order total to be adjusted based on the payment method
chosen by the customer. For instance if you'd like to charge a $1.00 fee for people

983 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

paying with Paypal, you can set that up with this module.

"Module compiled by Ryan from a schnazzy patch by cYu."

After enabling the uc_pma module you will be able to go to Administer->Store


Administration->Configuration->Payment Settings->Payment Methods in order to
set up these payment adjustments. Adjustment fields will be added to your form
where you can specify a flat amount or percentage to be added or subtracted from
an order that uses the associated payment method.

These fees and discounts will then be displayed to the customer during the
checkout process with small print underneath the payment method which
summarizes the adjustment.

One important note is that a percentage fee applies only to the sub-total. So if
you've setup a 15% Check fee, you could have the following cart (assuming a $10
product, a 10% sales tax, and $4 flat rate shipping).

$10.00 Subtotal
$ 1.00 Sales Tax
$ 4.00 Flat Rate Shipping
$ 1.50 Check Fee
--------------
$16.50 Total

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-30
notes for 5.x

Find out more · Bugs and feature requests

Affinity
By sicjoy on the 1st of July, 2008

The Affinity module is intended to be used as a catalyst for


community interaction on sites where users rate the
content. It works in conjunction with the Voting API
module to match users with other users based on their
voting patterns. The module provides a block showing
users you may have an affinity for.

Sponsored by Amrita Financial.

Version Date Links Status

984 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Feb-22
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Feb-18
notes for 5.x

Find out more · Bugs and feature requests

Autocomplete Node Finder


By danielb on the 20th of August, 2008

Creates blocks to provide autocomplete search on a predefined


node/cck field to direct you to the corresponding node.

This is great if your members can mentally identify desired nodes


by one field that is unique or rare for each node. A good
candidate is node title, or a cck field like a unique 'code' or 'serial
number' that the users are aware of. See attached image
example.

Go to the documentation

Extra Features:

Support for CCK field values where the values are specified as a delimited
list, e.g. red, maroon, pink, so you can autocomplete on just one of these
values.
Options given for a simple themeable results page, rather than just directing
to the first matched node.
Custom processing of submitted search terms, and matched nodes, available
through hook function.
Custom theme support for autocomplete suggestions (e.g. replace the textual
value with a teaser of the node the value came from, etc..).
Using taxonomy choices.
Drop-select and multiple-select alternative to autocomplete text field.
Combine multiple autocomplete node finders into one block.

Version Date Links Status


Download · Release Recommended
5.x-3.12 2009-Jul-29
notes for 5.x

Find out more · Bugs and feature requests

Comment form above comments

985 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By neochief on the 3rd of August, 2009

Adds option to place comment form


above the comments thread.

Installation

1. Enable module.
2. Go to your content type and set Location of comment submission form to
Display below post, but before comments.
3. Check your node. If form present — celebrate, otherwise proceed to next step.
4. Paste this code to your theme's template.php file:

/**
* Allow themable wrapping of all comments.
*/
function phptemplate_comment_wrapper($content, $node) {
if (!$content || $node->type == 'forum') {
return '<div id="comments">'. $content .'</div>';
}
else {
return '<div id="comments"><h2 class="comments">'. t('Comments')
.'</h2>'. $content .'</div>';
}
}

5. Clear Drupal's cache. Check your node. Celebrate.

Caution: If your theme contains comment-wrapper.tpl.php file, do not perform


step 4. Just add

<?php
print $form;
?>
to this template in place where you want to see the form.
Version Date Links Status
Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Tables Filter Module


By webgeer on the 10th of August, 2005

The tables module allows you to create a table in a node using a simple markup.
Tables are entered using a simple macro format.

986 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-10
notes for 6.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

JScrollPane
By Steve McKenzie on the 17th of February, 2008

bringing the jQuery jScrollPane module to Drupal.

This gives you the ability to let JavaScript create the scrollbars of a div of whatever
element you need which actually gives you more control over stuff like styles,
callbacks, etc..

Plugin Page
http://kelvinluck.com/assets/jquery/jScrollPane

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Reftagger
By nrambeck on the 20th of October, 2008

RefTagger is a free web tool from Logos that instantly makes all the Bible
references on your site come alive! Bare links turn into hyperlinks to the full text of
the passage at Bible.Logos.com, making it easy for your readers to access the text
of Scripture with just a click. Even better, RefTagger brings the text right to your
readers by generating a tooltip window that pops up instantly when they hover
over the reference. You can also have RefTagger add an icon that is hyperlinked to
the passage in Libronix.

If you are using the Reftagger module, feel free to drop me a note on this
page.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-06
notes for 6.x

987 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2008-Oct-20
notes for 5.x

Find out more · Bugs and feature requests

RDF external vocabulary importer


By scor on the 30th of January, 2009

Being able to reuse RDF vocabularies across sites is one of the


key elements for the semantic web to take off. The RDF external
vocabulary importer module (evoc) will cache any external RDF
vocabulary in Drupal, and expose its classes and properties to
other modules. RDFCCK relies on evoc to offer classes and
properties to be mapped to CCK fields, node title and body.

This module requires the RDF and the SPARQL modules.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-02
alpha2 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 150 151 152 153 154 155 156 157 158 … next ›
last »

Page break by AutoPager. Page( 155 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Jquery Dropdown

988 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jaykali on the 11th of May, 2009

This module uses custom jquery + css + html to replace a standard drupal single
dropdown with css-driven dropdown that has much more flexibility with styling
than the default browser select element.

The intent behind this module is to give developer's a "configure-less" way to


instantly transform any dropdown to a jquery dropdown by adding the class
"jquery_dropdown." Jquery looks at the drupal-generated html to find the
key/value pairs, select name, etc and build's an unordered html list that can be
styled. Behind the scenes it hides the original select but modifies the value based
on the item selected in our newly generated unordered html list. So without any
hacking we have a CSS replacement while keeping the original code in tact. Also
this makes the solution degrade gracefull because the dropdown will still work with
javascript disabled.

Also included in this module is a sub module called "Jquery dropdown jump." All
you do is add the class "jquery_dropdown_jump" and it clicks the submit button
for you when an item is selected from our CSS dropdown. Also to hide any submit
button all you do is give it a class of "jquery_dropdown." Sound fun? Great!

This module is sponsored by http://mediacurrent.com.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-12
notes for 5.x

Find out more · Bugs and feature requests

Embed filter
By KarenS on the 6th of August, 2006

Many great sites like YouTube, iFilm and NowPublic allow their media assets to be
served to 3rd party websites (like this one). They usually offer snippets of code to
be embedded in a web page that will then load a media object (usually Flash) from
their servers. This module lets your site users embed such snippets into posts but
gives you the power to decide which hosts to trust.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-27
notes snapshot

Find out more · Bugs and feature requests

Views Saved Searches

989 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Aron Novak on the 4th of September, 2007

Description
This module allows you to save your current configuration of exposed filters for
later use. This can be especially useful for Views with a lot of exposed filters.

Whenever a View is changed, all saved searches for that View are deleted, to
prevent corruption. If the user has JavaScript enabled, the saving and deleting
process happens through AHAH, and the new section is displayed below the
exposed filters section. When JavaScript is disabled, the new section is displayed
above the exposed filters section.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

Unitag
By Zen on the 12th of December, 2007

This module allows administrators an


avenue to manage free tagging terms
while still encouraging users to suggest
new terms.

Examples of potential usage:

If a tag added by a user is a


synonym of an existing term,
(optionally and) automagically
replace it with the existing term. This can also be used to handle alternate
spellings of a term, typographical errors and so on.
If a tag added by a user uses the related terms feature of the taxonomy
module, optionally tag the node with those terms as well.
Optionally also insert the ancestors (parents, grandparents etc.) of the
provided tags.
Make a free-tagging vocabulary read-only. Non-existent terms are not
included and are instead sent to a management interface where they can be
dealt with appropriately.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-06
notes for 6.x

990 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0-beta2 2009-Feb-21
notes for 5.x

Find out more · Bugs and feature requests

Organic Groups Registration Keys


By marcp on the 26th of November, 2008

This module is an add-on for the Organic Groups module, designed to facilitate
user membership in groups. Group owners (creator/manager) will be able to give
the registration key to site members. By using the registration key, site members
will be granted access to the group in question.

This module is especially useful in classroom environments where a teacher can


verbally let students know the registration key for a group in order to get a new
site configured and students properly enrolled in a group.

This module differs from Organic Groups Registration Codes in that group owners
have the ability to set their own keys. Group owners may also choose to not have
a key, which falls back to the base Organic Groups registration settings.

When creating a new group, the group creator will be prompted with an additional
form field to set a group registration key. If the group registration key is set it will
effectively restrict access to the group. By leaving the group registration key field
empty the additional functionality will be disabled.

Registration keys work regardless of the group's selectivity. Because of this, you
can have a "Closed" or "Invite Only" group that allows membership via a
registration key.

All the settings may be controlled at the settings page at admin/og/og-reg-keys.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-02
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-26
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Percent Rate with Minimum Rate

991 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By khalemi on the 2nd of January, 2009

Clone of the core Ubercart "Flatrate"


shipping quote module and the
Percentrate module, modified to
calculate shipping cost as a base rate
on percentage of the order total with
minimum shipping rate.

Here's an example on how the module work:

price of product : $ 10
Shipping to location A : 10% of cost or subject to minimum of $ 3.5, free with
order above $50
Shipping to location B : 20% of cost or subject to minimum of $ 5.5 free with order
above $100
Shipping to location C : 30% of cost or subject to minimum of $ 6.0 free with
order above $200

result :

Shipping to A : $ 3.5
Shipping to B : $ 5.5
Shipping to C : $ 6.0

if product cost is $ 40

Shipping to A : $ 4 (as 4 > 3.5)


Shipping to B : $ 8 (as 8 > 5.5)
Shipping to C : $ 12 (12> 6)

if product cost $ 55

Shipping to A : $ FREE
Shipping to B : $ 8 (as 8 > 5.5)
Shipping to C : $ 12 (12> 6)

there are 3 variable need to setup in the admin page :

1 ) Min % rate
2) Min $ rate
3) Free rate for total order above $ x

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-08
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jul-05
notes for 5.x

Find out more · Bugs and feature requests

992 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Dirty Forms
By markus_petrux on the 28th of March, 2009

The Dirty Forms module provides a


javascript behavior that checks forms
before users leave the page, warning
them if they are about to loose changes
and providing an option to remain on
the page.

The module provides a configuration form that allows setting up a list of forms that
should be excluded from the dirtyForms behavior.

This feature is based on the onBeforeUnload event of the window object which, at
the time of writing, is only supported by IE4+, Mozilla Firefox, Google Chrome.
Those using other browsers (or when javascript is not enabled) won't be warned
when leaving dirty pages. Ah, c'est la vie!

The Dirty Forms module requires the onBeforeUnload API.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-08
notes for 6.x

Find out more · Bugs and feature requests

To do list
By Jay Matwichuk on the 14th of July, 2009

Concept
This module creates a new content-type for a to do
list. This can be used for anything that needs to be
done, from getting milk at the store, to reminding
yourself to updating a profile, to telling your users to
vote on a poll by a certain date. With this list, the
creator of the node can either assign the item to
themselves, another user (or users), or both. Items
can be given an optional deadline and priority, and
items nearing their deadline or with a priority level of 'immediate' are shown a
block. Each user also gets a page with a list of all the items that have been
assigned to them, and another page with all the items they have assigned to
others.

Version Date Links Status

993 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1-rc12 2010-Feb-03
notes for 6.x

Find out more · Bugs and feature requests

Search Type
By nedjo on the 26th of July, 2007

Adds a type selector to search blocks to limit searches by content type or to search
users. The selector appears only for users with the "use advanced search"
permission.

Adds a fieldset to the search configuration form to select which content types to
offer as options.

Initial development was sponsored by Thomas Webb.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Aug-30
notes snapshot

Find out more · Bugs and feature requests

Kudos
By socki on the 6th of December, 2007

Give users a virtual pat on the back.

Similar to functionality on yelp.com, users can send and receive little award like
items such as "nice quote" or "funny joke" or "great picture" from other users.
With the integration with Userpoints module, users can earn points by having a
kudo awarded to them.

Basically, you can curently do the following:

Limit what users can give kudos (access control)


Limit what users can receive kudos (access control)
Limit what kind of content can receive kudos (sIte config)
Limit an individual kudo to a specific content type(s) (content mgmt)
Note: content types include comments
Allow users to un-give (rescind) a previously given kudo (site config)

994 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Control the form that a kudo button will display as (html button or graphic
icon)
If graphic icon, the icon can change depending on the status (give, rescind or
disabled)
Control when and how often the kudos cache gets updated... this is used for
statistics rather then tablulate how many kudos each person has in real time
across the board. This can range from real-time to periodically (minutes...
hours.. days.. .weeks)

Including for Drupal 5.x

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Nov-17
notes for 6.x
Download · Release Recommended
5.x-1.7 2008-Aug-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 151 152 153 154 155 156 157 158 159 … next ›
last »

Page break by AutoPager. Page( 156 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Blog reactions

995 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sanduhrs on the 18th of February, 2008

The Blog Reactions module monitors


Technorati, Google Blogsearch, Yahoo!
Bloglines and Blogato for reactions -
trackbacks - on your posts. It displays a
date and a short summary and links
back to the original reaction on the
web.

Version Date Links Status


Download · Release Recommended
6.x-1.10 2009-Apr-24
notes for 6.x
Download · Release Recommended
5.x-1.9 2009-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

Book Post
By rubinsztajn on the 7th of October, 2008

The Book Post module makes it easy to post information about books. Any 10 or
13-digit ISBN placed between double curly braces {{}} in a post will convert into
the book cover, title, author and publication info. All data comes from the Open
Library Project, an open source catalog that allows users to add books and edit
metadata. If there is no cover available for the book you want to post, go on the
Open Library and add one!

It is also possible to use the Open Library ID number instead of the ISBN (e.g.
OL8378495M). The Open Library has fulltext available for many titles in the public
domain. A "Read Online" link will automatically appear in your post if the fulltext is
available from the Open Library.

There are also options to include links to WorldCat, LibraryThing, and Google
Books for books that you post.

This module is based on John Miedema's OpenBook Plugin for WordPress.

The 6.x version has been tested and works fine on Drupal 5.x. If you notice any
problems with the module on 5.x, please post it on the issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2008-Oct-07
notes for 6.x

Find out more · Bugs and feature requests

996 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Queue Mail
By kbahey on the 27th of October, 2008

Queues any email sent from your Drupal site for the Job queue module, which in
turn sends them via cron.

Useful for high traffic sites that send a lot of emails.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-08
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-28
notes snapshot

Find out more · Bugs and feature requests

MERCI (Manage Equipment Reservations, Checkout


and Inventory)
By civicpixel on the 23rd of January, 2009

MERCI can extend any content type into a


list of unique reservable items (like studios)
or bucket of interchangeable items (like DV
cameras). We followed the approach used by
Organic Groups, Feed API, and Scheduler
and added MERCI's configuration to the Edit
tab of those content types.

INCOMPLETE MERCI FEATURES:


These features are currently included in the
UI and database, but are not complete.

Autocheckin/checkout
Self checkout
Email confirmation
Member/Commercial total in Reservation nodes.

The wickedly complicated queries in the initial version of MERCI were developed by
Chad Phillips (hunmonk) for the Knight funded Open Media Project. The module is
currently maintained by the Open Media Foundation with contributions from a
number of developers.

This module is still being actively developed and is included in the


Open Media install profile.

997 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Web File Manager Statistics


By jadowd on the 21st of February, 2009

This is a small plugin for the excellent WebFM


module. It offers details regarding the files
downloaded via the webfm interface on a per
user basis. This project was developed for the
Grant Massie Land Company by Richweb Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-11
notes for 6.x

Find out more · Bugs and feature requests

Background
By skiquel on the 20th of July, 2009

Allows for themes to upload a


background image in theme settings.

This works best in themes with fixed


width, where a background shows.

Features
Choose a color
Uses native drupal API for file uploading
Located in theme settings form
Positioning
Repeat
Attachment (Scroll, fixed)
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Nov-27
notes snapshot

Find out more · Bugs and feature requests

998 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

FAQ Search
By johnpv on the 31st of August, 2009

FAQ Search module is an add-on to the FAQ module, it creates a block with a
search form, the search form gives you the ability to search the FAQs. Once the
block is placed into a region (/admin/build/block), users can search the FAQ nodes
based on the entered keywords. The results are returned on the same page
immediately upon keystrokes.

Normal module installation applies.

Currently there are no ways to customize this module via an admin interface.

Version Date Links Status


Download · Release Recommended
6.x-1.3-beta3 2009-Sep-08
notes for 6.x

Find out more · Bugs and feature requests

Views turntable
By scheepers on the 14th of December, 2009

Views turntable is a views style plugin that displays


nodes on an elliptical path that may be rotated, like
a platter or turntable.

The turntable can be rotated by the user clicking a


next/previous link, or hovers close to the edges of
the display.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-20
notes for 6.x

Find out more · Bugs and feature requests

Pubcookie
By jvandyk on the 28th of December, 2005

This is an external authentication module that allows users to authenticate to


Drupal using pubcookie. Pubcookie is used by many educational institutions for
single sign-on.

999 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-18
notes for 5.x
4.7.x- Download · Release Development
2006-Dec-07
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Taxonomy Introduction
By MartinSfromB on the 8th of May, 2007

The taxonomy_intro module simply enables you to display an introduction at


taxonomy term pages where normally only the list of nodes related to this term is
shown.
The modules brings up a new field 'introduction' in taxonomy term forms.
The 'description' field should not be used for the introduction because it's shown as
link title with taxonomy links.

Its only a small module but it helps organizing your site!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-23
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Aug-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 152 153 154 155 156 157 158 159 160 … next ›
last »

Page break by AutoPager. Page( 157 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

1000 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Input Format Permissions


By mannkind on the 5th of January, 2009

Managing Input Format permissions shouldn't be a separate permissions screen.


An admin should be able to ask the (permissions) question "Can a user with role X
use the Y input format?" and look on the Permissions page to determine the
answer. The Input Format Permissions module accomplishes just that.

Most updated source on github: http://www.github.com/mannkind/input-format-


permissions-drupal-module

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2009-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

Apache Solr Views


By Scott Reynolds on the 2nd of April, 2009

This module provides Views implementation for the Apache Solr Search Integration
Project. Requires Views 3.

This module will provide facet navigation combined with searching to make a
powerful user experience.
Also please note the following issue: #443410: Apachesolr Sort block doesn't
integrate with this module

In order to get the facet blocks provided by the Apache solr Search Integration
Project you need to set up either arguments or exposed filters for the blocks. For
instance, you could set up an argument for node type and the Apache Solr Search:
Filter by content type block will work.

Features:
1.) facet navigation via Solr. Provide standard landing pages that are generated
just from Solr, no need to touch your database
2.) Query caching plugin. Cache the results of the query so that Solr isn't queried
against (see:
#490994: Apache Solr Views Caching plugin

Development of this module sponsored by ParentsClick / Lifetime Digital.

1001 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-12
notes snapshot

Find out more · Bugs and feature requests

Accordion Blocks
By azriprajwala on the 13th of June, 2009

#D7CX I pledge that Accordion Blocks


will have a full Drupal 7 release on the
day that Drupal 7 is released.

This module will provide accordion


effect to your blocks. It works with any standard Drupal theme available out there
on Drupal.org. You can also customize accordion widget by changing themes
through jQuery UI configuration page.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-02
notes snapshot
Download · Release Recommended
6.x-1.0-beta1 2009-Jun-17
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Catalog Taxonomy Menu


By fred0 on the 4th of October, 2009

This is an add-on module that solves a few issues when using Taxonomy Menu
with the Ubercart catalog taxonomy. Namely, that while the sub-menu items for
the categories would show the correct link when properly configured, the parent
menu item would link to all the category IDs instead of the catalog.
This module is a based on the included Hierarchy path sub-module from Taxonomy
Menu (as of 11/19/09, previously was based on Custom path sub-module).

This module works with Taxonomy Menu 6.x-2.4-beta or newer.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-24
notes snapshot

Find out more · Bugs and feature requests

1002 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Taxonomy Limit
By codexmas on the 12th of July, 2006

This module allows an admin to set limits on the number of terms that a node can
have per vocabulary. This is set separately per content type as well. For example,
a page could allow unlimited terms in a category, but a story could limit the same
category to four.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Jun-12
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Jan-30
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Jan-04
notes for 4.7.x

Find out more · Bugs and feature requests

Related Block
By spiderman on the 8th of July, 2007

This does a search for nodes that are closely related to the title and content of the
current node. It provides for display only on specific node types.

Words in the title are given a slightly heavier weight than those in the content.
Strips out highly used words (currently only for English), and ignores words under
3 characters.

Note: This module relies on the search index being fully populated, which typically
requires a working cron job setup to function properly.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-10
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-10
notes for 5.x

Find out more · Bugs and feature requests

File import
By neochief on the 15th of February, 2008

This module can import multiple files and save them as node attachments.

1003 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

It is very usefull when you are using such modules as slideshow and flashvideo,
and if you need to import dozens of files at once.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-May-21
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-21
notes for 5.x

Find out more · Bugs and feature requests

ISBN Field
By careernerd on the 2nd of April, 2008

isbn.module is a simple CCK field module. It provides simple validation for ISSN-8,
ISBN-10, and ISBN-13. Javascript validation is available. Display options include
raw (as inserted) and clean (dashes and spaces removed).

ISBN.module IS LOOKING FOR A MAINTAINER. I no longer have any need for


this module so I am looking for a co-maintainer.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-17
alpha2 notes for 6.x

Find out more · Bugs and feature requests

IE Notify
By mcrittenden on the 3rd of April, 2009

With the release of the excellent SUY module (http://drupal.org/project/suy)


I will no longer be maintaining this module. If, however, you're for some
reason dedicated to this module, let me know if you'd like to assume
ownership.

IE Notify creates a new block with a configurable notification message (usually


something like "Upgrade your browser.") to display to users who view your site in
the version(s) of IE you select.

Features:

Configurable version of IE
Configurable notification message
Support for JavaScript popup message
Support for grayscale page filters (ala BrowseSad.com)

1004 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Install:

1. Download and enable the module


2. Tweak the settings from Site Configuration -> Internet Explorer
3. Go to the Blocks administration and enable the newly created block
4. Test it out

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-07
notes for 6.x

Find out more · Bugs and feature requests

Website Toolbar
By mit3xxx.de on the 22nd of September, 2009

The Website toolbar allows you to add the following


features to your
site:
* navigate to the start page
* navigate to top of the page
* integrate a button to your rss-feed
* let your users tweet your content
* let your users share your content to social network
sites such as Delicious, Digg, Facebook, and more
social bookmarking and sharing sites
* integrate the google search on your site
* integrate a print feature
* provides 24 different designs

The toolbar use an external javascript.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 153 154 155 156 157 158 159 160 161 … next ›
last »

Page break by AutoPager. Page( 158 ).

1005 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Google Ajax Search Module


By mac_perlinski on the 26th of October, 2006

The main googleajaxsearch module allows you to add inline searches over a
number of Google services (Web Search, Local Search, Video Search, Blog Search,
and News Search).

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-30
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Feb-12
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-21
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Inline Registration
By matt@antinomia on the 12th of January, 2008

Inline Registration allows anonymous users to register via the node/add page, thus
removing a step/barrier from the user actually publishing content. If you're going
to use this module, or allow anonymous users to post content to your site at all for
that matter, you should really use CAPTCHA to help keep the spam-bots from
trashing your site.

Features:
- Adds user_register() form to node/add pages if the user is not logged in
- Associates the new piece of content with the new user
- Can log the user in after node creation depending on user registration settings

1006 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Issues:
- Content is published before validation of email address (i.e. user is not required
to click on link in email)
- At the moment, applies to all node types (should allow configuration based on
node type)
- Currently forces user to register or login, doesn't allow the use case where an
anonymous user might still be able to post content without logging in

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-07
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Apr-07
notes snapshot

Find out more · Bugs and feature requests

Wishlist Module
By scott.mclewin on the 13th of October, 2005

Allows authorized users to submit wishlist nodes to your web site which describe
items they would like for a special occasion.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2008-Mar-01
notes for 6.x
Download · Release Recommended
5.x-2.0 2007-Jan-19
notes for 5.x

Find out more · Bugs and feature requests

Spoiler
By Zen on the 23rd of October, 2007

This module allows users to hide potential "spoiler" content by inserting them
between [spoiler][/spoiler] tags. These tags will be converted to HTML by this filter
and the relevant CSS rules will set the foreground and background colours to the
same value, thereby rendering the text invisible until highlighted.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Mar-11
notes for 6.x

1007 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0-beta 2008-Mar-29
notes for 5.x

Find out more · Bugs and feature requests

CCK comment reference


By swentel on the 27th of March, 2008

#D7CX: I pledge that CCK comment reference will have a full Drupal 7 release on
the day that Drupal 7 is released.

Shortest description ever: defines a cck field type for referencing a comment.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-22
notes snapshot
Download · Release Recommended
6.x-1.3 2009-Oct-27
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

easySlider
By ipwa on the 24th of January, 2009

WARNING: The functionality of this module can be achieved in a lot better way
using Views Slideshows, which is a fantastic module (I use it all the time). This
module is nice to get the easySlider plugin, but if you're an end user you're better
off using Views Slideshows. To use this module, you need good knowledge of
ImageCache, CCK, Views and CSS.

This module integrates the amazing and light jQuery EasySlider plugin with your
list views. Easy Slider enables images or any content to slide horizontally or
vertically on click. It is configurable with css alone. So, basically you link to plugin
file, set the content up and style it with css.

Dependencies

* Views (http://drupal.org/project/views)

Installation

1) Place this module directory in your modules folder (this will usually be

1008 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

"sites/all/modules/").

2) Enable the module.

3) Make a view and set the type to List, you will need to add fields, at least add
node title and node body.

Known Issues
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Feb-05
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jan-24
notes snapshot

Find out more · Bugs and feature requests

Mediawiki auth bridge


By anarcat on the 1st of April, 2009

This module provides single sign-in and user database integration for MediaWiki as
slave of Drupal. It is set up so that users sign in to the Drupal site, and as a result
they automatically become logged in to the wiki. User entries are still created in
the wiki's user table and are kept up to date on each login with email and real
name. This does not include content exchange or wiki parsing, for that, see the
Mediawiki module.

Version Date Links Status


Download · Release Recommended
6.x-0.7 2009-Apr-01
notes for 6.x
Download · Release Recommended
5.x-0.7 2009-Apr-01
notes for 5.x

Find out more · Bugs and feature requests

Views Tagger

1009 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By wulff on the 15th of July, 2009

This module provides a new view style which lets you


assign taxonomy terms to the nodes in the view. Use
this to quickly add tags to a group of images or other
content.

The module supports all the default taxonomy module


form widgets as well as the widgets provided by the
Hierarchical Select module.

#D7CX: I pledge that Views Tagger will have a full


Drupal 7 release on the day that Drupal 7 is released.

Current development and maintenance is made possible in part by Peytz & Co.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Markup
By ebeyrent on the 20th of July, 2009

This tiny module adds the ability for site admins to add "Markup" widgets to the
form. These essentially let designers of cck content-types insert additional markup
into the node/edit form to display to content-authors. This is the equivalent of
adding additional elements to $form of the type '#markup'.

The module does not add anything to the $node object for the content being
created, and utilizes form_alter to remove unnecessary fields from the
'_content_admin_field' form when this widget is being created.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-22
notes snapshot

Find out more · Bugs and feature requests

Mapping kit

1010 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jpulles on the 4th of April, 2008

The Mapping kit is a collection of modules


to support custom mapping. Some demos
can be seen at http://aardbodem.nl
/?q=node/26.

An Inline maps filter is defined to mix


maps with other content. These maps
can be shown using OpenLayers
(default), or Flash.
Adds content types: map context, web
mapping service, map layer, map file, and geodata. A Map context defines
the extent of a map and which layers to show in it. Map contexts can be
selected to use for editing the location of a user or a content node.
By default, it uses the hosted version of the OpenLayers library to display
maps. OpenLayers is extended to provide better support for web map
contexts, meaning legend urls, titles, and a queryable option. The
OpenLayers multi-language support is provided via Drupal.
Google Maps, OpenStreetMap, OpenAerialMap, Virtual Earth, and Yahoo can
be used as baselayers.
Overlays of GeoRSS feeds and GPS tracks.
Adds GeoRSS feed of site users.
Editing of (UMN Mapserver) map files is supported but only in a limited way.
Map layers can be linked to a vocabulary after which taxonomy feeds can be
used to add layers to a map.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jul-07
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 154 155 156 157 158 159 160 161 162 … next ›
last »

Page break by AutoPager. Page( 159 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will

1011 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart checkout order preview pane


By longwave on the 14th of October, 2009

This module moves the order preview


pane in an Ubercart checkout to its own
fieldset.

Simply install and enable the module as


normal, and control the position of the
fieldset on the Ubercart checkout pane
settings page. All AJAX features of the
checkout that update the order preview
will work as normal with this module
enabled. The "Show the order total preview on the payment pane" checkbox in
checkout settings will be ignored when this module is installed.

Development sponsored by Acuity.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-15
notes for 6.x

Find out more · Bugs and feature requests

Component
By Crell on the 7th of May, 2007

This module provides several utility routines to allow themers to "pull in" any
desired content in a template file (or anywhere else). "Any desired content" means
a node, block, or view. Think of it as a sort of "Panels module junior".

It also provides a series of menu callbacks that return just the corresponding
content without the full page theming. That makes them very useful as Ajax
callbacks to "fetch a node", "fetch a block", etc.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-02
notes snapshot

1012 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Nov-12
notes for 5.x

Find out more · Bugs and feature requests

Bubbletimer
By itarato on the 23rd of February, 2009

#D7CX: I pledge that services will have a full


Drupal 7 release on the day that Drupal 7 is
released.

Bubbletimer allows you to save your activities


easily, check your monthly report, analyze
your time schedule, find and eliminate time
wasting activities, track your employees'
working hours on different projects. The
concept of Bubbletimer was originally
developed by http://bubbletimer.com/.

Bubbletimer uses nodes as activities. Each activity (you selected) has it's own time
line with 15 minutes slots. The form shows you one day at a time. To register your
activity you mark the time slots for the appropriate activity.
The module provides reports and charts that allows you to analyze activities in
custom time ranges.

Features:
15 minutes slots (so no more than 4 clicks for every hour)
the form allows one selected slot at a time, but ...
with CTRL+click you can select multiple activities at a time
with SHIFT you can select custom time ranges
on-the-fly daily reports (charts and hours) on the Bubbletimer main form
custom reports (CSV format)
no module dependency
custom permissions

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-26
notes snapshot
Download · Release Recommended
6.x-1.5 2009-Jul-22
notes for 6.x

Find out more · Bugs and feature requests

1013 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Database tweaks
By kenorb on the 17th of May, 2009

Project merged into Drupal Tweaks


module

Please use following module instead:


Drupal Tweaks

-------------------

This module allow you to enable and change following


settings in database:
- SQL_BIG_SELECTS
- MAX_JOIN_SIZE
- MAX_ALLOWED_PACKET
- WAIT_TIMEOUT
and changing SQL_MODES

Read more about those variables:


http://dev.mysql.com/doc/refman/5.1/en/server-session-variables.html

And SQL Modes:


http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html

Note: It will not work on servers, where your account don't have proper
privileges!

You can also follow similar topics:


#361967: Increase MAX_JOIN_SIZE and MAX_ALLOWED_PACKET settings in
system.install

You can also read:


http://drupal.org/node/259580 ("Warning: MySQL server has gone away" - Tune
MySql to resolve this problem)
http://www.palantir.net/blog/beware-mysql-51-my-son

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Search Lucene MoreLikeThis

1014 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By cpliakas on the 17th of June, 2009

Overview
Search Lucene MoreLikeThis is a PHP
port of the MoreLikeThis functionality in
Java Lucene. By scanning the node
being viewed and pulling out the
important words, Search Lucene
MoreLikeThis is able to recommend similar pieces of content based solely on the
text of the page. This will help users to more easily navigate your site and find the
information they are looking for. The recommendations are displayed in a block
which must be enabled in "Administer" -> "Blocks" for users to be able to see
them.

Maintainer
Search Lucene MoreLikeThis is developed and maintained by Chris Pliakas.

Follow Chris on Twitter: @cpliakas

Requirements
This module requires Search Lucene API 2.0 and will not work with the 1.0 API.

Contributing back
One of the goals of this project is to contribute the functionality back to the Zend
Framework so that it has a more complete PHP port of Lucene. Hopefully this
module will be a use case as to why it would be an important piece to add.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-04
alpha4 notes for 6.x

Find out more · Bugs and feature requests

Fivestar Recommender
By danithaca on the 20th of July, 2009

This module, once enabled, provides 4 blocks:

1. Users who voted similarly as you


2. Recommended nodes from users who voted similarly as you
3. Other nodes voted similar to this one
4. You might also interest in these nodes based on your previous votes

The first 2 blocks are computed using the User-to-user algorithm. The first block
returns a list of users who have made similar votes as the current user. The

1015 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

second block then recommends a list of nodes to the current user that were highly
voted by those users from the first block. For detailsof this algorithm, please refer
to: http://portal.acm.org/citation.cfm?doid=192844.192905

The other 2 blocks are computed using the Item-to-item algorithm. Block (3)
returns a list of nodes in the sense of "users who liked this node also liked". It's
different from block (2) because block (2) is personalized towards the current user,
where as block (3) is not personalized. Block (4) returns a list of nodes similar to
the nodes you voted highly. The "item-to-item" algorithm is also used by
Amazon.com. Please refer to http://portal.acm.org/citation.cfm?id=642471 for
more details about the algorithm.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

ImageCache Scale-9 Actions


By edegro on the 11th of September, 2009

Additional actions for imagecache processing using


scale-9 image formatting. The actions include:

Overlay (scale-9) - Position a selected file in a


layer above or below the canvas.
Resize (scale-9) - Resize an image to an
exact set of dimensions, ignoring aspect ratio.
Scale (scale-9) - Resize an image maintaining
the original aspect-ratio (only one value necessary).
Random switcher - Randomly switch between selected presets.

Scale-9 formatting lets you define 9 regions of an image overlay (or underlay) that
will scale independently. The 9 regions are defined by giving left, top, right and
bottom values. The left and right values being pixel offsets from the left edge of
the image, and the top and bottom values being pixel offsets from the top of the
image, resulting in a 3x3 grid. This is a standard method of UI skinning in Adobe
Flash/Flex.

A simple example is the module image to the right. The same frame overlay image
is placed 3 times in different sizes without any apparent distortion to the edge and
corner areas.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-12
notes for 6.x

1016 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

hCard
By Shawn DeArmond on the 20th of December, 2008

Adds a configurable microformats hCard block to your site.

Google Local, and other local search engines, are increasingly looking for an hcard
on local business web sites. This module makes it very easy to configure one and
drop it into, say, the footer of your site. It also does a little randomization of the
content so that it's different on every page.

The Operator Firefox Plug-in recognizes the hcard from this module.

You can see it in action, such as it is, at Morrison's restaurant in Woodland, CA.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-18
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jan-18
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Domain Access


By longwave on the 22nd of March, 2009

This module provides a basic integration of Domain Access for Ubercart, allowing
an Ubercart store to span multiple domains, storing the originating domain when
an order is made and displaying the correct store information on invoices.

This module requires the Domain Configuration module to be installed, and also
supports Domain Theme so separate logos can be used on invoices from different
domains.

Several new tokens are available that can be used in invoice templates so the
correct store name, logo, contact details and URLs are shown. A sample invoice
template that uses the new tokens can be found in uc_domain/templates
/customer-domain.itpl.php, this can be used as a base for your own templates or
simply copied to ubercart/uc_order/templates and selected as the default template
at /admin/store/settings/orders/edit. This template can also be used for customer
notification emails, if required.

Further feature requests are welcome, please post them in the issue queue.

Version Date Links Status

1017 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-01
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-01
notes for 5.x

Find out more · Bugs and feature requests

Browsing History Recommender


By danithaca on the 4th of July, 2009

This module adds two blocks:

1. Users who browsed this node also browsed


2. Recommended for you

To make the recommendations, the module uses the {history} table that keeps
track of 30 days of users' node browsing history. Also, when you enable the "boost
comments" option, the module then takes users' commenting history as browsing
history as well.

The "Recommended for you" block provide personalized node recommendations


based on a user's node browsing history. The basic idea is that, for example, user
A browsed node X, Y, where users who browsed X, Y also browsed W, V; then
"Recommended for you" would display W, V for A.

This module requires Recommender API at http://drupal.org/project


/recommender, which provides the core matrix computation functions. The
recommendation quality/accuracy are the job of Recommender API. The algorithm
in use is called "Item-to-item", which is also used by Amazon.com. For more
details about the algorithm please refer to http://portal.acm.org
/citation.cfm?id=642471

After install/enable/setup, please go to admin/settings/recommender to generate


the recommendations offline.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-21
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 155 156 157 158 159 160 161 162 163 … next ›
last »

Page break by AutoPager. Page( 160 ).

1018 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Custom Node Template


By WebNewCastle on the 20th of November,
2009

Custom Node Template allows one to


specify different node templates to be
used on a node by node basis.

While there are many options for


customizing the display of pages, fewer
options exist for customizing the display of nodes. There are many instances in
which customizing the display of specific nodes might be useful, and this module
provides a simple and efficient way to achieve this.

Using This Module vs. Other Solutions

If you are looking for a way to customize the display of all nodes within a content
type this module would probably not be useful. While you can specify a node
template to be used by default for a content type using this module, it only applies
to nodes you create in the future. There are better solutions for customizing the
display of content types - probably the best way is to just do this through your
theme. You may also find some other helper modules to be useful. One of the
main reasons for using this module would be to customize or override the
display of specific nodes differently from the default display of those nodes.

Please see the Custom Node Template Handbook page for additional
information and use cases to help you decide if you should use this
module.

How do I Use This Module?

For users with appropriate permissions, a list of all node templates available in a
theme are presented when creating or editing a node. Any node template can be
selected to be used to display a particular node. Specific node templates can also

1019 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

be assigned to content types as a default. If a node template is not selected for a


content type and specific node, then appropriate node template will be used by a
theme as it normally would (per existing node template suggestions).

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-20
notes for 6.x

Find out more · Bugs and feature requests

Nodeauthor information
By meba on the 20th of August, 2006

#D7CX: I pledge that Nodeauthor will have a full Drupal 7 release on the day that
Drupal 7 is released.

Nodeauthor module is very simple module which allows users to edit additional
information about them in user-edit form. This information is then displayed
below nodes created by such users.

New feature: Allows displaying user picture in author information.

Administrators are allowed to restrict displaying info to particular node types.

This module was sponsored by Drupal CZ site and Pavel Procházka.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2008-Aug-03
notes for 6.x
Download · Release Recommended
5.x-1.3 2007-Jun-11
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-Jan-13
notes for 4.7.x

Find out more · Bugs and feature requests

CDN integration
By Wim Leers on the 4th of January, 2008

#D7CX: I pledge that CDN integration


will have a full Drupal 7 release on the
day that Drupal 7 is released.

CDN integration 2 is under development


The goal for 2 is simple: make the CDN integration module kick ass. This will be

1020 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

done in four ways:

1. significant expansion of functionality


2. awesome UI
3. excellent documentation, including high-quality screencasts
4. streamlined process to integrate with a specific CDN (if the CDN providers
want to sponsor this at least)

Description
The aim of this module to provide easy Content Delivery Network integration for
Drupal sites. Obviously it has to patch Drupal core to rewrite the URLs. URLs must
be rewritten to be able to actually serve the files from a CDN.

It provides two modes: basic and advanced.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-01
notes for 6.x

Find out more · Bugs and feature requests

Version Control API -- Subversion backend


By sdboyer on the 21st of January, 2008

This module provides an implementation of the Version Control API that makes it
possible to use the Subversion revision control system. It can retrieve commit
information by parsing commit logs, in future versions it will also be possible to
use hook scripts for access control and as alternative method for recording
commits. At the moment, log parsing is a bit slow (like, only 200 commits per
minute) so if you've got a larger repository, fetching the logs initially will take quite
a while. (Speed-up patches are appreciated.)

Obviously, the Subversion backend depends on the Version Control API module.
(versioncontrol_svn 5.x-1.x is compatible to Version Control API 5.x-1.x, whereas
versioncontrol_svn 5.x-2.x requires Version Control API 5.x-2.x.)

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-08
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

1021 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Simple Reservation
By Jochen Wendebaum on the 9th of July, 2009

This module provides a simple and easy way to


reserve items which can be created by the
administrator. Examples for it's usage can be
hotel rooms, boats, cars, airplanes, basically
anything you can think of which can be reserved
by one individual.

The module provides the possibility to create


reservations for other users (dependend on the
permissions), and provides also restrictions in
the maximum number of reservations a user can make and a maximum time a
reservation can be made in advance.

There is NO support for payment, booking and what ever one could imagine
beyond the pure and simple reservation, and it is also NOT intended to create
more than this simple functionality.

Attention: This module requires the date module!

The module provides a lot of permissions to finetune the access to more advanced
features.

Changelog:

Version 1.1

support for triggers/actions!


Images show now correctly
Many bugfixes and improvements

Version 1.2

minor bugfix for issue 718504

Planned features for 1.3:

Additional views: monthly, daily, by user, by item


Easier navigation in the week view
Closer relation to the date module and its settings
Recurring reservations

Version Date Links Status

1022 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Views Two Column Table


By stella on the 17th of December, 2009

This views style plugin lets you display views


in a two column table layout. The field label is
displayed in the first column, with the field
data in the second column.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-17
notes for 6.x

Find out more · Bugs and feature requests

Clock
By tstoeckler on the 6th of January, 2010

A simple module that provides a block


showing the current time.

Version Date Links Status

1023 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Trackfield
By raintonr on the 17th of March, 2008

Although this module is in use on my production site I would


still consider it BETA code - test thoroughly in
development/test systems prior to deploying!

A CCK field type to store lists of co-ordinates, or tracks. These


tracks are intended to be visualised on maps, plotted as
distance/altitude profiles, have statistics derived from them,
etc.

The module has been created in what is hoped is a flexible


enough manner to allow multiple input formats to be used, and to allow track data
to be shown in many different ways. The 'base' trackfield CCK field knows about
latitude, longitude, altitude and distance. This system is flexible enough to allow
distance/altitude pairs to be entered without latitude/longitude (this entry could be
via the trackfield_csv module). This would be useful for someone with a cycle
computer with altimeter but no GPS who wishes to graph hill profiles. Although of
course the input modules know how to convert latitude/longitude pairs into
distance data when it is entered.

User data handling will be catered for later, an example of which is an athlete who
might want to record heart rate and time information (from which speed can be
derived) at each co-ordinate.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jun-20
notes for 5.x

Find out more · Bugs and feature requests

Core translation import


By nedjo on the 3rd of November, 2008

The core translation module provides an additional option for the importing of
module and theme translations for Drupal core.

1024 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

As of Drupal 6, contributed modules and themes include translations with the


downloaded or checked out version of the module. However, for Drupal core,
translations are not part of the Drupal core distribution.

The standard way to use core translations (see this handbook page) is:

Download a translation
Extract the translation download into the Drupal root directory. This puts the
translation files into their correct directories. (E.g., a translation for node
module will be in modules/node/translations).

From here, the translations will be used like contrib translations that come with the
module downloads.

In some cases, however, site administrators may prefer to be able to retain


translations in their own directory rather than extracting them into the Drupal root
directory. This might be true e.g. if a site is being deployed through CVS. Core
translation import enables this use.

To use:

Create a directory, "translations", in one of the following places (in order of


precedence--the site directory will be used before the sites/all one, and so
on):
Your site directory, e.g., "sites/default".

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-01
notes snapshot

Find out more · Bugs and feature requests

CCK Link to Map


By MichaelCole on the 5th of January, 2009

The CCK Link to Map module allows


users to type in an address and have it
"automagically" converted to a map
link.

The link opens in a new tab/browser


pointing to a Google Map. Short and
sweet.

No dependencies, no Geolocation, no etc. This module is the simplest thing that


could possibly work.

1025 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

When editing the node, put "123 Snowberries Lane, Santa Cruz CA" in the field.

When the field displays, it will be a link called "123 Snowberries Lane, Santa Cruz
CA" that opens Google Maps in a new window/tab.

To accomplish this, it puts "http://maps.google.com/maps?q=" in front of the text,


so the new window/tab's URL would be: "http://maps.google.com/maps?q=123
Snowberries Lane, Santa Cruz CA"

A D6 version module is in the works...

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Jun-29
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Jan-05
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 156 157 158 159 160 161 162 163 164 … next ›
last »

Page break by AutoPager. Page( 161 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Tag Order
By kiwinyc on the 19th of March, 2009

By default, Drupal displays free tags in alphabetical order. Sometimes, however,


the order that tags have been entered per node is important. Perhaps more
relevant tags are entered first. Maybe larger sponsors should display before
smaller sponsors.

1026 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Tag Order module allows you to select vocabularies whose terms you would like to
preserve in the original order entered per node.

This module was developed for http://www.fastcompany.com/

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-27
notes for 5.x

Find out more · Bugs and feature requests

Simplest gmap
By restyler on the 11th of April, 2009

Simple GMaps v2 implementation.


Alpha stage.
No additional tables in db, uses CCK to store all
data.

Requirements: CCK

Only one marker per one gmap is possible.


This module was created for internal use, for our
clients websites, when I was tired of fixing
bugs/simplifying interface of GMaps related modules available. (Some of them are
>200kb of PHP code, I was sure I don't need 95% of this code on our websites -
they are already heavy because of cck/views, really).

I've made simplest_gmap public - may be someone will find it useful :)

If you need maximum of functionality, check out much more advanced


http://drupal.org/project/gmaps + http://drupal.org/project/location

Aims of simplest_gmap project:


- simplify interface to create marker for editor
- minimize peroformance overhead and code amount

Usage:
1) Enable module on Drupal admin
2) Insert your Google Maps API Key on admin/settings/simplest_gmap
3) Create CCK field for GMap. You'll see available settings on field creation page.
That's all!

This module was developed by RussianWebStudio.com team.

1027 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-27
notes snapshot

Find out more · Bugs and feature requests

Views Checkboxes
By nschelly on the 12th of November, 2007

This module alters views' filter forms so that the drop-down or select box widgets
are represented as checkboxes or radio buttons instead. This provides an improved
interface when the number of choices for the filter is small.

This would probably be better solved with the views module itself, and it is a
registered issue there: http://drupal.org/node/122261
But for those who want to effect a global change to all view filter forms more
quickly, this module should satisfy that need.

Update 24-July-08: If you are using the Views Filterblock module, please
download the current dev release of Views Checkboxes. This is because
Views Filterblock provides its own form so Views Checkboxes has to modify that
form as well.

It has been suggested that Better Select may be an alternative to Views


Checkboxes in some cases.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-23
notes snapshot
Download · Release Recommended
5.x-4.1 2008-Jun-21
notes for 5.x

Find out more · Bugs and feature requests

Profile search
By dixon_ on the 23rd of February, 2008

Drupal 6

The Drupal 6 branch offers a complete rewrite from Drupal 5. It now maintains a
complete search index over user names and profile fields created with the core
Profile module. Note that this doesn't add any search functionality by itself. Here is
the minimum of what you need to do if you want any search functionality:

1. Install the core Search module

1028 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. Install the Views module


3. Create a user view
4. Add and expose the Search: Search Terms filter
5. Add the Search: Score sort criteria and order by Descending
6. Add fields and displays for your needs

Or you could create your custom module which implements hook_search() .

TODO-list:

Create an administrative interface where administrators can decide which


profile fields to index.
Create an administrative interface where administrators can decide the
relevancy of certain profile fields.

Drupal 5

The Drupal 5 branch isn't maintained any more. This version provides a simple
block with search and a page for showing the results. It searches profile fields
created with the core Profile module.

Credits
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Apr-20
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Jun-18
notes for 5.x

Find out more · Bugs and feature requests

1029 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node Invite
By suydam on the 25th of June, 2008

The node_invite module is similar to the RSVP module that already exists. In fact
you probably want to check that one out too.

Goals of this module:

Invite anonymous users to any node


Manage invites
Users receive an email with a unique URL in it so that they can answer your
invite (Accept, Deny, "Maybe")
Users can add comments (if you enable that feature) to any invite response
(useful for the "Maybe" people)

Features:

Tokenized email notifications


Tokenized forms (RSVP accept/deny)
Configurable notifications (who gets notified about what)
Very nice invite manager (re-send, revoke invites)

Requirements:

Token
Recommended by not required: HTMLMail

Usage:

The module creates entries in $node->links

A video tour is available online.

This module is a collaboration between Brian Miller and Mustardseed Media.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-19
beta12 notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-20
notes for 5.x

Find out more · Bugs and feature requests

1030 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Invaders
By skinhat on the 24th of November, 2008

Plays the classic game 'Space Invaders' where you play


against the computer. The invader images and background
can be themed to your site. The game is javascript (original
javascript script by Tony Goacher) based and is a block. The
user who gets the highest score has his name saved. The
game win messages are configurable in the configuration
settings. Also the URL of the picture and the size of the
invaders box, key strokes and invader ship speeds can be
set in the configuration settings.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Mar-03
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

Publication Date
By Clever Age on the 20th of July, 2009

Description
This module adds to each node a field containing the date when it has been
published.

Without this, the only dates available are the creation date and the
update date.

This new field can be used for example in any templates or in any views.

This module integrates well also with Scheduler for example.

This module is written by Tristan Marly and Emmanuelle Gouleau

Clever Age

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

1031 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

HTTP authentication
By naquah on the 14th of November, 2006

Notice
The 6.x branch of this module is deprecated in favour of the Secure Site
module version 6.x-2.1 and up. Please read #354219: Add 'Only force
authentication on the following restricted pages' setting before migrating.

Description
This module allows users to authenticate using HTTP authentication.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-23
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jul-29
notes for 5.x
Download · Release Recommended
4.7.x-1.4 2008-Jul-29
notes for 4.7.x

Find out more · Bugs and feature requests

Login Menu
By rwohleb on the 19th of November, 2006

Drupal provides a logout link for authenticated users, but does not provide a login
link for anonymous users. This module provides that.

This handles issue http://drupal.org/node/74706

Code is a revision to Heine's code at http://drupal.org/node/14223#comment-


105408

Notes for Drupal 6

This module is not needed in Drupal 6. To get the same functionality, go to '/admin
/build/menu-customize/navigation' and click "Add Item". Use the following:
Path: user/login
Menu link title: Log in
Parent item:
Weight: 10

Version Date Links Status

1032 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Feb-27
notes snapshot
Download · Release Development
5.x-1.x-dev 2006-Nov-20
notes snapshot
4.7.x- Download · Release Development
2006-Nov-20
1.x-dev notes snapshot

Find out more · Bugs and feature requests

IP anonymize
By mfb on the 31st of March, 2008

Stale IP addresses clog up your database with useless data, not to mention, may
be subject to subpoena by legal authorities in some jurisdictions.

The IP anonymize module helps ensure users' privacy by implementing a retention


policy for IP addresses logged in Drupal's database tables. IP addresses are
scrubbed on each cron run according to a configurable retention period. For
example, you may wish to preserve IP addresses for a short while for purposes of
identifying spam.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-24
notes snapshot
Download · Release Recommended
6.x-1.1 2008-Oct-29
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 157 158 159 160 161 162 163 164 165 … next ›
last »

Page break by AutoPager. Page( 162 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

1033 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

WebDAV for Drupal


By Yoran on the 20th of September, 2008

This module targets to add WebDAV access


to Drupal content management. It is
basically a WebDAV server pumping it's
data from a specialized WebDAV API. It has
been developed for three years now, used
by a bunch of people, including me, on an
every day basis, improved it in order to get
speed, compliance and security.

This project has been sponsored by:

arNuméral
Specialized in consulting and development of Drupal powered sites, our
services include development and optimisation.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc8 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

Date Repeat Node Generator


By shaisachs on the 4th of April, 2009

This module is intended as an add-on for the wonderful Date Repeat module, part
of the Date package of modules. It grew out of the feature request discussion at
http://drupal.org/node/298334.

Date Repeat allows you to specify a wide range of repeating date sequences.
However, these sequences are all stored within a single node, and merely
presented as separate dates on calendars. If you have a series of events which
occur periodically, but each event is different from the other - e.g., a weekly game
where the opposing teams are different each week - Date Repeat doesn't quite do
what you need.

This module fixes that problem by allowing you to generate one node for each
event in your sequence, upon creation of the first node. As part of the node editing

1034 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

form, you'll see a question prompting you to "Generate each date as a single
node". Answering no will stick with the default Date Repeat behavior. Answering
yes will ceate one node for each date in the repeating pattern you've specified, as
determined by the Date Repeat API. (This behavior only occurs when you create a
new node; because sequence editing has not yet been tackled, nothing at all
happens when you update an existing node.)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-04
notes snapshot

Find out more · Bugs and feature requests

System Table Cleaner


By mikey_p on the 22nd of May, 2009

This Module is For Advanced Power


Users Only! We hold no
responsibility for misuse of this
module! You have been warned!

Benifit
Uninstalling a module does not remove that module from the systems table. After
awhile this table may grow with modules that have been installed then removed,
System Table Cleaner fixes this problem by removing this extra data.

Details
The systems table keeps information regarding themes and modules along with
version information. This module will eliminate rows from the systems table for all
modules that don't exist in the file table. For maximum benefit, uninstall all
themes you do not plan on using.

Removing system table data on improperly uninstalled modules will leave behind
old database tables and variables behind. The lack of version information may
cause the install script to fail. The module maintainers hold no responsibility for
damage that occurs due to this module.

Warning
This module will NOT uninstall or clean up any other module variables and/or
tables. It is advisable that only properly uninstalled modules are removed. If a
module was not properly uninstalled one possible solution is to re-install the
module then uninstall it.

Drupal 7
Version Date Links Status

1035 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-23
notes snapshot

Find out more · Bugs and feature requests

W3C Validator
By Pedro Lozano on the 28th of July, 2009

This module provides a Drupal interface


to use the W3C Markup Validator.

It also provides a module that validates


all the pages on your site and stores
the results for later review.

From version 1.2 you can alternatively


use the HTML Tidy library via its PHP
extension. This also allows you to validate private pages, ie: unpublished nodes,
private views.

Currently the module only validate nodes and views (page displays) but it's planed
to expand it to validate more page types.

You should download the w3c validator script and install it on your own server. For
Debian based distributions you can get this by installing the
w3c_markup_validator package.

For testing you could use the official W3C validator API endpoint at
http://validator.w3.org/check but this is highly discouraged and could be
considered abuse of service.

Development sponsored by Alquimia Proyectos Digitales.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-22
notes for 6.x

Find out more · Bugs and feature requests

Salesforce
By joshk on the 4th of May, 2007

This module provides Drupal integration with the Salesforce API.

Roadmap

1036 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Drupal 6 2.x version is under active development and is the version that is
being developed or maintained at this time. (A Drupal 5 2.x version exists but has
fallen out of maintenance.) There are a few bugs but is usable. We actively need
more people to start using this in their projects to test in a wider array of
environments and use-cases, and to continue reporting bugs and offering new
features. Please see CRM Integration group for more information.

Note that no upgrade paths are provided at this stage, though upgrade support
isn't far away now.

When will there be a stable release?

March 2, 2010: Alpha releases will be the final phases of development before
feature freeze. Only bug fixes and RTBC features will be included in subsequent
alpha releases.

April 1, 2010: A beta phase will work on finalizing bug fixes before a stable 2.0
release.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Mar-02
alpha1 notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Apr-22
notes snapshot

Find out more · Bugs and feature requests

Public Bookings
By tirsales on the 23rd of June, 2008

Public Bookings allows registered and unregistered users to book predefined


resources. These booking requests can then be approved, rejected, or modified by
an admin, with notifications to the user.

Available and unavailable dates and times can be specified for each resource.

Requires the Bookings API module, the Date API (and its submodule Date Repeat
API) and Views. Use the corresponding Bookings API release! Never ever mix
DEV and STABLE between those two modules (e.g. dev from API, alpha from Public
or vice vesa).

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-24
alpha5 notes for 6.x

Find out more · Bugs and feature requests

1037 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Buzzworthy
By Todd Nienkerk on the 29th of January, 2009

Buzzworthy displays a highly configurable and themable block of popular, recent


content.

Credits
Development of this module is sponsored by Four Kitchens and That
Other Paper.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Mar-13
notes for 6.x
Download · Release Recommended
5.x-1.0-rc1 2009-Jan-29
notes for 5.x

Find out more · Bugs and feature requests

Flashy
By Crell on the 19th of March, 2009

This module provides a wrapper for the Flashy video player:

http://code.google.com/p/flashy/

The base module depends on SWFEmbed, and provides an object-oriented API for
embedding flash videos in your site. If you have the getID3() module, it will also
try to auto-detect the size of the video if you do not specify an explicit size for the
player.

The included flashy_filefield and flashy_link modules provide CCK formatters for
the filefield and link CCK fields, respectively. That allows you to upload a .flv or
other supported file format into a CCK-based node, configure a formatter, and
have it "just work" to display the video. Referencing linked 3rd party videos using
the link field is also supported. Additional configuration options will be added if
there is demand (and if people submit patches!)

Some background and a demo can be found on the Palantir.net site.

This module requires PHP 5.

Required related modules:


Autoload
SWFembed

Recommended modules:

1038 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

getID3
filefield
link

Installation notes
Version Date Links Status
Download · Release Recommended
6.x-1.0 2009-Oct-02
notes for 6.x

Find out more · Bugs and feature requests

Apache Solr Statistics


By janusman on the 13th of August, 2009

This is an add-on module for Apache Solr Search Integration


that logs each query including keywords, fields and sort
options used, the Solr service response times, spellchecker
suggestions and number of results returned.

Requirements
Requires Apache Solr Search Integration versions:

Apache Solr 6.x-1.x branch: RC1 or newer


Apache Solr 6.x-2.x branch: current DEV version

The charts are generated with the Google Charts API, so while you don't need an
API key, you will need a live internet connection to view the charts.

Instructions
Install and enable module. You must first enable logging at admin/settings
/apachesolr/stats before viewing any results.

After a few searches you can see results under admin/reports/apachesolr/stats.


Below the report header you can select the report's granularity: per minute, per
hour or per day. The reports only include recent activity depending on granularity.

Optionally you can enable a Google gadget that will allow to you to embed a report
into iGoogle or other pages; the provides a secret key that can be "revoked" at any
time to disable already-installed gadgets. Configure this in admin/settings
/apachesolr/stats.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-15
notes for 6.x

1039 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

SexyBookmarks
By Deciphered on the 12th of February, 2010

The SexyBookmarks module is a port of the


WordPress plug-in by the same name.

The sole aim was to stray away from the "in the box"
thinking behind most social bookmarking plugins, and
add a little flair that would entice your readers, rather
than deterring them with microscopic icons that get lost in pages heavy laden with
content.

SexyBookmarks for WordPress was written by Josh Jones


- http://sexybookmarks.net

Features
Support for more than 80 social bookmarking services.
Choice of 8 attractive background images.
[Dev] Partial support for 13 additional languages.
Support for additional services and backgrounds defined in other modules.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 158 159 160 161 162 163 164 165 166 … next ›
last »

Page break by AutoPager. Page( 163 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

1040 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Cluetip
By chrisshattuck on the 1st of January, 2008

Cluetip Overview
The cluetip module is a wrapper for the jquery cluetip plugin which can be found
here, and downloaded here. The Cluetip plugin provides nice, configurable
hover-overs using the "title" attribute. The plugin has many options, and includes a
"demo" folder, which you should check out to learn about how it works.

Update 1/31/09

This module is now co-maintained by a_c_m of Openly Connected, who has


migrated this module to D6.

Update 9/1/08

For developers considering options relating to including jquery plugins, I know


there is a module or two in active development that are working on centralizing
these into a registry of some kind so modules don't end up including the same
plugin multiple times. The D6 version of this module uses the JQ for this, but the
D5 is a stand-alone.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-10
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jan-01
notes snapshot

Find out more · Bugs and feature requests

Discuss This!
By AlexisWilke on the 19th of June, 2008

This module allows for a useful connection between story/node content on your
site and forum discussions about that content. For each selected node type, the
module provides a Discuss This! link that will auto-generate a forum topic or
link to an existing one to allow users to discuss the story within the forums
rather than as standard comments.

There are a number of configuration options: the administrator can choose what
content types have the Discuss This! link enabled, and for each of these
content types, a default forum in which to create discussion topics. For each
node, the default forum can be overridden, or alternately a previously-created

1041 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

forum topic can be selected to link to.

NB: The Drupal 6 version of this module is still under development, and is nearly
ready for production yet. There is a problem with the posting that generates an
unwanted node if the user is to skip posting his comment...

UPDATE: The D6 development now includes the code to avoid spiders adding
posts automatically for nothing. Please use with caution and report any problem
you encounter in the issue queue. Thank you!

Module now sponsored by: Made to Order Software Corp.


Module first sponsored by: rabble.ca

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-28
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Oct-16
notes for 5.x

Find out more · Bugs and feature requests

Popup
By scheepers on the 13th of February, 2010

The popup suite allows builders to popup tooltip-like text, nodes, blocks, menus,
forms, views and php-generated content.

It includes the following modules:

Popup that provides the basic popup framework as well as a few basic popup
styles.
Popup block that provides block configuration options to allow any block to
be displayed as a popup.
Popup breadcrumb that replaces the standard breadcrumb with a set of
configurable popup views.
Popup filter that privides an input filter that replaces popup tags with
popups in filterable content. (The popup suite grew from the Popup filter
module).
Popup menu that provides blocks of popup menus for each defined menu
within the system.
Popup UI that provides a means of managing popup display formats, as well
as cck and views integration of node-reference fields

Version Date Links Status

6.x-3.0 2010-Feb-13 Download · Release Recommended

1042 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Audit Files
By Stuart Greenfield on the 18th of April, 2007

Audit files is designed to perform audits of your {files} table and upload directory.
It will cross check that all files in the {files} table have a corresponding physical
file, or it will check that all files in the upload directory have a corresponding entry
in the {files} table.

This module can be helpful in identifying orphan files that have not been deleted
when their corresponding node was removed.

The audit report will ignore .htaccess, directories, and the contents of the color
directory.

Files that do not have a parent entry can be deleted from the report, but be sure
you really want to delete the file before using this option. Files that have been
uploaded via a method that do not create entries in the {files} table will be
identified as an orphan. This most commonly applies to uploaded logos for themes.

Version Date Links Status


Download · Release Development
6.x-3.x-dev 2009-Jun-04
notes snapshot
Download · Release Recommended
5.x-2.0 2007-Dec-05
notes for 5.x

Find out more · Bugs and feature requests

SWFAddress
By Steven Merrill on the 2nd of February, 2008

The Drupal 5 module was created by Steven Merrill


(smerrill@drupal.org) and Brian McMurray
(bmcmurray@drupal.org).

Thanks to community member chok for an initial patch to


start the ball rolling on a Drupal 6 version. Jon Luini of
Chime Interactive and chok have each also submitted some
new features, which will be added to an upcoming -2.x
release.

The SWFAddress module provides integration with the open-source SWFAddress

1043 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

library by Asual, as well as SWFObject.

This allows you to build full Flash experience sites with support for deep-linking
and browser history while still maintaining a full HTML version for screen readers,
search engines, and other non-traditional browsers. If you are building Flash sites
on top of Drupal, you will probably also want to check out the Services and
AMFPHP modules. To learn a little more about how you would start to build such a
site, take a look at our presentation (with slides included) from the 2008 Boston
DrupalCon.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-22
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Nov-12
notes snapshot
Download · Release Recommended
5.x-1.2 2008-Jul-06
notes for 5.x

Find out more · Bugs and feature requests

Auto Tagging
By febbraro on the 14th of May, 2008

This project allows for flexible auto tagging of your content types via a pluggable
interface that makes use of 3rd party services to provide the tag context.

As a point of disambiguation, this module differentiates itself from the AutoTag


module in that it doesn't rely on pre-defined vocabularies. Instead, this module
sends node content through any number of third party services to determine what
the content is about.

*** This module is currently in beta. While you can use it in a production
environment, your mileage may vary. Feedback and issues can be sent to
the issue queue, which is actively monitored.

Service Integration
OpenCalais
Yahoo! Terms Extraction
tagthe.net

TagThe.net integration

Install the Autotagging API module


Install the Autotagging TagThe.net module
Configure at least one tag-style Vocabulary

1044 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Visit the Autotagging settings page, select the vocabulary you created above
(in, for example the "Topic" type)

Yahoo Terms integration


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Jul-28
notes snapshot
Download · Release Recommended
6.x-1.4-beta3 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

Statistics filtering
By mikeryan on the 26th of February, 2005

The statistics_filter module allows customizable filtering of hits from particular user
roles or from crawlers.

It also can monitor hits by different user agents (Browscap module required).

This module is up for adoption (along with browscap and statistics_trends), if


another developer is interested in maintaining it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-17
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jun-05
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

External Link Popularity


By sicjoy on the 15th of April, 2008

External Link Popularity is intended to be used for web directories. It uses the
Voting API module to rank nodes that contain external links. Points are awarded
when users follow the external link in the node. These points can be given a
lifetime to limit the scope of the rankings: e.g. most popular today, weekly, etc.
Each user's click is counted only once per voting period per node. The module also
provides a block showing most popular nodes.

The implementation is done without redirection or altering the link markup, by

1045 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

using a background javascript call, so it is SEO friendly to the link recipient.

Recommended complimentary modules: Views, Actions, Voting Actions.

Sponsored by Amrita Financial.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2008-Sep-05
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-05
notes for 5.x

Find out more · Bugs and feature requests

Image Annotate
By hunvreus on the 26th of June, 2008

Image Annotate allows users to attach notes or user references to areas of a


picture. This is what Flickr and Facebook already do.

This module is based on jQuery UI and works with CCK's Imagefield module; if you
have comment to make, please post an issue or a feature request. The more
feedback I get, the better the final version will be.

Compared to Fotonotes (another module for placing notes on images), this module
uses the latest jQuery (shipped with Drupal 6) and the state of the art jQuery UI
module, while Fotonotes is dependent on an old (last updated in 2006) custom
JavaScript library.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

SagePay (former Protx) Direct Payment Gateway for


Ubercart
By hanoii on the 2nd of February, 2010

This is a payment gateway for Ubercart


that implements v2.23 of the SagePay Direct protocol, allowing Ubercart to accept
credit card payments via SagePay. It can process 3D-Secure transactions ("Verified
By Visa" / "MasterCard SecureCode").

Transaction types supported

1046 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

PAYMENT: Supported
AUTHENTICATE/AUTHORIZE (beta)
DEFERRED: Not supported

AUTHENTICATE/AUTHORIZE

Everything works almost exactly as a regular purchase except than when you
configure the module to use AUTHENTICATE, once the transaction is authenticated,
you have a button on the admin's order view so you can authorize the transaction.

3D-Secure

This module allows fine control over the Apply3DSecure component of the protocol
via the workflow-ng (on Drupal 5.x) or Ubercart's Conditinal Actions module (on
Drupal 6.x). You can use any of the Ubercart conditions to change this value. This
module also exposes a new condition which let's you control whether to apply the
action of setting the 3D-Secure flag depending of what card type was being used.

Sponsored by:
Infomagnet

Drupal 6 port sponsored by LKB Academy.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-16
notes for 6.x
Download · Release Recommended
5.x-1.8 2010-Jan-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 159 160 161 162 163 164 165 166 167 … next ›
last »

Page break by AutoPager. Page( 164 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

1047 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Fill PDF
By lefnire on the 27th of October, 2008

This module populates existing PDF forms with token-specified content. Think of
TurboTax or FAFSA, where the user is guided through webforms, and their data
populates a PDF template to print or email. In these situations (common in
government and law), a PDF template is provided by an agency and its format is
strict. Therefore, unlike print.module, which uses dompdf to print a page as it
looks in print-view, this module requires an existing PDF template whose
form-fields will be populated with webform data.

Dependencies
CCK
Token

Installation
This module requires an iText web service, because there isn't a PHP solution to
populating PDF templates with XFDF. So to get started,

Sign up for a key to use the iText service.


After installing this module, plug that key into /admin/settings/fillpdf

Usage
There are three steps to setting up a form with Fill PDF: (1) creating the webform
(), (2) mapping the PDF to that webform, (3) using a URL to merge the two.

1. To create the webform wherein users will enter data. Options:


Use CCK (instructions)

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

Web Widgets
By Will White on the 24th of June, 2009

Create dynamic snippets of your Drupal site that users can copy and paste to their

1048 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

websites.

Supported widget styles: iframe, inline, UWA or Google Gadgets.


Build a view and make a widget from it.
Embed any other web site content in a widget with a simple widget API.

Similar module: Embed widgets

Original development by Aron Novak. Sponsored by Development Seed

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-10
notes for 6.x

Find out more · Bugs and feature requests

Domain CTools
By agentrickard on the 23rd of August, 2009

This module extends Domain Access for


Drupal developers by using
the CTools suite. To use this module,
you must have both Domain
Access and CTools installed.

The only feature currently implemented


is an access control plugin for Page
Manager. This plugin allows you to set
domain-specific visibility rules for Pages and Panels.

Additional features should be filed as patches against HEAD.

Developer Note

This project is deliberately not part of the Domain project download, to encourage
faster adoption of new CTools features.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-01
notes for 6.x

Find out more · Bugs and feature requests

Content moderation

1049 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By EugenMayer on the 15th of December, 2009

In Short
This module does what a lot of people
know under staging. While you have a live
version for all visitors, you can work on a
new revision (or revisions). To set a newer
revision live, you have to approve it in a
workflow.

You can have a look at this video


podcast. The module and its usecase is
explained there.

Usecases
You want a lot of people edit your nodes or documents, but they should not change
the "visible" version just right away. Lets say for some quality assurance,
process description or sensible content in your company.

1. Some selected group should first review those changes (based one a specific
revision marked for "approval). In the meantime others should be able to edit
and create new revisions (which are not part of this approval process)
2. Later some group can approve that revision and make it the new live-version
3. Every state change (review, approval..) should get logged in a history. You
always want to know, who reviewed / approved what, when and what
revisions
4. You want to have a different workflow, like some other states between review
and approve and live. You want to define your own workflow.
5. You want to create ToDo list for you reviwer / approval teams

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Gradebook
By rwohleb on the 16th of August, 2006

Gradebook is targeted to become a solid and flexible gradebook module that will
become the basis for Drupal based LMS (Learning Management Systems).

MGN will now be a co-maintainer for the project, so expect some updates
in the new year.

Note: Some of the gradebookapi functions have changed since gradebook-

1050 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

6.x.1.x. If using og_gradebook, be sure to use the og_gradebook-6.x.2.x


branch with gradebook-6.x.2.x.

Note: As of April 1, 2009, the directory structure for gradebook-6.x.2.x


has changed so all submodule files are in their own subdirectory. When
upgrading, disable gradebook, gradebookapi and all submodules. Then
remove all old gradebook (and submodule) files before unpacking the new
tar file. Then re-enable gradebook and its submodules. Uninstalling is not
required.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Jan-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Apr-07
notes snapshot

Find out more · Bugs and feature requests

Arcade
By matt2000 on the 21st of August, 2008

Arcade module was written to implement pnFlashGames with Drupal, however, it is


really a generic framework that allows any content to be treated abstractly as a
'game' and provides a gateway for 'games' to store scores and game data with
Drupal. It also provides blocks for displaying score information.

Version Date Links Status


Download · Release Recommended
6.x-0.9-beta1 2009-Apr-09
notes for 6.x

Find out more · Bugs and feature requests

Book Copy
By jgraham on the 31st of October, 2008

The Book Copy module allows users to copy complete books or subtrees of books.

When books are copied the user initiating the copy will be the node author of all
book sub-pages. This will allow the user to adjust content to their purpose while
keeping the initial content unedited.

This module requires that Node Clone be installed and enabled; however, no users
need any privileges from Node Clone to use the Book Copy module.

This module works with the core Book module, and with the Book Manager.

1051 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development sponsored and guided by Flat World Knowledge.

This module is maintained by the friendly primates at FunnyMonkey.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-26
notes for 6.x

Find out more · Bugs and feature requests

Region Visibility
By q0rban on the 11th of May, 2009

This module allows privileged users to set role or


page specific visibility settings for regions,
similar to the block visibility settings in Drupal
core.

The 2.x version depends on Visibility API.

This module was sponsored by Sprocket.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2009-Oct-09
alpha1 notes for 6.x

Find out more · Bugs and feature requests

No Anonymous Sessions
By kbahey on the 30th of May, 2009

The no_anon module eliminates the need for sessions for anonymous users

This has the potential to reduce the server load and/or database contention on
busy sites, since crawlers do not create entries in the session table for every page
view.

See how this positively affected a large site at reducing server load by eliminating
anonymous sessions for Drupal 6.x.

Side effects
Some modules use the $_SESSION superglobal variable to store info for anonymous
users will be affected by this module. If your modules use this only for logged in
users, then it will not be an issue. Before you install this module, make sure that

1052 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

your modules do not depend on that.

This approach is known to cause the following features not to work:

1. The core Who's Online block

2. The core Throttle module

3. The anonymous user count in the Administration Menu module.

For installation instructions, please refer to the README.txt file included with the
tar ball.

Note that this module is for Drupal 6.x only. Drupal 7.x already has a similar
feature in core.

Author
Khalid Baheyeldin of 2bits.com.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-11
notes snapshot

Find out more · Bugs and feature requests

Panels header panes


By dww on the 12th of November, 2009

Small extension to Panels that provides


a simple panel pane type called a
"Custom header". This functionality was
originally developed for a newspaper
site with a lot of sections on the Panels-
driven front page, where we needed to group panes together under a section
header:

http://socialistworker.org

If you view that site, the different brown section headers ("ECONOMY", "OPINION",
"U.S. POLITICS", "WAR AND ANTIWAR", etc) are provided by this module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-12
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Nov-12
notes for 5.x

1053 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 160 161 162 163 164 165 166 167 168 … next ›
last »

Page break by AutoPager. Page( 165 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

QA Checklist
By Eidolon Night on the 28th of December, 2009

This module is based on the excellent SEO


checklist module. The guys at InteractiveQA
loved SEO Checklist so much that we decided
to create a similar module for QA tasks.

This module provides a checklist of good


Drupal QA (Quality Assurance) best practices.
It provides a checklist that helps you keep
track of what QA tasks need to be done. First,
it will look to see what modules you already
have installed. Then, all you have to do is go down the list of unchecked items and
do them. When all the items are checked, you're done!

Some have asked me why this is a module instead of just a list


on a website somewhere and that's a fair question. The reason
is that many Drupal developers (coders, designer, etc.) work on
many sites at the same time. It can be difficult to keep up with
everything you've done on each site. Many will take over the
SEO on a site that they didn't build and it's time-consuming to
go through and figure out what's been done. So, with this
module, all you have to do is check the checklist and you know
exactly what was done. Further, it places a date stamp next to
each item as you complete it so now you have a complete record

1054 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

that you can show clients or refer to in the future. It's more than
just a list of stuff to do - it's a powerful organization tool, as
well.

Recommended Modules

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Minutes
By pukku on the 24th of April, 2006

The Minutes module allows you to attach minutes to events.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-12
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-May-09
notes snapshot
Download · Release Development
4.7.x-1.x-dev 2006-Nov-21
notes snapshot

Find out more · Bugs and feature requests

Node style
By Zen on the 29th of April, 2006

The node style module is a simple module that allows per-node customisations by
overriding PHPTemplate variables.

Example scenarios where this module will be useful:

You have a node that you've promoted to the front page and want to hide
side bars, submission information and other node and page elements to get a
"welcome" page appearance.
You would like to insert stylesheets or javascript files for specific nodes.
You want to use different themes on a per-node basis.

N.B. This module works at the theme level and might not necessarily be the most
efficient way to accomplish a task.

Ideas on improving this module are welcome.

1055 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-2.1 2007-Apr-07
notes for 5.x
Download · Release Recommended
4.7.x-1.2 2007-Feb-09
notes for 4.7.x

Find out more · Bugs and feature requests

Google Translate
By Omar on the 16th of October, 2006

Why maintain a multi-lingual site while Google Translate can do that for you?
Simply add your content and your visitors can view it translated with just a click.

Maintainer can be contacted for paid customizations.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-23
notes for 6.x
Download · Release Recommended
5.x-1.4 2007-Oct-10
notes for 5.x

Find out more · Bugs and feature requests

Personalized E-mails
By smk-ka on the 31st of August, 2007

Provides system-wide personalization of e-mails by enhancing From and Reply-To


email addresses with display names. After installing this module, a recipient will
see the real name of the sender (eg. "Real Name <user@example.com>") instead
of only its e-mail address (which is the default behavior of Drupal).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-19
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Dec-04
notes for 5.x

Find out more · Bugs and feature requests

Document Import API


By bradfordcp on the 14th of May, 2008

1056 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The goal of this project is to create a plugin based import module for Drupal that
allows the upload of office suite file formats which would be parsed into Drupal
nodes. Allowing even novice CMS users to generate content using a familiar office
productivity suite.

PROJECT DETAILS:
Features to Implement:
-The Router module
-Create a set of hooks other modules implement to parse the various data types
-Allow the parsers to specify mime types that they are interested in and keep an
internal registry of those types
-Handle files put to the server routing the data appropriately.
-Create the appropriate node(s) for the uploaded data
-Map any metadata to the correct node fields
-The Parser Modules
-Microsoft Office
-Parse the .doc file type provided by various versions of Word.
-Parse the .xls file type provided by various versions of Excel.
-Open Document Support
-Support the various file types under Open Document
-Implement parsers for ODT, ODS, and possibly ODP

Styles to Support:
These should be the minimum styles supported by any parser
-Lists with the appropriate formatting / styles, (ul, ol, dl)
-Bold text (strong, b)
-Italicized text (em, i)
-Underlined text (u)
-Paragraphs and breaks
-Basic symbols, certain symbols should be supported (and encoded) by default (&,
copyright, tm, etc)

Version Date Links Status


6.x-2.0- Download · Release Recommended
2008-Jul-09
alpha2 notes for 6.x

Find out more · Bugs and feature requests

FancyZoom
By slurslee on the 20th of August, 2008

FancyZoom is a simple, clean image zoomer with a drop shadow and close box
meant to emulate the visual style of Mac OS X. It is based on FancyZoom 1.1
created by Cabel Sasser of Panic, Inc. I've rewritten the FancyZoom Javascript
using JQuery, changed function and variable names to avoid conflicts with other
scripts, added code to avoid stepping on Lightbox and Thickbox, and compressed
the script with /packer/ for size and speed.

1057 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-21
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

Usercount
By yelvington on the 7th of April, 2009

This module implements some basic reporting about users. Currently supported:

Summary: Confirmed, never logged in, blocked; Users by role, users with no
special role.
Blocked: Total and month-by-month breakout, with optional CSV file
download for charting.
Confirmed: Total and month-by-month breakout, with optional CSV file
download for charting.
Bloggers: Top 10 blog posters of all time, and by month
Commenters: Top 10 commenters of all time, and by month

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-09
notes for 6.x

Find out more · Bugs and feature requests

Hint
By quicksketch on the 18th of September, 2009

Hint provides a simple API for adding JavaScript "hint" text


to text fields and textareas. The "hint" is shown inside of
the text field until the user clicks or gives focus to the text
field, then the hint text is cleared, allowing the user to
enter their own content.

Works with both textfields and password inputs.


Uses the "title" attribute for the hint text content.
Easily add a hint to any text field by using the #hint
Form API property.
Includes sample implementations for the search and user login forms.

1058 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module built by robots: http://www.lullabot.com


Written by Nathan Haug (quicksketch)

Version Date Links Status


Download · Release Recommended
7.x-1.2 2009-Dec-19
notes for 7.x
Download · Release Recommended
6.x-1.2 2009-Dec-19
notes for 6.x

Find out more · Bugs and feature requests

Save As Draft
By peligrorice on the 22nd of February, 2008

This module is very similar to Revision Moderation, and uses much of the code
therein. The major difference is that instead of a moderater releasing the 'future'
revision, any user with appropriate permissions can do this.

This effectively allows the user to save their work as a 'draft' until they are sure
that they want to commit/publish the changes and make them live. The term
'draft' is merely a unique revision, a future revision of a node.

Note:
You can only enable Save as Draft once a node has been saved, therefore the Save
as Draft checkbox is disabled on node creation.

Please leave feedback, requests and patches in the Issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-14
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2009-Jul-17
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 161 162 163 164 165 166 167 168 169 … next ›
last »

Page break by AutoPager. Page( 166 ).

Modules

1059 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC Payflow Pro
By kwinters on the 28th of May, 2008

D6 version with Recurring Payment support has been released (now 1.1
Beta 5)! Please be aware that there are still some kinks to work out with
the recurring system. The Beta 5 release contains important fixes, so
please use that version even if you do not use the recurring features.

This project is for the Ubercart Payflow Pro module which implements the Payflow
Pro gateway. If you have a manager.paypal.com account with PayFlow Pro access
(Not regular PayPal or Website Payments Pro), this is the module you should use.

Original D5 work by David Strauss and Marshal Newrock (base), and Souvent22
(maintainer and recurring code). D6 port created and maintained by kwinters, with
special thanks to mlutfy and bountyx.

NOTE: if you were using a D5 devel version from before Beta 1, you will need to
configure the PEM file according to the README and then make sure your
password is set correctly.

I am interested in a co-maintainer, particularly if you have a D5 ubercart site and /


or recurring payments in use.

Development sponsored in part by Coalmarch Productions.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-08
notes for 6.x
Download · Release Recommended
5.x-1.0-beta2 2009-Aug-17
notes for 5.x

Find out more · Bugs and feature requests

Option Trim
By cYu on the 17th of June, 2008

1060 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Trims options out of CCK select boxes.

The 2.0 version for D6 works with the following field types (all select widgets):
Text
Number (integer, float, decimal)
Nodereference
Userreference
Rolereference

This module can be used for a few different reasons:

1. You are using a reference field such as node_reference, user_reference, or


role_reference and have options that you'd like to trim out of the list, but don't
want to write a custom module to form alter out those options.

2. You want to dynamically trim options out of a select list based on the option
chosen in a parent select box, achieving a dynamic dependent dropdown effect.
The difference in how this works compared to other efforts is that the select box to
be trimmed must start out with all possible options, then through an admin
interface you can select how these will be dynamically trimmed out based on the
selected option of a different select box. With javascript disabled all options will
always show but nodeapi validation will still kick in so that only valid options will
be submitted.

The 2.0 branch adds a couple other use cases.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Mar-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

Ubercart VAT Number


By zmove on the 18th of November, 2008

Add VAT Number management into Ubercart.

Module functionnalities

Allow store owner to add their company VAT Number in their shop
configuration (admin/store/settings/store/edit)
Ask for a customer VAT Number for roles that have "Have to fill VAT number"
right
You can optionnaly check the validity of the customer VAT Number using the
official SOAP service

1061 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Provide store and customers token to put in the invoice template

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-19
notes snapshot

Find out more · Bugs and feature requests

Feed Block
By ivanjaros on the 24th of April, 2009

The Feed Block module creates a block with one


external(syndicated) article for each feed source from
selected feed category.

If you found this module useful please donate.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-06
notes for 6.x

Find out more · Bugs and feature requests

Views Natural Sort


By neclimdul on the 12th of May, 2009

Provides a views filter that sorts titles by a more natural manner by ignoring
articles like "The" and "A."

Normal sort:

A Chorus Line
All American
Fiddler on the Roof
Oklahoma!
The King And I

Natural sort:

All American
A Chorus Line

1062 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Fiddler on the Roof


The King And I
Oklahoma!

This is done using a prebuilt, indexed table so it should perform well.

Note: Currently on sites with existing content you need to run the rebuild index
feature on the settings page for this to start working. Additional content will be
indexed automatically using through the Node API.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-01
notes for 6.x

Find out more · Bugs and feature requests

Delete Orphaned Terms


By Matt V. on the 24th of July, 2009

This is a utility module for deleting "orphaned" taxonomy


terms. By default, terms with zero nodes associated with
them are considered orphans, though administrators can
specify the number of nodes associated with a term in order
for it to be considered an orphan.

WARNING: This module is in development and should be


used with caution. Be sure to back up your database before
using this module.

NEWS There now is an experimental release for D7. Use with caution!

Version 2.x comprises the following enhancements:

automatic pruning (cron) with whitelist/blacklist (see picture)


simulation of what would be removed (manually or by the automatic job)
failsafe parameter for automatic mode for all and/or any nodes
option to only prune tag based vocabularies (this is usually where the biggest
mess is)
option to remove empty vocabularies (dependent on whitelist/blacklist)
works with i18n (prunes all languages)
manually prune all vocabularies with 2 clicks
logs to watchdog() if something gets removed (info) or failsafe is triggered
(error) (consider using email logging (http://drupal.org/project
/logging_alerts))

Please also see README.txt.

1063 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Mar-05
notes snapshot
Download · Release Development
6.x-2.x-dev 2010-Mar-05
notes snapshot

Find out more · Bugs and feature requests

Keys
By greenSkin on the 20th of August, 2007

This module provides management of API Keys for different modules. Keys allows
developers who work on local copies of a site, to access the API key needed for
their particular computer. For instance, Google Maps' keys work only for the
domain name they are assigned to, with the Keys module you can save a Google
Maps API key for your local machine. If the module that uses that key uses the
Keys module, the correct API key will be returned.

Gmap patch for 2.0 support

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

Block Refresh
By aaron on the 4th of February, 2008

Block Refresh allows an administrator to set up any block to automatically refresh


its content every x seconds. Uses jQuery. Configure on individual blocks.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-29
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Aug-28
notes snapshot

Find out more · Bugs and feature requests

Book Delete
By Jody Lynn on the 18th of January, 2009

1064 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Book Delete adds the ability to delete entire books to the book administration page
(admin/content/book).
It uses a batch operation to allow deletion of large books.

Created by Zivtech for Flat World Knowledge.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-13
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Aug-29
notes for 6.x

Find out more · Bugs and feature requests

Equal Heights jQuery


By drupal librarian on the 2nd of March, 2009

This modules implements a jQuery Equal Heights plugin that can equalize the
height of the elements of the specified class.

To use it, give the elements the same class, then go to the administration interface
and add this class (separate multiple classes by a space). By default, it sets the
height to the height of the tallest element but you can also specify minimum and
maximum height.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 162 163 164 165 166 167 168 169 170 … next ›
last »

Page break by AutoPager. Page( 167 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and

1065 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Book Search
By rszrama on the 19th of March, 2009

Book Search defines a new search tab that lets


your users perform simple searches of book
content on your site. The books available for
searching from the book search form may be
configured in your search settings, and users
have the option of searching any available book
or specifying in a checkbox list which books to
search. Search results include the name of the
book of which the result page is a part.

This module also defines a block that will only appear when a user is browsing a
book that is searchable via the book search form. The block contains a simple
search form that when submitted redirects to the search form page for the book
the user was viewing.

The book search form will also persist book selections based on the path and will
remove the "book:##' keyword from the search keywords textfield element.
Ideally, work from this module will lead to a patch for the core search module to
enable the same behavior in the advanced content search.

Credits
Module developed by Ryan Szrama (rszrama) of Commerce Guys.

Sponsors
Biblical Training - offering the finest in Christian evangelical teaching to the
world, for free.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-19
notes for 6.x

Find out more · Bugs and feature requests

Simplemap

1066 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mistergroove on the 7th of November, 2009

OK so you want a simple map block (or embedded


map) on your page without the overhead of setting
up GMAP module, cck, a content type for your
location and a view?

Simplemap is a Drupal module which makes the


addition of simple static map blocks as
straightforward as adding a normal block.

It is designed to work in harmony with the GMAP


module so you can utilise the true power of the
gmap for all your dynamic maps whilst using simplemaps lighting fast point and
click approach all your contact details type pages.

It allows themers to set images all or individual markers within the theme folder.

It also has a filter so you can embed your maps inline using [simplemap
id='MAPID' class='MYEXTRACLASS']

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-08
notes for 6.x

Find out more · Bugs and feature requests

1067 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Vertical Tabs Default Tab


By crea on the 21st of November, 2009

Vertical Tabs module allows you to output


form (in our case, node form) fieldsets as
vertical tabs. Vertical Tabs Default Tab
advances this behaviour, allowing you to move
remaining top level node form elements
(including, but not limited to title and body)
into default vertical tab, leaving only buttons
below. This reduces height of node forms,
greatly improving usability for complex
content types with lots of fields/fieldgroups.
Contains code from #357300: Place all top level form elements into a default
vertical tab group .

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

Google PageRank
By introfini on the 20th of September, 2006

This module provides visitors to your web


site a way to find the Google PageRank of
sites choosen by them.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-03
notes for 6.x
Download · Release Recommended
5.x-1.3 2007-Dec-08
notes for 5.x

Find out more · Bugs and feature requests

RSS Remote Enclosure

1068 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By zany on the 2nd of July, 2007

RSS Remote Enclosure allows a user to attach a remote resource link (i.e. a
media file on a different server) to any node (subject to user permissions). The
node author enters the URL and the Link Text in the designated text fields, and
the link appears in an <enclosure> tag on RSS feed (complete with correct
size and MIME type). The link also appears in the link area below the body of the
node.

The administrator, can restrict the use of RSS Remote Enclosure to certain roles
and nodetypes. The administrator can also specify whether the link is displayed in
the text of the RSS feed item.

This module is very handy if your users can't/don't want to create <a> tags
themselves.
In most cases the module can replace third-party tools like Feedburner without the
overhead.

This module is especially useful if you're running something like a podcast!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-30
notes for 6.x
Download · Release Recommended
5.x-0.5-beta 2007-Dec-13
notes for 5.x

Find out more · Bugs and feature requests

Core searches
By robertDouglass on the 13th of December, 2007

Synopsis
Provides a patch to remove content and user search from Drupal core, leaving only
the search framework. Provides two new modules, contentsearch and usersearch,
which replace the functionality that has been removed. This allows you to turn
content or user search off, if you don't want to have them.

Philosophy
The search module in core Drupal provides a general framework for indexing and
searching. It does not provide any search functionality on its own. This is, in
principle, a great idea, because core or contributed modules can then introduce
their own search implementations. In fact, the user module and the node module
each have such implementations, and these are where the content and user search
tabs come from. The problem is that both node and user module are required by
Drupal to run, so we are left with no way to get rid of these core content and user
searches. This discourages other contributed modules from using the search
module framework because any further implementations have to take their place in

1069 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

line behind the core content and user searches.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-25
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

PROG Gallery
By Jancis on the 11th of August, 2008

Development/support of module is frozen. If it


works for you - good. If not.. I`m afraid things
won`t change. Do install this module only on your
responsibility. I really loved developing this module,
but It`s too hard for me to do that properly.

-----------

Summary

PROG AJAX based galleries module is (partially) based on Hubert`s (cousinhub)


mockup seen on web - http://www.raincitystudios.com/blogs-and-pods/hubert
/outline-ui-design-a...

Summarizing pros/cons for image/imagefield I decided to go with image nodes.

This module uses a lot of jquery (and contributed jquery plugins) so update it
properly. UI simplicity is kept in mind while making it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-11
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Mar-09
notes snapshot

Find out more · Bugs and feature requests

Organic groups permissions


By Amitaibu on the 19th of December, 2008

In the OG module all group admins currently have the same set of capabilities
within their group. They can add/ remove members, broadcast messages, and
create/remove group admins.

1070 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module requires that group admins also have a certain permission to get
those capabilities. So, you could create a has 'broadcast messages' permission and
then only a subset of group admins who have that role will be able to broadcast in
all their groups. Likewise, you could create a role whereby group admins can do
simple subscriber maintenance but are not allowed to edit the content of others.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-17
notes snapshot

Find out more · Bugs and feature requests

Node in CCK
By mattyoung on the 13th of October, 2009

A CCK field to embed the content of another node inside this CCK content type's
edit form and output display. This simply take the output of another node and
embed it there as static content for things such as lengthy explanation/legalese.

This is similar to the Markup module with these differences:

1. The output of another node is used instead of setting the HTML markup text
in the CCK field settings. This has the benefit of taking full advantage of
Drupal's content system so things like making change to the text is simply
editing that other node. Also Drupal's node theming facility is available to
make display customization.
2. The field is displayed on the output, and is configurable to hidden, full,
teaser.

Read more about this module in my article.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Oct-13
notes for 6.x

Find out more · Bugs and feature requests

Type-local nids
By jbrown on the 23rd of March, 2008

This module maintains an additional serial number (the lnid - short for type-local
nid) for each node on your site, as an auxiliary to the node ID (nid). lnids are
unqiue only for the node's content type, whereas nids are unqiue for all nodes.

lnids are exposed via the Token module. When used in conjunction with the

1071 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Pathauto module, this enables you to have node paths where each node type has
its own serial number-space (as opposed to all nodes sharing the global nid serial
number-space).

For example:

video/23
issue/78
podcast/33

This module should be reimplemented as a CCK/FIC field.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-28
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Nov-20
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Mar-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 163 164 165 166 167 168 169 170 171 … next ›
last »

Page break by AutoPager. Page( 168 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Icon
By ximo on the 28th of April, 2008

The Icon module adds a central system for icons in Drupal, which helps improve
the usability. In a way similar to themes or modules, it allows administrators to

1072 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

install icon sets and choose which icons to use with the site's themes.

By taking advantage of this module, developers may use icons in their modules in
an easy and coherent way, without reinventing the wheel.

This is a Google Summer of Code 2008 project (with a wiki page for more
information).

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Aug-18
alpha4 notes for 6.x

Find out more · Bugs and feature requests

Deadwood
By solotandem on the 8th of July, 2008

The purpose of this module is to automate as much as possible the task of


updating a contributed module for Drupal API changes, and thereby simplify the
task of porting contributed modules shortly after a new Drupal release.

For Drupal 7.x, Deadwood is being merged into the Coder project and
renamed to Coder Upgrade. Check out the latest features here.

Starting a module conversion is even easier than before. Convert your 5.x
module here without installing Deadwood.

Check out the case study.

The 6.x version of this module helps update the 5.x version of a contributed
module to the version 6.x API. Currently, 70 of the 80 topics (which often
include multiple items) mentioned in the converting 5.x modules to 6.x roadmap
have been addressed. This includes 15 of the 17 Form API topics mentioned in the
5.x to 6.x FormAPI changes roadmap. The module probably handles the bulk
of changes in many modules, including the Schema API, Menu API and
Form API.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Aug-06
notes for 6.x

Find out more · Bugs and feature requests

Webform Paths
By Omar on the 13th of January, 2009

Allows users to assign multiple paths to a single webform. Useful for marketing

1073 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

campaigns where you want to track via which path a specific survey form was
filled.

Project sponsored by KnowledgeTree Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

Slideshare
By antoniodemarco on the 5th of March, 2009

The module adds Slideshare support to Embedded


Media Field exposing a third party provider to emvideo module. To embed a
Slideshare presentation into your nodes simply paste its URL into the Embedded
Media Video input field.

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Dec-06
notes for 6.x

Find out more · Bugs and feature requests

Menu Node Edit


By agentrickard on the 8th of May, 2009

Allows node editing access based on


menu relationships.

The Menu Node Edit module allows the


site's menu system to be used as the
sole organizing principle. It does so by
allowing specific menu items to be defined as 'sections' of a Drupal web site.
Individual users can then be assigned as editors of one or more sections.

Section editors are then granted access to edit all nodes that fall within a specified
menu hierarchy.

1074 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This structure means that, for small web sites, the menu system can be used as
the sole ordering principle, removing the need for taxonomy or group-based
editing controls.

Dependencies

Use of the module requires that you download and install the Menu Node API.

Menu Node Edit and Node Access

The Menu Node Edit module is deliberately not a Drupal node access module. It
does not provide any access controls for the viewing or deleting of content.

Instead of using the {node_access} table to assert permissions, Menu Node Edit
uses hook_menu_alter() to rewrite the access rules for a node's edit page. As a
result, Menu Node Edit can provide flexible controls regarding who can and cannot
edit content within a given site section.

Menu Node Edit should work in harmony with standard Drupal permissions and
node access modules.

Sponsorship
Version Date Links Status
Download · Release Recommended
6.x-1.8 2009-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

SoundManager2
By davebv on the 11th of October, 2009

Drupal 7

I started to port this module to drupal 7. The "soundmanager2"


module is more ore less ready. Now I am working on the
submodules.
I will drop the audio module integration in the 7.x version, and will try to integrate
with media module which it is an amazing module.
Watch the progress: #701076: Port soundmanager2 to Drupal 7

I received some request for this module to be ported, I would suggest everybody
wanting this module to be in d7, open a feature request in the issue queue AND
help me test this module under d7. Thanks everybody!

SM2

1075 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This modules provides Drupal with the soundmanager2 player and with two styles:
page-player and ui360.

Basically there are three modules:

1. Sound Manager 2 module: adds the required swf and js for embedding the
player. This is considered to be finished. Other modules should use this
module to load the soundmanager2 player.
2. A CCK formatter: for filefield and nodereference for audio.module nodes.
3. An SM2 audio modules integration: provides a new player with both styles for
audio.module nodes

The styles are "muxtape" (page-player)


http://www.schillmania.com/projects/soundmanager2/demo/page-player/

and ui360.
http://www.schillmania.com/projects/soundmanager2/demo/360-player/canvas...

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-01
notes snapshot
Download · Release Recommended
6.x-2.5 2010-Jan-24
notes for 6.x

Find out more · Bugs and feature requests

File MIME
By mfb on the 11th of June, 2008

Drupal determines the MIME type of each uploaded file by applying a MIME
extension mapping to the file name. The default mapping is hard-coded in the
file_get_mimetype() function.

The File MIME module allows site administrators to replace the built-in mapping.
For example, you may wish to serve .flac files as audio/x-flac rather than
application/x-flac.

On the File MIME settings page, the custom mapping can be extracted from the
server's mime.types file and/or configured via a text field.

Uninstalling this module will delete the mime_extension_mapping variable, thus


restoring Drupal's built-in mapping.

Version Date Links Status

7.x-1.x-dev 2009-Sep-17 Download · Release Development

1076 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
6.x-1.1 2008-Aug-15
notes for 6.x

Find out more · Bugs and feature requests

User Tabs
By robertgarrigos on the 6th of February, 2009

User Tabs places the usual edit account


tab, which is displayed as a primary tab
menu item by default, as a subtab of the
view account tab. It works with any
profile subtabs you might create which
will be shown next to the edit subtab.

You should only activate this module if


you have more than one primary tab
menu items as when you active the
contact module, otherwise you might end up with two secondary tabs and no
primary tab. This is due to the way the drupal menu system manages tabbed
menues (only shows a tabbed menu when there are two or more of them).

Some feedbach will be very much appreciated. If no problems arrise, specially any
incompatibility with other modules dealing with user tabs, I will create a stable
release.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-16
notes snapshot

Find out more · Bugs and feature requests

Media: Brightcove
By aaron on the 11th of March, 2009

This currently provides support for the premium Brightcove 3 player to Embedded
Media Field. Future development will further support the Media module.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2009-Jul-31
notes for 6.x

Find out more · Bugs and feature requests

1077 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Ubercart GST / ABN


By Agileware on the 5th of June, 2009

IMPORTANT

uc_gst 6.x-1.4 is only compatible with ubercart 6.x-2.0-rc3


uc_gst 6.x-1.5 and above are only compatible with ubercart 6.x-2.0-rc7 and
above

This is the Australian Goods and Services Tax (GST) module for Ubercart. It is only
relevant for Australian eCommerce websites that sell goods and services to
Australian customers. If this is you, then you need this module. See ACCC's GST &
online shopping page for more details.

With this module and the Ubercart Tax Rules correctly configured, GST will be
displayed and only applied to those purchases where the customer is in Australia.
All other customers will be able to purchase GST free. Joy!

This module also provides functionality to use your stores ABN and have it print on
your invoices..

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 164 165 166 167 168 169 170 171 172 … next ›
last »

Page break by AutoPager. Page( 169 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1078 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Wibiya
By vitzo.com on the 18th of July, 2009

Integrate Wibiya social toolbar in


Drupal

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-18
notes for 6.x

Find out more · Bugs and feature requests

Belated PNG
By dzieyzone on the 8th of December, 2009

Belated PNG module is yet another PNG fix that will solve the transparency of PNG
images on IE6 browsers.

This is a Javascript library that sandwiches PNG image support into IE6 without
much fuss.

You can use PNGs as the SRC of an element or as a background-image property in


CSS.

If you attempt the latter, you will find that, unlike with vanilla usage of
AlphaImageLoader, background-position and background-repeat work as intended.

As a bonus, "fixed" elements will respond to a commonly used set of Javascript


style assignments, as well as the A:hover pseudo-class.

Belated PNG was created by Drew Diller

You can visit the official website here and download the required javascript for the
module:
http://www.dillerdesign.com/experiment/DD_belatedPNG/

You can download the module temporarily here:


http://drupal.org//node/611816#comment-2282332

Find out more · Bugs and feature requests

Watchdog Live

1079 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Steve McKenzie on the 23rd of January, 2008

Gives the recent log entries page auto update


functionality. Great for a dev watching the logs
of a live site.

The feature can be turned off without disabling


the module and an update interval can be set.

Plans for the future include:

A smaller and stripped down pop-up


window with the log entries only. Useful to
keep next to another browser window.
A mouseover or some other feature to display the content of a log entry
without leaving the log overview page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-22
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jan-28
notes for 5.x

Find out more · Bugs and feature requests

RDF CCK
By scor on the 30th of August, 2008

The RDF CCK module allows site


administrators to map each content type,
node title, node body and CCK field to an
RDF term (class or property).

By default, RDF CCK will create local classes


and properties for all your content types and
fields which will be exported at node/*/rdf.
The version 2.x of RDF CCK uses the RDF
external vocabulary importer module (evoc)
to map your local Drupal data model to external RDF terms.

RDF CCK requires the RDF API, CCK and RDF external vocabulary importer.

Optionally RDF CCK can also expose CCK fields in RDFa by patching CCK, see
#397368: RDFa export in CCK .

update from RDF CCK 1.x: make sure to completely uninstall the version 1
before installing RDF CCK 2 as it introduces a new schema. Disable RDF CCK 1 and
visit the "uninstall tab" on the modules page to uninstall it. Then install RDF CCK

1080 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2.x like any other module.

A preview of the RDF CCK module was presented in DrupalCon Szeged 2008:
http://szeged2008.drupalcon.org/program/sessions/drupal-and-semantic-web...

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Feb-26
notes snapshot

Find out more · Bugs and feature requests

Restricted content
By Dave Reid on the 3rd of January, 2009

Simple per-node content access module that performs a little differently than the
majority of access modules. This module replaces the content teaser/body with
"This post has been restricted to certain users" to show users that they are missing
content if they are not registered or are not a certain user role.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-27
notes snapshot

Find out more · Bugs and feature requests

Dialog API
By Roger López on the 7th of December, 2009

The module provides an API for creating and updating javascript dialog windows
using the jQuery UI Dialog widget and the CTools ajax framework.

Core module support


The module also supplies several sub-modules that provide dialogs for core
modules. Currently included are:

Comment
Provides dialogs for comment replies and administration links (edit/delete).
Until Drupal 6.14 is released, for this to work with default comment links, you
will need the patch from #374463: Alter comment links. .
User
Provides dialogs for user login, registration and password reset. Also provides
a block to easily expose links to these dialogs.

Modules that support dialog

1081 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

XML sitemap
Skinr pending #690862: Use Dialog API module instead of
Modalframe/Overlay

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-30
notes snapshot
Download · Release Development
6.x-1.x-dev 2010-Feb-23
notes snapshot

Find out more · Bugs and feature requests

Christmas Snow
By introfini on the 12th of December, 2006

This is a very small module that adds a Christmas Snow effect to your site.

I thank Scott Schiller for the javascript code . Please download this file; then you
will need to copy the file snowstorm.js of this download into the
\christmas_snow\ directory of the Christmas Snow module.

The number and speed of the of snowflakes can be set in the snowstorm.js.

You are welcome to hack the module if you want the lights and submit a
patch :-)

Get into the Christmas spirit!

Issues

As with all contributed modules, when considering submitting an issue:

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-09
notes for 6.x

Find out more · Bugs and feature requests

Pong Game

1082 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By skinhat on the 12th of July, 2008

Plays the game 'Pong' where you play against the computer.
For those who haven't played it Pong is like ping pong where
you try to get the ball past the computer. The player and
computer paddles and ball can be images (or colored blocks)
that can be themed to your site. The game is javascript
(original javascript script by Joan Alba Maldonado) based and is
a block. The user who gets the highest score has his name
saved. The game win messages are configurable in the
configuration settings. Also the URL of the picture and the size
of the board can be set in the configuration settings.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Mar-07
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

Authoring Aliases
By neochief on the 13th of November, 2008

The Authoring Aliases module changes real author of nodes or comments uppont
it's submission.

For example, it usefull when you don't want to show identity of your root user.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Nov-13
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-13
notes for 5.x

Find out more · Bugs and feature requests

OG Read Only
By yrocq on the 20th of November, 2008

This module allows organic group administrators to set some content types as
"read-only". Read only types can't be posted by simple group members, but still
can be posted by group managers and users with "administer nodes" permission.
Wiki group types can't be set to read only.

1083 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module has been developed by Koumbit.org and is sponsored by Isuma TV.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 165 166 167 168 169 170 171 172 173 … next ›
last »

Page break by AutoPager. Page( 170 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Messaging Send To
By David Goode on the 18th of December, 2008

Messaging Send To allows users to forward content to other users, making use of
the Messaging framework to do so. It provides optional block and node forms that
are configurable on a per-content-type basis. Messages can be sent to site
usernames or external email addresses and phone numbers. The email addresses
use Messaging's mail method, while the phone numbers use SMS if available, and
there are additional configurable permissions for both.

Required modules: Messaging.

Developed by Jose A Reyero and David Goode. Sponsored by Development Seed.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-27
notes snapshot

1084 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Tab name tweaker


By eaton on the 23rd of June, 2009

Allows admins to override the name of


the 'View' tab on node pages. Useful for
Organic Groups, where the normal
'View' tab serves as an overview or
landing page rather than a specific
piece of content.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-23
notes for 6.x

Find out more · Bugs and feature requests

Views Table Group


By bec on the 24th of November, 2009

This is a Views style plugin to display


Views results as cells in a table, grouping
by row and column. For example, you
might generate a conference schedule by
grouping rows by a time slot field and
columns by a room or track field.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-25
notes snapshot

Find out more · Bugs and feature requests

Term Merge
By eli on the 10th of May, 2007

Term Merge permits an administrator to merge one Taxonomy Term into another.
All nodes tagged with the old Term are updated to point to the new Term, and the
old Term is added as a synonym of the new one.

The module currently works by adding a "merge" link to the bottom of the Edit

1085 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Term form.

Based on some abandoned code by Aldo Hoeben (http://drupal.org/node/113975).

Drupal 6 support is currently experimental -- don't use it on a live site with no


backups!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-27
notes snapshot
Download · Release Recommended
5.x-1.1 2007-May-15
notes for 5.x

Find out more · Bugs and feature requests

Mailout
By KingMoore on the 14th of April, 2008

The Mailout module is an e-mail marketing and communication tool. You can start
sending emails straight away, or you can spend some time to set up mailing lists
and templates for a completely branded solution.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-29
notes snapshot
Download · Release Recommended
5.x-1.0-rc2 2008-Aug-04
notes for 5.x

Find out more · Bugs and feature requests

Nice Map
By jmiccolis on the 14th of November, 2008

This module is a very basic WMS client which doesn't


directly support tile based maps. Most online mapping
sites are better served by the OpenLayers module which
does.

Nice Map is a WMS client for Drupal. It comes with views module support and
should work with latitude/longitude data stored by location module, geo module or
basic cck number fields.

Here are some examples of sites using the Nice Map module:

Pandemic Preparedness Capacity Map


http://preparedness.interaction.org

1086 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

InterAction: Contributions to Millennium Development Goal


http://preparedness.interaction.org/foodsecurity

Stumble Safely
http://StumbleSafely.com

OutSideinDC Bikes
http://outsideindc.com/bikes

United Nations: Stand Against Poverty


http://StandAgainstPoverty.org/en/events/map

This module has been developed with the support of the New America Foundation
and Managing News.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Apr-14
notes for 6.x

Find out more · Bugs and feature requests

Sprite Graphic Menu


By hanoii on the 25th of December, 2008

This module lets you upload a sprite image for a menu item and, with the use of
CSS, configure different sprites of the image for different states of the link
(normal, visited, hover and active).

Drupal 6.x Notes (for theme developers)

Due to the new menu system in 6.x no theme overrides are necessary. However,
be aware that this module sets styles for each link using classes, and, if those links
are also reached by some other more selective CSS rules, those may take
precedence. That's the case for primary links in the default Garland theme.

To help avoid this and let this module work OK with any theme, there's an entry to
add other CSS selector rules to be combined with the link rules. This can be set in
"Administer" -> "Site building" -> "Menus" -> "Settings" in the Sprite Graphic
Menu settings fieldset. The default is set to work properly with the Garland theme.

Drupal 5.x Notes


Version Date Links Status
Download · Release Recommended
6.x-1.1 2009-Jul-29
notes for 6.x

1087 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

Simplenews Content Selection


By coworks_dieter on the 11th of September, 2009

This module allows you to select content from your website and send a newsletter
with the selected content.

Modules

1. Simplenews Content Selection

Select content at admin/content/scs_node_selection


Select content at admin/content/node and choose Create newsletter as
operation

2. Simplenews Content Selection Views Integration

This module depends on views and views_bulk_operations


Create a view with filters whatever you want and create a newsletter with it

Theming
Wherever you select nodes to create a newsletter. Each nodes goes true
theme_scs_node_output. Override this in your theme and create a unique style for
each node / node type.

Module created by Coworks

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-08
notes for 6.x

Find out more · Bugs and feature requests

Question
By codepoet on the 2nd of July, 2005

This module allows users to add questions to a queue. Administrators can view the
queue and choose to create question/answer nodes from submitted questions.

1088 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A common use for such a module would be to have a sort of "Ask the Experts"
feature where users can ask administrators about various topics. Question is
actively in use at Mac Geekery. Look for the nodes with the blue bar down the side
to see what an answered question looks like.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-03
notes snapshot
Download · Release Recommended
5.x-1.5 2008-Oct-24
notes for 5.x

Find out more · Bugs and feature requests

YUI TabView
By drupalhizmetleri on the 19th of June, 2008

TabView

The TabView component is designed to enable developers to create navigable


tabbed views of content.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the tabview to work.

Developed By http://www.drupalhizmetleri.com

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Sep-18
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2008-Sep-18
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 166 167 168 169 170 171 172 173 174 … next ›
last »

Page break by AutoPager. Page( 171 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1089 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Drigg External Vote Button


By PGiro on the 19th of November, 2008

This module is meant to work as an external vote button for scoops available
inside a Drigg system.

It builds upon the Drigg set of modules.


It provides a javascript button to include in a page external to your Drupal site that
will display either a vote button or an "add" button depending on whether the URL
associated with the button is already in your scoops.

The script to call to display the button is optimized so that if multiple buttons are
added to a single page, the buttons get displayed one by one, without overloading
the server.

A D5 backport is on the way thanks to Lukas2000 : I have commited it to the D5


branch, you can either checkout the branch and get it working now or what for the
latest snapshot release to be built. It's the same module as D6 but with an extra
step for templating, please read the README file.

Since Lukas2000 was able to keep the code the same, I will support the D5 version
by making changes to that branch too and having it tested by the community.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-21
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-20
notes snapshot

Find out more · Bugs and feature requests

Featured Content

1090 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kepol on the 26th of January, 2010

Overview
The featured content module lets
you very easily create related/featured
content blocks on your Drupal site. This
module is useful if you have
non-technical users who need to add
blocks on the site that contain lists of
node titles, node teasers, and/or full
node content. This module can also be
useful if you need to get up some related/featured content blocks quickly and
are not familiar enough with views to do it, or simply prefer not to use views for
this purpose. A related/featured content block can be created in just a few
minutes.

The featured content that shows up in the block depends on how the user
configured the block. The content can be sorted alphabetically, by date, by
popularity, by closest match (by terms), or can presented randomly. There are
additional visibility rules available so you can choose to show the block based on
the content type, user/author, or taxonomy terms available for the node page
being viewed. (Note - if you are *only* interested in having blocks based by
taxonomy terms, check out these modules: http://drupal.org/node/323329)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-21
notes for 6.x

Find out more · Bugs and feature requests

Page Style
By Christian Zwahlen on the 21st of November, 2007

#D7CX: I pledge that Page Style will have a full Drupal 7


release on the day that Drupal 7 is released.

This module display a style changer on the page and in


the browser menue for a better web accessibility. No
JavaScript required (WCAG/BITV 6.3).

Advantages

1. Lesser effort. No building of extra themes required! Black/White,


White/Black and Yellow/Blue.
2. Style changer in the browser available.
3. One click function. No tutorial required.

1091 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

4. Same handling in any browser (shortcuts).


5. Adjustable.
6. Select menu availabe.
7. Display current page style.
8. Browser independent.

WCAG and BITV conform. Keep the conditions 1.1, 3.1, 6.3, 11.1 and 13.6. More
Information: Web Content Accessibility Guidelines or bundesrecht.juris.de.

Version Date Links Status


Download · Release Development
7.x-0.x-dev 2010-Jan-29
notes snapshot
Download · Release Recommended
6.x-1.8 2010-Mar-02
notes for 6.x
Download · Release Recommended
5.x-1.8 2010-Mar-02
notes for 5.x

Find out more · Bugs and feature requests

Purr Messages
By tanc on the 13th of February, 2009

Do you want a more interestingly themed system message from Drupal? Enjoy
Growl messages on OS X? Then this module is for you.

This small module uses a simple override made available in Drupal 6 through
hook_theme_registry_alter() to output the system messages through jquery based
popup messages. The messages fade in and out in a suitably sexy manner and will
queue up underneath one another if necessary.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-13
notes for 6.x

Find out more · Bugs and feature requests

Relative Path to Absolute URLs


By lourenzo on the 4th of September, 2009

When you use IMCE with FCK Editor, there's a problem with images on simplenews
newsletters and feed images, because the path to images and internal links are
referrer in relation to current site.

This module implements a simple filter which replaces src and href attributes like

1092 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

/path/to/link with http://www.example.com/path/to/link, making use of core's


url() function.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-17
notes for 6.x

Find out more · Bugs and feature requests

Report
By Ki on the 10th of October, 2009

Report module collects historical data


every day through a cron job and displays
them as tabular format and chart if
possible, which requires chart module, for
site admins.

The project has been sponsored by Urban


Insight.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-03
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Uberimage
By ndeschildre on the 12th of November, 2009

Uberimage is an advanced image CCK field.


It has nothing to do with ubercart. It is only an über
image module.

Direct upload/nodereference support: You can


upload directly your image, or you can use the
image-as-a-node approach, where you link a node
with an uberimage CCK upload field to another
node with a uberimage nodereference CCK field.
That way, you can easily manage a big collection of
images.
Imagecache presets re-scaling and cropping: Useful with some "flat"
16/9 presets. You can preview the output of your imagecache presets, and
rescaling and cropping them directly on the edit page. If you are using the
nodereference approach, you can override the scaling/cropping of the image

1093 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

node.
Title, description and credits: Directly available on this CCK field.

Dependencies: Utilities, jQ, CCK and imagecache.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

On The Web
By jenlampton on the 9th of February, 2010

#D7CX: I pledge that On The Web will have a full


Drupal 7 release on the day that Drupal 7 is released.

This module provides a single block that can show up to five icons that link to your
brand's content located elsewhere on the web. The icons will not show up unless
you provide a link to that site. Links are added on the Blocks configuration screen.

Icons provided for:

Twitter
Facebook
YouTube
Flickr
MySpace

Find out more · Bugs and feature requests

SlideshowPro Integration
By kylebrowning on the 15th of July, 2009

SSP is a module intended for seamless slideshowpro integration. As there were no


modules for drupal 6, I decided to solve that problem.
More details to come, this is just the initial release.

Here is a demo
http://sspdemo.grass.co.ve/
sspdemo/sspdemo

Configuration:

1094 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Simply download and install the module.


You will need your own version of STANDALONE SlideshowPro Player and you can
goto
admin/settings/slideshowpro to configure the options.
http://skitch.com/kylebrowning/b3ff2/slideshowpro-account-center-product...
After that, you can goto Create Content.
Update: Now supports views

If you need more configuration or flexibility, you can override the three theming
functions in the module in your template.php

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta8 2010-Mar-03
notes for 6.x

Find out more · Bugs and feature requests

KML
By tmcw on the 4th of September, 2006

The KML module allows people to access spatially


enabled information in Drupal through the Google
Earth interface (requires location.module for storing
coordinates).

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Mar-06
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 167 168 169 170 171 172 173 174 175 … next ›
last »

Page break by AutoPager. Page( 172 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1095 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart Conditional Payment


By longwave on the 16th of July, 2009

This module adds workflow_ng (in Drupal 5) and Conditional Actions (in Drupal 6)
support to Ubercart payment methods, so payment methods can be restricted by
cart total, user role, or any other conditions that these modules provide.

This does not override the standard payment methods page at /admin/store
/settings/payment/edit/methods - disabled payment methods will never be
available, and enabled payment methods will (unless a condition is added) be
available at checkout.

Drupal 5 example
Restricting the "Other" payment method to cart totals of at least $100.00:

1. Enable the "Conditional payments", "Payment Method Pack" and "Workflow UI"
modules.
2. Visit the workflow-ng administration page and note that a new rule is listed for
each available payment method.
3. Click on the "Payment via Other" rule, then "Add a condition".
4. Select "Compare cart total" from the dropdown list and click Add.
5. Give the condition a label such as "Check cart total is at least $100".
6. Select "Greater than or equal to" for the operation and enter "100" in the price
field.
7. Click Submit to save the new condition.

Drupal 6 example
Restricting the "Other" payment method to cart totals of at least $100.00:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-16
notes for 5.x

Find out more · Bugs and feature requests

Autofocus

1096 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By fajerstarter on the 12th of November, 2006

Simple module that improves the user interface by setting focus on the first field in
a form.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-08
notes for 6.x

Find out more · Bugs and feature requests

Session Favorites
By jhedstrom on the 2nd of June, 2008

The Session Favorites module provides a "Favorites" or bookmark system based


solely on a browser cookie. This allows site visitors to aggregate lists of content
without becoming full-fledged users.

The module can be configured on a per-node-type basis, and optionally provides


AJAX add/remove links.

Versions 6.x-1.3 and above depend on the Session API module.

The Session Favorites module is developed and maintained by OpenSourcery.

Drupal 7

This module will not be ported to Drupal 7, given that the Flag module now
integrates with Session API to provide the functionality (in a much more flexible
way) of Session Favorites.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Dec-03
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Dec-30
notes for 5.x

Find out more · Bugs and feature requests

Big Autocomplete TAXonomy


By sdrycroft on the 1st of July, 2008

Provides an autocomplete form field instead of a drop down/select box if a


taxonomy is bigger than a predefined number of terms.

Development of this module was carried out by Simon Rycroft and funded in part

1097 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

by the EDIT project

The Drupal 5 version of this module is no longer supported or being developed. It


can however, still be downloaded.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Nov-06
notes for 6.x

Find out more · Bugs and feature requests

Textfield to slider
By skilip on the 24th of September, 2008

This module will provide you a form


element which changes a textfield (with
a numeric value) to a slider.

The textfield to slider module depends on the module jquery_plugin alongside with
the jquery plugins ui.core and ui.slider.

For installation instructions and usage read INSTALL.txt and the help section of the
module.

KNOWN ISSUES:

Currently the required module jQuery Plugin Handler is still in development. This
module is used to centralize jQuery plugins so that several modules can use the
same plugins. If the module is called to load a plugin for the first time, all found
plugins are stored in cache. The problem with this is when a plugin isn't named
correctly, and thus isn't found, the path to the plugin won't be stored in cache. The
following patch will clear cache if a plugin isn't found. #349091: Clear cache if a
file doesn't exist

Version Date Links Status


Download · Release Recommended
6.x-3.0-beta2 2009-Jan-02
notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Jan-05
notes for 5.x

Find out more · Bugs and feature requests

ICanLocalize Translator

1098 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By icanlocalize on the 4th of November, 2008

This module makes multilingual


content management easy, just like
running a site in one language.

Translation is powered by ICanLocalize and done by professional human


translators, writing in their native languages.

Features
Professional translators
Easy to use - All translations details are managed for you
Content sent to central server - Translated content automatically returned
Menus sent for translation - Translated menus automatically created
Easy communication with translators
Low price

Pricing for translation by ICanLocalize is a low 0.07 USD per word


between any language pair.

Demo
For a live demo, have a look at http://drupal-translation.com, our Drupal site,
which talks about translating Drupal sites. All translations have been done using
ICanLocalize translator.

Documentation
Video tour - 90 seconds Flash video showing how ICanLocalize Translator
works.
Configuration guide - explains how to configure ICanLocalize Translator.

Version Date Links Status


Download · Release Recommended
6.x-1.21 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Indic Script
By 4vinoth on the 18th of December, 2008

This Module enables Indic Language Script typing in Drupal Text Fields and Text
Area Fields So that users can create their content in their Language like Google
providing native language typing in Orkut.
Older name of this module was tamil_type, now it supports Type writing as well as
phonetic typing

1099 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

for the following languages.

Tamil, Tamil 99
Hindi
Malayalam
Bengali
Gujarati
Kannada
Oriya
Punjab and
Telugu

so the name is now Indic Script.

What it does exactly?


If the user type "ammaa" in English it will convert this to the Tamil word அ"மா
(means mother). The Keystroke F9 is set as Hot key for switching between
languages.

Features in this release.


Configuration Page for admin
Field/page wise enabling or disabling feature
Inline Help Display
Added more languages

Whats make us Busy?

Integration with WYSIWYG Editors


Integration with Drupal Multilingual System.
Project Documentation

Installation/Configuration

Install the module as usual way.


Goto admin indic script configuration page and enable the languages you
need.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Oct-17
notes for 6.x

Find out more · Bugs and feature requests

1100 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Admin Access
By emptyvoid on the 25th of March, 2009

Swipht technologies developed a set of security modules with sponsorship from


Portland State University. The modules provide roles and user specific security
permissions for menus, menu items, nodes, and security integration into the
administration and help systems. We would like to provide this suite of modules
back to the community to share the usefulness of the suite and involve the
community to provide additional support, testing, and moderation.
Special care was taken to ensure the usability of permission management was
consistent across all sections of the system (nodes, menus, menu items). Also
each security module uses a cascading security scheme to allow global security
and the option to override or define exceptions to the security model for individual
items.

For example, defining global node access rights by role will dynamically apply the
security scheme to all content types and nodes created. However the user can
override the global security scheme for an individual content type, and override
the permissions for a given content type by setting permissions on an individual
node.

Please Note!!

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Apr-13
notes for 6.x

Find out more · Bugs and feature requests

Command
By doq on the 19th of April, 2009

Adds API to launch applications from Drupal.

Currently it just provides one function

<?php
function command_run($command, $message = TRUE, $watchdog = TRUE);
?>

but please provide more feature requests.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-19
alpha1 notes for 6.x

1101 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Easy View
By ndeschildre on the 16th of November, 2009

Easy View is a very easy and powerful


interface framework to Views, in a CCK
field. It also include Easy View Taxonomy,
the easy view implementation of the
taxonomy View.

Noob friendly: Views is a very


powerful tool, yet its interface is too
complicated for simple users. This
module create the framework to create
easy interfaces to existing Views.
Per-node Easy View: Easy View is a CCK field, meaning you can create one
per node.
Automatic, semi-automatic or manual mode!: You can let the View fetch
new content as usual, you can stop and reorder manually the results, and
you can even reorder the results while keeping it automatic.
Node theme selection: You can select the theme of a node if these node
themes are available as CCK formatters.
Integrates with JCarousel: You can output Jcarousels.
Includes Easy View Taxonomy: An easy view letting the user select
content by multiple taxonomies, content type, content age.

Examples: A list of stories having a given tag, A carousel of stories having a given
tag which have been reordered

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 168 169 170 171 172 173 174 175 176 … next ›
last »

Page break by AutoPager. Page( 173 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

1102 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

NodeReview
By Crell on the 17th of April, 2006

This module adds user reviews to specified node types, on multiple axes and with
voting via the Voting API module (required). It uses the Views module (required)
for some displays.

It also demonstrates a simple and easy way to have nodes whose content are
dependent on a related node, and cannot be created otherwise.

Notes on version status:

Drupal 5: This is the maintained version of the module. New features will be
added only to the current version.
HEAD: This release isn't tagged for a reason. Don't use it. Ever. Its status is
"undefined".

NodeReview for D6

It is a development snapshot and pls do take a database backup before you try &
install this module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-17
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-25
notes for 5.x

Find out more · Bugs and feature requests

Moodle Integration
By Chris Johnson on the 12th of August, 2008

Integration of the Moodle Learning Management System with Drupal.

1103 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Sponsored by OpenBand on behalf of its clients.

Version 6.x-2.x

Initial release of the 6.x-2.x version of module. This includes major functionality
changes. In particular, "single signon" via insecure GET args sent to Moodle for
access to the Drupal database, and displaying Moodle in the Drupal site via an
iframe are no longer supported. Instead, this module begins the effort of
integrating Moodle and Drupal, by allowing display of various course information
on the Drupal site with links to the appropriate places on the Moodle site. The plan
is to separate single-signon authentication schemes into the moodle_sso module.

Note 1, Providing Single Sign On (SSO): OpenID can be used to provide SSO; see
the OpenID Provider Drupal module and the Moodle OpenID plugin. LDAP can be
used as well, with some alpha code at http://moodle.org/mod/forum
/discuss.php?d=116295 and the Drupal LDAP integration module.

Version Date Links Status


Download · Release Recommended
6.x-2.2-beta1 2009-Mar-31
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-15
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2008-Aug-15
notes for 4.7.x

Find out more · Bugs and feature requests

OG Event
By pounard on the 9th of October, 2008

This module is a simple event with participants implementation.

Simply, it adds a participant list on each node which is posted in an OG group, and
whose type is configured as an Event node. Each group member can add or
remove himself to the participant list.

Further, node owner can configure simple features, like whether or not group
members can edit node, add themselves as participant, and if they can enter a role
they want to assume for the event.
Misc UI options are editable through Drupal administrations pages, if participant
list is displayed into the node, or as a tab on full node view, etc..

This module uses OG and Event modules.

Drupal 6 port is here! goes from dev to beta


Views integration arrived with this version. Note that make this module event
independent is still to do.

1104 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Oct-20
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Oct-09
notes for 5.x

Find out more · Bugs and feature requests

Bypass Forced Preview


By markus_petrux on the 19th of November, 2008

Drupal core has the option to force users to use the preview button, before being
able to submit content. This option is pretty effective to prevent certain bots from
spamming your site. However, once this option is enabled, it affects all users,
including trusted users and site administrators.

This module adds a new permission that may allow privileged users bypass forced
post preview, both for content and comments.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

1105 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Activism
By techsoldaten on the 11th of May, 2009

The Activism module is an attempt to standardize the


way online advocacy tools are built in Drupal. There are
many great modules out there for adding only advocacy
tools to your site, but there has been no common
practice in implementing these tools that allows you to
1) create multiple take action pages for any given type
of advocacy module installed, 2) link various take
action pages together (i.e. sign a petition then go
tell-a-friend), and 3) integrate with external CRM
systems. We hope this module will act as a framework
for implementing custom online advocacy functionality in Drupal going forward.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-May-11
notes for 6.x

Find out more · Bugs and feature requests

Ajax Tabs
By doublethink on the 4th of August, 2009

This module makes it possible to navigate through Drupal's menu local tasks
(Tabs) via AJAX.
You can choose to load Ajax Tabs per specific pages.

This module depends on ajax_load.module.


Make sure you wrap your tabs in page.tpl.php with

<div id="tabs-wrapper">
<?php print $tabs ?>
</div>

The module is under active development.

This module is sponsored and developed by Untitled Studios | Untitled Web.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

1106 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Remember Filter
By Steve Simms on the 5th of February, 2006

A simple module that remembers the last input filter used by each user for editing
nodes.

It operates completely in the background, using nodeapi hooks -- just create the
database table, enable the module, and you're done.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-05
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Dec-09
notes for 5.x

Find out more · Bugs and feature requests

Connect IV Game
By skinhat on the 29th of June, 2008

Plays the game 'Connect Four' where you play against


the computer. The aim of the game is to get four pieces
in a row either diagonally or horizontally. The tiles can be
images (or colored tiles) that can be themed to your site.
The game is javascript (original javascript script by Joan
Alba Maldonado) based and is a block. The user who
beats the computer the fastest has his name saved. The
game win messages are configurable in the configuration
settings. Also the URL of the picture and the size of the
board can be set in the configuration settings.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Mar-15
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Mar-15
notes for 5.x

Find out more · Bugs and feature requests

Domain GeoLocalization
By jhedstrom on the 1st of July, 2008

The Domain GeoLocalization module is a submodule for the Domain Access module

1107 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

that allows domains to have associated locative information. When combined with
the Domain User Default module, this module uses the Google Maps API to
geocode users zipcodes for domain proximity searches.

Note: This module duplicates some of the Location module's functionality, and will
most likely use that module as a dependency once it has been ported to Drupal 6.

Required modules

Domain Access

Optional modules

Domain User Default

The Domain GeoLocalization module is sponsored by One Economy, and


developed and maintained by OpenSourcery/One Economy.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-04
notes for 6.x

Find out more · Bugs and feature requests

File Access
By mattman on the 17th of June, 2009

File access is simply designed to deny or approve access to individual files when
using Drupal’s private download method. See ‘background’ below for more
information. Requires PHP5 because of some functions.

sponsored by GotDrupal.com,
designed by Matt Petrowsky

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-24
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 169 170 171 172 173 174 175 176 177 … next ›
last »

Page break by AutoPager. Page( 174 ).

1108 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Twitter Pull
By irakli on the 7th of January, 2010

Twitter Pull is a small module, the only purpose of which is to allow super-easy
embedding of public twitter data like: a user timeline or twitter search results by
hashtag or a search term. The emphasis is on making these very specific tasks as
easy and straightforward as possible. The purpose of the module is not to be an
end-all solution for Twitter.

Intended Audience
The intended audience of the module are developers and designers.

Usage
There're no authentication information or API Keys required. Module only interacts
with non-auth APIs. In the end, it all boils down to a single function:

twitter_pull_render ($twitkey, $title = NULL, $num_items = NULL, $themekey =


NULL)

ARGUMENTS:

@param $twitkey
Twitter key, which can be a username (prepended with @) a hashtag
(prepended with #) or a search keyword (no prefix)
@param $title
title passed to tpl.php
@param $num_items
maximum number of tweets to pull from the Twitter result-set. Can't be more
than 20.
@param $themekey

1109 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-07
notes for 6.x

Find out more · Bugs and feature requests

Zoomify
By infojunkie on the 11th of November, 2007

This module integrates the Zoomify applet into Drupal. Zoomify is a Flash applet
that displays large images by allowing to pan and zoom into them. Images are first
preprocessed in order for Zoomify to work.

The integration into Drupal is done by detecting images within nodes. When the
module detects that a new image has a resolution larger than some specified size
(in Zoomify settings), it invokes the preprocessing script that cuts up the image
into tiles. It also adds a tab to the node that displays a new page containing the
Zoomify Flash viewer.

The following image types are currently handled:

Image nodes
Nodes using CCK ImageField (including ImageCache formatters)

INSTALLATION
After unpacking the zoomify module, download the latest Flash Zoomify Viewer
component (available in the Zoomify Express package) and copy the extracted
ZoomifyViewer.swf file to the module's folder. You can then make sure you point to
the right file in Zoomify settings.

In order to create the tiles, you have the choice of using the bundled PHP
processing script or a more robust Python backend.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-04
notes for 6.x
Download · Release Recommended
5.x-2.2 2009-Nov-04
notes for 5.x

Find out more · Bugs and feature requests

Textarea Tabs
By smokris on the 15th of March, 2008

Makes all textareas (such as the 'body' field on the node edit page) accept the Tab

1110 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

key --- pressing Tab while in a textarea will now insert a tab into the
content, rather than moving focus to the next field.

I threw this module together to facilitate easier discussion of code snippets on the
forums at kineme.net (an opensource project sponsored by Kosada Inc.).

Based on TTabs from Interface Elements for jQuery.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2008-Mar-18
notes for 6.x
Download · Release Recommended
5.x-0.1 2008-Mar-15
notes for 5.x

Find out more · Bugs and feature requests

Show Uploads in Teasers


By derjochenmeyer on the 17th of February, 2009

A small helper module that shows the attachments table (as created by the core
upload.module) in node teasers.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-09
notes for 6.x

Find out more · Bugs and feature requests

Archive Calendar
By safeen on the 25th of February, 2009

Archive-Calendar, or Arcal, is a very


basic module.
It automatically publishes any chosen
node to the calendar. Calendar
generation is based on, Giorgos
Tsiledakis' Active Calendar,
http://www.micronetwork.de
/activecalendar/

Arcal can be used for archiving or content over-viewing purposes.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-03

1111 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

WURFL
By twom on the 13th of April, 2009

The WURFL module helps you in detecting the device capabilities of the mobile
device visiting your website. It is based on WURFL and the WURFL PHP library..

The module provides device capability detection as an api to developers. You can
use them by calling

wurfl_devicecapability($capability)

$capability is a string defining the capability. For an overview on arguments go to


http://wurfl.sourceforge.net/help_doc.php.

By using the Mobile Tools module, you can use the more generic function call

mobile_tools_devicecapability($capability)

The function will forward its request to the module that has been selected to detect
device capabilities (currently, only the WURFL implementation exist, but more
implementation could be added in the future!).

The module can be used to make adaptive themes, do advanced logging, etc ...
Reports on experimentation are welcome!

For questions, issues or other relevant communications contact me or follow me on


twitter @twom

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-14
notes snapshot

Find out more · Bugs and feature requests

Administration Dashboard
By skilip on the 22nd of December, 2008

The Administration Dashboard is still in


development, however near
completion. The module will provide a
sort of control panel for users with
administrative rights. It can be used to

1112 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

store commonly used links or to add block content to the 'dashboard' region.

On installation of the module, a Dashboard menu is created in the menu system.


The menu is configurable, just like other menu's. The only difference is the option
to add menu icons to the menu items.

After installation you can configure the Dashboard by either assigning blocks to it's
region, (I need to figure out how I can add a 'dashboard' region to the theme
regions from within a module) or by changing the menu structure on admin/build
/menu-customize/dashboard, or by navigating to the Dashboard Settings page.
Here you should be able to change the menu to use, as well as the icons used for
the menu items.

By clicking the 'Toggle default visiblity'-button (the little green one) you can tell
the Dashboard whether the Dashboard must remember it's last state (shown or
hidden) for after a page-refresh. If this is disabled, the Dashboard is always hidden
after a page-refresh.

In the permission table you can set the permissions for using an configuring the
Dashboard.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-11
notes snapshot

Find out more · Bugs and feature requests

FFmpeg Converter
By zoo33 on the 5th of December, 2008

This module automatically converts media files to different destination formats,


and allows you to change a number of properties such as pixel size, frame rate,
bitrate etc. Additionally, if the source file is a video file, three snapshot images will
be generated from different instants in the film. It is designed as an extension of
the FFmpeg Wrapper module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Advanced Help Injection and Export

1113 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By robertDouglass on the 16th of March, 2009

This module assists you in writing help


texts suitable for use with the Advanced
Help module by allowing you to write
your help texts in Drupal books. Once
you've written the help texts you can
inject help icons into any page, form or
form item, linking them to the book
page that should later appear. The final
step is to export all of the help texts as
well as the injection data into a new module consisting of Advanced Help files and
a simple generated module. The module has all of the information needed to inject
the help icons into the right pages, forms, and form elements. The new generated
module is ready for distribution as a standalone project or a submodule in a larger
project.

Workflow and Use Cases

Advanced Help Injection and Export addresses four workflows where help texts
need to be written:

1. You want to document a website and the help texts are in flux. Write your
texts in a Drupal book, inject the context sensitive help icons throughout the
website, and let the Help Inject module provide the end-user the help icons.
2. You want to document a website and the help texts are finished. Write
your texts in a Drupal book, inject the context sensitive help icons
throughout the website, and export the module. That module is now the
complete documentation for a particular website.
3. You want to document a module. Write your texts in a Drupal book, inject
the context sensitive help icons into the pages and forms that your module
supplies, and export the new generated help module. Distribute the new
generated help module as a sub module with your module.
4. You want to document a larger project, such as Drupal core. Write your
texts in a Drupal book, inject context sensitive help icons throughout the
larger project, and export the new generated help module. Distribute the new
generated help module as a module with your larger project.

The Advanced Help Injection and Export module has the following benefits to help
writers and module maintainers:

1. Help writers can use web based tools that they're familiar with, and which are
collaboration friendly (Drupal books).
2. Module maintainers don't need to pollute their code with theme() calls to
inject the help icons.
3. Help texts can easily be distributed as they are just a collection of HTML files.
4. Help texts are not part of the site's content (so you don't have to worry about
help texts showing up in Views, or on the front page).

1114 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

5. Thanks to the coolness of Advanced Help, help texts are searchable.

The workflow for using this module is:

1. Create your documentation in a book structure.


2. Enable the helpinject module
3. Using the (+) icons that now appear everywhere, "inject" your help into the
pages and forms by linking (+) icons to book pages.
4. Export the help to a new module at admin/build/helpinject
5. Move the generated module (found in your files directory) to your sites/all
/modules directory.
6. Disable helpinject and enable the module you generated.

The help that you wrote in the Drupal books is now available as advanced help files
and gets injected into the right forms and pages.

Uploads and attached files

Files attached to book nodes using the upload module, filefield, imagefield, and
any other module that populates node->files, will be copied into the exported help
distribution. Furthermore, references to those files in the body text of your book
nodes will be updated to that the paths to the files are portable. This makes
writing help texts with image or video content a breeze.

Translations

If you have translated your help texts using Drupal's locale and content translation
modules, the HelpInject module will export the Advanced Help files and their
translations.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-May-31
alpha6 notes for 6.x

Find out more · Bugs and feature requests

IP to Locale
By mrfelton on the 1st of May, 2009

Drupal is set up fairly well for multilingual sites. However, it does make the
assumption that each site version will be written in a different language. It is quite
feasible however, that there be two versions of a site in the same language. For
example, A site which has a UK version, and a version for the Republic of Ireland.
Both sites are written in English, but the content varies for each. Drupal's
multilingual features provide the perfect tools to allow 'translation' of content from
one version of the site to another, but In a setup like this, it may also be desirable

1115 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

to automatically redirect users to a particular version of the site based on their IP


address. Drupal's built in Language negotiation does not cater for this...

IP 2 Locale is able to redirect users to a specific site version based on the


originating country of their IP address. It can use one or more IP lookup modules
to translate the users IP address into a country code. Mappings can then be
provided from country code to language code, and these mappings will be used to
determine which version of the site to redirect to. Redirections can be configured
to happen for the initial page request of a 'session' only (where 'session' is, a user
coming from external site), or for every single page request.

IP to Locale currently supports IP to Country lookup by one or more the following


modules:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 170 171 172 173 174 175 176 177 178 … next ›
last »

Page break by AutoPager. Page( 175 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

userlink
By marcp on the 14th of August, 2006

The userlink module allows users to save and share links (bookmarks, URLs).

Version Date Links Status

1116 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-24
notes snapshot
Download · Release Recommended
5.x-1.2 2007-Jun-20
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Dec-12
notes for 4.7.x

Find out more · Bugs and feature requests

Restrict Password Change


By jrglasgow on the 6th of November, 2008

At Tribute Media we wanted to be able to allow some users to add other users, but
not change any user's password.

This module:

adds a new permission 'change other users password'


when the user_profile_form is loaded it checks to see if the current user has
the proper permission or if they are editing their own account, otherwise it
removes the password change option
there would be no point restricting the ability to change a user's password if
they can still change the user's e-mail address, this option is removed as well
this also removes the option to delete a user

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2009-Sep-10
notes for 7.x
Download · Release Recommended
6.x-1.2 2009-Aug-23
notes for 6.x

Find out more · Bugs and feature requests

Node type theme

1117 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By remi on the 5th of June, 2009

This module enables administrators to set a different


theme for every node content type.

Node type theme is meant to be a simple module


that only does one thing and does it well. There are no
other features planned or wanted for this module. If
you wish to have more functionality and change the
theme based on taxonomy terms, language, or path, I
recommend you give a try at ThemeKey.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-05
notes for 6.x

Find out more · Bugs and feature requests

Localization server
By Gábor Hojtsy on the 31st of May, 2007

The localization server powers


http://localize.drupal.org/

It provides a community localization editor,


which allows people to collaborate on
translating projects to different languages,
especially for Drupal. It is inspired by
Launchpad Rosetta (https://launchpad.net
/rosetta) but is highly adapted to Drupal
needs.

The module suite solves the Drupal project translation problem with a web based
interface. The various Drupal projects release source code on a daily basis. The
goal is to help translators to keep up with this pace by sharing already translated
strings and distributing translations effectively.

Drupal 6.x-1.x is the current "stable" branch

The Drupal 6.x-2.x branch is open to work on the new user interface proposal from
Konstantin Kaefer. If you are interested in a stable and tested version of
Localization Server, use the 6.x-1.x branch. Help is more then welcome in the
6.x-2.x branch to clean up the code, fix possible issues and update/improve test
coverage. The new UI was showcased in http://localize.drupal.org/node/258

Drupal 6.x-2.x is the development branch

You'll need jQuery Update 2.x to make this work properly. Sorry, version

1118 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

information is not possible to specify in .info files, so we can only document this
requirement.

Drupal 5.x support discontinued

The target for the drupal.org deployment was Drupal 6.x, so Drupal 5.x support for
this module was discontinued. Drupal 5.x will only get extremely critical fixes.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-27
alpha6 notes for 6.x

Find out more · Bugs and feature requests

jQuery Popupwindow
By aaron on the 26th of March, 2008

jQuery Popupwindow turns any desired link into a popup window. After installing
the module, you can simply add new 'presets' for links of the class you wish at
/admin/settings/jquery_popupwindow, such as for 'a.print', and then set the
options you wish (such as width, height, resizable, scrollbars, etc). You can add as
many presets as you wish, and you can separate link classes within the same
preset with commas (i.e., 'a.print, .menu a').

If you wish, you can access the jQuery plugin manually, using the instructions at
http://rip747.github.com/popupwindow/.

Original plugin found at http://rip747.wordpress.com/2008/01/22/popupwindow-


v200-now-available/ and http://rip747.github.com/popupwindow/

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-15
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Oct-16
notes snapshot

Find out more · Bugs and feature requests

External Link Page


By zzolo on the 8th of April, 2008

External Link Page is a very basic module that provides a content filter that
redirects external links to a customizable page. This page informs the user that
they are about to leave the site and then redirects them.

1119 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Who is this for?

You will want to use this module if:

You need to provide a message/page for any user that clicks on a link that
will take them away from your site.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-17
notes for 6.x
Download · Release Recommended
5.x-0.8 2008-Apr-08
notes for 5.x

Find out more · Bugs and feature requests

AJAX Newsflash
By drupal-id.com on the 16th of June, 2008

AJAX Newsflash! AJAX Newsflash uses


AJAX Ticker from Dynamic Drive which
provides beautiful News Flash using
AJAX.

AJAX Newsflash create new content-type called "Newsflash"You can use any
content-types as source. Not only text, but you can show full-html format including
picture, table, etc.

HOW TO USE THIS MODULE


--------------------------
1. Install AJAX Newsflash module: administer-modules
2. Enable AJAX Newsflash block: administer-blocks
3. Create new Newsflash: Create Content-NewsflashSelect content-type in Ajax
Newsflash setting page
4. Run cron (see below instruction)Now, no need to run cron-job. All new
Newsflash automatic appear after Submit new Newsflash.

TEASER AND BODY


------------------
Teaser will be use for AJAX Newsflash block, while you click on the block the AJAX
Newsflash will open entire content (body).

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-29
alpha2 notes for 6.x

1120 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.15 2008-Aug-30
notes for 5.x

Find out more · Bugs and feature requests

Custom username validation


By Schneck on the 22nd of November, 2008

For a customer, i needed to validate the username against a german phone


number, so i wrote this little module that allows to define a validation pattern for
the username on registration. it's also possible to customize the error message on
validation failure.

-- UPDATE --

Please update to 1.2, since an important issue is fixed there.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-22
notes for 6.x

Find out more · Bugs and feature requests

FeedAPI Taxonomy Compare


By indytechcook on the 14th of January, 2009

This module is meant to work with FeedAPI, FeedAPI Node and Feed Element
Mapper to give more control over what happens with incoming taxonomy terms.

Example Use.
Vocabulary of 'Categories' feeds the a piece of the primary links using
taxonomy_menu. When a feed-item comes in the options->tags element is
mapped to the 'Tags' vocabularies using Feed Element Mapper. If the term is found
then I remove it from the association from the 'Tags' vocabulary and add the
association to the 'Categories' vocabulary. Now the new items are automatically in
the correct place for views.

The feed owner (or other person) would then come match the new tags to an
existing category. If they wish to add a new category then they fill out a request
form and the site administrator can create the term and move the nodes
accordingly.

Version Date Links Status

1121 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jan-31
notes for 6.x

Find out more · Bugs and feature requests

UC Store Credit
By rszrama on the 22nd of February, 2009

This module defines a new store credit payment method that


allows your customers to purchase items from your Ubercart
store without paying actual money. The module uses a handler
system for tracking and processing store credit transactions,
and it includes a handler integrating UC Store Credit with the
User Points module.

UC Store Credit includes a variety of features for establishing store-wide and


product specific conversion rates of store credit to actual currency, branding the
store credit payment method, improving the checkout form, and more.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-28
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Feb-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 171 172 173 174 175 176 177 178 179 … next ›
last »

Page break by AutoPager. Page( 176 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1122 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CCK sync
By Amitaibu on the 6th of July, 2009

CCK provides CRUD (Create, Update, Delete) functionality to add fields via code.
CCK also provides a utility module called content copy. The module also CRUDs
group fields.

This module uses both of them so you, the developer, don't have to be bothered
keeping your content type in sync - you simply export your CCK content type to
code or file and cck_sync_crud($content) will do the rest.

Module adds a "Sync" menu item, altough you would usually use it with
hook_update_N().

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

Video Chat
By jerdiggity on the 24th of July, 2009

The Video Chat module will provide a block on a Drupal site within which will be a
submit button that says, "Enter Video Chatroom" which, upon clicking, will display
a live video/webcam chatroom hosted by Vagipe. It will also provide a form on the
user registration page that will make users agree to the terms and conditions
before they can register.

If the current user is authenticated (registered), clicking on the button will


automatically populate the "user name" in the chatroom URL with the user's
registered username ( $user->name ). If the user is an anonymous (non-registered)
user, a random "Guest XXX" nick will be used. In either case, the "room id" will
automatically be populated with yourdomain.com.

Limitations:

The chat displays gender and age in the user list. Since Drupal does not provide
this data, currently all chatters will be shown as "couples" with an age of 10. ;-)
We're working with Vagipe to remove that information.

You can sign up for moderator access of your room at Vagipe.

Usage should otherwise be pretty self-explanatory, however it's always a good idea
to see the module's README.txt file for more info.

1123 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Feb-09
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Aug-24
notes for 5.x

Find out more · Bugs and feature requests

Button Field
By BassistJimmyJam on the 21st of November,
2009

Adds a button field type for use with CCK


and Rules. Provides two different widgets:
HTML Button and Image Button. Adds a
new event and condition for use with
Rules. When the button is clicked, an AJAX call is made that runs the Rules event.
An optional URL can be specified for the button to redirect to after the AJAX call is
complete.

Update Warning:
If upgrading from a dev version prior to December 17, 2009, please be advised
that the URL setting has been removed in favor of using a Page Redirect Rule.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-26
notes snapshot

Find out more · Bugs and feature requests

Bloggers
By VladSavitsky on the 14th of December, 2009

Read description in russian below.

English version
Module display a list af all bloggers with their avatars, real names (if module
RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.

Bloggers list is sorting by total count of posts in blog.


Optionaly (at module settings page) you can enable showing date of blogger's
registration at site and a total number of posts in blog for each blogger.

Page is displayed at URL: example.com/blogs

1124 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

At module settings page you can set:

how many titles of last blog's post should be displayed


how many bloggers should be displayed at one page (pager is using)
how many posts should be in a blog to be listed in this list of bloggers.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Dec-18
notes for 6.x

Find out more · Bugs and feature requests

Moderate Bypass
By johngriffin on the 29th of August, 2009

Moderate bypass adds some functionality to the popular modr8 module. It solves
the problem of requiring moderation for some roles and not others. A common
moderation use case is to require pre-moderation for certain roles and no
moderation at all for other roles (e.g. admins).

Moderate bypass works by exposing a permission for each moderated content


type, allowing you to select which roles may bypass moderation for each content
type. In addition it also provides two configuration options:

A. Set bypassed content types to be published by default

B. Remove moderate checkbox for bypassed content types

Option A is useful since in order to implement pre-moderation with modr8 you


must set published to 0 in the content type's workflow settings. We will commonly
want to allow users with bypass permission to publish nodes immediately so this
option will override the default workflow settings.

Option B is used to remove the checkbox which is added to the node add form by
modr8 module for users with bypass permission.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-10
notes for 6.x

Find out more · Bugs and feature requests

.mobi loader
By deekayen on the 16th of April, 2007

1125 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module is intended to be used with the .mobi theme. It looks for visitors
requesting a .mobi alias of the site and overrides the default theme to display the
.mobi theme.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Jun-13
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Jun-13
notes snapshot

Find out more · Bugs and feature requests

Theme Generator
By nicksergeant on the 30th of May, 2008

The Theme Generator module aims to generate themes dynamically using plain
HTML templates as the source of the themes, and to provide mechanisms to
manage those themes and their updates programmatically.

This module is specifically designed for organizations who already have many
existing websites, and need to simply port their existing templates to Drupal
themes. They also need the ability to update those Drupal themes when the source
templates change.

The Theme Generator module is sponsored by Lion Burger.

In its current state (6.x-1.x-dev), the module provides the following


functionality:

Take a local or remote path of an HTML mockup


Automatically generate Drupal regions based on a replacement pattern
(regex) in the HTML document
Take theme information settings, such as 'id', 'name', etc
Generate a new Drupal theme based on the above settings

A very high-level overview of proposed future functionality:

A management interface for the automatically generated themes


Provide automated functionality to re-build the generated themes should the
source of the template have changed
Ingest external CSS and JS, and write to Drupal filesystem for caching

Version Date Links Status

6.x-1.x-dev 2008-May-31 Download · Release Development

1126 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot

Find out more · Bugs and feature requests

Views modify query


By Anselm Heaton on the 27th of June, 2008

The views modify query creates a views filter that lets you run PHP code to modify
the query when it is build. In addition, it provides a Views field that lets you
display any output generated by the code in the filter. This can be very useful
when developing sites.

This is a module for advanced developers only ; only use it if you know what you
are doing and understand the Views API.

Using this module can cause data loss. Only use it on development sites,
and only if you know what you are doing

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-16
notes snapshot

Find out more · Bugs and feature requests

Menu path autocomplete


By stBorchert on the 4th of November, 2009

Menu path autocomplete changes the


input field for menu path to an
autocomplete text field while you are
adding a menu item.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-29
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Nov-05
notes for 6.x

Find out more · Bugs and feature requests

Chinese Word Splitter(中文分词)


By zealy on the 14th of March, 2006

1127 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Support _search_preprocess interface. This module split chinese word with space.
So it make search module to add correct chinese word into index table. You need
re-index your site after active this module.
Module works with a user-defined dictionary. So in fact it can support split other
languages.
The dictionary have recreated with B-tree index. So if you use this module with
indexed dictionary, it will 10 times faster than ever and take only a little memory.
Now there are two match arithmetic in module.

Using with 4.7 above, you should disable "simple Chinese/Japanese/Korean


tokenizer" in search.module setting.

BTW: If you have Japanese or Korean dictionary, please kindly contact me with
i.zealy ~at~ gmail.com. It's possible to make this module to process Japanese or
Korean words.

最新更新:

drupal 6已经推出许久,很长时间没有精力为开源社区做点什么。籍着此次drupal 6.1升级的


机会,将中文分词模块按照原来的理想做了有史以来最大的一次改进,相信改进的内容还是能让
人振奋一下:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-21
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-21
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 172 173 174 175 176 177 178 179 180 … next ›
last »

Page break by AutoPager. Page( 177 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

1128 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Range
By robertgarrigos on the 5th of September, 2008

This module defines numeric fields within a range of possible


values and displays them colored accordingly: red for out of
range numbers and green for in range numbers. Also, the
minimum and maximum range figures are also printed along the
main value in view mode. An example of use of this module
would be listing blood analysis values.

Most of the code containt in this module commes from the number.module
containt in cck.
See http://drupal.org/node/303397 for why I created a new module instead of
posting a patch.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-21
notes for 6.x

Find out more · Bugs and feature requests

Support Timer
By Jeremy on the 18th of June, 2009

Provides a javascript-based timer for tracking how long users are working on
support tickets. Also provides administrative reports.

Depends on the Support Ticketing System / Helpdesk module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-11
notes for 6.x

Find out more · Bugs and feature requests

Prowl push notifications

1129 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By acrollet on the 12th of July, 2009

This is a Drupal module that provides support for Prowl,


which is a push notification client for the iPhone. It relies
upon ProwlPHP.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-17
notes for 6.x

Find out more · Bugs and feature requests

Form element defaults


By ardas on the 7th of October, 2009

This module allows to pass form element default values into URLs and substitute
them into form elements. This is very useful when you have a content type with
fields and you want to build a link which must open a node adding form with
several fields already initialized with default values.

We support the following form elements:

Standard FAPI
1. text
2. textarea
3. checkbox
4. select ( + multiple)
CCK Fields:
1. text ( + multiple)
2. number ( + multiple)
3. date ( + multiple)
4. user reference ( + multiple)
5. node reference ( + multiple)
6. NEW email ( + multiple)
7. NEW taxonomy ( + multiple)
Webform elements
1. date
2. email

1130 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3. hidden
4. markup
5. select (+ multiple)
6. textarea
7. textfield

Usage:
Version Date Links Status
Download · Release Recommended
6.x-1.4 2009-Dec-21
notes for 6.x

Find out more · Bugs and feature requests

Modal Frame Contrib Package


By markus_petrux on the 1st of January, 2010

This package contains contributed modules that implement the Modal Frame API as
a yet another alternative to enhance the usability of common day to day tasks in
your Drupal site.

You can use any of these mini-modules as-is, or you can use them as examples on
how to implement Modal Frame API in other places, extend other Drupal core or
contributed modules, or even as a method to enhance your own custom modules.

If you create a module that uses the Modal Frame API with a feature that is not yet
covered, please contribute it by submitting an issue and attaching a tar.gz for each
module that you may wish to share with the community. Please, use the proper
component for your issue and describe a little what your module does. Thanks for
sharing!

Included modules:

modalframe_blocks: Opens block settings pages in modal frames.


modalframe_dblog: Opens details of watchdog entries managed by the
database logging module in modal frames.
modalframe_cck_manage_fields: Opens CCK field and group settings
forms in modal frames.
modalframe_filter_tips: Opens the "More information about formatting
options" pages in modal frames.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-17
notes for 6.x

1131 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Media
By aaron on the 23rd of March, 2005

#D7CX: I pledge that Media will have a


full Drupal 7 release on the day that
Drupal 7 is released.

File browser to the Internet...

Features
Add media of all types (Images,
Audio, Video, Documents) into any textarea (requires wysiwyg module)
Use the fields API (formerly CCK) to add fields to any type of media. Think
captions on images and genres on audio.
Flexible display filters to do on-the-fly image manipulation, flash based
players for A/V, etc (with the Styles module)
Plugins to use remote media from sites like youtube, flickr, etc

Features (In progress)

A unified interface for adding adding any type of media as a field to a node
(or in the future - users and terms as well).
Administration screens for CRUD dealing with Media

Features (Planned)

Drop-in replacement for any file upload field in Drupal


Mass import of files
Fine grained access control for viewing / editing media
Multiple selection for galleries, etc in the media browser

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Mar-10
alpha2 notes for 7.x

Find out more · Bugs and feature requests

Yr Weatherdata

1132 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By tjodolv on the 13th of September, 2009

Yr Weatherdata collects weather


forecast from Yr.no, a free, online
weather service operated by the
Norwegian Meteorological Institute and
Norwegian Broadcasting Corporation.
The data is displayed both in a block
and as a page.

Version Date Links Status


Download · Release Recommended
6.x-1.8 2010-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

Quickstats
By FiReaNG3L on the 18th of April, 2007

Quickstats.module is a simple and efficient (from a database point of view) way to


count pageviews of nodes. It is intended for heavy traffic sites where performance
is key.

The heart of this module has been coded by Karoly Negyesi (chx) for
NowPublic.com. Small improvements and packaging by Michael Imbeault
(fireang3l).

IMPORTANT NOTES:

- Minimum requirement: MySQL 4.1


- This module adds one column (called quickstats_views) to your node table.
- It also has a limit of 100k page views per cron run, controlled by
group_concat_max_len in quickstats_cron()

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-22
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Sep-22
notes for 5.x

Find out more · Bugs and feature requests

DAV
By Justin Miller on the 15th of June, 2007

Provides a WebDAV API and file system-backed reference server implementation

1133 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

for Drupal 6.x.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Sep-30
alpha3 notes for 6.x

Find out more · Bugs and feature requests

Disposable e-mail protection


By mustafau on the 7th of April, 2008

Undisposable.org is a collaborative
protection system against disposable e-mail addressing (DEA).

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-20
notes snapshot
Download · Release Recommended
6.x-1.0 2008-Dec-15
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Dec-15
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 173 174 175 176 177 178 179 180 181 … next ›
last »

Page break by AutoPager. Page( 178 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

autocategorise

1134 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By matslats on the 31st of August, 2008

Users cannot be trusted to categorise things themselves, and it's too much work
for administrators.

This module adds a checkbox and a button to the vocabulary edit page. If you
switch on autocategorise for a vocabulary it will categorise nodes by matching the
body and title against its own terms and synonyms. Synonyms will typically be
word stems or regular expressions.
A button on the vocabulary edit page will recategorise all the content in the
governed types. This means the category definitions are essentially flexible and
can evolve with the content.

This module will not be upgraded to Drupal 7. Please consider alternatives such as
extractor.
To apply tags based on search results, rather than by contenttype, see Mass Tag
module.
If you want to tag incoming rss feeds, see Feed API Tagger.
If you want richer, third party categorisation, and more, take a look at the open
calais module, Demo here.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-May-15
notes for 6.x

Find out more · Bugs and feature requests

1135 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Worldpay
By psynaptic on the 21st of October, 2008

Worldpay provide a number of payment services and this module aims to integrate
them with Ubercart.

At the moment the module integrates the redirection payment service.

Originally coded by Hans Idink. For more information and history, see:

http://www.ubercart.org/contrib/3979

This module is currently maintained by Freestyle Systems.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-07
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Oct-28
notes snapshot

Find out more · Bugs and feature requests

Canada Post Shipping Quotes for Ubercart


By TR on the 18th of February, 2009

This module is used to obtain Canada Post shipping quotes for Ubercart. It
interfaces with Canada Post's "SellOnline" service (http://sellonline.canadapost.ca)
to quotes directly from the Canada Post server. Works for both domestic and
international shipments.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-18
notes for 5.x

Find out more · Bugs and feature requests

Domain Relationships
By nonsie on the 24th of February, 2009

Domain Relationships module adds relationships/grouping capability for domains


created with Domain Access module. It adds no other functionality on its own but
provides endless options for theming domain displays on user profile page, block

1136 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

configuration page (output using Domain Blocks module) or domain listing page
(output using Domain Geolocalization module).

Required modules:
- Domain Access

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

Views Importer
By psynaptic on the 3rd of April, 2009

This module provides an easy way to import previously exported Views definitions.

1. Export the views you wish to import and paste the export text into separate
text files (name and extension not important).
2. Place the newly created text files in the /import subdirectory of this module.
3. Ensure all dependant modules are installed for the fields in the views.
4. Install this module.

The idea is that you could have a collection of commonly used views in a folder.
Then, when you start a project, copy the required views definitions into this
module and install. This will add all the views in one go, saving you from using the
Views import form provided by views.module.

If you are happy with using the import form provided by views.module then you
don't need this module. This is very small module that just makes it easier to
install views from previously saved text files.

See CCK Importer for importing content types from text files.

This module was sponsored and is maintained by Freestyle Systems.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-07
notes for 6.x

Find out more · Bugs and feature requests

Landing Pages
By munroe_richard on the 23rd of April, 2009

We needed a batch of capabilities associated with what would normally be

1137 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

considered affiliation, i.e., an affiliate sells or recommends your products. These


capabilities either weren't available via other modules or weren't available for both
Drupal 5 and Drupal 6.

Landing Pages is a "swiss army knife". It provides an internal interface


(documentation will eventually be provided) so that new capabilities associated
with landing pages can be developed. As shipped we provide the following
add-ons:

click - Count each arrival at a landing page.


cookie - Emit a cookie upon arrival at a landing page.
redirect - Redirect from the landing page to some other page.
switchtheme - Switch the theme of your site upon arrival at the landing page.
ubercart - Keep track of products purchased through ubercart

Each landing page can be associated with zero or more referrers. Additional
add-ons can be written to operate only when the landing page is reached via a
valid referrer.

Landing pages is somewhat idiosyncratic and specific to the needs of my current


client. However the add-on capability allows the generation of some very powerful
capabilities very easily.

For those in need of a complete affiliation module, I would suggest something on


the order of affiliate2.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-May-21
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-21
notes for 5.x

Find out more · Bugs and feature requests

Time block
By jerdiggity on the 1st of November, 2009

Creates a block that displays a ticking time clock based on the time set in the
user's computer system. (That's all).

Dev version to include date as well.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-09
notes for 6.x

1138 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Account Profile
By kenorb on the 14th of January, 2010

Integration user core form fields (such


as username, password, etc.) form with
content profile.

RECOMMENDED INSTALLATION

1. Install module.
2. Enable Content Profile or Profile
module
Now your 'Profile' form should have user fields. Have fun.

REQUIRED MODULES

- Content (CCK) module


- Content Profile module

SIMILAR MODULES

http://drupal.org/project/onepageprofile

Difference between onepageprofile and this is that onepageprofile doesn't work


with Content Profile.
#505680: Interoperability problems with Content Profile module
#577036: Working with onepageprofile module

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-15
notes snapshot

Find out more · Bugs and feature requests

Site Network
By brmassa on the 8th of October, 2007

Let your users to use their username and password from other Drupal sites.

It IS the old "Drupal" module which just left core.

Version Date Links Status


6.x-1.01 2008-Aug-15 Download · Release Recommended

1139 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Floating Windows
By skilip on the 5th of December, 2008

This module provides you both an API as


an User Interface to create draggable
inline windows which can be used to
display messages, images, load drupal
forms
and lots of other things.

The module depends on jQuery Plugins.

The following jQuery plugins must be


installed correctly:

toJson
cssPNGFix
jqDnR
disableTextSelect
swapDepths

Please refer to README.txt for installation instructions.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2008-Dec-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 174 175 176 177 178 179 180 181 182 … next ›
last »

Page break by AutoPager. Page( 179 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1140 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Count Nodes
By bharat83 on the 16th of September, 2009

The Count Nodes Module counts total number of nodes created(published and
unpublished both) in each content type. It provide a total number of blocks equals
to the total number of content types created such that administrator can use one
block for each content type.

The Count Nodes module also provide a text box in each block to do a manual
entry of total nodes. It helps administrator to show less or more count of actual
nodes.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-18
notes for 6.x

Find out more · Bugs and feature requests

Style
By skiquel on the 28th of September, 2003

Style.module is designed to be a replacement for color.module

1. style.module - Detects styles in YOURTHEME/styles files/themes/YOURTHEME


/styles. Doesn't require making a new subtheme. If you're on the same
theme, you can automatically preview.
2. style_editor.module - Offers simple UI for editing stylesheet properties (for
easy end-user tweaking). Add a /* style: this is a tag! */ at the end of a line
of a property

You can grab the latest release on Github.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-29
notes snapshot

Find out more · Bugs and feature requests

1141 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

IP Login
By davidwhthomas on the 1st of June, 2008

Login to Drupal
automatically via IP
address.

ABOUT

This module allows users to login first automatically via their IP address, instead of
using a username / password.

HOW IT WORKS

When a user visits any Drupal page, IP Login:

1. Checks if the user is not logged in and that IP login hasn't run yet for this
session.
2. If true, the module checks if a profile record exists for the user's IP address (
found in $_SERVER['REMOTE_ADDR'] ) by looking up the profile_values field
in the DB.
3. If a record is found in profile_values, IP Login logs the user in
programmatically as the user with the matching IP address. Wildcard IP
addresses such as 123.456.789.* are also available for corporate IP ranges
etc...
4. If a matching IP is not found, normal username / password authentication is
still always available as a second step.

Note: The module uses the core 'Profile' module to store a user's IP address in a
profile module field.

HOW TO INSTALL

1. To associate an IP address with a user, create a user profile textfield (


admin/user/profile > add new field ) e.g: profile_ip. I recommend making it a
private field, only available to admins. This will hold your user's ip address.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Nov-14
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-31
notes for 5.x

Find out more · Bugs and feature requests

1142 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Macro
By Steve McKenzie on the 10th of April, 2009

Macro module is now no longer packaged with devel.

This is basically the same version as what devel had except for a few new UI
additions and a bug fix for proper Drupal 6 forms api integration.

Macro module is a simple solution to recording and replaying form submissions


that occur in a Drupal site. This is useful for saving configuration changes that
occur and importing them on other sites as needed. This can also be used for
saving a set of form submissions which together could be packaged as a "feature"
that can be later imported to other Drupal sites.

Features

Start a macro recording session


Export macros
Import macros
new - Export an individual macro
new - Display import / export buttons on forms for easier macros.

New development sponsored by: Warner Brother Records

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-16
notes for 6.x

Find out more · Bugs and feature requests

Twitter Search Feeds


By azriprajwala on the 20th of June, 2009

This module reads the Twitter feeds based on the search term provided by the site
administrator and stores all these tweets as nodes. Users of the application can
comment it, rate it, can do anything with these nodes.

This module depends on the Activity Stream module.

Currently this module has its administration configuration page at /admin/settings


/activitystream , where administrators can add search terms. If you want to add
more search terms add like this #drupal OR #acquia. For more information
about these search terms check the link http://search.twitter.com/operators

After adding the search terms, run cron by clicking the "run cron manually" link.

1143 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Then all the tweets based on the search term will added as a nodes.

If you have Views enabled, then you can see the twitter_search_feed view which
will display these node tweets.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-25
notes for 6.x

Find out more · Bugs and feature requests

Units of Measurement
By crea on the 27th of July, 2009

Units module provides very simple API for working with unit types collections, that
makes units pluggable via hooks.
Basically it's proxy module that was made for plugging unit types into Measured
Value Field.
It doesn't have any usage on it's own. Only install it when required by other
module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-04
notes for 6.x

Find out more · Bugs and feature requests

jQuery UI Carousel
By neclimdul on the 30th of September, 2009

This module provides integration with the jQuery UI Carousel module. You can
create carousels by hand by passing a list of themed items to the provided theme
function or using the Views style plugin.

You can see some basic examples of the UI Carousel javascript on the demo page.

Examples:

Coheed and Cambria's Photo's page


Rod Stewart Purchase Blocks

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-18
notes for 6.x

1144 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Views Crosstab
By Owen Barton on the 2nd of November, 2009

This views style plugin lets you display views results as a crosstab - grouping rows
by one field, columns by another, and using an aggregate function (count, sum
etc) of a third field for the table data.

For example, this module will take a table view with linear output like:

User Content Type Node ID


Anita Blog 1
Anita Page 3
Barak Page 5
Jamila Blog 2
Jamila Blog 4
Jamila Page 6

And turn it into a crosstab that counts the number of each type of content for each
author:

User Blog Page Total


Anita 1 1 2
Barak 1 1
Jamila 2 1 3

A default view "content type count by user" that does just this is included with this
module.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-02
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Menus
By jenlampton on the 9th of December, 2009

#D7CX: I pledge that Taxonomy Menus will have a full Drupal 7 release on the day
that Drupal 7 is released.

1145 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module will create a custom menu in the Drupal menu system for each
vocabulary you choose. It retains the parent -> child relationships present in the
taxonomy structure and represents them in the menu.

The ONLY thing this module does is create Menus with Menu Items that link to
your existing taxonomy term pages. (The menu system does create a block for
each menu, so if you want a menu block with your taxonomy terms this will do the
trick for you, too.)

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-09
notes for 6.x

Find out more · Bugs and feature requests

Search Lucene CCK


By cpliakas on the 10th of December, 2009

Overview
Search Lucene CCK provides an interface for administrators to index CCK data in
separate Lucene fields. This provides the foundation for faceted search of CCK
data. In addition, there is an option to expose CCK data as bias fields so their
importance in search result rankings can be configured.

Community involvement is essential to the development of this module. It is my


intention for new features to be driven by patches submitted through the issue
queue. In addition, I hope to turn this module over to a diligent developer
sometime in the future.

Maintainer
Search Lucene CCK is developed and maintained by Chris Pliakas.

Follow Chris on Twitter: @cpliakas

Requirements
This module requires Search Lucene API 2.0 RC1 or greater and will not work with
the 1.0 API.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-26
alpha3 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 175 176 177 178 179 180 181 182 183 … next ›

1146 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

last »

Page break by AutoPager. Page( 180 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Zina
By ryanlath on the 22nd of August, 2005

Zina is a graphical interface to your mp3/ogg


music collection, a personal jukebox, a Podcaster,
and an mp3 streamer.

Version Date Links Status


Download · Release Recommended
6.x-1.12 2009-Aug-14
notes for 6.x

Find out more · Bugs and feature requests

FeedField
By the greenman on the 30th of November, 2006

A CCK content field to integrate with the Aggregator.


When an entry with this content type is saved, the feed url will be added to the
aggregator. (And removed from the aggregator if the entry is deleted.)

Version Date Links Status

1147 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2010-Jan-11
notes for 5.x

Find out more · Bugs and feature requests

Autoresponder
By cyberpunk on the 22nd of December, 2006

The autoresponder module allow a site visitor to sign up for a series of emails sent
each day via a cron job (uses Drupal Cron).

A site visitor wants to sign up for a N-day series of emails. In a block, he enters his
email address, select
a preferable set of emails and clicks submit. Any emails in the system set to 'Day
0' are immediately sent. Each day thereafter, a cron job triggers the sending of
emails appropriate for that day (the day user is on). If at any point the user wishes
to unsubscribe, he can click a simple link at the bottom of the email to do so.

Users with the 'configure autoresponder' permission are able to access an


administrative interface, which allows
them to configure the individual emails in the system, create a mail sets,
administrate registered users.

Users with the 'autoresponder massmail' permission can send messages to users
of specified set/role
The administrator is able to add/edit/delete each of these emails/sets.

New features:

Mass-mailing
Multiple sets subscribing
Customizable block
E-mails can be viewed on site
Customizable footer

E-mails are sent with both HTML and text encodings.

Module uses mimemail module to send HTML messages. So do not forget to install
and enable it before enabling Autoresponder.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-22

1148 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


alpha1 notes for 6.x

Find out more · Bugs and feature requests

Yahoo Terms
By Aron Novak on the 17th of April, 2007

This module provides an interface to other modules to use Yahoo Term Extractor
service. To use this service, you have to get a Yahoo Application ID
(http://developer.yahoo.com/faq/#apps).

It can be used as a standalone module to extract terms from (English) texts and
assign the terms to the node from a chosen taxonomy vocabulary. This allows
Yahoo Terms to "free tag" your content. Use in other languages might make sense
but is not tested.

The source can be found at the contrib CVS repository.


The nightly builds can be found below.

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2008-Nov-25
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Sep-06
notes snapshot
4.7.x- Download · Release Development
2007-Jun-25
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Todolist
By mikesmullin on the 22nd of June, 2007

A Ta-da List™ clone for Drupal; not in any way affiliated with 37 Signals. Similar to
the to-do list you see in Basecamp, except uses:

6.x Jquery and Jquery UI


5.x a combination of jQuery and Interface elements for jQuery (now
unsupported)

instead of Prototype and Script.aculo.us.

Create, edit, check/complete, uncheck/uncomplete, reorder, delete tasks with all


the power and simplicity of AJAX!

1149 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This easy-to-use task management system can be used for everything from group
collaboration to your personal grocery list.

Requirements:

6.x
jquery_upgrade
jquery_ui
5.x (now unsupported)
jquery_upgrade
jquery_interface

Not ready for production use! Only download this version if you are helping
with testing and development. Contrib modules and suggestions welcome.

Originally developed by Smullin Design.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Get Image
By eastcn on the 14th of December, 2008

get_image.module analysis <img>


label, long-range images will be saved
to the local server.

* Image preservation path setting can


be user name, user ID or time storage.
* for a specific type of node in the
open.

Recommended with fckeditor, tinymce use.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

IP-based Determination of a Visitor's Country

1150 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By TR on the 18th of February, 2009

This module uses a visitor's IP address to identify the geographical location


(country) of the user. The module makes this determination and stores the result
as an ISO 3166 2-character country code in the Drupal $user object, but otherwise
has no effect on the operation of your site. The intent is simply to provide the
information for use by other modules. A function is also provided for you to
perform your own lookup, to use in your own manner. Features include automatic
updates of the IP-country database and admin spoofing of an arbitrary IP or
Country for testing purposes.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-03
notes snapshot
Download · Release Recommended
5.x-1.3 2009-Apr-16
notes for 5.x

Find out more · Bugs and feature requests

Mobile by Mobify
By b1tr0t on the 28th of May, 2009

Are you frustrated with the way your site looks on


mobile? Join top-tier Drupal publishers like SPIN
magazine that are powering mobile versions of their
websites with Mobify. Mobify is a web service that
makes it possible to customize every component of the
mobile look & feel, adapting it for over 5,000 devices.

This plugin detects mobile devices and sends them to


the appropriate mobile URL. You must register for a free
Mobify account (http://mobify.me) in order to create
and manage the mobile version.

See the beautiful mobile designs created by other users of this plugin:
http://www.mobify.me/gallery/

Mobify plugins support page:


http://support.mobify.me/faqs/general/mobify-cms-plugins

Version Date Links Status


Download · Release Recommended
7.x-1.0 2009-May-28
notes for 7.x
Download · Release Recommended
6.x-1.12 2009-Oct-20
notes for 6.x

1151 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.9 2009-Nov-12
notes for 5.x

Find out more · Bugs and feature requests

CSV Table
By ndeschildre on the 25th of November, 2009

CSV table is a very simple table module that allows you to upload a CSV file in this
CCK field, and display a table. This module will probably evolve a lot in the future.

CSV file upload: Upload your CSV file in this CCK field, and get a standard
theme('table') table.

Dependencies: Utilities and CCK.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-25
notes for 6.x

Find out more · Bugs and feature requests

Lootz Item Filter


By professorbikeybike on the 29th of April,
2008

This is, more than anything, a filter


engine for integrating 3rd party
database lookups. In it's current form,
the filter allows for text of the form

[item]1234[/item]

-or-

[item]Earthwarden[/item] (for example)

to be converted to WoWHead or WoW DB links. The javascript for mouseover


popups is embedded, and results are cached for performance.

The module is designed as a filter engine, so if somebody wants to use Thottbot, or


even a DB for an entire different game, they simply need to copy the wowdb.inc or
wowhead.inc file, and modify the hooks to work for the desired item database.

1152 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

#D7CX: Lootz module will have a full Drupal 7 release on the day that Drupal 7 is
released.

Sites using Lootz

http://www.heroicoutcasts.com/

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-05
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Oct-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 176 177 178 179 180 181 182 183 184 … next ›
last »

Page break by AutoPager. Page( 181 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Archive by Terms
By rapsli on the 19th of June, 2008

This provides a block which lists all the terms of a


vocabulary. Each term is then split up into years. So for
example you have a vocabulary "General" and in this
vocabulary you would have 3 Terms. This Module would
now generate the following structure:

Term 1

1153 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2008
2007
Term 2
2007
2006
Term 3
2008
2006

If you click on the term link you get all the Nodes of this term. If you click on the
"Year link" you get all the nodes of the term, that have been written in the
specified year.

This can be well used for Blogs or any other Newssite.

Coded by www.schaerwebdesign.ch and www.rapsli.ch

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Jun-23
notes for 6.x

Find out more · Bugs and feature requests

Node Recommendation
By hanoii on the 19th of May, 2009

This module shows users other nodes that they might be interested in based on a
simple logic and using taxonomy. The aim of this module is to provide sensible
defaults and an easy configuration (not that Views-like) for normal users and to
allow it to be manually overriden.

This module has similarities to other recommendation or similar modules (many of


which are Drupal 6 only).

The features of this module are:

A recommendation block that is fed with nodes based on different criteria.


The recommendation can occur by using terms or manually selecting nodes
on a per node basis.
Set up defaults by categories (terms). i.e. You want that for any node of
'Linux' term the recommendation block should display nodes with the 'Unix'
term.
Different sort criteria. i.e. what nodes should be prioritized over others.
Use Ubercart information for sorting criteria: High profit, high stock, slow
sellers.

Sponsored by:
Infomagnet

1154 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-01
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-19
notes for 5.x

Find out more · Bugs and feature requests

Facebook Live Stream Module


By azriprajwala on the 6th of June, 2009

This module leverages the Facebook Open Stream API. Once installed, the module
allows users of the Drupal instance to access their Facebook account and view the
real time stream of their friends’ updates from Facebook in a block within their
Drupal instance. Users can control the number of posts viewable via the profile
settings tab.

To access live stream on their Drupal instance, a user will have to give the
application permission to access his/her Facebook account. The module will
auto-retrieve and update the Live Stream block .The auto-retrieval interval for the
Live Stream, can be configured by site administrator in the block configuration
page.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Simplenews Statistics Path


By jrglasgow on the 29th of July, 2009

This module, in conjunction with


Simplenews Statistics attempts to track
the path of a user who clicks on links in
a newsletter.

Features:

Adds a Tab (Local Task) to the


"Statistics Details" page with a list of the paths that have been tracked and a
link to a details page
Path details page list e-mail address that the newsletter was sent to, the
pages that were clicked on and the time the pages were clicked on.

1155 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development was sponsored by Tribute Media.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Change password
By 4vinoth on the 9th of January, 2010

It is very Simple module which moves "Change password" functionality to a new


tab/page.

Why?
see our client needs below

We have noticed many times that in drupal’s edit profile form


since password fields appears with blank thus end user generally
starts filling their password information as well however it’s
optional (Here I referred users who are not frequent users of
internet and web portals). Just to avoid this confusion change
password screen was separated from edit profile.

-- Rizwan Khan @ Inukshuk

The Trick:
I have used the same user_profile_form for this change password field with
unwanted elements hidden. so the normal flow/hooks will not break.

Credits:
Siva for Bin Server

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-09
notes for 6.x

Find out more · Bugs and feature requests

Ajax Checklist
By asciikewl on the 16th of August, 2007

The Ajax Checklist module implements a filter and associated javascript that allows

1156 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

you
to put something like this in a node:

--------------------------------------------
Things to do before leaving the house for DrupalCon 2007:

[cb all1 Discuss flights]


[cb some1 Book group flights]

[cb user-step1 Did you check if the heating is off?]


[cb user-step2 Did you feed the cat?]
[cb user-step3 Do you have your credit card?]
--------------------------------------------

This will generate checkboxes in the node text that will update their settings in the
database (associated with the node and the checkbox id (the 2nd field with eg.
step2))
with an ajax call.

Any checkbox id that starts with user- will be linked to the user,
all other ids will be linked to the node.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-16
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Jan-15
notes for 5.x

Find out more · Bugs and feature requests

Zemanta
By Rok Žlender on the 1st of July, 2008

Blogging tool, that saves you time, brings more traffic and makes your posts
beautiful.

Have your browser understand what you are blogging about and suggest pictures,
links, articles and tags to make your posts more vibrant. While you are writing
your post, Zemanta analyzes the text and recommends additional content you can
use to spice it up.

This module integrates Zemanta experience into Drupal workflow. After install you
will have to change the input format to allow some additional tags.

If you have any questions regarding the service please use our forum or contact us
directly.

1157 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Sep-20
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-20
notes for 5.x

Find out more · Bugs and feature requests

Salesforce Webform Data Integration


By obsidiandesign on the 21st of August, 2008

This module extends the Webform module to easily allow the creation of a
webform that feeds to your Salesforce.com Account. It utilizes the Salesforce API,
which must be downloaded separately from the module.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-04
notes for 6.x
Download · Release Recommended
5.x-1.5 2008-Dec-13
notes for 5.x

Find out more · Bugs and feature requests

SimpleBlogroll
By filip_tc on the 22nd of August, 2008

This module provides a dynamic


blogroll in a block.

The configuration is simple and


intuitive. You only have to provide
addresses of sites with valid feeds
(such as http://drupal.org). Optionally,
you can alternatively define their feeds
directly (e.g. http://drupal.org
/node/feed).

The blogroll will display the site's title and latest item (w. link) below. Once
multiple sites are provided, the blogroll will effectively "roll" and the sites with
latest updates will be on top.

Some additional settings can be configured, e.g. the persistence of an optional


"new" tag, etc.

Until next major upgrade, this module requires the simplepie module to work.

1158 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

UC Linkpoint API
By jrust on the 26th of June, 2009

Summary

Enables a payment method in Ubercart that allows users to pay via the Linkpoint
Central API (also known as First Data).

Features

Submits the following information to Linkpoint: Order ID, User ID, Email, Billing
Address, Shipping Address, Credit Card Info, Total Amount, Order products (in the
comments section).
NOTE: Order IDs must be unique in the Linkpoint system. For this reason when a
user has a declined transaction and they attempt the order again this module will
add a number to their Order ID (i.e. 12345-2) so as to avoid them being declined
due to a non-unique Order ID.
NOTE: The User ID is only recorded for users who are logged in when they check
out.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-26
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 177 178 179 180 181 182 183 184 185 … next ›
last »

Page break by AutoPager. Page( 182 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will

1159 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Daily Twitter
By jadestorm on the 13th of December, 2008

Daily Twitter provides effectively the same kind of service that LoudTwitter does,
except that it is managed within your own drupal site. What this amounts to is
that, every day, Daily Twitter will pull a list of Twitter posts that a user has made,
pull them together in a list, and post them as a blog entry to the user's Drupal
blog.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-12
notes for 6.x

Find out more · Bugs and feature requests

OpenSearch feed
By kiam on the 17th of July, 2006

This module adds OpenSearch feed creation capability to core search.module.


Searches are exported as RSS 2.0 feeds at /opensearch/type/keywords and can be
auto-discovered through OpenSearch description XML files.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Stumble
By Dave Reid on the 21st of April, 2007

This module provides a 'Stumble' link in each node page that allows users to visit
another random node (think StumbleUpon for your own site). It was inspired by
Matt Mullenweg's Random Redirect plugin for WordPress.

Version Date Links Status

6.x-1.1 2008-Oct-23 Download · Release Recommended

1160 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Oct-23
notes for 5.x

Find out more · Bugs and feature requests

Smartqueues for Organic Groups


By ezra-g on the 10th of May, 2008

This project uses Nodequeue's Smartqueue API to provide


a nodequeue for each organic group, editable by members
of that group or the group's administrators. This project
was part of the 2008 Google Summer of Code.

Use the dev snapshot release or the latest from CVS


HEAD until RC3 is rolled

1) When an OG homepage node is created, a nodequeue


that corresponds to that OG homepage node will be
created.
2) When an OG homepage node is deleted, the corresponding nodequeue will be
deleted
3) Depending on configuration
- a) Members of the Organic Group and site administrators will be able to
manipulate the nodequeue for that Organic Group.
- b) Administrators of the Organic Group and site administrators will be able to
manipulate that OG's nodequeue.
4) The content of the Organic Group's nodequeue displays in a block defined by a
view, provided by this module
- a) Administrators can specify an alternate view that will control the display of OG
nodequeues
5) Administrators can specify which node types should be available in OG
nodequeues

For the complete project proposal, visit http://groups.drupal.org/node/10067 .

Requirements
- You must install the latest version of Nodequeue.module!
- You must have PHP 5.1.0 or higher to run this module.

Please Note

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-Oct-28
notes for 6.x

1161 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.3 2009-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

E-Publish Views filter


By Anselm Heaton on the 31st of July, 2008

This module provides a Views filter for the E-Publish module

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Mollom Stats
By Garrett Albright on the 25th of October, 2008

This is not an official Mollom project and was not created by the folks at Mollom. It
is not necessary to install Mollom Stats to use Mollom's services. The one and only
official Mollom module for Drupal is over here. Please do not bother the fine folks
at Mollom with questions or problems related to this module.

Mollom Stats is a simple module which creates a block with a customizable


message stating how many form submissions the Mollom anti-spam service has
blocked for your site. The message can contain a total number of submissions
blocked, how long you've been using Mollom for, and a daily average. The stats
will automatically update daily when cron is run. To see an example, head to my
blog and check out the "Mollom Stats" block in the right sidebar. Mollom Stats is a
great way to spread the word about Mollom by showing off its effectiveness in near
real time.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-11
notes for 6.x

Find out more · Bugs and feature requests

Flag Terms
By tayzlor on the 18th of November, 2009

This module only provides support for Flag API VERSION 2.0!

1162 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This is a simple module that uses the Flag module API to add an additional flag
type to allow you to flag taxonomy terms.

You can then use the flag in the same way you would with any of the other default
flags. An example would be to display a list of the current user's flagged terms
using Views.

This module was created as an add-on module rather than a patch to the Flag
module itself as a result of discussion here and original code by moofie.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

OG Access Roles
By marcp on the 31st of December, 2009

This module extends the reach of Organic


Groups' bundled Organic groups access
control module by allowing node authors
finer control over who can see their posts.

Organic groups access control gives node


authors the option of making their posts
Public, meaning anyone can view the node,
even anonymous users; or Private, meaning
only group members can view the node.

For Private posts, OG Access Roles gives node authors the ability to let users in
selected roles view nodes even if those users are not in the group (or groups)
where the node is posted.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

XML Content
By weam on the 11th of March, 2007

XML Content is an XML entry, XSL transformation, and XML validation module that
leverages PHP xml and xsl support, and the drupal output filter system. With XML
Content, you can save XML inside the body of any node type, and have it display

1163 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

differently with XSL, or validated against a preconfigured schema.

XML Content features:

Multiple xml document types, by creating multiple input formats


Custom XSL script for each input format, and hence custom vew for each
document type
On-submit XML validation of nodes that have an XML input format
Options with multiple levels/types of validation or each format: None,
Well-formed, DTD, XSD, RelaxNG

Moreover, since the functionality is implemented as an output filter, the original


XML remains intact, and available for processing by PHP, like extracting a node's
title field value from an XML element insde the node body with SimpleXML.

XML Content currently requires PHP 5, and does NOT feature a web-based XML
editor.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-29
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Mar-29
notes snapshot

Find out more · Bugs and feature requests

MRBS
By wesku on the 14th of February, 2009

MRBS is a free, GPL, web application


using PHP and MySQL/pgsql for booking
meeting rooms or other resources.

This very simple module offers single


sign-on integration with MRBS and
Drupal. The module uses Drupal user
accounts, permissions and sessions with
MRBS. Currently the module has only
been tested when MRBS is installed in a
subdirectory of Drupal root directory, but it should be quite easy to modify it for
other installations.

Current version is ONLY compatible with version 1.4.0 of MRBS. Latest


version of MRBS does NOT work with this module!

Version Date Links Status

1164 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 178 179 180 181 182 183 184 185 186 … next ›
last »

Page break by AutoPager. Page( 183 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Postsubscribe
By lashad on the 23rd of October, 2009

About the Module

Postsubscribe

The Postsubscribe module give the visitors to your site the ability to sign up for
email updates whenever new content is posted. It also handles comment settings,
allowing site administrators to receive email when a new comment has been
submitted. Administrative settings are available at Site Configuration -
Postsubscribe settings.

Email update settings

When Postsubscribe is installed, a "send node to subscriber" option is added to all


content near the bottom of the content entry form. The main Postsubscribe
settings screen allows you to choose which content types should have this option
checked by default. However, this option can be toggled on or off as each content
item is published. For example, even if the box is checked by default, it can be
unchecked if you would prefer a particular item not be sent to subscribers, or if

1165 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

you're making a minor edit to an existing item and would prefer another email not
be sent. The settings page also has options for when to send, the from address,
default text in the emails that are sent, and other similar settings.

Version Date Links Status


Download · Release Recommended
6.x-2.6-beta1 2009-Oct-23
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Dependent Attributes


By AntoineSolutions on the 4th of November, 2009

The Ubercart Dependent Attributes module allows store administrators to specify


which attribute/option combinations to enable/disable on a per product basis.

Dependencies
Ubercart Dependent Attributes requires Ajax Attribute Calculations 6.x-2.x.

Installation
Install as usual, see http://drupal.org/node/70151 for further information.

Configuration
Configure enabled/disabled attribute option combinations via the "Enabled"
checkbox added to the product adjustments screen: /node/$nid
/edit/adjustments

Documentation
To enable/disable specific attribute/option combinations for a particular product:

1. Visit the product's edit page


2. Select the Adjustments tab
3. Ensure the Enabled checkbox is Checked for attribute/option combinations
Available for this product.
Ensure the Enabled checkbox is Unchecked for attribute/option
combinations Unavailable for this product.

Only attribute/option combinations that are Enabled for a product will be available
on the products page.

Sponsors
Oregon Aero Inc.

1166 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-11
notes for 6.x

Find out more · Bugs and feature requests

Hierarchical Select Node Reference


By jrao on the 5th of November, 2009

Description
This module allows the use of
Hierarchical Select form element as a
widget for CCK node reference field,
both in node add/edit form and in views
filter.

A Hierarchical Select in widget setting


allows you to define a path in the hierarchy of node reference fields, once defined,
this path can be used to render Hierarchical Select form element in node add/edit
form and views filter. Save lineage, dropbox and create new item/level features of
the Hierarchical Select is supported in CCK field widget, as long as the field
number of values and referenced content types setting can support them.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-16
notes snapshot

Find out more · Bugs and feature requests

Sitestats
By chia on the 5th of December, 2009

This module will check various statistics of a site.

Statistics currently fetched

Google Pagerank
Alexa Traffic Rank
Google Backlink
Google Indexed
Alltheweb Indexed
DMOZ.org listing
Yahoo Directory listed

1167 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Domain Age

This module was originally developed for http://pagerankandalexa.com

Version Date Links Status


6.x-1.4- Download · Release Recommended
2009-Dec-13
alpha1 notes for 6.x

Find out more · Bugs and feature requests

PJIRC
By ruharen on the 27th of September, 2006

This module embeds the PJIRC Java IRC client into Drupal and allows visitors to
use IRC from any Drupal site. Great for community chat, live support, or a general
use IRC client.

PJIRC applet is included with the module, so you don't have to download it. Just
install the module and there you go!

Pjirc module aims to make available all Pjirc settings from an admin page, so no
modification or writing of config files is needed.

Future Plans

Immediate:

#584342: Add color options to Pjirc module


#587310: Nickname selector for anonymous users
#610426: Sync Pjirc language with user language

Long term:

Add even more options to configure all Pjirc available options. (Possibly with
a rewrite of the module)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-08
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Aug-08
notes for 5.x

Find out more · Bugs and feature requests

Role Watchdog

1168 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By John Money on the 1st of February, 2008

Role Watchdog automatically logs all role changes. Role


Watchdog can optionally monitor one or more roles for
changes and notify members of selected roles via email
whenever a change occurs. Role Watchdog can
optionally log role changes in its own table and display
the role history on each user's page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-03
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Apr-03
notes for 5.x

Find out more · Bugs and feature requests

Update status aggregator


By avoine on the 5th of March, 2008

Update status aggregator is comprised of two components: a "client" module and a


"server" module.

The client (update_status_notifier.module), to be enabled on all sites that are to


report to the central tracker, sends a list of installed modules and their status to
the tracking site via xmlrpc when cron is run. This information is taken from the
update status module.

The server component (update_status_aggregator.module), to be enabled on the


tracking site only, receives these lists from all the clients and creates nodes for
each module on each site. These nodes subsequently get updated everytime the
cron is run on the tracked sites. For the tracked sites to have the right to create
these nodes, the keys of the tracked sites need to be entered into the tracker site.

This also comes with a pre-packaged view (Views modules required) listing all the
nodes created that allows one to filter the resulting list of node by site, by status
and/or by module.

Module sponsored by Koumbit.org

Drupal 6 version
This module is being ported on Drupal 6. If you want to try it, please use
6.x-1.x-dev. The 6.x-2.x-dev branch is a complete rewrite and is far from
finished.

1169 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Nov-09
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

Custom reports
By a_c_m on the 11th of June, 2009

Custom reports is a module for times when your client needs to export
data from their Drupal site.
This module is aimed at developers.

If the data they need is a simple query your probably better off using the excelent
Views module along with very helpful Views bonus pack.

However if you need to :

Report from tables that are not yet accessible to views (and don't want
to use the Table Wizard module)

or

Create complex SQL that you just cant do in views

Then this module might be able to help.

How it works :

Custom reports uses an exsisting content type (or creates one for you)
You create a new custom report node, give it a title and paste your
pre-written SQL into the body
You give the client user the correct permissions to view the report
They visit the report page, click on one of the export tabs (currently CSV and
XLS, but its easy to extend) - they are then prompted to open or download
the report

In the case of CSV the module will replace any " marks with ' marks, XLS does not
have this problem.

Version Date Links Status

6.x-1.0 2009-Nov-16 Download · Release Recommended

1170 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Jul-09
notes snapshot

Find out more · Bugs and feature requests

druTalk
By pm530 on the 7th of December, 2009

druTalk is a gtalk-like IM (Instant Messaging) module. It


works together with the User Relationships module and the
Services module. With druTalk, drupal users can chat with
their own friends of the same site. druTalk can be used in the
following cases:

Social Networking
Customer Support
Collaboration

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-19
notes snapshot

Find out more · Bugs and feature requests

CKEditor SWF - Enhanced Flash embedding plugin


By anrikun on the 25th of January, 2010

This module is an extension to the CKEditor module.


It seriously enhances CKEditor's outdated Flash plugin.

It is composed of 2 parts:

1. A client-side CKEditor plugin that adds many features and fixes to


CKEditor's default Flash plugin:
Retrieves width and height from the SWF file
Adds a lock/unlock button to maintain aspect ratio while changing width
or height
Adds a button to reset width/height to the SWF file's default dimensions
Allows width/height percentage values
Adds a textfield in Properties tab to edit the base parameter
Adds a Flashvars tab to edit the flashvars parameter

1171 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Displays a real preview


Fixes various bugs of the default plugin
2. A server-side input format filter that converts the Flash embedding
markup generated by CKEditor into a standards compliant one:
By default, CKEditor generates a <object><embed></embed></object>
markup, which is not standards compliant.
CKEditor SWF Filter converts it into the correct <object><object></object>
</object> markup.

Find out more · Bugs and feature requests

« first ‹ previous … 179 180 181 182 183 184 185 186 187 … next ›
last »

Page break by AutoPager. Page( 184 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Buzzthis
By chia on the 14th of February, 2010

Google Buzzthis integration in Drupal.


Display Google Buzz this button in
nodes of enabled types.

TODO: Add a rebuzz counter

Version Date Links Status


Download · Release Recommended
6.x-1.4-beta1 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

1172 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Postal
By Allie Micka on the 8th of December, 2006

Provides a form element for postal addresses. This permits any module to use a
consistent postal form for processing, validation, and storage of any mail address.
This module includes the Postal Field module, which allows you to add postal
addresses to you CCK Content types.

While it's useful to have a postal address field on your nodes, it's also valuable to
have postal elements on user pages, ecommerce transactions, address books, or
integration with third-party data. Modules that support the postal API will be able
to manage their own storage for addresses while using a common UI for
presentation, validation, etc.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-08
alpha1 notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Aug-04
notes snapshot

Find out more · Bugs and feature requests

Advanced cache
By robertDouglass on the 22nd of May, 2007

The advanced caching module is mostly a set of patches and a supporting module
to bring caching to Drupal core in places where it is needed yet currently
unavailable. These include caching nodes, comments, taxonomy (terms, trees,
vocabularies and terms-per-node), path aliases, and search results.

The module maintains a series of dedicated cache tables and utilizes Drupal's
caching API to safely and effeciently cache data. The main beneficiary from these
caching strategies will be authenticated users who have only one role (ie,
non-admins). This is a group of site users that are traditionally unaffected by
Drupal's page cache mechanism.

How it does it
Beyond installing and enabling the advcache module, you must apply some or all
of the patches that come with it. The typical pattern for applying patches is:

cd path/to/Drupal/
patch < sites/all/modules/advcache/search_cache.patch

You may have to answer some questions about the locations of the files that are to
be patched.

1173 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Here is a description of the included patches and whether there are any reasons
you shouldn't use them. WARNING: Three of the caching patches are known to
have bugs in them and have been marked as broken. Please don't use them and
revert them if you have applied them. Of course, patches to fix them are
welcome!:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-02
notes snapshot
Download · Release Recommended
5.x-1.9 2008-Oct-12
notes for 5.x

Find out more · Bugs and feature requests

Gotcha - Contact Spam Catcher


By hutch on the 6th of September, 2007

Gotcha is sort of a take off on "captcha." The idea was first mentioned on
http://drupal.org/node/166921 as a possible way to trick spam bots who try to use
the Drupal contact form. I don't particulary like the extra step humans are required
to perform in these "verification" methods, and some just don't work.

The idea is simple: Basically you place a bogus input field on a contact form, and
use CSS to not display it. On submission you check for a value. If there is a value
entered, then that means a non-human has been blanketing form fields, and the
form post can be ignored as spam. The spam bot will probably never know.

Gotcha adds a field labeled "Subject" at the top of the contact form. It uses a "div"
tag to render the field as "display: none" so human users shouldn't see it, and
won't enter any data there. Hopefully, the suspected spam bot will see "Subject"
and be enticed to enter something there. There is descriptive text to encourage a
human (whose browser might be set to display it anyway) to ignore this field.

Gotcha intercepts the contact form submission and checks the hidden field. If
something is there, Gotcha simply returns to the front page and ignores the
message. The attempt is logged, along with the submitter's IP address, and the
suspect message is saved in the database. If the field is empty, then the message
is passed on through to the contact module for normal processing.

Unfortunately, most of the spam was still getting through. And most of that was a
bunch of links to drugs or porn. From exerience, I knew that the Spam module was
already good at dealing with this in comments. After browsing that module, I found
that I could "hook" into its filters and use them to identify spam.

All of my spam emails stopped immediately!

1174 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-29
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Nov-17
notes for 5.x

Find out more · Bugs and feature requests

Webmail Plus
By scripthead on the 19th of February, 2008

Webmail Plus is a full-featured email


client for Drupal. It's designed to
provide email for any or all members of
a Drupal site. It relies on a standard
IMAP (Dovecot, Courier-IMAP) server
for mail storage and localhost or SMTP (Postfix, Exim) server for mail delivery. It's
a great way to add email/webmail functionality to your Drupal community site.

Drupal 6.x Release


The following UI features are implemented:

Compose/send message with predictive text for address fields


Ability to send attachments
Savings sent messages to the Sent folder
Saving messages to the Drafts folder
Standardization of UI
Integration with Contact Manager (soon to be released)
Granular global (admin) configuration
Personal configuration
Gmail-style conversation threading (reported broken)
Message tagging
Message filters
Integration with Solr search
Support for IMAP folders (no sub-folder support)
Ability to move messages between folders
Site-wide address book
Ability to convert emails into Drupal nodes, publishing of email attachments
via integration with the File Framework
Limited content caching to limit the number of IMAP queries
New message notification block

1175 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Folder(s) block

Version Date Links Status


Download · Release Recommended
6.x-1.16 2009-May-14
notes for 6.x
Download · Release Recommended
4.7.x-1.0 2008-Mar-17
notes for 4.7.x

Find out more · Bugs and feature requests

Transformations
By jpetso on the 19th of March, 2009

Upfront note for people researching


modules.
There are a multitude of different
import and export modules in existence
to handle the complex task of getting
data from other systems into Drupal. A
wiki page has been created in an
attempt to focus the efforts of the
module developers and provide a handy guide for users looking to make a
decision.

This module transforms data.


It doesn't care which data, and it doesn't care how. It just makes it possible to
define operations on whatever kind of data, and lets you create pipelines in order
to wire up those operations.

This module is an API.


It also ships with a default user interface (Transformations UI), but is designed to
be used seemlessly from within your code. It's modular and does not pull in
unnecessary code or undesired pages.

This module is pluggable.


It's relatively easy to code new operations, and autoloads any of those when they
ship with other modules.
Add operations to your favorite module now, without any impact in case
Transformations isn't enabled!

This module is complex (for a Drupal project, at least), and strongly object-
oriented.
If you're afraid of classes and objects in PHP, run away now.
On the other hand, Transformation's architecture makes it possible to centralize
Drupal dependencies in specific places, which is going to lower the porting effort
between Drupal versions, and most importantly makes this thing maintainable at
all.

1176 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module can do lots in principle, but little out of the box.
It's equipped to power stuff like import/export functionalities, deployment, or
Yahoo! Pipes, but essentially it's what you make of it. Currently there's CSV
Transformations, XML Transformations and Drupal Transformations available as
add-on modules, extending the set of operations that can be used inside
transformation pipelines.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-15
notes for 6.x

Find out more · Bugs and feature requests

Skip Validation
By cdale on the 23rd of July, 2009

For end users:

This module provides two mini modules, which enable the skipping of all validation
routines, including required fields, when deleting nodes and users from node and
user forms respectively.

For node forms, required fields are also skipped when previewing.

For Developers:

This module provides three new FAPI options for submit buttons:

#skip_validation - Skips all validations, core (#required, #maxlength, and


#options checking), and all #element_validate and #validate callbacks.
#skip_core_validation - Skips only the #required, $maxlength and #options
checking.
#skip_required_validation - Skips only the #required validations.

NOTE: I do not guarantee the sanctity of data when these options are
placed on buttons that trigger data saving actions. Use at your own peril.
Module maintainers typically make fields required for a reason, and
validation callbacks can sometimes alter data to be saved. Not allowing
these routines to run on save actions can cause unforeseen errors, and I
will not be able to offer support for these issues.

Whilst there are use cases for using this module, it is very black and white. This
module does not allow you choose some fields to be skipped, and others not. Use
with care, and be sure it is really what you want, and test thoroughly.

Version Date Links Status

1177 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

Family Tree
By jerdiggity on the 18th of November, 2005

Please note: This module currently has no way of outputting GEDCOM compliant
data.

The Family Tree module is for recording, displaying and analyzing genealogical
data. It allows for the creation of things (nodes), such as

Individual people
Family "groups" (marriages, unions, parents, children, etc.)
Customized locations (e.g. place of union, etc.), events (e.g. divorce, etc.),
artifact data records and linking
A lot more

Dependencies:

Views
Token

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-04
notes for 6.x
Download · Release Recommended
5.x-3.3 2008-Oct-09
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

ccfilter

1178 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Helg on the 22nd of January, 2009

Only Drupal 6.x.

The ccfilter module - collection of popular filters.

Ccfilter: PHP inline code.


Ccfilter: Collapse text.
Ccfilter: Tooltip.
Ccfilter: Description.
Ccfilter: Smileys.
Ccfilter: Hidden text.
Ccfilter: Auto tags.

Please, read README.TXT file before installation to avoid troubles.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Interface
By techsoldaten on the 4th of April, 2009

The Interface module allows site administrators to modify the default presentation
of forms using a drag-and-drop style of editing. Currently, this functionality is
limited to node forms, this will be addressed in the D7 release of the module to
include other forms in the system.

Features include:

* Drag-and-Drop Authoring Tool

Form elements can be moved around on a page by simply clicking on them and
dragging them where they belong.

* Templates

Templates control where form elements can be located on the page, allowing
administrators to create layouts featuring multiple columns, rows and unique
designs. Templates can override settings within the theme for the site, providing
additional options for designers.

* Behaviors

Behaviors are plug-ins that provide additional functionality for forms and form
elements. For example: tabbable, a plug-in allowing users to dynamically create
tab sets within the interface authoring tool.

1179 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

* Multiple Interfaces per Content Type

Each interface is assigned a context, which can be called programmatically. This


allows different versions of forms to be displayed for a single content type within
the same site.

* API

Interface provides ample hooks for templates and behaviors to perform actions
without needing to modify the core interface module. Documentation for
developers is provided within some of the behaviors included with this distribution.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 180 181 182 183 184 185 186 187 188 … next ›
last »

Page break by AutoPager. Page( 185 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

OpenPackage Video

1180 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jbrown on the 18th of August, 2007

For Drupal 6 this module has been renamed to


Blue Droplet Video.

Version Date Links Status


Download · Release Recommended
5.x-3.20 2009-Dec-29
notes for 5.x

Find out more · Bugs and feature requests

FriendFeed
By Rob Loach on the 1st of June, 2008

Provides integration with FriendFeed.

Features

Display a block containing a user's latest posts


Make announcements on FriendFeed when new content is created
Provides the FriendFeed API

Todo

Search integration
Open up the FriendFeed v2 API

Related Links

For an implementation of FriendFeed's "life stream" using Drupal, check out the
Activity module.

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2009-Jan-19
notes snapshot

Find out more · Bugs and feature requests

1181 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contact Importer
By dalin on the 1st of August, 2008

Contact Importer provides a form for your


users to enter their email address and
password. The contacts from their address
book are then retrieved.

Contact Importer can be used with any


Drupal form. No codding necessary. It can
be used with an invite module, a user
import module, an emailing module, or
anything else that you can think of.

The current release interfaces with the Octazen or Open Inviter retrieval services.
But the architecture is modular and can be very easily extended to use other
retrieval services such as Contact Mines, ImproSys, or IpInvite.

Developed By

Advomatic LLC
Scott Hadfield

Sponsored By

Democrats.com

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-07
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Sep-22
notes snapshot

Find out more · Bugs and feature requests

XML to KML

1182 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Open Publishing... on the 24th of August, 2008

XML to KML allows you to generate KML data


from existing XML documents such as RSS
feeds. This KML data can be downloaded by
visitors and opened in Google Earth™, allowing
your site's news to be displayed geographically.

Why would I want to use XML to KML?


XML to KML allows you to display your site's
news in a new and intuitive way. Visitors will be
able to read your news stories directly in Google
Earth™ according the the location of the story.
Your news will be displayed in a way similar to the way New York Times news is
displayed in Google Earth™.

Version Date Links Status


Download · Release Recommended
6.x-0.5 2008-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

Create related content


By Alan D. on the 18th of March, 2009

This is a templating system for new content.

The motive behind the module was the need for an easy way to create a site from
a non-importable format, such as contracts, wireframes and design files, and to
maintain content menu relationships when creating new content. These create
sibling / child options are a life-saver on deep complex menu systems, which is
where the name "Create related content" is derived.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Mar-30
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Apr-24
notes for 6.x

Find out more · Bugs and feature requests

Keyword Link
By livido on the 22nd of August, 2009

This module helps you to automatically link defined keywords to certain articles on
your own blog, or elsewhere on the internet.

1183 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A module that allows you to define keyword/link pairs. The keywords are
automatically linked in each of your posts. This is usefull for improving the internal
cross referencing pages inside your site or to automatically link to external
partners (SEO).

Example: “A dog's health is just as important as a human's health, while a dog's


training, well... you know what that can do... They become part of the family and
must be treated as such.”

Would become: “A dog's health is just as important as a human's health, while a


dog's training, well... you know what that can do... They become part of the family
and must be treated as such.”

You can decided for each link if you would like to:

* Add a “No Follow”


* Match only on the first mention
* Open a new window on clicking the link
* Match any case (ignore case) in the keyword

It is possible to CSS style links:

* If the link is an affiliate you would like to disclose


* Any other link tagged by the module

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-25
notes snapshot

Find out more · Bugs and feature requests

Ubercart Ticket
By gregeise on the 21st of October, 2009

Ubercart Ticket is a ticketing/customer


support system for Ubercart.

Features:
Email integration - Ubercart
Ticket can be configured to collect
emails from any number of email addresses and creates tickets from the
content of the email
Integration with Ubercart orders - an order pane is created on every
order that lists all tickets for that order along with a link to create a new
ticket with that order's information
Integration with the Contact module - Ubercart Ticket adds an 'order

1184 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

picker' to the contact form so that customers can choose which order their
question applies to and links that order with the ticket
Customer information on tickets - Useful customer information is
displayed on each ticket. This includes order information, customer contact
information, total orders placed, total dollar amount spent, etc.
Templates - customer service reps can create templates for responses to
save time when answering emails
Outgoing email attachments - customer service reps can attach
documents (PDF, Word etc.) related to the ticket to the outgoing email to the
customer.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Subsites
By Davy Van Den Bremt on the 3rd of November, 2009

Subsites are a part of your website that can have its own menu, theme, custom
CSS or anything else you want.

Subsites can be defined in a few manners:


- Marking individual nodes as belonging to the subsite.
- All pages in the subsite menu belong to the section.
- Defining paths that belong to a the section. This is done in the same way block
visibility works. So you can use PHP too!

Subsites can have ...


... their own page template : page-subsites-{subsite-id} or
page-subsites-{subsite-slug-name}.tpl.php
... their own CSS file
... their own theme, different from the default theme
... their own menu.

Subsites can be ...


... a condition in Context module (http://drupal.org/project/context)
... used to define block visibility

That's all? Nope! Themers and module writers can react differently for each subsite
using subsites_get_current and subsites_get.

Remark! Each path/node/... can have only one subsite. If multiple subsites'
conditions apply for the path, the subsite with the lowest weight is the active one.

How can you get involved?

1185 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Write plugins for other services and submit them.


Help write or improve the documentation.
Write a review for this module on drupalmodules.com.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-05
notes for 6.x

Find out more · Bugs and feature requests

Date picker formatter


By zeropaper on the 15th of November, 2009

This module is a CCK formatter allowing users to pick one or more dates (from a
date, datetime or datestamp CCK field) similar to the Doodle online service.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Views Node Taxonomy Filter


By awinder on the 24th of November, 2009

Adds support to Views to filter a block on a node page by that node's taxonomy
terms.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-24
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 181 182 183 184 185 186 187 188 189 … next ›
last »

Page break by AutoPager. Page( 186 ).

Modules

1186 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Form
By sun on the 8th of December, 2009

This project is the development space to prepare #597280: Introduce form


registry to fix various problems and increase security during Drupal 7, to come up
with a working solution for D8.

This code has pre-alpha quality and we will rewrite it soon. Do not use on
production sites.

In Drupal 6, Form module breaks Views configuration forms and likely


other modules' forms.
This is a known issue with form caching/rebuilding in D6 and
most likely, it cannot be resolved until D7. You may use this
module for one-time form configurations, but make sure you DO
NOT report bugs for other modules without making sure that you
also encounter the bug after DISABLING Form module.

Form module closes a gap in Drupal's framework. While we have CCK and Views
for contents, Blocks and Panels for regions, and similarly configurable solutions for
other things, we do not have a module to configure and control forms.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-10
notes snapshot

Find out more · Bugs and feature requests

CMIS API
By cfuller12 on the 18th of February, 2009

The CMIS API project aims to provide a generic API for integrating with CMIS
compliant Enterprise CMS (ECM) systems. This is a joint effort between Optaros,
Acquia, and Alfresco.

1187 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

What This Module Package Does

The CMIS API package of modules primarily provides an API for connecting to
CMIS compliant systems to bi-directionally synchronize content between the CMIS
ECM system and Drupal. In addition to the API, this package provides a range of
basic functionality for creating, updating, browsing and searching content in the
CMIS ECM system via the Drupal interface. The overall goal of the modules is to
provide an easy-to-use, WCM front-end in Drupal for ECM systems that are often
unfamiliar to web content managers.

While this module does provide interfaces and functionality out of the box, most
developers doing advanced integrations will want to create custom modules that
invoke the included API for custom authentication, sync, content type extension,
etc.

What's Included

The CMIS Module Package includes the following modules:

cmis.module - CMIS client api


cmis_common.module - CMIS common client library implementation

Version Date Links Status


Download · Release Recommended
6.x-3.0-rc2 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Resource Conflict
By deviantintegral on the 19th of September, 2007

This module allows for users to book resources for use during events. For example,
a student can book a microscope for use within their lab.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Aug-27
notes for 6.x
Download · Release Recommended
5.x-2.1 2009-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

Upload max files


By stBorchert on the 24th of January, 2009

1188 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Limit the number of files a user can attach to nodes of a specific type.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-28
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-28
notes for 5.x

Find out more · Bugs and feature requests

User Prune
By archard on the 3rd of April, 2009

User Prune lets you mass delete inactive users based on criteria you specify.

The module classifies inactive users into two categories: users who have never
logged in before, and users who have logged in at least once.

For users that have never logged in before, you can choose to prune users based
on how long they've been registered.

For users that have logged in before, you can chose to prune users based on both
how long they've been registered, and how long its been since they last logged in.

The pruning specification you select can be saved as a cron job, or executed a
single time.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-03
notes for 6.x

Find out more · Bugs and feature requests

BlogAPI Improved
By DamienMcKenna on the 24th of May, 2009

Note: this is a fork of a core module.

A side project to improve the core BlogAPI module.

Project Goals

Get BlogAPI functional enough that more 3rd party blogging tools can use it.
Build out core functionality to make taxonomy management easier.

1189 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Separate out the attachment handling into a separate module to allow for it
to be handled through FileField/ImageField, instead of the built-in separate
file structure. A more advanced option would be to create additional nodes
for each image and link it to the core node using node references.
Provide an interface to additional CCK fields.
Note: BlogAPI has been removed from core and given its own contrib module
for D7.

Rationale

Drupal does not allow for feature changes in point releases, so there's no way
to improve Drupal 6's existing facilities.
I want to be able to use improvements day-to-day on existing Drupal 6 sites
and thought others would too.
While a sandbox might have worked, I wanted to be able to plan tasks,
receive feedback and otherwise interact with other developers on an
individual task basis, rather than through one monolithic patch.

Main 3rd Party Tools

The blogging tools that will be used for testing include:

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-May-24
notes for 6.x

Find out more · Bugs and feature requests

CCK List
By iStryker on the 12th of July, 2009

This module adds a CCK list field type that lets you add a list display to any
content type without having to manually enter HTML. To be most pacific, it adds a
textarea field. For every row enter it will be a list point. The output is generated by
the theme system, so you don't have to worry about forming valid HTML or adding
all those little classes yourself.

Under the cck display field option you can choose to display the list as an order or
unorder list.

This module behaves like CCK Table. Another related module is the Text
Formatter. However textformatter is a text box instead of textarea box and it
handles everything with the cck display field option.

This module is sponsor by Themes 24/7 and is developed by Tyler Struyk

1190 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

GraphMind
By itarato on the 28th of August, 2009

GraphMind is a mindmap editor for


Drupal. It has the basic mindmap
features and some Drupal specific
enhancement.

Features

Flex mindmap editor


Full node crud (create, read, update, delete)
Drag and drop nodes/branches
Give links manually to nodes (Drupal data has links the appropriate Drupal
item by default)
Wysiwyg node title editor
Collapsible branches
Icons for nodes
Clouds for branches
Stage scaling
Load Drupal data (nodes, users, files)
Load Drupal Views lists (custom arguments)
Update Drupal related data on the mindmap (node, file, user, views list)
Attribute handling (full crud for attributes - Drupal data are attributes also)
Add external Drupal sites (to make accessible data from all the sites)
Export to FreeMind (full FreeMind XML format compatible)
Import FreeMind mm file to Drupal

Usage

Enable module: GraphMind [requirements: Services (only stable version),


AMFPHP (bundled with the original 3rd party library), Views]
Setup permissions: add access to services
Set only session authentication for Services
Create a new GraphMind type node
Edit-save-export...

Screencast

1191 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-18
notes snapshot

Find out more · Bugs and feature requests

E-Journal
By romca on the 26th of January, 2006

This module is a powerful production publishing system. It allows you to create


and control your own electronic (and possibly printed) journals in Drupal - you can
set up as many journals as you want, add authors and editors. Module gives you
issue management, basic user and access control, vocabularies and archives. This
module was inspired by Open Journal System which is an open-source online
submission and manuscript tracking system. The Drupal platform is more flexible
though, it gives you many ways to extend your publishing system.
Currently, the module is made of the following packages (needless to say, you can
combine them with other modules):
ejournal - the core functionality of an publications/issue management
ejournalaccess - for setting access to different group of users
ejournalauthors - use Drupal taxonomy as user profiles links
ejournalcitation - construct citation reference beneath published articles
ejournalshortly - for publication of short messages along side with the main
content

Do not be afraid of the development releases! The red colour does not
mean they are worse than the green ones, quite often it is the contrary.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2009-Nov-03
notes for 6.x
Download · Release Recommended
5.x-2.0-rc3 2008-Dec-21
notes for 5.x

Find out more · Bugs and feature requests

iconify

1192 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mortendk on the 23rd of February, 2008

This module adds span tags to the


fieldset, li and dt tags in the admin areas
of drupal, so its simple to add icons to
these areas, and make mighty drupal
look even more fresh and hip!

The module uses css files for all the icons


so its very easy to eather overwrite this
or add new icons all the icons are, for
now, placed in the moduls/iconify/icon

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Mar-16
notes for 6.x
Download · Release Recommended
5.x-1.2-1 2008-Mar-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 182 183 184 185 186 187 188 189 190 … next ›
last »

Page break by AutoPager. Page( 187 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Word count
By CrookedNumber on the 7th of November, 2008

View word count stats on the nodes and comments contributed by each user.

Sponsored by: Education Development Center.

1193 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-21
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Sep-21
notes for 5.x

Find out more · Bugs and feature requests

Relevance
By fernao on the 5th of December, 2008

The main objective of relevance module is to provide a block of related content


that can be extensivelly configured, according to the website needs.

It seeks for relevant content by making a kind of 'score' rate for each relevant
data. All the relevant data are summed and the greater ones are showed on a
block.

The module can be used with taxonomy, dates and statistics. Also, it's possible to
set the importance of each one of the itens that compose the calculation of the
relevance.

An example of a running website using this module is: Movimento dos


Trabalhadores Rurais Sem Terra - MST. (Please note that the module is runing in
it's portuguese version. The block title is: "Conteúdo relacionado").

This module is sponsored by a cooperative of workers called Laudelina de Campos


Melo.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Measured Value Field


By crea on the 28th of July, 2009

MVF module implements CCK field that has number and unit of measurement. MVF
supports both single values, and value ranges, where each range is pair of values
that is treated like single value of field (i.e. field can have many ranges).
MVF module uses the Units module API, to get a list of units to work with. Thanks
to this flexibility MVF can be used to setup: distances, weights, currencies,
percentages, speeds, calories... list is endless.

1194 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-04
notes for 6.x

Find out more · Bugs and feature requests

I18n Logo
By roychri on the 16th of September, 2009

Summary
Allow you to upload different logos for each languages defined in your site. Right
now, this module allow you to specify the global logo which will affect all themes.

Why you need this module?


Drupal core allow you to upload a logo through the Site Building >> Themes
interface. The i18n module allow you to configure special variables that you want
to be able to make multilingual. Using only the i18n module you can upload your
logos using FTP and then configure different logo paths for each languages. But it
CANNOT allow you to upload a new logo using the upload form. When you do that,
the logo path is changed back to a default value.
I made this module because I wanted to allow my customers to be able to upload
their different logos without having to use FTP and figure out the path from it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-31
notes snapshot

Find out more · Bugs and feature requests

Embedded Edit
By ndeschildre on the 23rd of November, 2009

Embedded Edit allows you to create a node in a kind of lightbox within a node edit
page. It is also used by others modules like Uberimage, Nodeselect to add
create/view/edit buttons in the nodereference.

Nodereference "create new" link: You can easily create a new node from
within a node edit page, and the result node is directly referenced in the
nodereference. No time to loose searching your new node!
Easy API: You can easily reuse this module functionalities, like Uberimage
and NodeSelect.

Dependencies: Utilities, Ajax.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

1195 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-07
notes for 6.x

Find out more · Bugs and feature requests

CCK Attributes
By mckeen_greg on the 22nd of December, 2009

Defines an Attribute Field as a Textfield Pair.

For example:
If you have a product that has multiple attributes, but dont wish to create a
separate field for each of these, you can use Attributes. In the field, it has an
Attribute (Size, Colour, Distance, anything) and a Value (8, Red, 21km, etc).

As it uses CCK Text Fields, its Views Integrated and has two filters: Attributes &
Values.

Development by Riaan Burger http://burtronix.co.za


Maintenance by Telamenta http://telamenta.com

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-22
notes snapshot

Find out more · Bugs and feature requests

Dutch Stemmer
By clemens.tolboom on the 15th of July, 2006

This module implements a Dutch stemming algorithm to improve Dutch-language


searching with the Drupal built-in search.module.

It reduces each word in the index to its basic root or stem so that variations on a
word (e.g. "boom, bomen" or "opheffen, opheffing, opheffende") are considered
equivalent when searching. This generally results in more relevant results.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-27
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jan-03
notes snapshot

1196 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Riffly - realtime audio and video comments on your site


By panis on the 12th of February, 2008

Riffly.com provides a very neat service which allows your users to leave you audio
or video comments on your blog. The interface lets your record the audio or video
comment while on your site using the user's webcam and microphone if they have
them.

riffly.com have a plugin available for Wordpress which I ported over to drupal.
Their interface is very easy to use - the comments are stored on the riffly servers
and accessed from their servers whenever the user selects play on your site.

There is no reason why this should be limited to comments only but not also let
you as the blogger leave audio or video blog content on your site.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Feb-20
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Feb-20
notes snapshot

Find out more · Bugs and feature requests

PingThis
By qasimzee on the 25th of August, 2008

Want to post your content to multiple


Social Networks? Use PingThis and post
your content to multiple communities
using ping.fm. Ping.fm is used to post
your site links to twitter, friendfeed,
Meme and many other communities at
the same time.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-26
notes for 6.x

1197 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Red5 Flash Server


By chris_car on the 27th of October, 2008

Red5 Flash Server is a module package for Drupal which allows you to record Flash
video files (FLV) by using a standard web cam (or built-in web camera) together
with the Red5 Open Source Flash Server (http://osflash.org/red5).

The difference to similar video recorder modules is that we want people to be


independent of third-party providers. People should run their own Red5 Flash
server instead. The advantages are:

you can create your own video conversation community


you have full access to your Flash video files
you can record high quality videos without paying a license fee (because
Red5 Flash server is open source and free - but offering same functionality as
Adobe Flash Server)

Applications

Education and e-learning


Video conversations (http://www.seesmic.com)
Interactive entertainment / video feedback (http://www.musiqueplus.com
/modules/voxpop/ and http://www.epizzod.com)

Module dependencies

services
amfphp
swftools

We tried to keep the module as simple as possible, not creating new database
tables but to reuse existing ones (like files table).

Version Date Links Status


Download · Release Development
6.x-1.0.x-dev 2009-Aug-01
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Oct-28
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 183 184 185 186 187 188 189 190 191 … next ›
last »

1198 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 188 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Donations Thermometer
By sejtraav on the 10th of February, 2009

This module creates a block which can display a thermometer style graph showing
your current donations in relation to your target

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-11
notes snapshot

Find out more · Bugs and feature requests

Menuless Node Type


By henrrrik on the 17th of April, 2009

This module makes the Menu section in the node creation/edit form configurable
per node type. This can be very useful since typically only the "page" node type is
used in the menu tree on your average Drupal site.

This is a proof of concept related to this D7 usability improvement suggestion:


#436836: Make visibility of Menu section in node form configurable per node type
If you're looking for a module that provides finely grained control of this, see
http://drupal.org/project/ctm

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Apr-18
notes snapshot

1199 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-18
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Apr-18
notes snapshot

Find out more · Bugs and feature requests

Balance Tracker
By brianV on the 25th of June, 2009

Balance Tracker creates a balance sheet


to display account credits and debits
belonging to users. It also provides UI
tools, Views integration, and an API to
allow the site administrators or other
modules to credit or debit a user's
account. This is intended for any
website or service which credits users
for accounts, sales, or other activities, and needs to track payouts.

#D7CX: Balance Tracker will have a full Drupal 7 release on the day that Drupal 7
is released.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-05
notes snapshot
Download · Release Recommended
6.x-1.7 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Hotel Booking System for Ubercart


By tcindie on the 20th of October, 2009

This module is a work in progress. Feature requests will not be addressed at


this time. Extended features and functionality are already in the works. "Support
Requests" and "Bug Reports" for functionality that is not currently included will be
recategorized properly as feature requests and postponed.

What is it?
The uc_hotel module is a hotel booking system for drupal/ubercart.

It does not manage individual rooms, but rather lets you create room types, and
set how many of each type are available for specific dates on the calendar. Each

1200 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

room type can be assigned a different rate, or be based off a single master rate
and have a modifier applied to adjust that rate by a certain amount.

Required Modules
Ubercart
Date (Date_Popup)
Imagecache

Documentation
Documentation & "How-To" configuration screen casts coming...

Other Information
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta3 2010-Jan-04
notes for 6.x

Find out more · Bugs and feature requests

Webform Submissions ACL


By Davy Van Den Bremt on the 30th of October,
2009

Grant individual users access to the results


of specific webforms.

Adds a tab to each webform "edit section"


that allows you to add users that should be
able to access the results of a webform, but
not adjust the form itself.

Users who are granted access this way then


don't see the "edit" tab on the webform but only the "results" tab. They can then
view results, download them, ...

How can you get involved?


Help write or improve the documentation.
Write a review for this module on drupalmodules.com.
Help translate this module at http://localize.drupal.org/translate/projects
/webform_submissions_acl.
Report any bugs, feature requests, etc. in the issue tracker.
Contact the maintainer with any comments, questions, or a quote for custom
module customizations.

How can you be kept up to date?

1201 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Enable the updates module.


Read my blog.
Follow me on twitter.

Author
Davy Van Den Bremt

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-30
notes for 6.x

Find out more · Bugs and feature requests

Node Repeat
By OliverColeman on the 26th of November, 2009

This module allows creating multiple repeats/duplicates/clones of nodes based on


date sequences. The date sequences are created with the Date Repeat module
(part of Date). The nodes must have a CCK Date field, which in the new nodes
created by Node Repeat are populated with dates from the sequence. A typical use
case might be for creating an event that repeats regularly and for which your users
need to Signup.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-29
notes for 6.x

Find out more · Bugs and feature requests

Features extra
By makara on the 1st of December, 2009

It gives the ability to export various content/settings to be features with Features


module and CTools Module.

It's more like an example shows how to do it, and I hope one day it can be merged
into some other modules (like http://drupal.org/project/exportables), though they
have actually different purposes.

Currently support: vocabularies; nodequeues (definitions); block settings;


custom blocks (boxes).

Writing descriptions.

1202 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-11
notes snapshot

Find out more · Bugs and feature requests

OG promote
By raintonr on the 10th of August, 2006

Promote users that join certain groups to an associated role.

News
This project now (Jul '09) has a new maintainer and a D6 development release is
out.

The D6 version has the new feature of being able to assign a different role to each
group that promotion should occur in.

Sadly there is no upgrade path from D5 so administrators will need to revisit the
settings page and re-assign roles to groups.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-01
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

User Quota
By greggles on the 20th of November, 2006

User Quota provides a system of


limiting users to create a certain
number of nodes of a certain type. The
framework keeps track of the history
where users may have gained (or lost)
a specific limit. If a user does not have
a quota for a content type then they
can create as many of that item as they
want (as long as their roles allow it).

Version Date Links Status

1203 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Aug-10
notes for 6.x

Find out more · Bugs and feature requests

CiviCRM Event Block


By JuliaKM on the 14th of March, 2008

CiviCRM Event Block is a simple module that creates a block with a list of
upcoming CiviCRM CiviEvent events and their event types. The name of the link to
event registration can be specified on the block configuration page.

CiviCRM Event Block builds on the code from a CiviCRM wiki page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-25
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Mar-14
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 184 185 186 187 188 189 190 191 192 … next ›
last »

Page break by AutoPager. Page( 189 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Fotonotes
By Romka on the 29th of March, 2008

1204 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Fotonotes – collection of scripts for annotating images. Fotonotes is very simple.


Only 2 steps and all done. First, you have to select a part of image and write
comment linked to selected part. Next, when user place mouse cursor over noted
part of image, desire note will be showed. In such a way very convenient to select
friends on collective photos, or components of complex schemes. This feature is
common used, for example, on Flickr.com website.

Features:
Fotonotes module integrates with Image module. It adds tab "Edit
fotonotes" for all images. You may add notes for choosed image using that
tab.
Access control system allows to customize note permissions for any image.
For example, moderators will may add-delete-edit notes for all images,
advanced users will may add-delete their own notes for all images, but
simple users will may add notes only for their images.
Also, any amount of images with notes may be added into any content using
bb-code [inotе=%] (sign “%” is replacing with nid-picture includes notes).
There was error correction for Cyrillic fonts implemented.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2008-Apr-07
notes for 6.x
Download · Release Recommended
5.x-1.1-beta6 2008-Apr-07
notes for 5.x

Find out more · Bugs and feature requests

Anonymous Comment
By nsyll on the 12th of March, 2009

A tiny module which leaves blank the username field in comment submission form
when a user is anonymous.

With love by eresus.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Oct-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Oct-18
notes for 5.x

Find out more · Bugs and feature requests

1205 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Import/Export
By voitenkos on the 17th of March, 2009

This module allows site administrators to export/import their existing cck types
and views into a repository to share them.
CCK types and Views 2 export files will be stored in text files with extensions
.cck(for cck) and .view(for views).

You need this module if:

- You need to migrate some part of your site to another site quickly.
- You need to share your CCK types and Views with your partner or to get his CCK
types/Views.

Modules needed :
CCK
Views 2

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-17
notes snapshot

Find out more · Bugs and feature requests

Userpoints Node Action


By BillyMG on the 7th of May, 2009

This is a module that creates an interface for admins to make users pay in
userpoints for performing certain actions on a node, namely publishing, stickying,
and promoting to the front page. Admins can make it such that users have to pay
a certain amount of points to publish, sticky, or promote a node of a certain type
and what category the points are from. This module works great with the Override
Node Options module (http://drupal.org/project/override_node_options) to allow
more role-specific permissions for setting these options.

Many thanks to the Node Expire (http://drupal.org/project/node_expire) module


for a basic interface to use.

Installing this module is as simple as enabling it in the modules list and creating
rules for it. The settings should be under site configuration, then labeled as
"!Points Node Action" (will change names based on what you've set your
userpoints to be labeled as).

The development of this module was sponsored entirely by Mindgrub Technologies


LLC.

1206 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Oct-11
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-31
notes for 5.x

Find out more · Bugs and feature requests

User Feedback
By robphillips on the 24th of August, 2009

This is a simple user feedback module. It provides a way for visitors to send in text
feedback about the website. It includes a block which can be placed on any page
that includes the form to submit the user feedback (form does not use AJAX but
can be extended to). Very simple to use and minimal configuration required.

For more advanced user feedback abilities please see http://drupal.org/project


/feedback.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-24
notes for 6.x

Find out more · Bugs and feature requests

Zenophile Extras
By elliotttt on the 10th of September, 2009

Adds additional options to the Zenophile module when


creating a Zen sub-theme, such as:

Selecting the Zen font-family


Selecting the Zen font-size and line height
Opting to hide the skip-to-navigation link until
focused
Customizing the header height, background image
uploads, colorpicker integration, and repeat options
for uploaded images.
Styling options for borders

This module is still under heavy development and the intent is not for it to become
a be all end all theme building solution, but rather a quick way to accomplish
generating the css code for a lot of tedious high level theming decisions, much in
the spirit of the zen theme and zenophile module.

1207 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Dependencies:

Zenophile (developing against the 1.x branch, although 2.x compatibility


appears to work)
Zen Theme
Colorpicker
PHP5+: This module will not operate under PHP4

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-09
notes snapshot

Find out more · Bugs and feature requests

Manager
By franz on the 5th of November, 2009

Manager is a set of modules focused on


"content manager" users, that is, users
that maintain the content of a website
(adding, editing and deleting nodes,
managing comments, etc), but are not
site admins (don't have to worry about
views, site settings, content types settings, etc). The objective is to let things
simple even for users that aren't familiar with Drupal.

The Main Manager modules provides a page (generated with Views Bulk
Operations) that allow users to easily perform the most common actions related
with their nodes. It's replaces the default "/admin/content/node" page.

Manager's Bar is an admin-bar designed for users that aren't familiar with
Drupal. It is like the default "Navigation" menu, when we cut off everything that
doesn't matter to this users, and it looks like some known admin-bar-modules, like
Admin Menu, but a lot more simple.

Manager's Page improves the "/admin" page providing quick links to add and edit
nodes of the most important content types, defined by the administrator.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

1208 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

3D Views Carousel
By rashad612 on the 24th of January, 2010

This module is a views plugin that


integrates Interface jQuery plugin: 3D
Carousel.
Its main functionality is to generate a 3D floated rotated images, which accelerates
and moves according to mouse over event.

Please note that Lightbox2 does not work with 3D Views Carousel for now.
Special thanks to Apfel007 and his inspiration.

@TODO:
Create a new branch "2.x" that integrates a flash 3D carousel.

This module is sponsored and developed by Untitled Studios | Untitled Web.

Find out more · Bugs and feature requests

imce watermark
By Nikit on the 8th of June, 2009

Simple module for watermarking at image


uploading by imce module.

Support only 8bit png files for


watermarking!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-09
notes snapshot

Find out more · Bugs and feature requests

Global Avatar
By cpliakas on the 19th of November, 2009

Overview
The Global Avatar module is useful in multi-site environments where the user table
is shared and avatars should be consistent across the network of sites. Specifically,
it is designed to solve the issue raised in the post Multisite with shared user table,

1209 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

but how to share user pictures? This module is compatible with the ImageCache
Profiles project.

Maintainer
Global Avatar is maintained by Chris Pliakas. The original development of this
module was sponsored by CommonPlaces e-Solutions, LLC.

Follow Chris on Twitter: @cpliakas


Follow CommonPlaces on Twitter: @commonplaces

Installation
Version Date Links Status
Download · Release Recommended
6.x-1.0 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 185 186 187 188 189 190 191 192 193 … next ›
last »

Page break by AutoPager. Page( 190 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Path image
By sun on the 30th of October, 2006

This module allows site administrators to add a "block" to their site the contains of
which is a predefined image (uploaded separately) dependent upon the current
path.

This module was originally sponsored by www.ixis.co.uk

1210 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-13
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-May-13
notes for 5.x
Download · Release Recommended
4.7.x-1.5 2007-Jan-09
notes for 4.7.x

Find out more · Bugs and feature requests

Organic Groups Registration Codes


By pwolanin on the 1st of January, 2007

This module is add-on for the Organic Groups module designed to facilitate users
in joining a specific group upon registration (or afterwards as a member) on sites
that have a number of groups that is too large to easily browse through or show in
the registration form.

A new user will be auto-approved as member of a group when they supply a group
code at registration. You may combine this feature with the usual use of groups in
the registration form. Users may also visit the "Use group code" page to join a
group using a code.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Nov-14
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-10
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Jan-02
notes for 4.7.x

Find out more · Bugs and feature requests

CRM API
By seanr on the 1st of May, 2007

CRM API will allow Drupal to work with multiple CRMs.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-21
notes for 6.x

1211 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-May-18
notes for 5.x

Find out more · Bugs and feature requests

Subscribers Counter
By ivanjaros on the 15th of April, 2009

Subscribers Counter displays a number


of site's feed subscribers in a block with
link to main feed.
User with access can choose for how
long should be subscribers counted for.
Range is from 1 to 48 hours, default is
24 hours = 1 day. Thus module display
only active subscribers.

The module doesn't count subcribers exactly. It counts only unique visits to site's
main feed(rss.xml) and links ending with /feed. It also counts only by IP
addresses so it's not accurate for shared networks. Therefore it gives you only
approximate number of subscribers.

If you found this module useful please donate.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-19
notes snapshot
Download · Release Recommended
6.x-1.3 2009-May-01
notes for 6.x

Find out more · Bugs and feature requests

Contenture
By irakli on the 22nd of May, 2009

DEPRECATED Unfortunately, contenture.com has


shut down its doors, so this module has no
functionality, anymore.

RIP

Description
Provides seamless micro-payments integration for content publishers who use
Drupal, via a revolutionary Contenture system.

1212 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Micro-What?
Micro-payments is an innovative, unobtrusive business-model for content
publishers that is often perceived as the business model of the future in the
publishing industry. Read more about micro-payments and Contenture in the
following articles:

TechCrunch: Contenture Wants To Fail Whale Your Ad Network


Fav.or.it: Contenture - The anti-ad Network
Washington Post: Free To Use. Pay To Play.

Where to get API Keys?


To use Contenture service on your website, you need to complete a free
registration process at: contenture.com

Credits
Version Date Links Status
Download · Release Recommended
6.x-1.1-beta2 2009-Sep-02
notes for 6.x

Find out more · Bugs and feature requests

Canonical URL
By valthebald on the 5th of August, 2009

Necessary disclaimer: Starting from version 1.2, nodewords module has full
support for canonical URLs. I strongly encourage everyone to use nodewords
module instead of standalone canonical_url.
After release of nodewords 6.x-1.2, canonical_url is considered deprecated module
and will be shut down after reasonable period of time.

Canonical URL is new standard adopted by Google, Yahoo and MSN, that can help
to avoid unwanted duplicated content problem.

Code is based on meta tags module, with lot of things removed.

Module operates in 2 modes: automatic and manual ('Automatic mode' checkbox


in settings page).
In manual mode, canonical url is switched off by default, and is shown only for
nodes with canonical url
explicitly set in node editing form ('Canonical URL' tab).
In automatic mode, canonical url is shown for all nodes. Default value is node path
alias, which can be
overriden in node editing form, 'Canonical URL' tab.

More information about module and canonical urls can be found at

1213 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://www.valthebald.net/canonical-url-drupal.html

I'd be glad to get your feedback at http://www.valthebald.net/contact.html if you


find this module useful.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Oct-05
notes for 6.x

Find out more · Bugs and feature requests

Views Mail
By SomebodySysop on the 5th of June, 2007

The Views Mail module provides a flexible method for sending messages to lists of
users created by the Views module. You can view the history of how this module
came about here: http://drupal.org/node/134931

The 6.x version is currently actively supported. The 5.x version will no longer be
maintained.

6.x
The .dev versions previous to November 2009 work with versions of Simplenews
prior to RC6.

The .dev versions from November 2009 work with versions of Simplenews from
6.x-1.0.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-28
notes snapshot
Download · Release Recommended
5.x-1.2 2008-Jun-15
notes for 5.x

Find out more · Bugs and feature requests

This Day in History


By torelad on the 21st of January, 2008

This module displays events occurring on this day in history. For example, if today
was January 6th the birth of Joan of Arc (born January 6, 1412) might be
displayed.

This Day in History module adds the node type: Historical event, and supports the
Node import module for importing historical events. User created historical events
are displayed in blocks. Any number of blocks can be created, and the events

1214 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

displayed can be selected by a number of different criteria, including randomly. If


no event exists for the current day, no block is displayed.

Features

Any number of blocks can be created


Block events can be selected by taxonomy term, user, role and randomly
A 'promote to block' field is also provided for content selection
Support for importing events is provided if the Node Import module is
installed
Theming function support provided for block content

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-05
notes for 6.x
Download · Release Recommended
5.x-0.2 2008-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

Breakout
By skinhat on the 4th of December, 2008

Plays the game 'Breakout' where you play against


the computer. The breakout images and background
can be themed to your site. The game is javascript
(original javascript script by Alexis "Fyrd" Deveria)
based and is a block. The user who gets the highest
score has his name saved. The game win messages
are configurable in the configuration settings. Also
the URL of the picture and the size of the breakout
box and initial ball speed can be set in the
configuration settings.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jan-25
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Jan-25
notes for 5.x

Find out more · Bugs and feature requests

Style Stripper

1215 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By beltofte on the 20th of January, 2009

Allow configuration of which module CSS files that should be loaded in your
themes.

More info will follow.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-27
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 186 187 188 189 190 191 192 193 194 … next ›
last »

Page break by AutoPager. Page( 191 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1216 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Multiprice
By Docc on the 19th of March, 2009

A basic but powerfull module for


Ubercart that allows to overide the
product price based on a country.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-09
notes for 6.x

Find out more · Bugs and feature requests

WP2Drupal
By DamienMcKenna on the 11th of April, 2009

#D7CX: I pledge that WP2Drupal will have a full Drupal 7 release on the day that
Drupal 7 is released (or be merged into something else).

With this module you can import your site from Wordpress to a clean Drupal
install.

Ancestory

Originally created by Borken Bernard for Drupal 4.7, it was updated to support
Drupal 5 by teodorani and then upgraded to work with Drupal 6 by DenRaf. This a
continuation of DenRaf's code from his blog announcement on June 19th, 2008.

Note: While the project has been available in versions for Drupal 5 and older, only
Drupal 6 and newer will be supported.

Goals

The goals of the project are simple:

Provide a method of importing a Wordpress blog into Drupal.


Make it feature complete for all core Wordpress data.
Make it easy to use.
Long term goal: merge it into an all-in-one migration tool, e.g. maybe
Migrate.

In Comparison to Wordpress_Import

1217 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Nov-17
notes for 6.x

Find out more · Bugs and feature requests

Varnish HTTP Accelerator Integration


By joshk on the 7th of August, 2009

This module provides integration between your Drupal site and the Varnish HTTP
Accelerator, an advanced and very fast reverse-proxy system. Basically, Varnish
handles serving static files and anonymous page-views for your site much faster
and at higher volumes than Apache, in the neighborhood of 3000 requests per
second.

This module provides admin-socket integration which allows Drupal to dynamically


invalidate cache entries, and also lets you query the Varnish admin interface for
status, etc.

COMPATIBILITY NOTE: At the moment, using Varnish at all requires


Drupal 7, PressFlow, or the application of a patch for compatible http
headers and lazy-session creation.

Helpful information:

Gregory Chaix's example VCL


Setting up Varnish and Pressflow Project Mercury Style

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-09
notes snapshot

Find out more · Bugs and feature requests

CCK Required by Role


By jdwfly on the 11th of August, 2009

Description
This module allows for certain user roles to be exempt from required fields. This is
mainly useful to those on the back-end of a website do not necessarily need to fill
all of the fields to submit a node.

Usage
When you are setting up the field you have the option to set certain role to be

1218 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

exempt from the required. When that user role comes to add or edit that node, the
field will not be required for them.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-18
notes for 6.x

Find out more · Bugs and feature requests

Trouble ticketing system to support Computer Network


Operations
By niif on the 31st of May, 2007

This Drupal module offers a trouble ticketing system similar to the ancient
PHPHelpDesk. It authenticates users from Drupal and classify them to user groups
and department units. It provides the following features:

ticket lifecycle management;


MySQL backend;
separation among units;
authorization, i.e. definition of who can access which ticket groups;
ticket update and re-assignment functionality;
a great deal of configurable valued parameters such as site, scope, fixer,
fixing methods, etc.
email groups corresponding to ticket groups, e-mail gateway.

The ticketing system is easy to install and to configure.

Trouble ticketing system administrator’s guide: en, hu.


Trouble Ticketing System Users’ Guide: en, hu.

Comparison with similar modules:

A comparison is provided at http://groups.drupal.org/node/17948, a g.d.o. wiki


page. Please feel free to update / extend.

Version Date Links Status


Download · Release Recommended
6.x-3.0-rc6 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

Random Images
By criznach on the 31st of October, 2007

1219 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Random Images module allows you to create blocks containing random images
without the overhead of CCK, Views or Gallery modules.

Version Date Links Status


Download · Release Recommended
5.x-1.1 2007-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

Windows Live Messenger


By coworks_dieter on the 15th of January, 2009

This module integrates the Windows Live Messenger service in Drupal. By creating
profiles, you can add blocks to your website so visitors can chat live with you.

To get Live Invitee ID, follow next steps.

Open your Web browser, and navigate to: http://settings.messenger.live.com


/applications/WebSettings.aspx
Select the Allow websites to see your Messenger status and send you
messages check box and click SaveThis will let other users see your
Messenger status and send you messages.
Under Web Settings, click Create HTML.
Copy the text string between invitee= & @apps.messenger...
Use this string in the administration add profile form of this module

This module was created by www.coworks.be.

UPDATE 08/02/10
--------------------
I know there are a few issues and I also know that it has been a year since a
released this module. I'm going to work on this module in the coming days and
release some new features as requested.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jan-15
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-15
notes for 5.x

Find out more · Bugs and feature requests

Wysiwyg Pre Element Fix


By mrfelton on the 14th of November, 2009

1220 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Wysiwyg PreElement Fix is a wysiwyg editor plugin that enables the preelementfix
plugin for TinyMCE. This plugin tries to fix some issues with TinyMCE's handling of
the PRE element. It is especially useful when trying to integrate the
SyntaxHighlighter module into TinyMCE.

This plugin addresses the following issues with the element within TinyMCE:

Enter key:
MSIE and WebKit creates a new sibling PRE element each time the users hits
enter.
Opera and Firefox creates a BR element.

Tab key:
When pressing the tab key in Firefox nothing happens.
WebKit creates a tab char inside a span element.

The plugin makes addresses these issues by making pre elements:

Preserve white space.


Contain no X/HTML child nodes.
Do not create a new sibling PRE elements when the enter key is pressed.
Tab key should create a tab character. This is just nice to have and since
MISE handles this other should to :).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-14
notes for 6.x

Find out more · Bugs and feature requests

TinyBrowser
By pixture on the 6th of February, 2010

What is TinyBrowser?

TinyBrowser is a custom file browser plugin developed for


the TinyMCE WYSIWYG content editor. It is developed by
Bryn Jones at Lunarvis , and distributed under the GNU
General Public License.

Feature of TinyBrowser

Integrates as a custom file browser within TinyMCE for image, media and 'all'
file types
Adobe Flash based file uploader, supporting multiple file selection and upload

1221 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with file type and size


Browse files with a list view or as thumbnails (images only)
List view has image thumbnail on hover
File display order customizable e.g. by name, type, size, date
Find function to filter results by search string
Display detailed file information such as type, size and dimensions (images
only)
File deletion facility (permission based)
File edit facility (permission based) - rename, resize and rotate (last two
images only)
File storage location user definable for each file type

What is TinyBrowser module?


Version Date Links Status
Download · Release Recommended
6.x-1.0-beta1 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

Session Restore
By Zen on the 11th of July, 2007

The session restore module allows sessions (which are stored in a separate table)
to be restored upon login.

Example use case: The quiz module stores data related to an ongoing quiz in the
user's session. The session restore module keeps track of this session in its own
table. If the user logs out or is timed out (for e.g., with the autologout module),
the session restore module restores his last saved session the next time he/she
logs in. In other words, he is able to continue the same quiz from the same point
the next time he/she logs in.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta 2008-Mar-30
notes for 6.x
Download · Release Recommended
5.x-1.1-beta 2008-Mar-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 187 188 189 190 191 192 193 194 195 … next ›
last »

1222 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 192 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

XStandard WYSIWYG Editor


By henrrrik on the 16th of November, 2007

This module integrates the standards-compliant XStandard WYSIWYG editor by


Belus Technology, Inc into Drupal.
XStandard meets very high accessibility requirements. See this blog post at
Standards Schmandards for a thorough comparison with other WYSIWYG editors. A
feature chart is available at the XStandard website.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-21
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jul-04
notes for 5.x

Find out more · Bugs and feature requests

Google Keyhaviour
By danielb on the 6th of March, 2008

Google Keyhaviour was written to produce dynamic content to aid in SEO or


Google AdWords 'landing page' campaigns. Google Keyhaviour does the
following:

Determines if a user has come from Google


Checks the user's keywords and matches them against conditions and rules
you define
Based on these conditions and rules, the behaviour of your Drupal site will
change. Here are the current possible changes:

1223 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The visibility of chosen blocks - so you can effectively show different


sidebars/header/footer on the page depending on the google keywords.
Variables available in page.tpl.php such as $title and $site_slogan etc...
can be replaced/appended/prepended with your own text or the user's
keywords.

To install please follow the instructions in README.txt and then enable permissions
for the users you want to be affected (usually anonymous).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-20
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Mar-29
notes for 5.x

Find out more · Bugs and feature requests

IM Control
By atuyo60 on the 28th of July, 2008

Beta implementation of Windows Live


Messenger IM Control. Language
changes accordingly for Japanese and
Traditional and Simplified Chinese.
Default language for the messenger
would be US English.

Individual users may customise the


theme for their own embedded
messenger and have the option of selecting the messenger or button presence
format. After enabling the module you would not see any administration
page. Only a tab would be added to each user's account page for
individual setup.

Edit the included css file to set the messenger size and other styling options.
Privacy policy must be created at http://www.example.com/privacy

User's online status in Drupal is now shown on the profile page beside the
"Member for" value. (You may edit the time a user is considered online within the
code; by default the time is 5 minutes)

***NEW*** Includes support for Yahoo, QQ and Skype online status


(may have problems as these do not have an official API for implementation)

PHP low memory usage: ~26,000 bytes

Version Date Links Status

1224 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-23
notes for 6.x

Find out more · Bugs and feature requests

Node Translation
By darren.ferguson on the 26th of August, 2008

Node translation is a module that utilizes the translation framework in order to


machine translate nodes utilizing the locale and translation module.

The module allows you to translate a module into any language that the translation
framework api allows. Even if the language is not currently turned on in the locale
module the node translation module will add the additional languages to the select
box so that the user can see which languages the node has been translated into.

Module utilizes thickbox in order to display the information regarding the current
translations available for the current node and also the languages that you can
translate the node into.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Apr-23
notes for 6.x

Find out more · Bugs and feature requests

Node Location Relationship


By Chris Przybycien on the 5th of May, 2009

This views module creates a relationship that ties the location of a referenced node
to the referring node.

The purpose of doing this may not be immediately obvious so imagine this
scenario: There are two content types: Conference and Venue. The Venue content
type has a location and Conference has a nodereference which refers to Venue
nodes. Users will want to search for Conferences based on location but Conference
does not have a location. This module will relate the location from the referenced
Venue to the referring Conference so that users can search for Conferences based
on location.

Version Date Links Status

6.x-1.0-beta3 2009-May-13 Download · Release Recommended

1225 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

RSS Feeds Block


By amedjesi on the 30th of August, 2009

Provides a block that allows users to manage their


own RSS feeds.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-14
notes for 6.x

Find out more · Bugs and feature requests

CCK Word Count


By batje on the 30th of August, 2009

This module adds the option "Wordcount" to CCK text fields. Once filled in, fields
will be limited to the given amount of words.

Checks are done client-side, using a bit of Javascript.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-30
notes for 6.x

Find out more · Bugs and feature requests

Google Apps Verification


By arcaneadam on the 17th of March, 2009

This module makes it easy to verify domain ownership for Google Apps/Google
Hosted Services(ghs) on a Drupal site using the HTML verification method. You
simple copy and paste the verification string into the settings page for this module
and Google will now be able to verify your domain ownership.

1226 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For more help on how to verify a domain in Google Apps please vist the Google
Apps Help Page for Domain Verification

This module is sponsored by Me, Marketing Ministries(A full service Interactive


Agency that develops on Drupal), and The Open Source Church(My pet project).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-17
notes for 6.x

Find out more · Bugs and feature requests

Configuration Documentation
By 63reasons on the 13th of May, 2009

Introduction:
-------------
There is currently no easy way to download and share the complete manifests of a
Drupal installation:
* Which version is installed?
* Which modules are installed?
* How is Apache configured?
* Is Apache even the web server that is running?
* Which database is being used?
* Which PHP version is being used?

As the number of poorly-documented mysterious bug reports accrue on drupal.org,


we offer a way to let users document in which ecosystem that bug is happening.

Installation:
-------------
Normal module installation applies. The module is listed under the "Development"
group.

Running:
--------
Go to Administer >> Reports >> Configuration State to view (and download) the
contents of your current configuration.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-05
notes for 6.x

Find out more · Bugs and feature requests

Club Management

1227 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rötzi on the 9th of August, 2009

This project offers a set of modules to manage a club or association. The individual
modules are:

Person: Adds a node type person. This can be used to manage a database of
people with name, address, contact information, and club-related data such
as membership type.
Article: Adds a node type to write articles.
Event: Adds a node type to publish events.
Image: Add images which can be used as portraits, in articles, in events, or
galleries.
Gallery: Adds a node type to create galleries.
Board: Adds a node type to display boards (e.g. a board of directors).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-23
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 188 189 190 191 192 193 194 195 196 … next ›
last »

Page break by AutoPager. Page( 193 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Restrict Content
By robphillips on the 24th of August, 2009

Have sensitive content that only want to make available to certain roles? This
simplistic but powerful module will allow you to restrict a node and it's comments

1228 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

based on a very easy to use role selection system. Simply check off the roles which
should be allowed to view the content and save the node. This will work with any
content type whether it was created in drupal or by a module.

Looking for a more complex solution? Try the content access module,
http://drupal.org/project/content_access.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-24
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Product Minimum & Maximum


By fred0 on the 2nd of October, 2009

Adds minimum, maximum and order in multiples limits on products. Checks


that the quantity selected matches the limits during both Add To Cart and
Checkout actions.

This is an update to the Product Minimum and Product Maximum modules from the
Ubercart contrib directory.

This module combines the features of both previous modules into a single interface
and moves the functionality into the new Product Feature interface available in the
6.x version of Ubercart.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-27
notes snapshot

Find out more · Bugs and feature requests

Drush extras
By moshe weitzman on the 7th of December, 2008

This project is deprecated. All its functionality is now in core drush

Find out more · Bugs and feature requests

Favorites

1229 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ezra-g on the 13th of September, 2005

The Favorites module provides a block that allows users


with the 'manage own favorites' or 'manage all favorites'
permissions to add any page on the site to a list of that
user's favorites. Favorites are stored as a path (such as
'search') with the query string (such as '?abc=123&
def=234').

How is this different from using the Flag module and letting users flag
content as their favorites?
Flag module only allows entities with unique identification numbers, such as nodes
and comments, to be flagged. Favorites module works by saving the path and
query string, allowing users to favorite any location on the site, such as an
ApacheSolr search with the search's query string.

The 6.x version of Favorites was sponsored by the Interaction Design Association
and was written by Ezra Barnett Gildesgame of Growing Venture Solutions.

You can watch a video of How to use the favorites module, from
MasteringDrupal.com

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-28
notes for 6.x

Find out more · Bugs and feature requests

Addressbook
By wplaat on the 2nd of October, 2006

This module contains a simple addressbook. The following features are included.

Key features
------------
– Standard storage of family and family member information
– JPG picture can be added to contact information (requires GD library)
– Access to information is protected by standard drupal access roles
– Family member roles can be added (added search on)
– CSV file upload / download of contact information
– Birthday notification by email (cron job runs every day round 00:00:30 )
– Graphical map integration through www.map24.com
– Search within family member database only
– Drupal 5.X / 6.X compliant

Requirements
------------
This module requires Drupal 4.x, 5.X or 6.X and the GD library must be active in
the php apache module else images will not work!

1230 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Demo Sites
-----------
http://www.plaatsoft.nl/drupal (Drupal 5 demo)
http://www.plaatsoft.nl/drupal6 (Drupal 6 demo)
http://www.plaatsoft.nl/drupal7 (Drupal 7 demo)

Version Date Links Status


Download · Release Recommended
6.x-3.7 2009-Oct-27
notes for 6.x
Download · Release Recommended
5.x-3.5 2009-Oct-27
notes for 5.x

Find out more · Bugs and feature requests

Request Invitation
By buddhika on the 5th of December, 2007

For semi-private sites or sites that are still in beta require users who are interested
in the site to first request for an invitation to the site and administrators can send
an invitation after moderating the user request list, and in this scenario 'Request
Invitation' can help you.

'Request Invitation' allows you to manage who has the privilege to sign up to your
site. Site admins will see a list of new invitation requests and they can approve or
refuse requests. Approved and refused requests will go into two different lists. if
invitation requester missed your invitation you can resend your invitation. Also you
can approve a user whom you refused an invitation if you changed your mind later.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-25
notes for 6.x
Download · Release Development
5.x-2.x-dev 2009-Jan-12
notes snapshot

Find out more · Bugs and feature requests

Node form layouts

1231 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ximo on the 4th of March, 2008

NB! This module was meant as a proof of concept


only and will not see any further development. The
Vertical Tabs module provides better vertical tabs
for Drupal 6, while Drupal 7 has vertical tabs out of
the box (hurray!).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Mar-08
notes snapshot

Find out more · Bugs and feature requests

Textimage Autoinsert
By danielb on the 22nd of May, 2008

This module allows the easy insertion of Textimage presets into content or page
variables through the Text Image settings GUI without the use of PHP.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-01
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Apr-06
notes for 5.x

Find out more · Bugs and feature requests

Domain User Default


By jhedstrom on the 1st of July, 2008

The Domain User Default module is a submodule for the Domain Access module
that provides methods for users (and unauthenticated site visitors using the
Session API module) to select a default domain. The module can be configured to
automatically redirect users to their default domain upon visiting another domain,
or simply provide a message when they are on another domain.

This module provides integration with the Domain GeoLocalization which allows
users to search for domains within a given proximity.

Required modules

1232 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Domain Access

Optional modules

Domain Geolocalization
Session API

6.x-1.1 requires Domain Access 2.x branch release!

The Domain User Default module is sponsored by One Economy, and developed
and maintained by OpenSourcery/One Economy.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-04
notes for 6.x

Find out more · Bugs and feature requests

CMIS Alfresco
By cfuller12 on the 18th of February, 2009

**** IMPORTANT ANNOUNCEMENT ****

Please note that since cmis-6.x-3.0, this module is deprecated,


and replaced by cmis_common module available in cmis
package.
More details can be found here: http://drupal.org/project/cmis

The CMIS Drupal-Alfresco Integration project seeks to provide a mechanism to


achieve the benefits of Alfresco and Drupal working together via a standards-
compliant interface. This is a joint effort between Optaros, Acquia, and Alfresco.

This module is currently in a beta state. It's stable and is starting to be used on
production sites, but is still fairly basic. Please note that this module requires the
CMIS API module, available at http://www.drupal.org/project/cmis.

Developer Release

Execute CMIS API calls against any CMIS-compliant repository


Search a CMIS repository with CMIS Queries
Browse a CMIS repository by navigating its hierarchy
Synchronize nodes between the CMIS repository and Drupal
Autocomplete when specifying folder paths

Find out more · Bugs and feature requests

1233 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 189 190 191 192 193 194 195 196 197 … next ›
last »

Page break by AutoPager. Page( 194 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Easy Login
By George2 on the 20th of February, 2009

Easylogin allows the admin to give a permission to users so they are able to log in
via an url. Yes, I know what you're thinking, but wait! This could be useful for
demoing, and allowing a simple login whilst devloping and prototyping alongside a
client, etc.

Install, and it will create a random login URL for each active user.

By adding an optional ?destination=node/324 will redirect the user to the


node/324 url after login. The default destination is <front> . The module will also
adhere to the destination set with login_redirect.

Things this module can't and will never do - allow user 1 to log in this way - (duh!)

(Caveat: This was created after a conversation at a Drupal User Group meeting,
after I was semi-convinced this was a good idea!)

Alternatives

The one-time-login module creates a list of one-time login urls which expire. The
difference between that and this is that these urls do not expire automatically.

Version Date Links Status

6.x-1.2 2009-Mar-10 Download · Release Recommended

1234 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Drupal Terminal
By snufkin on the 25th of May, 2009

Terminal provides an on-screen JavaScript


console to control your website. Uses the jQuery
terminal library which is included into the
module.

Thanks to Rob Loach the drush support is


coming along as well, your help would be
appreciated at #497320: Drush Support .

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-16
notes snapshot

Find out more · Bugs and feature requests

Google 404 page


By mikl on the 31st of August, 2009

Uses Google's Webmaster Tools 404 widget to enhance your 404 pages. It
provides suggestions for where the user might have been wanting to go as well as
a Google search box for your site.

#D7CX: I pledge that Google 404 page will have a full Drupal 7 release on the day
that Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-31
notes for 6.x

Find out more · Bugs and feature requests

Rules executor
By Steven Jones on the 22nd of November, 2009

This module adds a new display type for views: 'Rules Executor', instead of
rendering the results of the view into HTML we render the results 'into' the Rules

1235 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

module. You can specify a rule set to render each row into, and use the fields from
the view to specify the arguments for the rule set.

Further, we provide functionality for executing these views at specified intervals,


every hour, every day, every week etc.

This gives an incredible amount of flexibility and power, with this module you can
do things such as:

Automatically close issue tracker cases after two weeks of inactivity.


Email users a digest of their new content every week.
Disable comments on content over 2 weeks old.

Requirements

Rules module.
Views module - at least version 2.7 is required.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-20
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Modal Frame CCK Editor


By markus_petrux on the 16th of January, 2010

Overview

Opens edit forms for selected CCK fields or field groups in modal frames from the
node view.

This module is pretty similar in concept as the Popups: Subedit module. However,
it's based on the Modal Frame API, meaning the forms are rendered within
iframes, therefore these forms do not alter the DOM of the parent page, and
provide full support for advanced editing features such as WYSIWYG editors, File
uploads, CCK buttons to add more items, Multigroups, etc.

Usage

Once the module has been installed, visit the settings form of the fields or field
groups where you want to enable this feature. Here you can choose to reload the
current page or just to refresh the target element after a successful edit operation.

When this feature is enabled, a small edit icon will be rendered on the top right
corner of the target element, but only to users with the proper edit permissions.

1236 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Clicking this icon will popup a modal frame with a node edit form that only shows
the elements related to the corresponding target element.

Requirements

Modal Frame API.


CCK and Fieldgroup (CCK3 Multigroups also supported).

Developers
Version Date Links Status
Download · Release Recommended
6.x-1.0 2010-Jan-21
notes for 6.x

Find out more · Bugs and feature requests

Spell check
By Xano on the 28th of September, 2003

Users can check their content for spelling errors. Results are displayed when
previewing the content, allowing users to immediately correct their errors.
Integrates with Automated Text Review to review any text imported by ATR.

Requirements
GNU Aspell. Make sure it is accessible through the command line. This may require
setting the path to the Aspell binary manually at Administer > Site configuration >
Spell check.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-10
notes snapshot

Find out more · Bugs and feature requests

Quota by role
By Abandoned Projects on the 8th of October, 2007

Security: This module is considered insecure by Drupal security team and all
of it's releases have been unpublished. You are strongly encouraged to
disable the module on your site.

Quota by role is a module that confines certain roles to defined quotas by content
type.

For example, if a user belongs to the "marketing" role, you can limit that role to 5

1237 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

new story/page per day, but unlimited comments and images. Should the user
exceed that limit, they will be denied on their 6th attempt, until a day has passed,
at which time the quote will be reset.

Should a user belong to more than one role, the roles will be evaluated using a
weight system, and then the most restrictive quota will be used to check for
content creation limits.

You can also override the module default, by specifying your own error message.
The module will then redirect the user to the error message page, instead of
showing the module error message on the page the user is attempting to create
the content on.

The module also shows any quotas the user has applied to them on their My
Accounts page, and show how may posts per content type is left.

Find out more · Bugs and feature requests

dompdf
By jrbeeman on the 3rd of January, 2008

The dompdf module allows other modules to utilize the dompdf library, written and
maintained by Benj Carson. The module is currently just a very lightweight
implementation, containing a method that allows other modules to stream a PDF to
the browser and also includes basic Views integration.

Important security notice


Please take note of the security issue found by konsumer that can be easily
avoided by removing the dompdf.php file from the dompdf library folder after you
have installed it (see README.txt)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-31
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Feb-06
notes snapshot

Find out more · Bugs and feature requests

Painter
By scheepers on the 7th of March, 2008

The Painter provides dynamic image creation and manipulation capabilities by


allowing the definition of sequences of image IO, manipulation and drawing
operations that can be applied to fields within content types and views, as well as
to page elments such as the logo, navigation, titles and buttons.

1238 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules currently included:

Painter: API as well as image loading and saving


Drawing: Drawing of pixels, lines, rectangles and ellipses, text and vertical
or horizontal gradients
Imaging: Drawing, rotating, flipping, cropping, scaling and creation of
images, as well as 'gluing' images together vertically or horizontally
Reflection: Reflection effect on images and text
Painter UI (http://drupal.org/node/400876): Provides the UI to create and
manipulate chains of drawing operations, as well as field integration. Plays
well with lightbox 2.
Page elements (http://drupal.org/node/400890): Provides the means to
add generated graphics and behaviours to page elements. Primary and
secondary navigation and tabs, buttons and menu links support normal,
hover and active states (CSS based rollover behaviour).
Logo supports home and subsequent page states.

Developed with a lot of inspiration from core, menu and imagecache

Version Date Links Status


Download · Release Recommended
6.x-2.1-beta6 2009-May-27
notes for 6.x
Download · Release Recommended
5.x-2.11 2009-Feb-13
notes for 5.x

Find out more · Bugs and feature requests

CloudFront
By lewisvance on the 30th of March, 2009

CloudFront module integrates with imagecache to serve dynamic images from the
Amazon CloudFront CDN. Dynamic images are placed in a queue and served
immediately from the local filesystem. Once the queue is processed (via cron job)
the images will automatically begin serving from CloudFront.

If you flush or modify a preset it will fall back to local hosting so that the changes
are visible immediately. The new images will begin serving from CloudFront the
next time the queue is processed.

This module requires no patches to either core or third party modules.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-02
notes for 6.x

1239 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Apr-02
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 190 191 192 193 194 195 196 197 198 … next ›
last »

Page break by AutoPager. Page( 195 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

OG Book Inheritance
By Agileware on the 11th of May, 2009

This module provides functionality for inheritance when assigning groups to book
pages.

Books can be made to use the groups of their immediate parent or their top level
parent.
The public flag can also be inherited.
The module also allows you to make groups manatory for books, so that the
groups must either inherit from their parents or a selection must be made.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-07
notes for 5.x

Find out more · Bugs and feature requests

1240 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Edit section
By jbrown on the 2nd of July, 2009

Allows freeform text sections to be


edited individually, like MediaWiki /
Wikipedia.

When a node is being viewed as a page


by a user with permission to edit the
node, this module adds [edit] links
floated to the right of all headings in
the body (see image).

Clicking on an [edit] link goes to a page where the content from that heading to
the next same-level-or-higher heading can be edited in isolation.

The creation of node revisions is supported.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Sep-25
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Nov-02
notes for 6.x

Find out more · Bugs and feature requests

Support Views
By Dubs on the 3rd of August, 2009

Views Integration for Support tickets, created by the Support module.

This module is still in early stages. Comments are welcome, although I'm pretty
busy right now!

PLEASE NOTE: There is no security checking against this module, and the primary
purpose for me developing is so I can see all JobTrack tickets and filter AS AN
ADMINISTRATOR. Unless you want to allow clients to potentially see other clients'
support tickets, don't use jobtrack_views and publish the view for your clients.

Security will be addressed soon though....

Documentation is a little on the light side (i.e. there is none) but it's all standard
views really. Just enable the module!

This module is sponsored by NuMedia Advantage who actively use Drupal and the
Support modules.

1241 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-03
notes snapshot

Find out more · Bugs and feature requests

Support Deadline
By gengel on the 12th of November, 2009

This module adds a "due date" and related fields to support tickets generated by
the Support Ticketing System module.

Sponsored by 4Site Interactive Studios.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-12
notes for 6.x

Find out more · Bugs and feature requests

Login Ticket API


By jpetso on the 30th of March, 2007

This is a pure API module, providing functions for generating login tickets.

A login ticket consists of an automatically generated pass code, an expiration date,


and a user who may log in with the pass code. This module provides functions for
generating, retrieving and deleting login tickets, as well as checking validness of a
given pass code and, given a valid code (while not requiring username and
password), logging the concerned user in.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Apr-29
notes for 6.x
Download · Release Recommended
5.x-1.7 2009-Jun-28
notes for 5.x

Find out more · Bugs and feature requests

CCK Table Field


By iStryker on the 3rd of May, 2008

This module adds a CCK table field type that lets you add a table display to any
content type without having to manually enter HTML. It currently parses text data

1242 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

to form the header and row content, but the goal is to accomplish the data entry
using a custom form widget. The output is generated by the theme system, so you
don't have to worry about forming valid HTML or adding all those little classes
yourself.

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-May-03
notes snapshot

Find out more · Bugs and feature requests

element themehook
By effulgentsia on the 13th of August, 2008

Part of the core Drupal API (originally part of the forms API, but also used for
rendering structured content that isn't a form) is the drupal_render function. This
recursively iterates through the element tree, theming the inside of each element
based on the #theme property (if present) of that element.

This module registers an 'element' themehook (which because of Drupal's theming


system introduces preprocessing hooks and template discovery). Developers can
use this hook directly by setting #theme to 'element' or
'element__SOMETHINGCUSTOM' on the desired element, or by defining new
themehooks that use 'element' as the new themehook's 'original hook'.

This module is intended to be used as a dependency for other modules or as a tool


for developers fluent with Drupal's theming system working on a custom theme.
There is no advantage to installing this module unless another module requires it,
or you want to use its functionality in creating your custom theme.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

Comment automatic title


By David Stosik on the 16th of March, 2009

When users don't fill the title field when posting a comment, or when this field is
disabled, Drupal word-safely cuts a 29 characters extract from the beginning of the
comment's body to generate a title.
With this module, it is possible to choose the comment automatic title length, from
1 to 64 characters.
Comment automatic title adds another feature: it can cut this extract at the first
character found, from a list you provide (full-stop, comma, etc.).

1243 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For example, let's consider this comment:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In augue


purus, pellentesque ut, suscipit nec, scelerisque commodo, leo.

By default, Drupal will generate this title: “Lorem ipsum dolor sit amet,”.
With comment_auto_title, there are many possibilities, depending on the settings.

Length: 60, cut characters: [empty] => “Lorem ipsum dolor sit amet,
consectetur adipiscing elit. In”
Length: 60, cut characters; . (full-stop) => “Lorem ipsum dolor sit amet,
consectetur adipiscing elit.”
Length: 25, cut characters: . (full-stop) => “Lorem ipsum dolor sit”
Length: 60, cut characters: .,?! (full-stop, comma, question mark, exclamation
mark) => “Lorem ipsum dolor sit amet,”

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-25
notes for 6.x

Find out more · Bugs and feature requests

Settings
By overall on the 21st of June, 2009

This module is only provide API for other modules.

Features
This module allows for other modules:

To specify structure and default values of all module settings in one place
by using "hook_get_settings()".
Use variable naming standards: <module_name> "_" <setting_name>.
Use defined default values everywhere (with option to override default
value).
So, you don't need to specify same default value for every "variable_get()"
call.
Also if you will decide to change default value of your setting, all you need is
to change it in the "hook_get_settings()" implementation, not on every
"variable_get()" call.
Example:
Instead of
<?php
variable_get('my_module_var1', 456)
?>
in several places of a code, you can just use

1244 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

<?php
settings_get_for('my_module', 'var1')
?>
or even
<?php
settings_get('var1')
?>
if you get a value of your own module from itself.
To override default value use the same approach as for "variable_get":
<?php
settings_get_for('my_module', 'var1', 987)
?>
or
<?php
settings_get('var1', 987)
?>

(This will override default value with "987".)

Automatic check for existence of setting at the moment of "set" or "get"


and in case if setting it's not defined raise an error. This will keep your code
consistent with your settings.

Version Date Links Status


6.x-1.1- Download · Release Recommended
2009-Jul-04
alpha3 notes for 6.x

Find out more · Bugs and feature requests

Hacked!
By Steven Jones on the 8th of October, 2009

This module does not and will not


prevent your site from being
'hacked'.

This module scans the currently


installed Drupal, contributed modules
and themes, re-downloads them and
determines if they have been changed.
Changes are marked clearly and if the
diff module is installed then Hacked! will allow you to see the exact lines that have
changed.

Hacked! also provides drush integration so that you can see what files have
changed from the command line.

This is primarily a developer tool and should never ever (don't even think it) be

1245 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

installed on a production site.

Similar modules

There are a number of other 'integrity' modules, such as 'md5check' and 'File
integrity check'. Theses module have features to protect a live site from code
changes or to only check Drupal core.

Find out more · Bugs and feature requests

« first ‹ previous … 191 192 193 194 195 196 197 198 199 … next ›
last »

Page break by AutoPager. Page( 196 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Path Rules
By KaleWorsley on the 2nd of December, 2009

Path Rules implements Rules conditions for checking the URL against a given string
for triggering actions.

Eg.

Setup a rule with the event 'User is going to view a page', add 'Check path'
condition with path 'project' and Operator 'Begins with'.

The rule will be triggered by:

http://example.com/projects/project-1
http://example.com/projects-are-fun
http://example.com/project/12312
http://example.com/project12312

1246 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

...it will not be triggered by:

http://example.com/testing/projects/project-1
http://example.com/test-projects-are-fun
http://example.com/test/project/12312
http://example.com/blah/projects12312

Developed by Egressive with support from Marshall Day Acoustics.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

Local tasks blocks


By manarth on the 20th of January, 2010

Drupal core provides 2 menus for navigating within a section: primary local tasks
and secondary local tasks. These are normally displayed as tabs.

This module displays the primary, secondary, or both sets of local tasks within
Drupal blocks.

This module was developed for and donated to the community by FreshNetworks.

Find out more · Bugs and feature requests

Explainfield CCK widget


By snufkin on the 12th of September, 2007

This module provides a way to provide extra input field when special choices are
selected. It is similar to the built-in options module, the difference is that one can
select sensitive "trigger" options when those are selected a textfield appears.

Stable version currently works with select list (no multiselect), radio and
checkboxes, offering only one trigger option. New features are coming in to the 2.x
branch, but it might be unstable and buggy, use it with caution.

The development of this module was sponsored by BioRAFT.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-26
notes snapshot

1247 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2007-Dec-09
notes for 5.x

Find out more · Bugs and feature requests

Skype Status
By Arto on the 15th of February, 2008

Retrieves users' Skype online presence information from


Skype's public RDF-based presence service. Some
screenshots are available at http://flickr.com/photos
/bendiken/tags/skype/

Note: Skype's presence service returns an "Unknown"


status unless you've enabled "Allow my status to be shown
on the web" in your Skype client's privacy options.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Mar-03
notes for 6.x

Find out more · Bugs and feature requests

Comment OG
By rapsli on the 28th of February, 2008

This module allows for integration


between Comment and Organic Groups.
The functionality varies widely between
Drupal 5 and 6.

As always, feedback and patches are


welcomed!

Drupal 6
The Drupal 6 version of the module does the following to all Organic Group-
affiliated nodes:

removes the comment link for non-members


removes the reply link on comments for non-members
disables the comment form for non-members
gives group admins the ability to delete comments within their groups
(ignoring core comment module access)

1248 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Just install it and it's ready to go. No further configuration is required.

Drupal 5
When submitting a comment, a user can choose if the comment is public or can
assign it to one or several groups the user belongs to. When looking at the
comments the user only sees the public comments or the ones that are for the
group the user belongs to.

Make sure to read the readme.txt, else the module won't do anything! Just read
the manual if you usually don't... it's not even long.

Drupal 5 sponsored by www.rapsli.ch


Drupal 6 sponsored by Columbia University

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

Incoming
By Scott Falconer on the 14th of August, 2008

Incoming allows you to be alerted when there is a significant change in the amount
of traffic coming to your site from an outside source. It's main purpose is to give
you a heads up if your site is about to be featured on Digg, Slashdot, or any other
high traffic site so you're not caught unprepared.

I've attempted to make this module as lightweight as possible, so it doesn't create


any of it's own tables, but instead monitors the sessions table to detect changes in
visitor load.

The "Alert Threshold" lets you set the amount of new visitors to your site needed
to trigger an alert. This number is not the total amount of visitors on your site, but
the change in the amount of visitors on your site during a specific "timespan".

The "Timespan" is the amount of time in which a change in visitors is measured. In


effect, the module takes a snapshot of the activity on your site over a specified
period of time, and monitors for increases in anonymous users on your site.

For example, if you set your "Alert Threshold" to 50 and your "Timespan" to 10
minutes the possible outcomes are this.

Example 1:
First ten minutes: 25 visitors.
Second ten minutes: 25 visitors.
Total visitor change between timespans is 0. No alert will be sent.

1249 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Example 2:
First ten minutes: 300 visitors.
Second ten minutes: 340 visitors.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-15
notes snapshot

Find out more · Bugs and feature requests

Show unpublished comments


By SiliconMind on the 11th of March, 2009

su_comments (Show unpublished comments) is a small module, that allows you to


display unpublished comments to their authors. It's just a kind feedback - to show
users that their comments have been saved and await moderation. Such
unpublished comments are displayed only to their authors (and of course
administrators). Use of this module makes sense only if you run site with
moderated comments!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

Patchdoq
By doq on the 19th of April, 2009

Adds API to patch Drupal core and contributions from code.

Using Patchdoq module


In you own module you should implement hook_patch(). For example:

<?php
/**
* Implementation of hook_patch().
*/
function mymodule_patch() {
$path = drupal_get_path('module', 'mymodule');
return array(
//
// Drupal core patches.
//
'simpletest drupal.js' => array(

1250 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

'name' => t('Simpletest module fix'),


'description' => t('My hacks to simpletest module.'),
'file' => $path .'/drupal/drupal.js.patch',
'patch arguments' => '-u -p1',
),
//
// 3rd party contributed modules patches.
//
'cck content' => array(
'name' => t('CCK content module fix'),
'description' => t('My hacks to CCK content module.'),
'file' => realpath($path .'/modules/cck.patch'),
'patch arguments' => '-u -p0 -d "'. drupal_get_path('module',
'content') .'"',
),
);
}
?>

More information
Patching Drupal core through web-admin.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-09
alpha3 notes for 6.x

Find out more · Bugs and feature requests

FeedAPI Field Inherit


By antoniodemarco on the 10th of June, 2009

Generalizing what the Feed Element Mapper module does for taxonomy, this
module allows to automatically set fields in the feed items individual nodes by
inheriting field values from the parent node.

Module Dependences

The module depends on:

FeedAPI: http://drupal.org/project/feedapi
Feed Element Mapper: http://drupal.org/project/feedapi_mapper
Content Construction Kit (CCK): http://drupal.org/project/cck

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

1251 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-10
notes snapshot

Find out more · Bugs and feature requests

Amazon S3
By venkatd on the 18th of June, 2009

This module provides an administrative interface to browse, create, and delete


files/buckets (buckets can be thought of as folders) from Amazon's servers.

It also provides a drupal-style API for use by other applications. The API allows
listing, creating, and deleting files/buckets. There is a config form located at
admin/settings/amazon-s3 that allows admins to store their authentication keys
for use by the API.

The module relies heavily upon the S3 class located at http://undesigned.org.za


/2007/10/22/amazon-s3-php-class. The API I provide is essentially a wrapper to
this class.

I have been busy lately and the Amazon S3 module has been pushed to
the bottom of my priority list. If anyone is willing to maintain it, I would
be grateful. I will answer any questions you have.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-18
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 192 193 194 195 196 197 198 199 200 … next ›
last »

Page break by AutoPager. Page( 197 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

1252 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Pending User Notification Block


By Jay Matwichuk on the 6th of July, 2009

Concept
This module is for sites that allow users to create an account, but require
administrator approval for account activation. This module creates a block that
shows a list of unactivated user accounts, with links to their account pages. This
block is visible for anyone with 'administer users' permission, and will not be
shown to any other users.

Directions
After enabling the module, go to admin/build/block and place the block in the
region of your choice. The block is not enabled by default.

Javascript
Only five users are shown at a time. For users with javascript turned off, they will
only be able to see these five users. For users with javascript turned on, if there
are more than five accounts awaiting approval, they will be given a pagination list
at the bottom. This pagination is done using javascript/ajax, and will not require a
page reload to go through all the pending user accounts.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

Mass Content Creator


By cfab on the 13th of November, 2009

This module is useful for developers who want to fill the site with a content
skeleton.
From a titles list and a standard body content, you can create the corresponding
nodes (having choosen the adapted content type). You can set a menu to put the
nodes in and a term to tag with.

This is not a content import, neither a complete fake content creator : it's a mix
between this to simply create the skeleton of your site with true nodes containing
a temporary content.

To come, if needed : add multiple terms, general settings (like authorized content

1253 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

types).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-13
notes for 6.x

Find out more · Bugs and feature requests

Style (CSS) Settings


By fokke on the 6th of February, 2008

This module lets you use any (custom) theme setting or Drupal variable in any of
your theme style sheets (CSS). It replaces all your theme style sheets by a
rewritten version. Using special tags in the original style sheet you can replace a
default value by any (custom) theme setting or Drupal variable. Because these
tags are in fact comments the theme will still work without this module, showing
the default values.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Mar-19
notes for 6.x

Find out more · Bugs and feature requests

Revisions RSS
By alexj on the 5th of March, 2008

#D7CX: I pledge that Revisions RSS will have a full Drupal 7 release on the day
that Drupal 7 is released.

This module generates an RSS feed for node revisions. This allows users to
subscribe to updates to individual nodes. This functionality is particularly useful for
tracking changes to collaboratively developed content on auto-revisioning node
types.

This module allows administrators to customize which node types will have feeds
generated for them, and which roles have permissions to view those feeds. The
number of items per feed is taken from Drupal's internal RSS Publishing settings,
but preferences about teasers and node full text are ignored; the revisions feed
only contains revision title, date, log and author data.

If the Diff module is installed the feed will include a link to view the differences
between each revision and the current node version.

Development of this module was sponsored by Great River Regional Library


(http://www.griver.org).

1254 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: The Drupal 5 version of this module is no longer supported.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta2 2010-Feb-26
notes for 7.x
Download · Release Recommended
6.x-2.1 2010-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

FeedAPI Comments
By Aron Novak on the 29th of September, 2008

FeedAPI Comments is a FeedAPI add-on for aggregating comments to your site.

It consists of a parser that pulls comments from a remote site and a processor that
creates Drupal comments from it. You can alternatively use FeedAPI's node
processor which allows you to create nodes from remote comments.

Currently supported sites:

flickr.com
youtube.com
vimeo.com

Additional sites can be implemented by following the example of


feedapi_comments/parser_comments/sites/vimeo.inc.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

Default Image Attach


By Craig Gardner on the 30th of October, 2008

This module will allow a site administrator to set a default image when using the
image_attach module. The image being picked must already be uploaded as an
image node.

Version Date Links Status

6.x-1.x-dev 2008-Nov-08 Download · Release Development

1255 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-30
notes snapshot

Find out more · Bugs and feature requests

Module supports
By Dave Reid on the 10th of November, 2008

This module shows how modules can be


enhanced by or enhance other modules
by using information provided in
module .info files (implementation of
#328932: Modules and partial
dependencies - "Enhanced by" field in modules .info file ).

The following are all the supported directives:

dependencies[] = modulename
recommends[] = modulename
suggests[] = modulename
enhances[] = modulename
breaks[] = modulename
conflicts[] = modulename
replaces[] = modulename

This information will most likely be used on the redesigned drupal.org, so start
implementing this now in your own modules!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-10
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-10
notes for 5.x

Find out more · Bugs and feature requests

TaxiSelect
By Alan D. on the 31st of January, 2009

A widget to assist users entering


hierarchical data using an autocomplete
textfield on node add/edit forms.

Only the 6.x-2 branch can be

1256 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

associated with multiple select vocabularies. This branch can now be optionally
used to bypass the core Drupal server / memory intensive handling of large
vocabularies. It loads a single item rather than the entire vocabulary!

This new branch CAN NOT be used with Hierarchical Select or Big
Autocomplete TAXonomy as only one such module is supported by Drupal.

A hierarchical pseudo "free tagging" feature is an optional feature in the 6.x


branches where new terms can be added and positioned from a singular textfield
into any hierarchical vocabulary.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2009-Dec-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Feb-11
notes for 5.x

Find out more · Bugs and feature requests

Field Tool
By jpetso on the 24th of March, 2009

Pretty much every friggin' import/export module for Drupal (and there are some)
has a tendency to implement their own hooks for retrieving information about node
fields, and the CCK support that comes with them. Also, pretty much all of these
solutions have a tendency to tie their hooks and field discovery to their module in
some kind of way.

If you are a module developer and want to retrieve information about which kinds
of stuff exists in a node, and what you can do with it... where do you get that
information? Drupal core does not provide a registry for all node properties, let
alone additional information like schema information or a standardized way to
retrieve or set that data. CCK covers only a part of the whole node, disregarding
the more fundamental properties like node author or creation date.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Views catalogue
By joachim on the 10th of October, 2009

A catalogue shows items in a category, along with subcategories.

1257 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

In Drupal terms, this is a view of nodes and a view of terms combined, with a
taxonomy term argument: the first shows nodes for the given term, and the
second view shows the child terms of the given term.

For an example, see the image gallery system in Image module. This module takes
that code and generalizes it.

Features

- Embeds the view of child terms above the view of nodes


- Use the included term argument handler to support hackable URLs, ie,
myview/grandparentterm/parentterm/term.
- (Pending) Output those paths for taxonomy terms. See also #606864: give the
PHP code variables . (Patches or suggestions to make this a bit more seamless
welcome.)

Status

Code in CVS works. Please try it and report back!

Recommended

To show a grid of items, use the Views Fluid Grid module.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-27
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 193 194 195 196 197 198 199 200 201 … next ›
last »

Page break by AutoPager. Page( 198 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

1258 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Click Thru Tracking


By kbahey on the 9th of November, 2005

This module provides the ability for site admins to track clicks on their site such as
advertising campaigns and newsletter click throughs.

The clicks are organized into groups, so ad campaigns can be tracked if they
involve more than one node.

It works by displaying a special link (such as click/123/2) on each node. This is


only visible to the admin or other users who have special privileges.

This contains the node id (e.g. 123) and the group id (e.g. 2).

The admin then uses this link externally (e.g. for advertising or newsletters). When
visitors click on that link, the database is updated with daily, weekly and total
clicks.

Each node will have an extra tab that displays detailed clicks. There is also an
overall click report under admin/logs.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-14
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Jun-02
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Synonym Collapsing
By cwgordon7 on the 15th of January, 2008

This module allows site administrators to easily collapse several similar


(synonymous) terms into one super-term, as to avoid duplicate terms (for both ny
and New York, say). This will likely be in core of Drupal 7.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jan-15
notes for 6.x

1259 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-May-21
notes snapshot

Find out more · Bugs and feature requests

Enabled modules
By Benjamin Melançon on the 9th of April, 2008

The enabled_modules module provides two features that serve two purposes:

1. List all enabled modules (whether the installed code base is present or not–
enabled but absent modules are flagged missing).
2. [Not yet implemented] Provide a block showing recently enabled modules
(with links to the module's administration tasks) and provide a list of recently
disabled modules.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-14
notes snapshot
Download · Release Recommended
5.x-1.0-beta 2008-Apr-23
notes for 5.x

Find out more · Bugs and feature requests

Inline Tags
By acrollet on the 9th of June, 2008

This module provides a filter for Drupal whereby


any tags wrapped in the
appropriate markup and placed in the body of a
node will be extracted from
the body and added to the free tagging
vocabulary of one's choosing. The
format looks like this:

[tags]drupal, modules, xmlrpc, free tagging,


folksonomy[/tags]

The vocabulary to use and node types to apply the filtering to are
selectable on the settings page. In addition, one may select whether
inline tags replace or are added to existing tags when editing a node.

This module is based on sample code provided by Sean Buscay at:


http://seanbuscay.com/code/inline-tags-sample-module-code

1260 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was created for its ability to free tag nodes created and edited with
xmlrpc clients. (functionality not
provided in the 6.x blogapi module)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Absolute src
By jimyhuang on the 29th of June, 2008

When sending e-mail / using CDN/static file server, we often need to parse images
to absolute url. This is why this tiny module exists.

This module only parse relative url to absolute url dynamiclly, and you can also set
custom url when you have CDN/static file deliver server.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jun-29
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Sep-07
notes for 5.x

Find out more · Bugs and feature requests

Sphinx search
By markus_petrux on the 15th of August, 2008

This module integrates Drupal with Sphinx Search, a full-text search engine
available under GPL version 2. It can be used as a drop in replacement of Drupal
search framework. It also offers tagadelic and faceted search support. Sphinx can
be installed on the same server Drupal is running, however it is recommended to
do so on a different one. You can even partition indexes, each managed from a
different server, so Sphinx provides an ideal alternative when you need to
implement a fast and scalable solution for your site.

Requirements:
PHP 4 or 5 (compiled with --enable-memory-limit).
Sphinx 0.9.8 (shell access is required here)

Features:

1261 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

High search speed (avg query is under 0.1 sec on 2-4 GB text collections),
high scalability (upto 100 GB of text, upto 100 M documents on a single
CPU), distributed searching, phrase proximity ranking, stemming, stopwords,
etc.
Search page with options to filter by author, content types (configurable),
taxonomies (configurable), support for all, any and phrase matching modes,
sort by relevance, date created or last updated time, ascending or
descending. It also provides options to customize search results page (size of
excerpts, results per page, easily themable, etc.). Separate flood thresholds
per anonymous and registered users. Options to log or not to log search
requests.
Configurable tagadelic alike pages and blocks (tag clouds). Term links can be
taxonomy managed or set to start a new search with predefined filters.
Basic faceted search support using a block that is displayed only under the
context of search pages. It complements the advanced search form with
facets for taxonomies, content author and content type.
Modular design to make it easy to reuse functionality so it's open to create
external modules based on this one to provide alternate search interfaces to
deal with different kind of things. It is all around content, which means
nodes, though. Future versions will add support to extend indexes with
additional fields, etc.
It is possible to set the path for the search page from the admin panel, so the
search page provided by this module can co-exist with anything else you
might have installed in your site. Choose an unused path that better suits
your needs and go. Usage of this module is independent of Drupal core
search for content, so you can disable Drupal core search completely. If you
need Drupal search framework to provide search capabilities of different
kinds, such as searching for users, then you may wish to take a look at Core
Searches module.
This module implements methods to build Sphinx indexes using XMLPipe
source type. This makes it possible to index any kind of text around nodes.
For instance, it is possible to index comments, CCK fields, etc. The XMLPipe
generator uses nodeapi 'alter' and 'update index' to allow external modules
alter and/or inject extra text to be indexed, the same way Drupal search
works. Please, check out the README.txt of the project for installation
instructions, and deeper overview of implementation details.
Administration panel with options to customize Sphinx searchd connection,
Sphinx Client API settings, etc. There's also a "Check connection" option that
is aimed to help us diagnose connection issues.
Sample script for managing the Sphinx searchd daemon (start/stop/restart)
and also options to build main/delta indexes. Sample sphinx.conf and
logrotate script. See contrib subdirectory of the package.

Version Date Links Status

6.x-1.x-dev 2008-Nov-08 Download · Release Development

1262 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Recommended
5.x-1.4 2008-Nov-07
notes for 5.x

Find out more · Bugs and feature requests

Contact Manager
By darren.ferguson on the 7th of November, 2008

Contact Manager to manage contacts over different mediums.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-25
notes for 6.x

Find out more · Bugs and feature requests

Remote File
By clemens.tolboom on the 8th of January, 2009

This module let you attach/download remote images to an image field.

Note: the user of this module could break copyright rules. So make sure you only
acquire files from the right sites.

The module needs more features but it works for me:


- download images from wikipedia for further display.
- having a link to the image back to wikipedia.
- do proper validatation instead of generating errors when saving the node.

Create a content type with two cck fields:

1. link field: name this field_remote_YOURNAME_link


2. image field: name this field_remote_YOURNAME_image. Make it not
required

The naming is essential. Field names must begin with field_remote_ (which is
CCKs nature) and end with either _link or _image. The module checks for
fieldnames ending with _link then tries to find a matching _image field. If so the
links are used to download the images and validation errors occur while saving the
node (sick).

Create a new node and fill in the link to an image ie http://upload.wikimedia.org

1263 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

/centralnotice/images/puzzle-piece.png
Submit the node and there the images is downloaded to your site ready for image
cache, views, etc.

If you want this module get more features before I need them please chipin some
bucks.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-15
notes snapshot

Find out more · Bugs and feature requests

NodeSymlinks
By wojtha on the 19th of January, 2009

NodeSymlinks allows you to display the


same content to users at multiple
locations in the Drupal menu system
with unique URL path, unique navigation
breadcrumb and without the SEO penalty
that usually occurs with multiple copies of
the same content.

This is useful when you want to have the


same page reachable though multiple menu
items, each with its own URL, menu trail and breadcrumb path.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-14
notes for 6.x

Find out more · Bugs and feature requests

Import
By cyberswat on the 27th of January, 2009

There are a multitude of different import and export modules in existence to


handle the complex task of getting data from other systems into Drupal. A wiki
page has been created in an attempt to focus the efforts of the module developers
and provide a handy guide for users looking to make a decision.

Please focus all efforts for Import to the Migrate module.

I tried to discontinue this module but it's simplicity and many user requests have
required me to keep supporting it.

1264 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-09
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 194 195 196 197 198 199 200 201 202 … next ›
last »

Page break by AutoPager. Page( 199 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

OG Bookmarks
By wesku on the 7th of March, 2009

Shared bookmarks for OG groups. Bookmarks are displayed as a block in all group
pages and group admins can add new items. This module can be used either for
shared internal/external bookmarks or to create a separate menu for each group.
Group admins can only edit bookmarks in their own group and do not have to get
access to menu administration.

The module is still under development. Displaying, adding and managing


bookmarks are currently implemented. Theming support and default bookmarks
for all groups are not yet implemented and code still needs major refactoring.
Using the module in production is currently not recommended.

Most functionality and a lot of code in this module is based on the bookmarks
module.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-07
alpha1 notes for 6.x

1265 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

OpenID autoregistration
By valthebald on the 9th of April, 2009

Module allows automatic registration of (successfully logged in) OpenID users,


even in case OpenID provider didn't supply data necessary for Drupal user
registration (valid username and email).

Module maintained by Valery Lourie (http://www.valthebald.net)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-10
notes for 6.x

Find out more · Bugs and feature requests

SWFObject Filter
By Robert Castelo on the 24th of May, 2009

SWFObject Filter module automatically loads the SWFObject script into the head of
the page if it's needed.

About SWFObject

SWFObject 2 offers multiple standards-friendly methods to embed SWF files into


web pages. It uses JavaScript to detect Flash Player and avoid broken SWF
content, and is designed to make embedding SWFs as easy as possible. It supports
the use of alternative content to display content to people that browse the web
without plug-ins, to help search engines index your content, or to point visitors to
the Flash Player download page. SWFObject 2 detection is future-proof, includes
Adobe Express Install, and offers an elaborate API for JavaScript developers. All of
this is powered by one small (under 10K) JavaScript file.
- http://www.adobe.com/devnet/flashplayer/articles/swfobject.html

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-25
notes for 6.x

Find out more · Bugs and feature requests

Block Queue

1266 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By gogasan on the 26th of June, 2009

#D7CX: I pledge that Block Queue will


have a full Drupal 7 release on the day
that Drupal 7 is released.

About the Project

Block Queue solves one of the major


shortcomings of Drupal 6 block
management: the ability to easily
re-use blocks in different regions, on different pages, with arbitrary ordering.

Block Queue allows users to create "queues" of blocks much like Nodequeue allows
to create queues of nodes: by adding arbitrary blocks to the queue and ordering
them any way necessary. Queue size can be limited.

Queues are exposed as blocks and can be easily included in Drupal regions.

Credits

Sponsored by The World Bank

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Sep-08
notes for 6.x

Find out more · Bugs and feature requests

User One
By Ki on the 20th of October, 2009

This module allows for first user (uid 1) to create a login name different from
username. It can be useful if site admin does not want to reveal login name of the
first user for whatever reason. It should be noted that hiding admin's login name
does not necessarily add to better security, and having secure password is more
important.

Other features:

* User One also lets site admin specify list of allowed IP addresses from which
admin account can log in.
* View and edit of user one account is controlled.
* Deletion of user one account is blocked for every user including user one itself.

The project has been developed by Urban Insight.

1267 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Dec-31
notes for 6.x

Find out more · Bugs and feature requests

Remove Upload Enclosures


By mfer on the 1st of October, 2007

This module removes the enclosures created by the upload module on RSS feeds.

The upload module automatically attaches uploads as enclosures to RSS feeds.


There are times where you don't want this.

One case is when you have audio files attached to nodes as enclosures along with
pdf files. Feed readers and feedburner may not see these as podcast feeds and
may have problems with them. This small module removes the upload module
enclosures so this problem can be avoided.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2007-Nov-18
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Oct-01
notes for 5.x

Find out more · Bugs and feature requests

Activity Log
By irakli on the 22nd of September, 2008

Warning: although the code _works_, there are very active discussions on
what it does, and -- more importantly -- how it does it. See
http://groups.drupal.org/node/15088

This module allows you to log your user's activity.


The module itself is tiny: it's basically a glue module between:

* Two database tables that hold activity and activity target informationb
* The Rules module, used to intercept module's events and log things onto the
activity log table
* The Views module, used to create blocks with the db structure. Views support is
limited. However, the module can be used/tested since it provides configurable
blocks and theming functions

Version Date Links Status

1268 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-24
notes snapshot

Find out more · Bugs and feature requests

Comment Count Image


By jpetso on the 12th of October, 2008

RSS feeds are only updated once in a


while by feed readers. Comments might
be updated anytime. Still, it would be
cool to show the current number of
comments on a given page, blog post,
or whatever content. The feed-loving
user can then tell in a glimpse if visiting
the page will pay off, if there are
comments at all or if there are new
comments compared to an earlier visit on that page.

This module provides this functionality by means of an image whose URL stays the
same for each post (thus not requiring the feed itself to be updated). The image
itself is dynamic though and always reflects the current number of comments.

Once activated, the module automatically adds the comment count images to each
feed item if comments are enabled for the corresponding node. No further
configuration options are provided (and not necessary either).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Oct-24
notes for 6.x

Find out more · Bugs and feature requests

Login one time


By danielb on the 8th of November, 2008

Login One Time provides functions for emailing a one-time login link to a
user.

The use case for this is where your users can't figure out how to use a username
and password - so they phone you requesting an email link to what they need.

Usage:

Users with the appropriate permission can send a one-time login via a user's

1269 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

profile page.

API Usage:

print login_one_time_button($account);

This will create a button, that when pressed sends an email to the email address of
that $account giving them a one-time login link.

If you would like them to start on a particular page, you can add an extra
parameter $path like so:

print login_one_time_button($account, $path);

If you would like to skip the button and just call a function that sends the email
straight away:
login_one_time_send_mail($account, $path);

Email template configurable at the user settings page.

This modules differs to One-time login links as it emails the links and does not
require you to download a CSV of one-time links to manage yourself.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

AHAH Page Storage


By effulgentsia on the 20th of December, 2008

This module provides a way for modules to store information about the state of a
page as it changes during AHAH callbacks. It provides no end-user functionality,
but gives an API for other modules to use. Examples of modules using this are
ahah_script_ensurer and ahah_style_ensurer.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 195 196 197 198 199 200 201 202 203 … next ›
last »

1270 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 200 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

User Queue
By xmattus on the 6th of February, 2009

User Queue is a module which is functionally quite similar to Nodequeue. It allows


you to create multiple queues, add users to them, and order the users within the
queue. Queues can have a maximum number of items, or be unlimited.

In addition to the administrative pages for adding, removing, and ordering users,
each queue will be presented as a block. There is a basic theme hook that the
blocks call which can easily be overridden in the event that you want to link
somewhere else than the user's profile page, or you want to do something more
interesting than the default item_list theme.

This module was developed for The New York Observer. Development has been
supported by the Observer Media Group.

Future Plans
If this module proves or would prove useful to people, then I'd be willing to
consider one or more of the following improvements:

Views integration
More AJAXy add/delete in the queue admin
Actions integration
More theme options
A true queue is FIFO (first in first out), so really adding a new item to the end
of a full queue should pop the first item off the top. Would this be a
preferable behavior to what I have now (just returning an error when an
admin tries to add a user to the end of a full queue)?

1271 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-06
notes for 6.x

Find out more · Bugs and feature requests

Drupal FTP
By aaron on the 22nd of June, 2007

This is just an engine right now, and an FTP browser. Not sure where I'm going
with this, but there wasn't anything giving an FTP interface in Drupal that I could
find, so here's a start. Currently, it hard-codes the ftp u/p info, and defaults to
ftp.drupal.org, just to give you the point. After installing, go to /admin/settings
/drupal_ftp, and possibly change access rules at /admin/user/access.

This is an extensive remodification of the my_ftp class (though no longer a class)


at http://www.devarticles.com/c/a/PHP/My-FTP-Wrapper-Class-for-PHP/

Possible uses:

ftp browsing
automatic module/theme installation
inline file modification

I made a custom module using this as an API that will copy Image files (during
upload) to an ftp server, so they may be served from off-server. But it's a fairly
specific use, and doubtful there's much use for that sort of application. However,
I'd be happy to contribute it if there's a need for it.

Direct any questions or suggestions to winborn (at) advomatic (dot) com

Aaron Winborn

Find out more · Bugs and feature requests

Email Input Filter


By markfoodyburton on the 6th of August, 2007

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.

Version Date Links Status

6.x-1.0 2009-Aug-29 Download · Release Recommended

1272 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Aug-15
notes for 5.x

Find out more · Bugs and feature requests

vBulletin to Drupal
By Liam McDermott on the 6th of November, 2007

This module will import your data from vBulletin forums into Drupal forums. It
includes a login manager that allows existing forum users to login without having
to reset their passwords.

This module was developed for The Webmaster Forums (who have recently moved
to Drupal--yes, we do like Drupal's forum!)

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Feb-11
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Feb-11
notes for 5.x

Find out more · Bugs and feature requests

Restrict Login Access by IP Address


By peligrorice on the 23rd of February, 2008

This module allows an administrator, or user with appropriate privileges, to specify


an IP Address, or a range, that a user is allowed to login from.

I hope to be able to apply this functionality to groups, but that is further in the
future and may end up on the 6.x release.

This is still in beta, and will remain there until I'm sure that enough testing has
been done. (this means you)

If you installed Beta1, or Beta2 you will need to uninstall (make sure and
run the un-install script).
Then download, unpack, and install the new version.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-25
notes for 6.x

1273 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0-beta4 2008-Mar-12
notes for 5.x

Find out more · Bugs and feature requests

Ogone | Ubercart payment


By kees@qrios on the 21st of May, 2008

Payment module for Ubercart. Integrates Ogone PSP


gateway as a checkout method for Ubercart.

Features:

Payment method choice after redirection to Ogone


Secure payment status verification (SHA-1 encryption)
All settings adjustable in admin form

Todo:

Further reviewing/testing
Cleaning up/formatting code, adding code comments
Automatic currency detection (not working, it's an admin setting right now)
Automatic language detection (not working, it's an admin setting right now)
Maybe: Handle payment status feedback more specifically (now only OK is
handled, everything else is returned to the checkout page)
Suggest me...

Please read the included "readme.txt" carefully before posting issues and
question, thank you.

Thanks to the helpful Ubercart team and forum users for tips and answers.

Development:
Qrios Webdevelopment

More info on Ogone:


Ogone site

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Aug-13
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Aug-09
notes for 5.x

1274 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Watchlist
By cwebster on the 18th of May, 2009

This module creates a "Watchlist" tab for each user,


which allows the ability to configure granular e-mail
notifications based on 1.) the user performing the
action, 2.) the content type of the node being affected,
and 3.) the action being performed on the node.

The Watchlist Form


User details
The first section in the Watchlist form is titled "User
details". It allows you to choose to receive e-mail from a.) everyone, b.) ONLY
listed users, or c.) everyone EXCEPT listed users. Then, based on the option that
has been selected, the current user is able to create a list of other users to apply
this filter to. For example, in the screenshot, the current user has chosen "Show
updates from: ONLY the user(s) listed below...", and has selected the users "Chris"
and "Ross". This means that the current user will receive e-mail notifications based
on the actions of only these two users, and no one else.

Content details
The second section in the Watchlist form is titled "Content details".
It contains a matrix of content types and actions, and allows users to select when
they would like to be notified. For example, in the screenshot, the current user has
chosen to be notified when a node of the content type "checklist" is created or
updated, but not when it is deleted.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-01
notes for 6.x

Find out more · Bugs and feature requests

Content Levels
By jamsilver on the 11th of September, 2009

The Content Levels module exposes a


cck field type & widget by the same
name.

This field allows the user to define some


ordered series of content ranking (e.g. 'Gold', 'Silver', 'Bronze') and to specify the
visibility and editability of each field on the content-type depending on the content
level of a node.

1275 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc5 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

Chrome Frame
By jrglasgow on the 23rd of September, 2009

Stop fighting with developing for IE.

Enable your site to use Google Chrome Frame.

From the Google Chrome Frame Website:

Google Chrome Frame is a free plug-in for Internet Explorer.


Some advanced web apps, like Google Wave, use Google
Chrome Frame to provide you with additional features and better
performance.

This module

Adds a meta tag to all site pages enabling them for Chrome Frame
Admin settings
Prompt the user to install Chrome Frame?
Don't Prompt
IE 6 only
Prompt for all versions of IE

Upcoming features for this module

Admin Setting: Give the user a choice to be reminded later to install the
plugin or never be prompted again.

Note:

Google Chrome Frame is currently in Developer Preview.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-19
alpha2 notes for 6.x

Find out more · Bugs and feature requests

1276 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Quiz Block
By xcf33 on the 29th of September, 2009

Project Descriptions:
This module displays a multiple choice
quiz question in the form of a block, the
user will be able to pick an answer and
receive a feedback based on the answer
the user has provided.

The module current has the following


functions:

Random quiz question selection from a pool of questions, it means each time
the user loads a page from the drupal site, a random quiz question will be
picked out from the question database and displayed.
Complete administration interface to add/edit/enable/disable/delete
questions from the quiz question pool
AHAH (Ajax) quiz submission

Note: This is not an alternative to Quiz module: it is simply a light-weight


module that displays a question of the day type quiz on a drupal block

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 196 197 198 199 200 201 202 203 204 … next ›
last »

Page break by AutoPager. Page( 201 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage

1277 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

statistics for all modules to view the most popular modules used by the Drupal
community.

Drupal Queue
By alex_b on the 31st of October, 2009

Backport of Drupal 7 Queue API.

Note: if you use Drupal Queue, make sure to configure Drupal cron and Drupal
Queue's own cron entry point. See README.txt for details.

Drupal Queue Drupal 7 issues

#391340 Job Queue API


#578676 Use queue for cron

Based on an initial patch to Drupal 7 core by chx, dww, neclimdul et. al.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Already In
By Matt V. on the 14th of December, 2009

The Already In module redirects authenticated users who attempt to visit the login,
user registration, or password reset URLs to the /user page instead. This prevents
authenticated users from getting an Access Denied error message. Optionally, the
module can display a "You are already logged in" message when redirecting users.

If you are interested in seeing this issue addressed in Drupal 7, please see
#17664: user/register should show custom message instead of 403 for logged-in
users .

This module borrows from code originally posted by loze and asimov.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-02
notes snapshot

Find out more · Bugs and feature requests

Uploadify

1278 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By makara on the 22nd of December, 2009

http://www.uploadify.com/

writing description.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-26
notes snapshot

Find out more · Bugs and feature requests

Automodal
By Crell on the 13th of January, 2010

Automatically convert certain classed links to modal popups.

With this tool, you can cause links to automatically open in modal dialogs. The
module's code simply examines all links in a document and turns any link with the
designated CSS selectors (by default, the class automodal ), and turns those links
into modal links.

For example, by default it looks for links like this:

<a href="http://example.com" class="automodal">Click me!</a>

The link above has the class automodal , and so the automodal module will cause
this link to open in a modal dialog.

Note: The purpose of this tool is to open other pages on the Drupal site to open in
modals, not to redirect off site.

One of the important features of this module -- and something that distinguishes it
from other modal modules, is that this one works fine with Drupal FAPI forms.

Related modules:

Modal Node Reference: Create a node referenced node on the fly in a modal.
Entablificate: Turn panel panes into blazingly fast tabs.

Dependencies

1279 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module depends on ModalFrame, which in turn depends on jQuery UI.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-13
notes snapshot

Find out more · Bugs and feature requests

Node published
By kiam on the 15th of January, 2009

This module provides extra functionality to Ubercart and UC Node Checkout.

Basically, it controls the status (published / unpublished) of


uc_node_checkout node types when the order's status changes.

Order completed => node published


Order not completed => node unpublished

It also updates the order status when the node's status is manually
changed.

Node unpublished => order moderated


Node published => order completed
Node deleted => order cancelled

This module is useful if you want features such as:

Paid advertising on your site


Paid classifieds / job listings
Have people pay to publish their content on your site

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc3 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

Letters
By seanr on the 7th of November, 2007

This module allows users to write a letter to newspaper editors. It will allow users
to enter a zip code and a search radius and will then display a dropdown list of

1280 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

available newspapers and a letter submission form.

This module depends on the Location module to enable zipcode-based searches of


available newspapers. Be sure that you have enabled the Location module and
installed the zipcode data packaged with it.

There is now a GUI in the letters module for adding/editing/deleting individual


newspapers, however you can also do bulk inserts using the following SQL code for
each paper.

INSERT INTO letters_newspapers


(title,address,city,state,zip,phone,fax,email,homepage,statewide) VALUES
('Example Newspaper','1 Nonexistant St,
NW','Washington','DC','20005','202-555-5555','202-555-5555','editor@example.com','http://w

The last value should be '1' if you want the newspaper to show up in all searches
regardless of the zip code (useful for a major regional paper in a smaller or less
populous state.

This module will now integrate with CRMAPI.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Aug-10
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-May-21
notes for 5.x

Find out more · Bugs and feature requests

ipAuthenticator - authenticates an IP to a role


By jonfrancisskydiver on the 29th of April, 2008

Note: The difference between the Drupal 5.x and 6.x versions of this
module are substaintial. So substaintial, that I would only use the Drupal
6.x version. For Drupal 5, you may want to look into:
http://www.drupal.org/project/ip_login -- Be sure to thank the developer for
coming to the rescue and providing a functional module and strong support to
those who are having issues.

This module allows an administrator to assign an IP or a range of IPs to any role or


user account. This is useful for Intranets or developing your site locally. It's
possible to assign a single range of IPs or an IP to multiple roles or a single user
account.

This module is useful for intranet website that is accessible both outside and inside
a local network. A user can have basic privileges to sensitive data without having
to login while inside a local network; however, they will have to login if they are
accessing the site from outside a local network.

1281 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Once installed you can add, edit or remove IPs from the administrator's menu
(admin/user/ipAuthenticator).

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jul-02
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Jul-11
notes for 5.x

Find out more · Bugs and feature requests

uc_webmoney - Webmoney payment gateway for


Ubercart
By gor on the 16th of May, 2008

This module provides Webmoney payment gateway through


merchant.webmoney.ru website, when using Drupal Ubercart.

Drupal 5
5.x.-1.1
It was developed and tested for Ubercart 5.x-1.0-rc4.

Important! PHP have to support PEAR with extensions:


XML-Util
XML-Serializer
XML-Parser

5.x.-1.2-beta1
The XML_Unserializer object was replaced by XMLReader, which includes in PHP
5.x, so PEAR extensions are not needed anymore.

Please test this release!

Drupal 6
The version 5.x-1.1 was ported into Drupal 6.x. and Ubercart 2.x.
The XML_Unserializer object was replaced by XMLReader, which includes in PHP
5.x, so PEAR extensions are not needed anymore.

Please, make donation

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-14
notes snapshot
Download · Release Recommended
5.x-1.2-beta1 2009-May-24
notes for 5.x

1282 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

E-Publish : Select publication


By Anselm Heaton on the 31st of July, 2008

This module allows users of the E-Publish module to select/edit which


publication/edition a node is part of directly from the node form.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

UpDown
By Greg Hines on the 20th of August, 2008

This module is no longer under active development. Plans are in the works
to merge it with the Voting Up/Down module. While there will be an upgrade
path from this module to the merged module, please keep this in mind if
you're considering using this module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-13
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 197 198 199 200 201 202 203 204 205 … next ›
last »

Page break by AutoPager. Page( 202 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

1283 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Password Expire
By adaven on the 15th of December, 2008

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.

You can schedule warning messages notifying users when their password is close
to expiry. If you have the actions module enabled, then you can also schedule
emails to be sent. Both messages and emails can use (but do not require) the
token module
and provides tokens such as [pass-expire-days-left] and [pass-expire-month].

Note: In order for password expiry to work properly, cron must be scheduled
regularly.

Vote for this module at drupalmodules.com

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Media: Hulu
By aaron on the 13th of March, 2009

This currently provides support for Hulu.com to Embedded Media Field. Future
development will further support the Media module.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-13
alpha1 notes for 6.x

Find out more · Bugs and feature requests

RSS Feeder

1284 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Glick Interactive on the 26th of March,


2009

A simpler, user friendly interface for


feed functionality which can easily be
used and modified according to the
situational needs.
'RSS Feeder' module is a simple to use
module, to generate RSS feeds for your own site.

Features of "RSS Feeder" module :


1. It works on the custom query provided for the content.
2. Dynamic RSS generation is there based on specified time period.
3. Cached RSS data which provide better performance.
4. Simple Admin interface.

This module has been contributed by Glick Interactive for the development of the
website for MNN

Version Date Links Status


Download · Release Development
6.x-1.0.x-dev 2009-Apr-22
notes snapshot

Find out more · Bugs and feature requests

GMap + Geo
By bec on the 10th of April, 2009

Gmap_geo provides a Google Map location picker widget for Geo point fields and a
Google Maps-based output formatter for point, line, and polygon fields.

Requirements:

GMap version 6.x-1.1-RC1 or later.


gmap_geo is being kept in sync with Geo HEAD.

Gmap_geo adds functionality to Geo CCK fields, so to use its functionality you will
edit a content type.

When adding a "Geospatial data" CCK field to a node type, among the widget
options you will now see "GMap picker" along with the default "Direct Text
Entry" and "Latitude / Longitude".
In the "Display fields" tab you see when editing a content type, fields of type
"Geospatial data" and "Geospatial data reference" will have an additional
"GMap" formatter available. For fields that use the GMap picker widget for
data entry, this map will be formatted according to the macro in the field
settings; otherwise, it will use GMap's default settings. The map will
autozoom to show all the points (if the field has multiple points), but there is

1285 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

currently no autozoom for shapes and lines.

Gmap_geo depends on the following modules:

Geo
GMap
CCK

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-02
notes snapshot

Find out more · Bugs and feature requests

Decounter
By ivanjaros on the 15th of April, 2009

Decounter is a small module which


decreases node views counter each time an
admin or user role(s) is viewing a node.
User with access to administration can
select roles which node views will not be
counted for and optionally can set if an
admin's node views shouldn't be counted
too.

If you would like more functionality, try


Statistics Advanced Settings.

Update from previous versions to version 1.3 or newer is strongly


recommended.

If you found this module useful please donate.

Version Date Links Status


Download · Release Recommended
7.x-1.0 2010-Jan-19
notes for 7.x
Download · Release Recommended
6.x-1.3 2009-May-09
notes for 6.x

Find out more · Bugs and feature requests

SMS Bulk
By gunzip on the 26th of June, 2009

1286 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

SMS Bulk lets you mass send SMS to a filtered list of mobile phone numbers
(users, contact lists, civicrm contacts).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-07
notes for 6.x

Find out more · Bugs and feature requests

Classroom
By osoh on the 27th of July, 2009

Classroom is a simple but flexible e-learning system. It allows to create courses


containing resources, assignments and that kind of stuff.

This module is developed by Banot.net.

Features
Courses, resources, assignments, teachers and students management.
Automatic registration requests handling.
Quiz module integration.
Forum integration.
Privatemsg integration.

Status
We have released the first RC but we still need some feedback. So we'll appreciate
it if you could give it a try! Thank you!

We plan to release the first stable version about 15 March. So, stay tunned!

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

VBO Context menu

1287 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jide on the 8th of October, 2009

Provides a context menu for the Views Bulk


Operations module.

All operations available in a Views Bulk


Operations enabled view will show up in a
context menu on right click.

You can disable or enable the menu for each


display and optionally hide the regular VBO
form.

The module requires the jQuery Context Menu plugin to function properly.

This module has not been tested on IE.

Likwid
Based in Paris, Likwid is a web agency specialized in Drupal development.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

Permission Report
By nvahalik on the 10th of December, 2009

Permission Report calculates and displays permissions a user has and shows which
roles grant those permissions. It also provides ability to list users in a role, look at
role membership information, view which users have a particular permission, and
dig down into complicated role and permission problems.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-10
notes for 5.x

Find out more · Bugs and feature requests

Revision tags
By franskuipers on the 12th of February, 2007

A node can have many revisions. This module lets you tag revisions to keep track

1288 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

of your revision milestones. Tags can be public or not. If there is more than one
public tag, a block is available that lets you browse the revisions by tag.

Example usage
This could be used for documentation nodes that have to apply to different
versions of a software.

Features
Tagged revisions can be public or not. If they are not public, the tags are only
visible to users with the tag revisions permission.

By default, the tags must be unique. You can override this default by setting
$conf['revision_tags_unique'] = FALSE; in settings.php.

Permissions
The revision tags module defines two permissions; tag revisions and view tagged
revisions . With the view tagged revisions , a user is able to browse public tagged
revisions without the view revisions permission that exists in core. The tag
revisions permission only makes sense if the user also has view revisions
permission.

Views
Version Date Links Status
Download · Release Recommended
6.x-1.1 2010-Mar-03
notes for 6.x
Download · Release Development
5.x-1.x-dev 2010-Feb-23
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 198 199 200 201 202 203 204 205 206 … next ›
last »

Page break by AutoPager. Page( 203 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

1289 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views Fluid Grid - jQuery Masonry


By doublethink on the 2nd of March, 2010

This module uses the jQuery Masonry plugin to create a


fluid grid views display style.

The picture says it all.

This module is sponsored and developed by Untitled


Studios | Untitled Web.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

NGP COO/CWP Integration


By seanr on the 4th of April, 2008

Depends on CRMAPI. Full details coming soon.

This module requires NuSOAP. You can download NuSOAP here and extract the zip
file into sites/all/libraries/nusoap (the lib folder in the zip should end up as a
subdirectory in nusoap). Alternatively, if you have shell access you can run this
command from within the sites/all/libraries directory:

mkdir nusoap;
cvs -d:pserver:anonymous@nusoap.cvs.sourceforge.net:/cvsroot/nusoap co -P -d
nusoap/lib lib;

Version Date Links Status


Download · Release Recommended
6.x-1.23 2010-Feb-25
notes for 6.x
Download · Release Recommended
5.x-1.12 2010-Feb-10
notes for 5.x

Find out more · Bugs and feature requests

Tinytax taxonomy block

1290 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By sdrycroft on the 24th of October, 2007

Displays a vocabulary as a tree within a block. Provides blocks for each of the
vocabularies on a site. Browsing the terms within a block is done via AJAX like
calls, making it quick and a light load on the server.

A demo of this module can be seen with the bird classification on our demo
Scratchpad.

This module was inspired by the work of R.D.M.Page on PygmyBrowse.

Development of this module was carried out by Simon Rycroft and funded in part
by the EDIT project

Version Date Links Status


Download · Release Recommended
6.x-1.11 2009-Jan-08
notes for 6.x
Download · Release Recommended
5.x-1.11 2008-Jul-21
notes for 5.x

Find out more · Bugs and feature requests

Translatable Comments
By davidtrainer on the 15th of April, 2008

This module makes comments on your site translatable. It adds buttons to each
comment for various languages. Clicking a language will translate the comment
using the Google AJAX Language API.

The Language API is loaded externally from Google. More information about the
API can be found here:

http://code.google.com/apis/ajaxlanguage/

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-21
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-15
notes for 5.x

Find out more · Bugs and feature requests

CCK groups
By Robert Castelo on the 25th of April, 2008

Limit access to content to a group of users. This is a lightweight, minimal

1291 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

alternative to Organic Groups.

Example Use:

Limit access to a Case Tracker project and its cases to selected individuals.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Jan-04
notes for 6.x
Download · Release Development
5.x-1.x-dev 2010-Jan-04
notes snapshot

Find out more · Bugs and feature requests

Travelgrove Meta Search Integration


By litwol on the 24th of July, 2008

This integration allows for users to


utilize Travelgrove’s search engine for
travel, that scrapes the travel vendors,
for cheap airfares, cruises, hotels,
travel deals, and more. The system is
geo-targeted, where users from
Europe, Asia, United States, see results
specific to their IP. Prices are scraped
from over 100 travel sites, including all
the major merchants, such as Orbitz, Priceline, Travelocity, Cheaptickets, etc.

Approximately 1/3rd of all online transactions over the internet are travel related,
about 50 billion per year. The Travel Meta Search Module allows for Drupal website
owners or builders of sites to monetize their existing traffic to their site, as well as
provide a practical, useful, value-added tool. Some have even made a business
model for their site based around this tool alone.

50% Revenue Sharing: Like Google’s Adsense, site owners are paid PPC (pay
per click), which is much different than most other travel systems that pay PPS
(pay per sale). So, you will make money every time someone uses the search (up
to 20 cents). (this can average to be 1-2 fold more than the old PPS model that
most companies use).

And finally, to get paid you must get a PubID, which you can pick up here:
https://www.travelgrove.com/affiliates/login.php (located in the links/banners
section)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-24
notes for 6.x

1292 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

1293 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Ubercart Atos/Sips Credit Card payment


By zmove on the 4th of November, 2008

Add the Sips/Atos Credit Card payment system to Ubercart.

Compatible bank

This is one of the most (to not say the most) used credit card payment system by
french bank. The module is compatible with the following bank :

Credit agricole (E-transaction)


Société générale (Sogenactif)
Banque populaire (Cyberplus)
BNP Paribas (Mercanet)
La poste (Scellius)
LCL : Le crédit lyonnais (Sherlocks)
Crédit du nord (Webaffaire)

Compatible package

Here is the list of compatible package (be carefull, the Sips/Atos packages are not
included in the release, you have to get them from your bank) :

Linux API V5
Linux API V6
Win32 API V5
Win32 API V6

The module has been tested on Win32 API V6 and Linux API V6 with E-transaction.
Should work with others bank and others package, but I need more feedback
about it.

Don't work correctly with anonymous checkout. I'm looking for some
advices/help to resolve this issue. see here for more informations

Looking for a co-maintainer

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-07
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Nov-07
notes snapshot

Find out more · Bugs and feature requests

1294 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Subuser
By boombatower on the 24th of April, 2009

This module allows users to be given the


permission to create subusers. The subusers
may then be automatically assigned a role or
roles. The parent of the subusers then has the
ability to manager the users they have
created.

To customize the subuser related settings please visit admin/settings/subuser.


Make sure you take a look at the subuser permission available and assign them
appropriately.

Depends on views.

This module was sponsored by Boombatower Development.

If you found this module useful please donate.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

Live Coverage
By Kevin Hankens on the 1st of March, 2009

This module creates an easy live blogging feature to


provide live coverage of an event. The content
administrator can create a live event node and add
updates to that node. These short updates auto-refresh
for the site visitors, so they can watch new updates pop
onto the page without hitting refresh.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Webform Private Upload

1295 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jcfiala on the 10th of September, 2009

The Webform Private Upload module, which I'm going to refer to as WPU from now
on for ease of typing, allows you to set up file upload fields in webforms to be
private - that only people who have been given the permission 'view private
webform file uploads' can see, without having to set the entire filesystem as
private.

The way this works is that after the module is installed you can go into
admin/settings/webform/private_upload and set the directory under files/webform/
to be private - by default this is the 'private' directory. Then, whenever you have a
file component in a webform whose upload should be private, you direct the upload
to that directory or a child of it. For simplicity, if you know that all webform
uploads need to be private, you can set the subdirectory to '.' - a single period
means *this* directory, which means the entire /files/webform directory is then
set private.

It's important to note that this system works by adding an invisible .htaccess file to
the directory in question, which Apache then honors by preventing people from
being able to access those files. If you are not using Apache as your web server,
then this module will not work.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 199 200 201 202 203 204 205 206 207 … next ›
last »

Page break by AutoPager. Page( 204 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1296 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

GoAway
By As If on the 12th of September, 2009

GoAway is a dirt-simple, light-weight "Ban By IP" module. It works by redirecting


offending anonymous users to a local page or remote URL specified by the admin.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-08
notes for 6.x

Find out more · Bugs and feature requests

Ubercart / Location Integration


By mearnest on the 5th of October, 2009

This module integrates Ubercart with Location. When a user places an order, their
addresses go into their user locations. When placing new orders, all addresses
from the location module are available for the user to choose from.

Managing addresses is handled by the Location module, and this allows connection
with GMap and other Location aware modules.

The current release has been tested against Ubercart 2.0.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-21
notes snapshot

Find out more · Bugs and feature requests

Styles
By aaron on the 13th of November, 2009

This just in! Styles now works with Drupal 6 + Filefield Styles to bring Drupal 7 to
Filefield!

Styles are containers to group similar field display formatters. For example, a style
on a Filefield may contain several formatters based on the mimetype or stream,
while a style on a node reference might display various formatters based on the
referenced node type.

By itself, this module does nothing. Rather, it provides an API available for use by
other modules. The Media Styles module, bundled with the Media module, is a fully
featured module utilizing the API.

1297 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Hooks provided:

hook_styles_containers()
hook_styles_styles()
hook_styles_containers_alter(&$style)
hook_styles_styles_alter(&$style)

See http://groups.drupal.org/node/35206 for a quick background.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-27
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Dec-11
notes snapshot

Find out more · Bugs and feature requests

Profile Migrate
By KarenS on the 2nd of December, 2009

This module will migrate the core profile fields to nodes for use with the Content
Profile module.

Go to the User Administration area to see a place where the migration can be
configured. You can choose which content type should be the profile and whether
each profile category will become a fieldgroup on a single content type or a
separate, new, content type. Do not add new fields to your content type for the
profile fields, the fields will be added automatically. It is fine to have other,
unrelated, fields on the main profile content type, they will not be affected by this
processing.

The core profile fields will be analyzed and they will automatically added to the
profile content type. If you choose the option to treat each category as a separate
content type, the additional content types and their fields will also be created.

Once all the fields have been created, the data will be migrated to the new
locations in a batch process that will display the name of the user being migrated.

The original profile tables are not deleted by this processing, so the original data
remains where it can be used by other modules. The tables will be deleted when
the profile module is uninstalled.

As always making changes like this, be sure to create a good backup first.

Version Date Links Status

6.x-6.x-dev 2009-Dec-07 Download · Release Development

1298 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot

Find out more · Bugs and feature requests

Referral Sources
By adamo on the 18th of December, 2009

The Referral Sources module allows you to ask your users "Where did you hear
about us?"
anywhere on your site, and track that data in a central location. It provides a
admin
interface for creating referral sources that users can select from a list, and a page
where you can view statistics on referral source selections. Referral source
submissions
are stored in a single table, no matter where they came from, making it easy to
track
submissions and create reports based on that data.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-18
notes for 6.x

Find out more · Bugs and feature requests

Dependent Fields
By levyofi on the 7th of March, 2008

This module has been abandoned in favor of the more widely used and
more actively supported
Conditional Fields.

Find out more · Bugs and feature requests

OpenLayers Geocoder

1299 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By antoniodemarco on the 21st of November, 2009

This module extends OpenLayers CCK input


widget allowing to mark a location on the map
by simply providing its address. A future
version will also include support for reverse
geocoding.

The integration with Token module allows to


auto-fill other text CCK fields on the node
submission page with values coming from the
geocoding response (like city, country, etc...).

Usage:

After enabling the module select "OpenLayers Geocoder" widget for your
OpenLayers CCK fields.

Please note:

OpenLayers Geocoder 6.x-1.0-alpha1 supports OpenLayers 6.x-1.x-dev


branch and its tags
OpenLayers Geocoder 6.x-2.0-alpha2 now supports OpenLayers 6.x-2.0-
alpha3

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Mar-06
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Social Insurance Number (CCK)


By thierry_gd on the 15th of October, 2006

This module provides a Social Insurance Numbers field type for CCK.

Version Date Links Status


Download · Release Recommended
6.x-2.6 2009-Aug-26
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

1300 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

One-time login links


By mfb on the 22nd of August, 2007

A small utility module which generates a CSV of one-time login links for each user.

Once enabled, this module places a tab on the Users page at Administer >> User
management >> Users or can be accessed directly at admin/user
/user/one_time_login. This will prompt you to download the CSV file which will
have the following columns in this order:

[ user id | user name | user email address | one-time login url | expiration date (if
any) of the one-time login url ]

One-time login links have an expiration date only if the user has previously logged
in to the account.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Apr-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Aug-22
notes for 5.x

Find out more · Bugs and feature requests

Single Login
By mdekkers on the 5th of November, 2007

Single Login is a session management system for Drupal. It allows the site
administrator to create a policy to detect, and prevent, duplicate logins on the
same account. This is obviously handy for a site that requires paid subscriptions.
Once a duplicate login is detected from a different system, the first login gets
logged out. The admin can set a policy that determines how often and within what
time period a session can "ping pong" between machines. Should the policy
conditions be met, the admin can specify an action,typically to block the offending
account.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-02
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Nov-06
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 200 201 202 203 204 205 206 207 208 … next ›

1301 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

last »

Page break by AutoPager. Page( 205 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Multisite Search
By Abandoned Projects on the 6th of February, 2008

This module allows you to create a way for end users to search across *all* sites
seamlessly in a multi site Drupal installation. Users can search content of all the
sites (Drupal multi site) and search can be initialed from any of the multi site
through a search box. The module is dependent on the search module.

Thanks to lebachai for permission to share with the community.


This module was initially developed for Cleveland Public Library, a website based
on Drupal.

Please feel free to provide suggestions, comments and bugs for this module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jun-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jun-10
notes for 5.x

Find out more · Bugs and feature requests

Webform Associate
By EclipseGc on the 23rd of September, 2008

The Webform Associate module is designed to allow attaching webforms to


particular node types. The example would be event registration. Event node types

1302 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

might need starting and ending dates, descriptions, etc. With Webform Associate a
new webform node is automatically created, and the webform itself is appended to
the bottom of the event node.

This module is probably 97% operational at this point, there are still a couple of
rough edges here and there, but I think with very little tweaking this could all be
hammered out and I would really love some feedback from the community at
large. Improvements and patches accepted. I have a checkout module for
associated webforms in the pipe as well. It's maybe at the 30% mark and will be
dependent upon this module. I hope to publish that shortly for feedback/patches
as well.

Also, a great big "Thank you" to quicksketch for all his help making this module
possible, most of what I learned, and a lot of the brilliant parts where his teaching
at work. And to pwolanin for some menu tweaks. You guys are the best!

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Oct-11
notes for 6.x

Find out more · Bugs and feature requests

Content Distribution
By tayzlor on the 2nd of December, 2008

The content distribution module is for managing distribution of content from a


single central website to one or many remote websites via web services.

A typical set-up includes one single 'content distributing' Drupal instance with
1-many 'content receiving' Drupal instances.

This module ties in with the nodequeue module to allowing 'queueing' of content
on the content distribution instance. The remote sites may then subscribe to any
nodequeues available on the distributing site and receive content which is added to
these queues over web services.

Status
6.x-1.3 should work with Services 6.x-0.15. This branch is no longer being
actively developed; and although bugfixes from the new branch are being
backported, no maintainers are currently using this release. Test the release
and report your findings, but not on a live site!
6.x-2.x is under heavy development. The major change is the ability to use
any Views arguments for the Distribution view, and subsequently the removal
of the dependency on Nodequeue. Beta releases are ready for testing (again,
not on live sites!)

Requirements for the 6.x-2.x branch:

1303 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Services 6.x-2.0-beta1
Date

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta4 2010-Feb-17
notes for 6.x

Find out more · Bugs and feature requests

BlogSpam
By chrissearle on the 5th of January, 2009

Provides a plugin for BlogSpam for Drupal.

Current status drupal 7

The admin/configuration pages are working fine in drupal 7 alpha 1.

An API change on how comments are validating has stopped the actual checking of
comments - and I need to figure out how to trigger this in d7.

For any interested coders out there

This is mentioned here: http://drupal.org


/node/224333#comment_validate_removed

We were not using comment_validate directly - but we were using the validate $op
in hook_comment. This hook has been split out into several - and none of them
are hook_comment_validate - so I need to investigate this further. The first one
that springs to mind is hook_comment_presave but I think that this is later in the
chain than the original validation.

What is BlogSpam
From the blogspam site:

This blogspam service offers a simple interface which allows you


to test whether a submitted blog or forum comment is spam or
not.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-17
notes snapshot
Download · Release Recommended
6.x-1.4 2009-Jan-16
notes for 6.x

1304 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Multi-Currency Support for Ubercart


By TR on the 18th of February, 2009

This module enhances Ubercart by allowing a store to display product prices to


customers in their local currency.

This module has special installation requirements. Please read the included
README.txt for details and installation instructions. Really. Don't even try to skip
this step. There's important information in there, and if you don't follow all the
special instructions it won't work.

Note:
A significant API change in Ubercart 6.x-2.0-rc1 broke this module. Ubercart
changed the way prices are handled internally, and manipulating prices is a
fundamental part of this module. The thread at http://drupal.org/node/449322
provides a patch that should make this module work with the new price API. A new
release will follow when I've had a chance to understand the new API and make
some other fixes necessitated by the API change.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-01
notes snapshot
Download · Release Recommended
5.x-1.1 2009-Mar-07
notes for 5.x

Find out more · Bugs and feature requests

Open Flash Chart 2 API


By kong on the 3rd of April, 2009

********** ATTENTION: **********

This module is now merged with Open Flash Chart


API according to the following discussions [1], [2].
The code has been migrated to Open Flash Chart API
version 6.x-3.x so I recommend using that module instead of this one because no
new features will be implemented here. I will also update the documentation page
to reflect the Open Flash Chart API version 6.x-3.x soon.

*******************************

This module provides an API to generate Open Flash Chart 2 charts in Drupal.

Features

1305 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Option to use SWFObject to embed charts with dynamic publishing.


Option to automatically apply wmode:transparent to all charts. This helps fix
the issue about Flash content always stays on top and ignores z-index of all
other elements.
User can specify additional Flash parameters when rendering charts.
Uses standards compliance and cross-browser support XHTML code to embed
charts using the "nested-objects" method. (more info)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-09
notes for 6.x

Find out more · Bugs and feature requests

Search Lucene Tagcloud


By cpliakas on the 22nd of September, 2009

Overview
Search Lucene Tagcloud adds a facet
realm that displays facets as
tagadelic-like links in a block. The
weights are calculated by how many
times they occur in the search results,
and the facets are re-weighted as they are drilled down. In addition, this module is
a great working example of how to implement the Search Lucene Facet API.

Maintainer
Search Lucene MoreLikeThis is developed and maintained by Chris Pliakas.

Follow Chris on Twitter: @cpliakas

Installation
Install the module like any standard Drupal module. Enable the Search Lucene
Tagadelic block in admin/build/block/list. Visit admin/settings/luceneapi_node
/facets and enable the desired facets in the "Tagcloud" realm.

Requirements
This module requires Search Lucene API 2.0 RC1 or greater and will not work with
the 1.0 API.

Additional Goals
Version Date Links Status

1306 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Tweet Board
By btopro on the 14th of October, 2009

#D7CX: I pledge to have Tweetboard released on the


day that Drupal 7 is released, which is why it already
has been!

When you use this module you can use the following
information to get an invite to tweetboard!

Code: DRUPALINVITES01
URL: http://tweetboard.com/alpha/invites
/DRUPALINVITES01/

This module will integrate Tweetboard with your Drupal site without having to
install any code (it'll do it for you). We've recently received access and are
currently beta testing the module's integration on our homepage. Go there to
check it out: http://elearning.psu.edu/

While tweetboard is alpha, this module is in a full stable release.

Version Date Links Status


Download · Release Recommended
7.x-1.0 2010-Jan-19
notes for 7.x
Download · Release Recommended
6.x-1.2 2009-Nov-05
notes for 6.x

Find out more · Bugs and feature requests

cosign
By zibas on the 26th of January, 2007

CoSign is an open-source project originally designed to provide the University of


Michigan with a secure single sign-on web authentication system.

CoSign authenticates users on the web server and then provides an environment
variable for the users' name. When the users access a part of the site that requires
authentication, the presence of that variable allows access without having to
sign-on again.

1307 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module depends on the webserver auth module.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Oct-08
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Oct-08
notes for 5.x

Find out more · Bugs and feature requests

Redirecting Click Bouncer


By skiminki on the 30th of March, 2008

Bounce link is a link to a target that simply redirects to the real destination. The
redirect happens server-side which means that we can track the redirects. This
comes handy when we have links in our site and we need to know when they are
clicked.

The features:

Redirecting, including detailed accounting to the database


Reporting functionality
CSV and XML exporting of the redirects
Redirecting context support for marketing campaings, etc
MySQL and PostgreSQL support

Please visit <your_site>/admin/help/bouncer for info on creating bounce links.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jul-07
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 201 202 203 204 205 206 207 208 209 … next ›
last »

Page break by AutoPager. Page( 206 ).

Modules

1308 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Theme Builder
By Christian Zwahlen on the 7th of April, 2008

Generate templates for Drupal 5 and 6, Smarty themes for Drupal 5.x, XTemplates
for Drupal 4 or static XHTML templates.

Features
- XHTML and Drupal 5/6 templates (import/export).
- Color palettes (import/export).
- Accessibility and Web Standards.
- No browser proprietary code.
- Slim and easy.
- Extensive browser support.
- Valid XHTML, CSS and CSS Hacks.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-21
notes snapshot

Find out more · Bugs and feature requests

Teaser block
By sun on the 9th of April, 2008

Teaser Block is a yet simple module which allows to create blocks that contain a
link to a specified node.

Notes

Teaser block is quite similar to Node as block, however, it uses the regular
block configuration pages to administer teaser blocks (primarily for
#translatable support).

Dependencies

1309 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

None.

Installation

Please see current README.txt.

Credits

Authors and current maintainers:

Daniel F. Kudwien (sun)


Stefan M. Kudwien (smk-ka)

This project has been sponsored by:

unleashed mind
Specialized in consulting and development of Drupal powered sites, our
services include installation, development, theming, customization, and
hosting to get you started. Visit http://www.unleashedmind.com for more
information.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-05
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Apr-10
notes for 5.x

Find out more · Bugs and feature requests

SugarCRM Webform Integration


By crdant on the 2nd of May, 2008

Adds capabilities to webform to facilitate submitting a form to SugarCRM to


capture leads. The module adds configuration fields to editing the webform, and
constrains the field keys on the form to parameters that the SugarCRM lead
captures script (leadCapture.php) is able to process.

There is a defect in SugarCRM (SugarCRM bug #21851) that impacts using an


outside form to set email opt out. Please see the INSTALL.txt file for the required
changes to SugarCRM if you intend to use the opt in/opt out fields in your forms.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-May-06
notes for 6.x

1310 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.2 2008-May-08
notes for 5.x

Find out more · Bugs and feature requests

uc_roboxchange - RoboXchange payment gateway


By gor on the 30th of May, 2008

This module provides RoboXchange payment gateway through the


roboxchange.com website, when using Drupal Ubercart.
It was developed and tested for Ubercart 5.x-1.0-rc4.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-03
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

Alias
By Roger López on the 24th of November, 2008

This module has discontinued in favor of using the Path Redirect module. There is
no migration path, but I am willing to help with migration if any one needs it.

Find out more · Bugs and feature requests

AHAH Script Ensurer


By effulgentsia on the 20th of December, 2008

Without this module, if during the processing of an AHAH callback, javascript files
are added using drupal_add_js() but those files aren't already loaded on the base
page from which the AHAH request originated, then those files don't get loaded.
This is an unfortunate limitation of Drupal's AHAH system. This module addresses
that limitation. However, to take advantage of this, a module implementing an
AHAH callback needs to send the response through theme('ahah_response') as
provided by the ahah_response module.

If you're interested in this module, you may also be interested in the


ahah_style_ensurer module.

This module depends on:


ahah_response

1311 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ahah_page_storage
jquery_aop

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

Spanish stemmer
By gonzalo.koeln on the 5th of January, 2009

This module implements a stemming algorithm to improve search results in


Spanish with the Drupal built-in search module.

It reduces each word to its basic root or stem (for instance, "preguntando",
"preguntar", "preguntó" to "pregunt") to perform search. This way the search
results are improved and more relevant.

It is based on the Porter stemmer algorithm for the Spanish language. This Drupal
module was developed from a PHP port of this algorithm: http://stemmer-
es.sourceforge.net/

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-05
notes for 6.x

Find out more · Bugs and feature requests

1312 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

OG Similar Groups
By danithaca on the 6th of March, 2009

Provide a block "Users who joined this group also joined" for Organic Groups.

This module requires the Recommender API module at http://drupal.org/project


/recommender

After install/enable/setup the module, please go to Admin/Settings


/RecommenderAPI and click "Run recommender now" to compute the groups
relationships offline. Then you can enable the block and view it on group pages.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-04
notes for 6.x

Find out more · Bugs and feature requests

Chat Catcher
By jeckman on the 4th of April, 2009

This module connects to the Chat Catcher service, and posts comments on nodes
which get mentioned on Twitter.

When a user in Twitter links to a node in your Drupal site - even if they use a URL
shortener - the Chat Catcher service calls a URL created by this module to register
the Twitter mention as a comment.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-03
notes for 6.x

Find out more · Bugs and feature requests

TWCi Weather

1313 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By primerg on the 3rd of August, 2009

This is an integration of weather API from weather.com. Based on the


project of jeff at deepbass.net

**** Drupal 6 support only ****

Modules include

twci_weather - the main module


twci_locid - a cck module

Features - twci_weather

Displays up to 3 different weathers.


ability to choose the temperature unit (fahrenheit / celsius)
3 different icons sets
ajax based tool in the administration page allowing to search very easily a
regional code
content cached and refeshed based on module setting

Features - twci_locid

autocomplete text field for searching the LocID of a state or province


add as many weather info as you want (License Agreement only allows 3
though)

twci_locid was sponsored by: Promet Source

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 202 203 204 205 206 207 208 209 210 … next ›
last »

Page break by AutoPager. Page( 207 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance

1314 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Calendar Systems
By sinasalek on the 12th of April, 2008

Advances Drupal's already awesome localization support one more big step ahead
by Adding support for different calendar systems like Iranian , Jalali , Hijir , Hebew
etc. This support is currently limited to display and data entry for date fields and
the back-end date is always Gregorian (Timestamp).
Iranian (jalali) and Gregorian (Using PHP's built-in) calendar are the the only
supported calendar systems right now, but support for more calendar systems is
under development.

Project's Status ? and important information


UPDATE February/22/2010 : I paused refactoring the back-end for
implementing other calendar systems. Currently i'm working on implementing
Arabic calendar system.

Notice : ALPHA & BETA releases are unstable and are only for test and
demonstration purposes , however since i'm using this module myself they're
usually usable and you can use it on production website, but please test it properly
on your development machine first, don't blame me if anything went wrong :) .

Notice : Drupal 5 is no longer supported however you can download the latest
working version here calendar_systems-5.x-1.0-alpha3.tar.gz, if you need support
or back-port for Drupal 5 please consider donation.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-07
notes for 6.x

Find out more · Bugs and feature requests

Gamertags
By pobster on the 2nd of August, 2006

Adds Gamertags to your user profile, which can also be embedded into a page/
comment/ signature by use of a Drupal filter

Version Date Links Status

1315 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-19
notes snapshot
Download · Release Recommended
6.x-2.53 2010-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Sep-29
notes for 5.x

Find out more · Bugs and feature requests

OG Aggregator
By zagorot on the 30th of November, 2006

A module to create individual aggregator for Organic Groups using Aggregator.

Key features
————
- Feed content filter (including keyword filter and excluding keyword filter)
- An individual feed page of every feed source is available

Requirements
————
- Aggregator module
- OG module

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-12
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-17
notes for 5.x

Find out more · Bugs and feature requests

URL Replace Filter

1316 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By David Lesieur on the 14th of March, 2007

Allows administrators to replace the


base URL in <img> and <a> elements.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Dec-31
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Aug-14
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-May-28
notes for 4.7.x

Find out more · Bugs and feature requests

Post Block
By BWPanda on the 1st of October, 2008

The Post Block module allows you to create blocks that


display a list of links to the various content types on your
site. The benefit of using Post Block is that you can specify
exactly which content types are listed.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

Ubercart ClickandBuy Payment Method


By longwave on the 17th of February, 2009

This module provides an Ubercart payment method for the ClickandBuy payment
system. It implements the ClickandBuy transaction and EMS APIs and provides a

1317 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

registration feature for new merchants which automatically configures the module.
It requires the SOAP Client module to be installed.

The module configuration page is located at /admin/store/settings/payment


/edit/methods. New merchants should enable the ClickandBuy registration module
then visit the configuration page to see the ClickandBuy rate card and register a
free merchant account.

ClickandBuy is one of the leading payment systems on the Internet. More than
12,000 merchants benefit from complete service in 26 countries, which includes
120 different currencies and 46 different payment methods.

The 6.x-2.x-dev release contains support for ClickandBuy subscriptions. This


feature requires uc_recurring to be installed.

Development sponsored by Payintelligent and ClickandBuy.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-04
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-May-04
notes for 5.x

Find out more · Bugs and feature requests

Bakery Single Sign-On System


By David Strauss on the 12th of June, 2009

This module started at the 2009 Drupal.org redesign sprint in San Francisco as a
way to manage single sign-ons across *.drupal.org infrastructure, but it will work
for any family of sites sharing a single second-level domain.

The original design and code are by David Strauss. The module is currently
maintained and developed by the Drupal.org infrastructure team.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2010-Feb-18
notes snapshot

Find out more · Bugs and feature requests

Search Lucene Views

1318 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By cpliakas on the 14th of June, 2009

Overview
Search Lucene Views integrates Search
Lucene API with the popular Views
project. Executing a Lucene search
through Views gives administrators
more control of how their search results
are displayed as opposed to the limited methods provided by the core Search API.
This module provides a filter that allows users to submit their search through a
standard text field in addition to a sort handler to display results ordered by
relevancy. In addition, this module allows administrators to apply filters to the
search via the Views UI to create a multitude of targeted searches.

NOTE: The development snapshot has been removed as this module is being
reconstructed to make better use of the features that Views has to offer.

Maintainer
Search Lucene Views is developed and maintained by Chris Pliakas.

Follow Chris on Twitter: @cpliakas

Requirements
This module requires Search Lucene API 2.0 and will not work with the 1.0 API.

Find out more · Bugs and feature requests

Invite Discount
By piggom on the 26th of June, 2009

This module enables Ubercart stores to encourage existing users to invite other
people. To do this this module grants a discount coupon to inviter each time
invitee make a purchase.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2009-Jul-29
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Jul-26
notes snapshot

Find out more · Bugs and feature requests

Simple payments
By jbrown on the 17th of November, 2009

1319 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Provides a simple API to access payment gateways and process payments as a


module hook.

Completed payments are stored in the database.

Two gateways are currently supported: PayPal and Moneybookers.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-20
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 203 204 205 206 207 208 209 210 211 … next ›
last »

Page break by AutoPager. Page( 208 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node Widget
By antoniodemarco on the 9th of February, 2010

Node Widget allows to create and edit referenced


nodes (stored in CCK nodereference fields) in the
same form used to edit the main content.

An editing form for referenced nodes is embedded


in the main editing form; it is possible to select
which fields should appear in this subform.

The module supports only single value fields of the


following modules:

1320 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Content Taxonomy: select and radio widgets


Date: text, select and popup widgets
Email Field: text widget
Fivestar: stars, select widgets
Link: link widget
Node Reference: select widget
Number: number widget
Select (or other): select widget
Text: text, select, radios/checkboxes widgets

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Office HTML filter


By Dane Powell on the 19th of November, 2009

This filter comments out certain types of HTML generated by Microsoft Office so
that it does not appear to end users. If you also enable the core HTML filter and
set it to strip disallowed tags, this HTML will be stripped out entirely, which is
probably preferable to simply keeping it in comment tags. See my comments in
#75229: Compatibility with Outlook-generated HTML for help on configuring the
HTML filter appropriately. Also see #447684: HTML Filter does not strip text
between <style> and <script> elements for a discussion of why this module is
necessary (some people consider the core HTML filter to be broken).

Please use the issue queue if you have any problems or requests - I respond very
quickly to most issues. When posting issues, please include a copy of the raw input
(with all of the offending Office-generated tags) and the resulting output, if
applicable.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

SIOC

1321 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Cloud on the 13th of June, 2005

SIOC (Semantically-Interconnected Online Communities)


project is an open specification for describing communities
using online discussion forums or blogs, leading to what
some may term "distributed conversations". At the moment,
online communities are islands that are not interlinked, and
the SIOC ontology has been proposed to not only link these
communities but to leverage data in ways that were
previously unknown.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Oct-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-08
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-May-22
notes for 4.7.x

Find out more · Bugs and feature requests

Node Updates
By archetwist on the 20th of February, 2008

Provides a way to keep anonymous visitors updated about changes to a project or


page they are interested in. This is done by publishing descriptions of the updates,
"changelogs" (or any other messages) through special RSS feeds created by the
module. It is an ideal solution for frequently updated, popular webpages with a
large number of anonymous visitors.

The module may be useful for


application developers
FAQ list maintainers
tutorial authors
anyone who maintains a webpage devoted to a regularly updated project of
any kind

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-09
notes for 5.x

Find out more · Bugs and feature requests

1322 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Search and Replace


By Abandoned Projects on the 6th of May, 2008

**I am dropping this project as a lot of requests have come in and the
Search and Replace Scanner module does a lot of what this one does
(http://drupal.org/project/scanner). Please switch over and use that one if
you still require this type of functionality.

Search and Replace is a common task that is performed all the time at a code level
and a document level so why not a drupal level? This simple module creates an
administration page that allows you to perform a search for a string (3 in length or
larger) and replace it with another string across whatever content types you
define. Version 1.1+ adds some other cool qualifiers:
* Perform just a search
* Perform a search or search-and-replace of node bodies, node titles, or both
* Perform a case sensitive or insensitive search
* Select All Types button to snag 'em all faster
* Ability to type %NULL% in the Replace field in order to replace a text string with
nothing (as well as trap for accidentally doing it)
* Creates a new revision for each node it modifies
* Creates a log message that states what the search and replace terms are

Right now this is fairly basic but some potential future features:
* Specific permissions so that it can have it's own page / block instead of just an
admin settings page (This is the case in the 6.x branch)

Find out more

YUI DataTable
By jeffcd on the 23rd of May, 2008

This module integrates the YUI Data Table into Drupal.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the editor to work.

Videos

COMING SOON

YUI Dependency Issue

Both releases now require YUI 2.5.1. Sorry for any inconvenience. We are working
on coming up with a dependency solution that is less abrupt.

Version Date Links Status

1323 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2008-Jun-23
notes for 6.x

Find out more · Bugs and feature requests

Coder Tough Love


By Morbus Iff on the 19th of November, 2008

Initial development sponsored by Trellon.


Coder Tough Love REQUIRES Coder 6.x-2.x-dev.

Coder Tough Love is a companion to the existing Coder module by Doug Green.
Unlike Coder, which strives to follow the documented style guidelines of Drupal
core, Coder Tough Love takes the tougher tactic of applying finely aged and
obsessively anal wisdom from years of Drupal development and persnickety quality
control.

Part of the reason for this module's creation was to obsess over my own code: I
claim no higher standard than myself, but even I am infinitely fallible. Likewise, as
chx and I wrote Drupal Tough Love reviews, we found ourselves repeating
suggestions from module to module, and a few of our critiques could have been
automated, leaving us to focus on more important design issues. You should
expect some false positives with Coder Tough Love, but I'd still want you to report
them as bugs so I can continue to tighten the analysis.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

AJAX Endpoints for Views


By gzfelix on the 22nd of April, 2009

Views AJAX endpoint is a module dedicated for general AJAX use.

Update: I am writing a tutorial for using this module. Please wait if you are
interested.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-13
notes for 6.x

Find out more · Bugs and feature requests

1324 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node Access Auto Reference


By kenorb on the 15th of July, 2009

Gives automatic access to users if they


are referenced somehow to this node.
It's scanning automatically for
references with unlimited deep path, so
you don't need to worry anymore how
to configure your permissions correct,
because it's checking for references
automatically.

Example 1:
User 1 want to edit or delete Node 1, but the owner of this node is User 2.
But Node 1 have node reference (via nodereference) to profile of User 2 and User
2 have another reference (via userreference) to User 1. So that means that User 1
is referenced to that node, so give him access to edit it (you can customized other
operations).
See following chart for example:
http://drupal.org/node/520062
Using with view_own module, you can disable view permission for users and
enable them only through references.

INSTALLATION

- Just enable the module;)

REQUIREMENTS

- http://drupal.org/project/cck module with nodereference and userreference


module enabled
- knowledge how references are working and at least one content type with
nodereference or userreference field

SUPPORTED MODULES

http://drupal.org/project/content_profile

RECOMMENDED MODULES

http://drupal.org/project/view_own

Other similar modules with access functionality through references:


http://drupal.org/project/nodeaccess_nodereference

Version Date Links Status

1325 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-28
notes for 6.x

Find out more · Bugs and feature requests

Wysiwyg cleaner
By jide on the 12th of October, 2009

Allows users to clean up content in


wysiwyg editors.

It is meant to be a generic solution to


clean up content in Wysiwyg editors. It
can be used to clean up content from
third party softwares as word processors or any situation where content needs to
be cleaned up.

Using rules based on jQuery selectors or regular expression, you can provide
buttons for wysiwyg editors to clean up content. Optionally, cleaning can be
automatically fired on paste.

By default an "Open Office" preset is provided. It cleans up content copied from


Open Office.

Requires the Wysiwyg module and the last 6.x-2.x-dev version of jQuery Update
module (this is required for complex jQuery selectors like "div[attr*=value]" to
work).

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 204 205 206 207 208 209 210 211 212 … next ›
last »

Page break by AutoPager. Page( 209 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1326 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Search Uploaded Files


By pedrofaria on the 14th of February, 2008

Add capabilities to search files names or descriptions.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-05
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

Client Side Encryption


By anaru on the 5th of June, 2008

The Client Side Encryption (CSE) module is developed to provide a means of


encrypting and decrypting sensitive information (such as computer IPs, non-public
email addresses etc.) completely within the web browser. This means neither the
network nor any server php code gets to see any plain text content that it
shouldn't. Plain text can be intermixed with encrypted text on a page meaning only
sensitive parts can be hidden. I designed the CSE module to allow the usually
private description of such things as computer administration tasks to be generally
readable with sensitive information (like particular IP addresses) encrypted. A
community of individuals with the correct pass phrase can see the entire content,
or the parts of the content their pass phrase allows them to see (different pass
phrases can be used to reveal different parts of the content). The actual
encryption/decryption is performed using the 128 bit AES algorithm.

Downloads were initially available on my on website, but as the demand has


increased it was considered better to move the hosting to drupal.org.

This module including the associated javascript comes with absolutely no warranty
(implied or otherwise) - see the included GNU public license. Any loss of
information, or breach of security resulting from the use of this code is solely the
user's responsibility.

1327 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Jun-05
notes for 6.x
Download · Release Recommended
5.x-2.0 2008-Jun-05
notes for 5.x

Find out more · Bugs and feature requests

PHP Web-Stat integration


By Jochen Wendebaum on the 23rd of July, 2008

This Module is abandoned. If you need this functionality, create a


new block on your site, place it into the footer of your page and add
the required code directly into it with the "Full HTML" filter!

Small module to inject the statistics fetcher for the PHP WebStat tool. This module
just injects the statistics fetcher code, it does not do any inclusion of the statistic
tool/view itself. You have to handle the download and installation of PHP WebStat
yourself, aside from Drupal in another folder.

Installation:

After installing, you need to configure this module in order to make it work
together with PHP WebStat. There are two settings: The first one switches the
collection of statistics on and off, the second one is the path where to find the
statistics.

What it does specifically:

This module inserts the following code just before the tag at the bottom of each
page:
<script type="text/javascript" src="http://www.mysite.com
/stat/track.php?mode=js"></script><noscript><img src="http://www.mysite.com
/stat/track_noscript.php" border="0" alt="" width="1" height="1"></noscript>

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jul-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Jul-23
notes for 5.x

Find out more · Bugs and feature requests

Repoview

1328 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jpetso on the 29th of September, 2008

A repository viewer for Drupal, building


on the Version Control API. This builds
on the unstable, unreleased 2.x branch
of Version Control API, so it will break
in horrible ways and eat your children.
(Won't be backported to Version
Control API 1.x because the API doesn't
support this functionality there. In fact,
I'm building up the required
functionality in tandem with this module, don't even think about a backport.)

Repoview only works with VCS backends supporting direct repository access, which
are (at the time of writing) the CVS and Subversion backends. Oh, and have I
mentioned that the functionality is currently pretty incomplete and not usable for
the public? No? Ok, then that's sorted out now. Don't download this (yet) unless
you want to help with development - which would in fact be highly appreciated.

Features:

VCS independent
Directory contents view
Text file view
Downloads for binary files

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jun-09
notes for 6.x
Download · Release Recommended
5.x-2.0-rc1 2009-Jan-02
notes for 5.x

Find out more · Bugs and feature requests

Contact profile
By timmillwood on the 19th of December, 2008

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

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2008-Dec-20
notes snapshot

Find out more · Bugs and feature requests

1329 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Workflow Private Comments


By deekayen on the 23rd of February, 2009

Allows admins to hide workflow comments based on the state of a node in a


role-sensitive way. It's basically so admins can comment about that's going on in a
workflow state change without lesser roles being able to see what they said.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Drush Views
By pescetti on the 6th of March, 2009

Drush Views, the Drupal Shell Views interface, allows you to list, import and export
views from the command line.

It provides the following commands: "views list", "views import", "views export"
and "views delete".

Run "drush help <command>" to see supported command line options and
arguments.

Dependencies

Drush (Drush Views 1.0 requires Drush 1.x; Drush Views 2.0 requires Drush
2.x)
Views

Thanks

yhahn: views delete functionality.

Credits

This project has been sponsored by:

Youth Agora
Innovating online youth information.

Version Date Links Status

6.x-2.0 2009-May-05 Download · Release Recommended

1330 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Organic Groups Global Limits


By elliotttf on the 21st of May, 2009

This module allows site administrators to set limits on the number of groups that
users can create as well as the number of members that can join groups.

Note that the group member limit is calculated as the number of total group
members minus the group owner.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-23
notes for 6.x

Find out more · Bugs and feature requests

Node Reference Variables


By greg.harvey on the 1st of July, 2009

This module exposes CCK Node Reference fields in a variety of ways using the
Drupal 6.x hook_preprocess_node() hook to populate variables that are then
available to themers in node.tpl.php , including exposing referenced variables as
jQuery UI tabs if the Tabs module is installed. Inline documentation:

<?php
/**
* Implementation of hook_preprocess_node().
*
* Adds the fully loaded node object for each referenced Node
* Reference node attached to the parent node, E.g. if you
* have a Node Reference field called field_foo and it has
* three values, the loaded nodes will be accessible using:
*
* print_r($field_foo[0]['node']);
* print_r($field_foo[1]['node']);
* print_r($field_foo[2]['node']);
*
* Also adds the rendered mark-up for the node, if requested:
*
* print $field_foo[0]['node_rendered'];
* print $field_foo[1]['node_rendered'];
* print $field_foo[2]['node_rendered'];
*
* Finally, adds jQuery tabs for each Node Reference field

1331 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

* value, rendered and ready to use in this variable:


*
* $nodereference_tabs
*
* Note, all options can be disabled at:
* admin/content/nodereference_variables
*/
?>

This project is being developed by Greg Harvey: http://www.drupaler.co.uk


And sponsored by CMS Professionals: http://www.cmspros.co.uk

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-02
notes for 6.x

Find out more · Bugs and feature requests

Typeface - Custom Fonts


By kharbat on the 1st of August, 2009

Looking for maintainers for this


module.

With typeface you can embed custom fonts into your website, so you don't have to
render text to images.

Instead of creating images or using flash just to show your site's graphic text in
the font you want, you can use typeface module and write in plain PHP, HTML and
CSS, just as if your visitors had the font installed locally. This is a work in
progress, but functional enough at least to render the graphic text on your
website. Here's what it takes to get going:

<?php typeface_print('Hello world !!', 'helvetiker'); /* Where helvetiker is


custom font name */ ?>

Please read the documentation for installation instructions

This module is sponsored and developed by Untitled Studios | Untitled Web.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-02
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 205 206 207 208 209 210 211 212 213 … next ›

1332 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

last »

Page break by AutoPager. Page( 210 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Auto-fill from URL


By phayes on the 17th of September, 2009

This module allows you to fill title, body, and CCK fields from the URL. It
auto-populates a field with a value from the URL. There are options to allow /
disallow overriding pre-existing values, hiding a field if it is filled from the URL, and
a few other goodies.

It supports both single and multi-value fields. It has support for the following field
types:

Node Title
Node Body
Textfields
Number fields (Float, Integer, Decimal)
Node Reference

If you need support for a fieldtype / widget that you don't see here, please contact
the maintainer for development services. You may also try to roll your own and
submit patches!

Similar Modules

1. Node Reference URL Widget - More specific to node references.


2. Prepopulate - A more general solution that requires knowledge of form paths
but works on all forms.

1333 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-24
notes snapshot

Find out more · Bugs and feature requests

Czech & Slovak Social Networks


By meba on the 15th of September, 2006

Czech & Slovak social networks is module which displays links to add current
displayed node to Czech and Slovak social networks such as: Jagg.cz, Linkuj.cz,
Asdf.sk.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Jun-21
notes for 6.x
Download · Release Recommended
5.x-1.4 2007-Jan-21
notes for 5.x
Download · Release Recommended
4.7.x-1.3 2007-Jan-21
notes for 4.7.x

Find out more · Bugs and feature requests

Skeleton outlines
By agentrickard on the 17th of June, 2007

About Skeleton Outlines

The Skeleton module works with the core Book module to create pre-configured
outlines that can be reused. Those outlines can include any node type, including
those defined by CCK.

After creating a skeleton and assigning templates to it, users with the proper
permission will be able to create new books that clone the outline and content of
the skeleton.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-27
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

1334 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CivicActions
By douggreen on the 18th of June, 2008

This is the basic module we use on all our client sites. Feel free to use it on your
sites too, however, be warned that it's written specific for our client setup.

It adds a line to admin/logs/status to show the svn tag and revision number.

It adds an admin/logs/patch page to view all of the patches used on the site. Our
standard is to create a patch file with the d.o number and put it in the module
directory. Thus, if #143888: support subqueries was a d.o. patch number, the
patch file would be named 143888.patch. Note that because of this feature, a
dependency on the update_status 2.x module now exists.

This module includes our basic simpletests. Most of the simpletests are generic
enough to be used by everyone. But be warned that some are not.

Some of the tests that the module currently handles are:

All custom blocks in the custom module are used, checks for extra code that
can be removed.
Files directory is setup properly.
Goolgle Analytics is configured properly.
Htaccess is configured properly.
Recommended modules are installed, and non-recommended ones are not
installed.
Panels are configured properly.
Caching is turned on, and the op-code cache is enabled
All files are checked out of SVN properly.
Tinymce is configured properly.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Dec-05
notes for 6.x
Download · Release Recommended
5.x-1.8 2008-Oct-10
notes for 5.x

Find out more · Bugs and feature requests

Preprocess Order Corrector


By effulgentsia on the 20th of December, 2008

The order of preprocess functions documented on http://drupal.org/node/223430


is not the order actually called by Drupal when a module defines a themehook as

1335 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

having an 'original hook'. This will hopefully be fixed in a future release of Drupal,
but until then, this module fixes it.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

CA Taxonomy
By mikey_p on the 17th of April, 2009

CA Taxonomy provides actions and condition checks for nodes and their taxonomy
terms for the Conditional Actions module bundled with Ubercart 6.x-2.0

Requirements

Ubercart 6.x-2.0-rc1 or higher.

Credits

Original development sponsored by FourChords Creative LLC.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-12
notes for 6.x

Find out more · Bugs and feature requests

Inline Messages
By jsfwd on the 12th of August, 2009

#D7CX: I pledge that Inline Message


will have a full Drupal 7 release on the
day that Drupal 7 is released.

The Inline Messages module allows you


to move form messages from the top of
the page to just above where your form appears.

An example usage is with the comment form, which is typically placed at the
bottom of the page. Should an error be generated when someone submits, they
jump back to the top of the page. So to get back to the comment form, you have
to scroll back to the bottom of the page.

With a little jQuery and the jQuery ScrollTo plugin, Inline Messages will capture the

1336 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

$messages, place them above your form and move the page to the top of the
form. Settings are also available to control the duration and offset of the transition.

You can enable Inline Messages for any form that implements hook_form().

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Wunderbar!
By btopro on the 30th of October, 2009

#D7CX: I pledge to have Wunderbar! released on the day that Drupal 7 is


released, which is why it already has been!

*Jquery_update 2.x-dev is required for it to function 100% in Drupal 6. 7 release


just works :)

Features:
*Configurable bar w/ set buttons and ability to link off to social networking sites
*Integration with cookies plugin
*Integration with easing plugin
*More visible login / logout area
*Optional integration with the print and search modules (as well as webaccess /
activation_codes but those aren't on d.o.)
*Permission to dictate who can view the bar

The Wunderbar! is a floating bar that was recently implemented on


http://elearning.psu.edu/ This project is marked alpha because of browser
support. Compatibility has been documented in the http://drupalcode.org/viewvc
/drupal/contributions/modules/wunderbar/READ... file but it's working correctly in
most major browsers except IE (V 0.6 and higher now works in IE8!). If this can
be made to work in IE7 then I'll mark it a full release.

It has all the icons shown in the drupalcamp montreal presentation Extreme
Navigation Tactics but some have module requirements that are internal to Penn
State. The AIM status button hasn't been implemented.

Version Date Links Status


Download · Release Recommended
7.x-0.6 2010-Jan-19
notes for 7.x
Download · Release Recommended
6.x-0.6 2010-Jan-06
notes for 6.x

Find out more · Bugs and feature requests

1337 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Conference
By hoelterhof on the 5th of December, 2006

The conference module allows you to organize conferences with Drupal. It


implements a mechanism to post papers, to manage reviewers and to assign
reviewers to papers. A paper is an arbitrary node with an attached file and a
review is an arbitrary node assigned to a paper. It also takes care for the access
permissions to papers and reviews:

1. Automatic Content Type generation using CCK


2. Ability to submit Abstracts via online methods, both by uploading files and by
typing in the content as a part of a node
3. Automated Paper Number generation
4. Has fields to take in Keywords for a given paper.
5. Ability to create Revisions of the current paper on Reviewer Request based on
Drupal's node revisions.
6. The Conference Manager can assign papers to reviewers as well as take the
final decision on whether a paper is accepted or rejected or request for
resubmission
7. Complete Privacy of Papers / reviewers from various authors and reviewers,
only the manager is able to see all reviews and papers in one go.
8. Automated Mail notifications to Authors, Reviewers and Manager on paper
submission, review assignment, review completion, revision completion.
9. Manager can send bulk mail to reviewers for pending review notification
10. Assigning multiple reviewers to the same paper

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta2 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

Mathematics Filter
By dwees on the 3rd of February, 2007

This module allows you to add a mathematics filter to your regular input filters.
You can then post mathematical equations between [tex] and [/tex] tags. You can
also post mathematical graphs between [graph] and [/graph] tags (or the slightly
more complicated format [graph xmin="#" xmax="#" ymin="#" ymax="#"]
x^2+4x [/graph] where the # should be replaced with appropriate integers.) . The
mathematical equations relies on the Mimetex binaries created by John Forkosh
available as a separate download from here. Documentation on what types of
graphs are able to be presented are available from here.

1338 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: The Drupal 6 version of this has critical bugs and needs to be properly
upgraded before it should be used.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2007-Sep-27
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Sep-20
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 206 207 208 209 210 211 212 213 214 … next ›
last »

Page break by AutoPager. Page( 211 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Email Download
By geek.de.nz on the 23rd of March, 2008

A tiny module to make downloads only available to people who submit their email
address to the site in case the site creator doesn't want visitors to be required to
create an account. The email is checked for validity and a cookie with a hard to
guess authentication string is stored in a browser cookie. The next time (and of
course this first time) the user makes a download, the cookie is checked and the
user can proceed. This of course requires cookies to be on on the client side.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-03
notes for 6.x

1339 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Sep-04
notes for 5.x

Find out more · Bugs and feature requests

File Server
By Justin Miller on the 8th of May, 2008

Implements a DAV API backend that exports File Framework nodes as DAV
resources and Drupal's taxonomy terms as DAV collections.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Sep-08
alpha3 notes for 6.x

Find out more · Bugs and feature requests

Ubercart Restrictions
By bob-hinrichs on the 30th of June, 2008

This module will do its best to prevent the wrong sort


of people from ordering the wrong sort of goods, or to
ship them to the wrong kinds of places.

For example, some products cannot be ordered by


minors, or some products cannot be shipped to certain
states.

The module was originally developed for a site that sells wine.

The functionality may vary depending on the sub-modules enabled. The gist of this
module is that it will throw a thickbox overlay in front of the paths/patterns you
designate. The thickbox displays a form that asks the user qualifying questions.
If the user's answers do not qualify him or her, the user is redirected to an
informational page.

When the user reviews his or her order for checkout, validation functions or
required acknowledgments are added to the order review form.

See the README file for straightforward instructions and suggestions on how to set
it up.

This code is written and maintained by Bob Hinrichs at ISL Consulting, San
Francisco, California. http://www.islco.com

You can see the module in action on the live store,

1340 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://www.rowelevenwines.com

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-27
notes for 6.x
Download · Release Recommended
5.x-2.3 2009-Jan-27
notes for 5.x

Find out more · Bugs and feature requests

Profile Taxonomy
By gnindl on the 11th of December, 2009

Profile Taxonomy enables you to assign


taxonomy terms to user profiles. It has a
similar approach as Content Taxonomy,
simplified for user profiles and reuses
strongly existing profile field types.

This module is developed in scope of the


OSCE 3.0 website and CMS relaunch
(http://www.osce.org)

Installation
You just have to enable this module and dependent modules, i. e. taxonomy and
profile. It's warmly recommended to use this module in combination with Profile
Role.

Configuration
Go to User Management->Profile (URL: admin/user/profile).
Now add/edit a field of the type "list selection"/"selection".
A new form field "Selection options from vocabulary (advanced)" appears. A
selection of a vocabulary will override the values specified in "Selection
options". The vocabulary's terms are now relevant items for selection.
Save the administration form.

Usage
Go to User Management->Users (URL: admin/user/user) or simple edit you
user account.
Go to the profile category/tab of the previously added selection field.
Now the user should be able to select taxonomy terms from a drop down list.
Finally save the profile.

1341 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-30
notes snapshot

Find out more · Bugs and feature requests

Dumper
By franz on the 15th of September, 2009

This module aims for a quick and easy-to-use database dumper. Very useful on
situations where you don't have access to command-line tools.

Just enable the module and click Administer >> Build >> Dump DB and download
a dump.sql.gz file. Optionally, you can grant access to any role you wish ('dump
sql data')

It uses mysqldump and pg_dump.

Development and maintenance sponsored by Chuva Inc.

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Theme Hues
By aacraig on the 22nd of June, 2009

Overview
Theme Hues uses collections of css selectors to allow users to change their theme
colors and background images. Collections of selectors, or regions, can be
associated with a single color. This allows the theme developer to group theme
elements chromatically (all menu items, all headers, or all text that needs special
attention, for instance) and allow users to alter colors for those specific groups.
Not only does this promote good ui practice, it avoids the MySpace affliction that
can come when non-designers are given too much power.

Simply put, the theme designer or site administrator can specify collections of CSS
selectors, give them a name, and allow the user to change the color for that group
of selectors.

Further, designers can designate other selectors so that users can upload an image
and use that image as the background-image property of that element.

1342 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Theme Hues saves the users choices in a stylesheet called 'theme_hues.css' and
injects it into the page header.

Who sees the style settings?


Thanks to lestu for his work on adding this feature.

Administrators can set the scope of the style changes in the administration form.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Mar-09
notes for 6.x

Find out more · Bugs and feature requests

Ezmlm
By hutch on the 28th of September, 2003

Stable versions for drupal 5.x and drupal 6.x are now available.

This module allows a site administrator to list one or more ezmlm-managed


mailing lists which site visitors can then subscribe to through either a block and/or
page form as selected by the administrator. The module sends the required
subscribe message to the configured mailing list, and the subscription process
proceeds in the normal fashion from that point.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-25
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Mar-11
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Mobile Media Blog


By sanduhrs on the 17th of April, 2006

Mobile Media Blog allows you to post media via e-mail or mobile phone.
It integrates with Mailhandler [1] and saves the submitted text as node and
attaches all files sent with it.

You may choose to use the inline module [2] to display attached files
automatically.

1343 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The mailalias module [3] allows your users to provide more than on e-mail address
for posting.

Sponsored by erdfisch - http://erdfisch.de

[1] http://drupal.org/project/mailhandler
[2] http://drupal.org/project/inline
[3] http://drupal.org/project/mailalias

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-04
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Aug-17
notes snapshot

Find out more · Bugs and feature requests

IE Destroyer
By seanr on the 2nd of June, 2006

Serious intervention for switching


people from Internet Explorer to
Firefox. This module displays a banner
at the top of your site to promote
Firefox, or can blank the content to only
display a Firefox splash screen.

For each person you switch, Google gives you up to US$1 as part of their AdSense
referral program. Users convert in about 1 out of every 2500 page views.

Script autodetects IE
Displays switch splash screen to IE users
Switches people to Firefox
Three levels of seriousness
Google gives you referral money for switches

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jun-17
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jul-28
notes snapshot

Find out more · Bugs and feature requests

OAI-PMH Module

1344 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rjerome on the 5th of August, 2006

This module provides an Open Archives Initiative Protocol for Metadata Harvesting
(OAI-PMH), interface to the Bibliography Module.

Currently it only exposes metadata from the biblio module; however if there was
demand I believe that it could be made configurable to expose other node types as
well.

This module was inspired by and I have used some code from
http://physnet.uni-oldenburg.de/oai/ writen by Heinrich
Stamerjohanns.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-22
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Jun-24
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Jun-21
notes for 4.7.x

Find out more · Bugs and feature requests

« first ‹ previous … 207 208 209 210 211 212 213 214 215 … next ›
last »

Page break by AutoPager. Page( 212 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

KnowledgeTree integration
By haimoura on the 22nd of June, 2007

Integration of KnowlegeTree DMS in drupal.

1345 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

KnowledgeTree project : http://www.knowledgetree.com


KnowledgeTree is document management made simple: a simple yet powerful,
free, commercial open source and Web-based document management system.

The KnowledgeTree module handles sign-on integration between Drupal and


Knowledge. Once a user has an account on Drupal they are able to navigate to a
page which loads KnowledgeTree in an iframe, logs them in (copies the user to
knowledge tree if they don't exist already) and gives them access to all the
KnowledgeTree goodness. Its also able to copy user's roles so you can easily
control permissions in knowledge tree.

The new dev versions adds a couple of nice features:


1) Encryption of all transaction using the mcrypt library
2) A cck field which you can use to attach files to nodes in Drupal.

contributed by IDEIA
and co-maintained by Alex Pott
and cck field contributed by aantonop

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Sep-28
notes for 6.x
Download · Release Recommended
5.x-3.2 2008-Mar-19
notes for 5.x

Find out more · Bugs and feature requests

Mint
By malex on the 12th of May, 2008

Provides basic integration with Mint, a proprietary traffic logging and statistics tool.

This module is in early development phases, but should be simple enough to use.
Please test and report any issues.

Version Date Links Status


Download · Release Recommended
6.x-0.5 2008-May-12
notes for 6.x

Find out more · Bugs and feature requests

BlockTools
By davideads on the 28th of October, 2008

BlockTools provides a simple programatic interface for retrieving individual blocks


from the block system while retaining Drupal's block caching mechanism.

1346 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Additionally, BlockTools provides per block caching that can be configured through
each block's configuration form.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2008-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

UMapper
By aaronott on the 2nd of March, 2009

This is an implementation of the UMapper.com API allowing for easy creation and
addition of maps to your nodes. You can choose from the following mapping
providers:

Microsoft Virtual Earth


Google Maps
Yahoo
OpenStreet

Features include:

Integrated map editor


Switching between map providers when creating a map, and later on when
editing.
Easy embed with tags like [umapper id=1234 width=600 height=400]
Editor has HTML capabilities and allows Wikipedia and GeoNames search!!
Allows non-technical users to create and manipulate objects, markers and
geometrical shapes on the map
Provides "save" and "edit" functionality
Allows map distribution via embeds and widgets
Allows syndication of map data using KML

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jun-26
notes for 6.x

Find out more · Bugs and feature requests

Time Track
By hunvreus on the 29th of April, 2009

1347 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Time Track allows users to track time on nodes.

Starting and stopping a time tracker is done via a simple AJAX form. All
information (total time tracked for a node, for a user, time tracking form...) can be
used in Views.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-May-09
notes for 6.x

Find out more · Bugs and feature requests

OpenDover
By Johnny vd Laar on the 15th of May, 2009

What's going on in Dover?


OpenDover is a sophisticated webservice that allows for next-gen
semantic features within your blog, content management system,
website or application. With the OpenDover service you can emotion-tag texts,
comments, or anything else you like within your website.

For example you can send a product review to the OpenDover service and
OpenDover will tag the article based on the sentiment words in the review. Based
on the returned results you can mark the review as positive or negative.

OpenDover uses linguistic algorithmic technologies to emotion tag text that you
send to the service. Emotion tags are returned to users for implementing in web
applications, searches, blogs and so on.

Open Dover for Businesses

OpenDover can mean a lot for your online business. Enabling full semantic tagging
for your content enables you to add strategic value to your website and online
strategy.

OpenDover for Developers

Whether you are into blogging or developing websites, OpenDover is based on


Java technology, which allows for easy connectivity through webservices.

OpenDover for Drupal

The OpenDover Drupal module is built for version 6 of the Drupal Content
Management System. This module will only work on websites based on the Drupal
6 Content Management System.

1348 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jul-26
notes for 6.x

Find out more · Bugs and feature requests

Amplify
By mbutcher on the 29th of May, 2009

This module provides automatic node analysis using the


OpenAmplify semantic analyzer. It also provides hooks for developers to access
and use the semantic analysis information about a node.

Put more plainly: Let Drupal (and OpenAmplify) figure out what your document is
about and make it do cool things with that information.

Want to see a demo of this in action? Check out this video:


http://www.youtube.com/watch?v=GBBKPIva1tM

Related
QueryPath provides the XML parsing and searching technology. The
QueryPath module provides a Drupal framework for QueryPath, and also
provides a high-performance caching layer. It is required for Amplify.
OpenAmplify is a semantic analyzer web service. This module posts a node to
that web service and then makes use of the returned information. You will
need a user key from OpenAmplify in order to use this module.

Articles and External Documentation


OpenAmplify Drupal Series: Part 1 - The Amplify Module: An introduction to
this module, along with detailed instructions for using it.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Sep-30
notes for 6.x

Find out more · Bugs and feature requests

In-place translation
By khorpyakov on the 2nd of June, 2009

Translate when create: module implements functionality needed for multilanguage


sites with user-created content that has to be translated in every language when
it's created.

1349 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

Message 2 Log
By kenorb on the 9th of June, 2009

IMPORTANT! Project merged into Drupal Tweaks


module

Please use following module instead:


Drupal Tweaks

------------------------
This module log specified drupal messages instead of showing them

INSTALLATION:
1. Install module in standard way (http://drupal.org/node/70151)
As default module logs all PHP/db error/warning messages for the users instead of
showing them.
But you may customize message rules on module Settings Page.

CUSTOMIZATION:
You may configure different RegEx rules on settings page: admin/settings/msg2log
(Read more: http://php.net/manual/en/book.pcre.php)
If you want to change permission who can see the messages or not (go to
Permission page)

USAGE:
- hide PHP/MySQL sytax error messages from anonymous/non-admin users (for
security reasons)
See: #342128: how I can hide error messages for anonymous users?
- create specified actions when specified message show up
In Example: send fatal errors directly to webmaster e-mail address to fix the errors
immediately (Triggers & Actions)
- log all messages to check what other users see and what common problems they
have (i.e. with filling the forms)
- Ever wonder how to hide: 'The configuration options have been saved.' or default
messages after node saving?
Get rid of not needed messages instead of translating them to empty strings.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-04
notes snapshot

1350 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Confirm node post


By kabetani on the 10th of July, 2009

This module forces user to preview posts and hide editing form on preview page.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jul-20
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 208 209 210 211 212 213 214 215 216 … next ›
last »

Page break by AutoPager. Page( 213 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

SunMailer Newsletter
By Mike Wacker on the 25th of December, 2009

SunMailer is an email newsletter module that aggregates content using views from
the Views module. Once configured and scheduled, it can automatically send
newsletters on a recurring basis without any user intervention. It originated as a
project for The Cornell Daily Sun, hence the name SunMailer.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-01
notes snapshot

1351 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

OpenPublish Features
By irakli on the 15th of January, 2010

Core collection of Features for the OpenPublish distribution.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Register Pre-approved
By Bacteria Man on the 31st of May, 2009

Register Pre-approved provides the means to define a list of email address and
domain name patterns for prospective users who are pre-approval to register and
access a web site without administrator intervention. This eliminates the need for
administrators to approve and assign roles to users from trusted or targeted
organizations.

Individual email addresses and domain name patterns can be used in combination,
which allows administrators to grant a special role to certain individuals from an
organization while everyone else of the same organization is assigned a regular
role (or perhaps none at all).

Use case #1:


A registrant's email address matching mrbig@widgetcompany.com could be
assigned roles "executive" and "employee" while anyone else matching
@widgetcompany.com would be assigned "employee" only.

Use case #2:


Referred or migrating user accounts from another web site could be white-
listed to streamline the re-registration process.

Register Pre-approved is designed to compliment the "Public registrations"


selection on the user settings page. Administrators are strongly encouraged to use
the "Require e-mail verification" option to guard against unauthorized users from
gaining immediate access to privileged information or features.

1352 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-31
notes for 6.x

Find out more · Bugs and feature requests

Backlinks
By mfb on the 25th of June, 2007

Backlinks module provides a wiki-style "what links here" filter for Views: give it a
node id (via URL argument, for instance), and it will generate a list of all nodes
linking to that node, courtesy of search module's index.

After enabling the module, two pre-configured views will be created for you: a
"backlinks" view tab on each node page, and a backlinks block view, which
generates a block with a list of backlinks on each node page (after you enable it at
admin/build/block). With the Views UI module, you can configure these at
admin/build/views; you may want to turn off the menu tab, add an RSS feed
argument, change the view type, etc.

Note to users of Drupal 6 and later: Backlinks module has been incorporated
into Views 2, and therefore the Drupal 5 branch of Backlinks will be the last. On
Drupal 6 simply install the Views module and enable the backlinks view, or create
your own using the "Search: Links to" argument.

Version Date Links Status


Download · Release Recommended
5.x-1.2 2008-Jan-23
notes for 5.x

Find out more · Bugs and feature requests

Guitar
By flobruit on the 21st of February, 2008

This is a suite of modules that make it possible to generate guitar


chord diagrams. It comes with both a cck field and an input filter,
so users can attach chord diagrams to nodes, or embed them
directly in the content of a page.

Notation
For example, the notation for the chord diagram on the right is: x,3,2,0,1,0 . The
x indicates a string that is not played, and the numbers indicate the position of
fingers on each string.

When using the input filter, the chord notation must be surrounded by square

1353 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

brackets: [x,3,2,0,1,0] . The name of the chord can be specified (but is optional):
[C major:x,3,2,0,1,0]

When using the CCK field, the chord name and the chord notation each have their
own field: C major and x,3,2,0,1,0 .

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-26
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Mar-20
notes snapshot

Find out more · Bugs and feature requests

Related terms
By Davy Van Den Bremt on the 6th of August, 2008

This module generates a block of related terms on the taxonomy overview pages.

Terms are displayed as a tagcloud.

Terms are related to each other if they appear on the same node. The more nodes
they appear on together, the bigger they will be displayed in the cloud.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-30
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Oct-30
notes snapshot

Find out more · Bugs and feature requests

Parsing API
By crystaldawn on the 16th of September, 2008

This API exposes the following functions to all drupal modules.


before($this, $inthis)
after($this, $inthis)
between($this, $andthis, $inthis)
multi_between($this, $andthis, $inthis)
starts_with($this, $inthis)
ends_with($this, $inthis)
surround($this, $withthis, $andthis)
(there are more as well, read the docs for a full listing)

1354 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

These are great for parsing websites and pulling in non-standard data. Also known
as "scraping" a website. It can be used for ANY text, not just websites. The text
can come from anywhere. Email, dynamic content, etc. The functions are by
default run through check_plain(). It should be noted that this MAY cause
un-desired results. If it does, simply disable the check_plain functionality by
adding the extra FALSE argument to the function calls as seen in the examples.
However, it's best to use check_plain() first if at all possible.

Development and maintenance by CrystalDawn.net & Kappaluppa Company

Version Date Links Status


Download · Release Recommended
6.x-1.8 2008-Oct-27
notes for 6.x
Download · Release Recommended
5.x-1.8 2008-Oct-27
notes for 5.x

Find out more · Bugs and feature requests

Authorize.Net® Payment Webform


By amariotti on the 5th of April, 2009

This module enables a site administrator to allow payments through a Webform


submission through Authorize.Net. Please make sure that you read all of the
instructions in INSTALL.txt when installing this module.

This module cannot be enabled on the same webform as the Salesforce Webform
Web-to-Lead integration module. Both can be enabled on the site, but only one
can be enabled for a single webform.

The initial development of this module was sponsored by Davis Applied Technology
College.

The module was developed by Obsidian Design.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-02
notes for 6.x

Find out more · Bugs and feature requests

Disclaimer

1355 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mogtofu33 on the 23rd of May, 2009

This module set up a lightbox disclaimer


using NyroModal jQuery plugin or or
jqModal jQuery plugin (Drupal 6.x version)
with a simple "Enter" / "Exit" action for
visitors. So it use javascript and cookie.

NyroModal and jQmodal tested on


Firefox 3+, Ie8+, Safari 4+,
Chrome 2+, Opera 9+

The disclaimer is fully configurable and theme can be pass through a specific
no-sidebar tpl.php files.

Configuration
You can set-up disclaimer content and footer.
Define Enter/Exit url and style
NyroModal options
Disclaimer bypass access by role

New feature (Drupal 6.x only)


You can set-up disclaimer content and footer, using an existing node.
You can set-up disclaimer visibility by pages (like block visibility except php
validation).
You can add an age verification form
You can use jQmodal instead of NyroModal

Installation Drupal 6.x


Disclaimer need:
NyroModal jquery plugin 1.4.2+ from
NyroModal jQuery plugin
OR
jqModal jQuery plugin

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Aug-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-23
notes for 5.x

Find out more · Bugs and feature requests

1356 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

RealChat module
By crotown on the 19th of July, 2009

Lets the users of a Drupal site chat via


a RealChat server. It adds a single link
to Drupal's menu system called "Chat
now!" by default. An authenticated user
who clicks this link enters a chat at a
designated RealChat server with her
chat nickname set to her Drupal
username, chat profile pointing to her
user profile page on the Drupal site, and avatar set to her picture (if available) on
the Drupal site.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-27
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 209 210 211 212 213 214 215 216 217 … next ›
last »

Page break by AutoPager. Page( 214 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Visualize
By javierreartes on the 3rd of August, 2009

Visualize is a Views style plug-in for implementing the jQuery Visualize charting
tool.

1357 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

jQuery Visualize provides accessible charts providing textual information to


non-visual users.
It uses a technique with JavaScript to scrape data from an HTML table and
generate charts using the HTML 5 Canvas element.

This plug-in is tested in the following browsers: IE6, IE7, IE8, Firefox 2, Firefox
3.5, Safari 3 and 4, Opera 9.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-03
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Bought together


By dww on the 8th of November, 2009

This is a simple module to provide a block for use on Übercart product pages that
shows other products that were bought together with the product you're viewing.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-08
notes for 6.x

Find out more · Bugs and feature requests

Login/Logout Destinations
By Benjamin Melançon on the 19th of January, 2010

Drupal dumps users who log out onto the home page, which is like throwing people
out your door the moment they put on their hat.

This module, by Fox, adds the destination back to the current page with JavaScript
and checks to make sure the user has access before trying to have the user stay
there on logout.

From the original github project description: "simple js+ hook_user that adds
current destination to login/logout links (if there's no other query on them already)
and logout script that unsets if user doesn't have access to the page they're
logging out from."

About current dev

The dev version now actually has a configuration page where new system paths
can be added (simple, no preg matching or whatever), and will be treated the

1358 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

same as user/login (ie destination will be added if a blank link). I don't have a use
case for it, but maybe someone will :D!

Modules that contain similar functionality

Login destination
Logintoboggan

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-02
notes for 6.x

Find out more · Bugs and feature requests

Facebook-style Statuses Comments


By IceCreamYou on the 30th of January, 2010

Allows commenting on statuses from the Facebook-style Statuses module.

Find out more · Bugs and feature requests

erp
By singularo on the 8th of April, 2006

Run a small business? ERP is a module set that gives Drupal the capability of
replacing Quickbooks, MYOB or MYOB Retail Manager as a major part of your
business operations.

The Drupal node system is leveraged to great advantage for all aspects of the
module set, so that almost any other Drupal module can also be added to expand
the power of the system.

ERP takes advantage of existing Drupal modules wherever possible, using Views,
Gmap, Date and Calendar modules in particular.

The ERP module currently acts as the core of our small business, handling all
aspects of it except tax reporting and employee payroll.

Note, we have moved the erp.profile across to its own project to take advantage of
the drupal.org build system. The project is drupalerp.

This is probably the best way to get started at the moment.

Version Date Links Status

6.x-1.1-beta7 2010-Feb-27 Download · Release Recommended

1359 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Content Recommendation Engine


By Scott Reynolds on the 31st of May, 2006

This module makes use of Votingapi and the Similarity modules to generate
recommended nodes to users. To render the generated recommendations it makes
use of Views 2 integration.

all development on 5.x branch has halted. This was decided because it is
broken and I have made a considerably more flexible approach with the new
Drupal 6 branch. This approach will help in allowing people to start really pushing
the limits on how and what this module can do.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-08
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Jan-21
notes for 5.x
Download · Release Recommended
4.7.x-2.0 2006-Dec-21
notes for 4.7.x

Find out more · Bugs and feature requests

BitTorrent
By bradfordcp on the 25th of June, 2007

BitTorrent module pack provides


following items:

A BitTorrent Field type & Widget (bt_torrent)


A BitTorrent Tracker (bt_tracker)
A BitTorrent User Profile (bt_profile)

Version Date Links Status


6.x-9.2- Download · Release Recommended
2009-Jul-11
alpha6 notes for 6.x

Find out more · Bugs and feature requests

1360 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Piwik analytics
By jonnie.russell on the 28th of April, 2008

Shortly after we released this code, another module showed up


http://drupal.org/project/piwik that does very similar things. We approached
and agreed with hass that we will merge these two projects to combine
our efforts and not end up with multiple modules. Please use
http://drupal.org/project/piwik as this is where active development will be
done.

This module adds the open source Piwik analytics tracking system to your website
Sponsored by IO1

Basically the module provides two functions,

It allows you to track visitors to your site in the same way as you do with
Google Analytics Module.
It gives you access to the Piwik reports from within Drupal.

Not ready for production use.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Apr-29
notes snapshot

Find out more · Bugs and feature requests

LDAP Directory
By rmiddle on the 10th of July, 2008

This Module provides an "Address book"


feature. It searches an LDAP server for
records and allow people to view the returned
set. My company use it as a Company
Directory. It is badly in need of some good
Documentation and like everything dealing
with ldap it is really hard to setup and get
working.

This tool requires the ldap_integration module. http://drupal.org/project


/ldap_integration

It was originally written by rooey #239021: LDAP Directory tool for


ldap_integration suite and I tweaked it some to work for me and upgraded it to
Drupal 6.

1361 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

There is no clear upgrade path between Version 5 and Version 6. You


must uninstall and install the module when upgrading to 6.

Version Status
With the increasing adoption of Drupal 6 and the maturing of D7, we feel
the time has come to place our 5.x version into “maintenance only” mode.
From now until we release a 7.x version there will be no new
development on the 5.x version; we will, however, provide a “best effort”
to fix bugs.

Issues

As with all contributed modules, when considering submitting an issue:

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Feb-09
notes for 6.x
Download · Release Recommended
5.x-0.2 2009-Feb-09
notes for 5.x

Find out more · Bugs and feature requests

Swedish stemmer
By frjo on the 25th of November, 2008

This module implements the Swedish stemming algorithm to improve Swedish-


language searching with the Drupal built-in search.module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 210 211 212 213 214 215 216 217 218 … next ›
last »

Page break by AutoPager. Page( 215 ).

1362 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Media Mover Custom Command


By anantagati on the 9th of December, 2008

Allow user to define custom commands for process, storage and complete actions
in Media Mover.
Module uses tokens to provide easy access to file values.

Dependencies

- media_mover_api
- token
- mm_token

Install

1) Copy the mm_custom_command folder to the modules folder in your


installation.

2) Enable the module using Administer -> Modules (/admin/build/modules).

3) Go to Media Mover configuration where you want to use custom command and
choose "Custom Command: Use custom command".

4) Set 'Output file' and 'Command'.

Examples

Encode files with Sorenson Squeeze 5 on Windows machine running


Drupal
- Create your Media Mover configuration
- For process action choose "Custom Command: Use custom command"
- Set 'Output file' for example 'video-[nid].flv'
- Set command. Because I didn't find parameter for Squeeze to set output file I

1363 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

will use batch file 'compress-video.bat' which will after encoding rename
output file. So command will look like this:
'd:\compress-video.bat [harvest_file] [output_file]'

Rename/move file
- Create your Media Mover configuration
- For storage action choose "Custom Command: Use custom command"
- Set 'Output file' for example 'video-[nid].flv'
- Set 'Command' to 'co [process_file] [output_file]'

....

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

Views Filtergroup
By kkaefer on the 25th of March, 2009

Allows grouping of filters so that only one of a set of filters is active at a time. The
user can select which filter he or she wants to modify and the view is then only
filtered by the selected field of the filter group.

To use this module, enable it and create a new filter from the [Grouping] section.
Expose the filter, remove the checkbox from optional and select the filters you
want to have in this group. After submitting and going back to that filter, you can
also select a default filter for this group. All filters that should be in a group have
to be exposed and optional.

Development sponsored by NowPublic.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-26
notes snapshot

Find out more · Bugs and feature requests

Node Access Node Reference


By danielb on the 13th of May, 2009

Gives access to users if they have access to a referenced node. Checks view,
update, and delete grants.

Despite the availability of a beta, this module needs work, a lot of questions have
been raised about this module's design in the issue queue, and probably shouldn't

1364 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

be used in production sites.

Similar modules
Node Access User Reference
Gives users access to a node if they are referenced in a CCK User Reference
field of the node in question.
Node Access Auto Reference
Gives users automatic access to a node if they are somehow referenced to
the node in question.

Find out more · Bugs and feature requests

Email campaign
By Blackguard on the 28th of May, 2009

This module is used to create email campaigns. It provides a node type which
includes an email message and an email sending form, along with a form with
which to gather information about the person sending the email.

The email will be sent and signed by the sender with a link to the web page from
which it was sent.

To use this module, simply create content of the Email Campaign type and write
the email subject in the subject field, the message in the message field, the
(optional) destination email in the email field and some instructions if needed.

If no email is provided in the destination email field, the user will be provided with
a blank field in which to write an email address where the message should be sent.

Users with appropriate permissions will be able to create and edit email
campaigns, and users with the administer email campaign permission will be able
to see how many times a campaign was sent as well as delete bad signatures.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-04
notes for 6.x

Find out more · Bugs and feature requests

Book Inherit Type


By criznach on the 19th of July, 2009

Book Inherit Type alters the "Create Child Page" link on book pages so that new
child pages are created with the same type as the parent.

This module is based on the patches created by kassissieh and JuliaKM in this

1365 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

issue:

#460736: Add child page should inherit parent's content type. Or should it ?

Additional features:

Per node type override of the book module default.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-27
notes snapshot

Find out more · Bugs and feature requests

Adhoc Key/Value Meta-Data


By rbrandon on the 24th of July, 2009

Allows you to add a field to a node that does not have a defined label.

The content creator then can choose the label and value of their choice.

The list of labels is presented to the user in an auto-complete as they type.

Easy way to allow contributors to add arbitrary meta-data without knowing


beforehand what that data might be.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

Scribd field
By marcingy on the 17th of November, 2009

This project provides a filefileld extension that supports the upload of files to
Scribd and presents the content in an ipaper reader.

This module is sponsored by Trellon

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-17
notes for 6.x

Find out more · Bugs and feature requests

1366 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Wysiwyg syntaxhighlighter integration


By meecect on the 1st of December, 2009

This module adds a syntax highlighting function to the tinyMCE editor.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-06
notes for 6.x

Find out more · Bugs and feature requests

RSS Enhanced
By kmonty on the 3rd of February, 2010

A simple module to help improve the


quality of your RSS feeds and drive
traffic to your site by injecting social
links, Tweetmeme, comment counts,
related posts and taxonomy into your
RSS feeds.

While this module can be used as-is, it


is intended to be used as a starting off point for further customizations.

Requirements:

If you wish to integrate your RSS feed with the Service Links module, you
must use the 2.x branch.

This module is maintained by New Eon Media and has been sponsored in part by
Mother Jones Magazine and Uptown Almanac.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-03
notes for 6.x

Find out more · Bugs and feature requests

CiviCRM
By dggreenberg on the 8th of October, 2005

CiviCRM - CRM for Advocacy, Non-Profit and Non-governmental


Groups

1367 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CiviCRM is the first open source and freely downloadable constituent relationship
management solution. CiviCRM is web-based, open source, internationalized, and
designed specifically to meet the needs of advocacy, non-profit and
non-governmental groups.

CiviCRM is an actively maintained project with an installed base of over 5,000


organizations. It is specifically designed to run inside of your Drupal site(s). The
current stable release - 2.2 - requires Drupal 6.x. The 2.0 version, which is
compatible with Drupal 5.x, is still available from our downloads site. The 2.0
version is not supported

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-17
notes for 6.x

Find out more

« first ‹ previous … 211 212 213 214 215 216 217 218 219 … next ›
last »

Page break by AutoPager. Page( 216 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

WYMeditor
By fall_0ut on the 19th of November, 2006

This module is discontinued in favor of


the Wysiwyg API. It is still here for
legacy information

Version Date Links Status

1368 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2008-Oct-09
notes snapshot
Download · Release Recommended
5.x-2.0 2008-Jun-06
notes for 5.x

Find out more · Bugs and feature requests

Node factory
By clemens.tolboom on the 10th of January, 2008

DO NOT USE D6 version ... it's completely untested by me due to


time/money constraint ... unless you know what you are doing

API change as of beta-1 of node_factory.module

Ever wanted to create nodes on the fly? This module provides functionality to do
this.

With this module you can write code like this to produce a node.

<?php
// my_nodetype must be an existing nodetype
$edit = node_factory_create_node( 'my_nodetype');

node_factory_set_value( $edit, 'title', 'my value');


node_factory_set_value( $edit, 'field_node_ref', 123);
node_factory_set_value( $edit 'uid', 321);
node_factory_save_node( $edit);
?>

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-15
notes snapshot
Download · Release Recommended
5.x-1.0-beta2 2008-May-21
notes for 5.x

Find out more · Bugs and feature requests

Comment alter taxonomy


By aclight on the 17th of February, 2008

This module will allow you to change the taxonomy terms associated with a node
from a comment on that node. The module provides a set of permissions that allow
you to limit this to only certain vocabularies, as well as to certain user roles.

The intended use of this module is primarily for allowing project issue nodes to

1369 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

have terms alterable via project issue comments, and runs the "issue tagging"
feature of drupal.org. But this module does not limit this functionality to project
issues.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Feb-20
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-30
notes for 5.x

Find out more · Bugs and feature requests

Smartqueue Per User


By ezra-g on the 10th of May, 2008

Please download the latest development snapshot.

This project uses Nodequeue's Smartqueue API to


provide a nodequeue for each user of one or more
specified roles.

This project was originally written by ezra-g as part


of the 2008 Google Summer of Code and provides
the following functionality in the list below.

The 6.x-2.x branch is a rewrite by daniboy that allow for multiple subqueues
per-user.

1) Administrators can specify which user roles automatically receive nodequeues


2) When a user of a specified role is created, a nodequeue corresponding to that
user will be created.
3) When a user is deleted, the corresponding nodequeue will be deleted.
- a) The module should prompt and warn the administrator before deleting the
nodequeues.
4) Administrators can specify which node types should be available in user
nodequeues.
5) An 'edit own user nodequeue' permission will be defined to allow for use cases
where users cannot edit their own node queues, such as a list of selected content
by a particular user that is maintained internally by website
administrators\moderators.
6)The content of the user-nodequeue will display on the user's profile page
- a) The module will define a default view that is utilized on the user profile page

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2008-Dec-26
notes snapshot

1370 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-0.6 2008-Aug-18
notes for 5.x

Find out more · Bugs and feature requests

Public Preview
By chrisyates on the 14th of July, 2008

This module allows public access to unpublished content on a per-content-type


basis.

Why would you want this?

Well, you may want to send links to unpublished content to a colleague or


publishing partner for review, or you may need to enable users without "administer
nodes" permissions to access content as part of a Workflow process.

So This module allows you to assign a path suffix, like example.com/node


/1234/preview that can be accessed by users in roles that have been given
authorization.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Oct-29
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

SQL Cron
By cackalacky on the 12th of August, 2008

SQL Cron is a Drupal module that allows you to create and manage a set of SQL
statements that are executed during cron runs. The last execution time and
execution result is displayed for each SQL statement. Any SQL statement that is
valid for the Drupal db_query function can be used. This includes INSERT,
TRUNCATE, UPDATE, DELETE, etc. This module is similar to the DB Cron module
which hasn't been maintained since Drupal 4.7.

This module can be useful for pruning and updating custom database tables used
by your Drupal installation. For example, you may want to periodically update
information about your top rated or most viewed content in a custom table. You
may have a log of user visits or actions that you want to truncate or prune
periodically. SQL Cron provides you an easy method for accomplishing this without
having to set up separate cron jobs on your web server.

1371 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-12
notes for 6.x

Find out more · Bugs and feature requests

i18nRedirect
By Pasqualle on the 1st of February, 2009

Redirect by URL alias.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-02
notes snapshot

Find out more · Bugs and feature requests

Warning
By dag- on the 4th of February, 2009

The Warning module is a simple module that can add messages (admonitions) to
common forms (like the user registration or comment submission form) to provide
the user with important information like submission policy, the fact that content is
moderated or simply a scare message to get rid of spammers.

I wrote this module because my personal blog was listed in do-follow lists and
generated up to 30 spam comments per day that were not filtered by Mollom.
After adding a simple (default) warning for comment submission about the fact
that I do not tolerate unrelated links and the comments are moderated, this
number dropped to 3 spam comments on average.

Comment spam is a real nightmare because the content of the comment may look
related, and sometimes are very informative, but the homepage (or links in the
content) point to unrelated sites. And if you can reduce the number of comments,
you reduce the overhead of moderation.

The Warning module allows to customize the message text and also specify the
message type (Caution, Disclaimer, Important, Note, Tip or Warning).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-13
notes snapshot

Find out more · Bugs and feature requests

1372 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Taxotouch
By Loac on the 16th of April, 2009

This module help you navigation in


taxonomy.

On a separate page display list of all


terms from your vocabularys. If you
selected one, two or more terms will be
output every nodes that is associated
with it.

Live demo

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-19
notes for 6.x

Find out more · Bugs and feature requests

Domain Locale
By nonsie on the 20th of May, 2009

Domain Locale allows to customize language sets per domain for Drupal installs
using Domain Access and core Locale module.

On install Domain Locale enables all enabled languages for all domains setting
either site default language as default for each domain or uses language_default
variable set by Domain Conf (if it is enabled). A link is added to domain
management section to administer domain specific languages. You can choose one
or more from the enabled languages, change the weight they appear in for that
domain and set default language for the domain. Updating this form will also keep
language_default variable in Domain Conf in sync.

Things to keep in mind:


1. If you want a language enabled on a subdomain, it must be enabled for the
default domain (e.g. sitewide settings). The reason lies in language_list() in
bootstrap.inc
2. Set language negotiation to "Path prefix only". We are overriding $language in
bootstrap hence overwriting any changes that might of been user's preferred
language specific. Also user's preferred language might not exist all domains. You
can leave the setting to "Path prefix with language fallback" but the language
fallback will be overwritten.

Optional:
1. make sure all languages have a prefix (by default English does not). This gives
unique urls for all languages on all domains.

1373 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Requires Domain Access rc9 or newer!

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Jan-15
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 212 213 214 215 216 217 218 219 220 … next ›
last »

Page break by AutoPager. Page( 217 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Live Discussion
By Prometheus6 on the 31st of December, 2004

The Live Discussions module creates a block listing recently commented upon
threads. The number of nodes listed in the block is configurable (5, 10, 15, 20, 25
or 30 nodes). The link can display the number of comments made on the node and
the block title is configurable. As of November 2, 2006 the module also provides a
page for logged in users to track discussion sitewide.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Nov-25
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Mar-29
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Nov-21
notes for 4.7.x

1374 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Teamspeak
By Cainan on the 20th of June, 2006

Allows for multiple Teamspeak blocks to be displayed.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-08
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Mar-18
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

NGP Links
By seanr on the 28th of February, 2007

This module for NGP Software CWP users will create redirect links on your site to
point to your CWP pages (subscribe, contribute, and volunteer). It also adds a link
to Urchin stats under Administrate->Logs.

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2009-Mar-26
notes snapshot

Find out more · Bugs and feature requests

Hotkey
By Shawn Conn on the 11th of September, 2007

The Hotkey module allows you to create accesskey attributes for Drupal form
buttons and links on node pages. Given a specific form button name (with an
optional Drupal form element id) and a specified key, Hotkey will add the HTML
accesskey element to every Drupal form button that meets this criteria. This is
useful for accessing commonly used form elements that can be activated via your
browser's implementation of accesskey (IE: Alt+key, FF: Alt+Shift+key, Opera:
Shift+Esc+key). For example, mapping "Submit" to the "s" would make all form
buttons with the name "Submit" (usually every submit button on Drupal form
elements) have the attribute accesskey="s". In effect, most Drupal forms could be
submitted via the hotkey combination of Alt+Shift+S in FireFox. Additionally, you
can add links to node pages with accesskey attributes. This allows to do things

1375 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

such mapping accesskey="e" to a link on a node page that goes to its edit page.

Be aware when using this module that the accesskey attribute isn't implemented
the same across all web browsers. Depending on hotkeys you create, you could
potentially come up with a hotkey combination that conflicts with your browser's
own hotkeys.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Jul-02
notes for 6.x
Download · Release Recommended
5.x-2.4 2009-Jun-30
notes for 5.x

Find out more · Bugs and feature requests

Audio recording field


By alphaXp on the 7th of August, 2008

Audio recording field supplies a CCK field for recording audio, directly through the
user's browser, while in the site.

For the recording task, this module uses a java applet, called ListenUp by
javasonic. In order to use the module you need to download ListenUp from it's
home site.
In addition to the audio recorder, ListenUp provides an audio player applet, which
is available as the fields cck formatter.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Aug-07
notes for 6.x

Find out more · Bugs and feature requests

Drush UI
By careernerd on the 17th of September, 2008

drush_ui.module is a simple module that adds a form to the administration menu


for triggering drush commands through Drupal's web interface.

It provides a menu page under Site Building that has a textfield that mimics the
drush command line interface.

Most commands work. The only commands that don't work are one's that write to
the filesystem, such as drush dl modulename and drush sql dump .

1376 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-17
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Chatter Box
By awolfey on the 15th of February, 2009

The Chatter Box module provides a simple node-based chat system. A block is
provided with
a simplified comment reply form and a list of comments. Each chat post is actually
a comment on a node.

The 6-dev version now uses ahah to reload the chat form and display new
messages. It is compatible with the captcha module.

Chatter box is similar to Shoutbox, but additionally provides archived chats and
additional configuration.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-22
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Apr-13
notes for 5.x

Find out more · Bugs and feature requests

OG Membership Expiration
By meba on the 4th of April, 2009

OG Expire - module allowing memberships in organic groups to expire.

Features:

Whenever you add member to the group, you can set an expiration date.
You can set a default expiration offset - default form value for expiration
dates.
Users and administrators can receive emails prior to expiration.
Provides Views integration.
Provides API to set/get expiration date.

See README.txt for installation instructions or you won't be able to use


the module!

1377 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development release for 6.x only (yet): http://drupal.org/node/423812

Authors

Module created by Dynamite Heads. Follow us on twitter! @dynamiteheads

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Show Required Label


By arcaneadam on the 19th of May, 2009

This module adds an explanation label to the bottom, top, or both, of forms that
have required fields explaining the * next to the labels.

It defaults to *Required Fields but can be set in the settings to display what ever
text you'd like. You can also set the position of the label to either the bottom, top
or both spots on the form. And lastly you can insert form ID's to exclude from
having the label show up on.

Sponsored By
Me and Masonry Media (A Drupal shop).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-19
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-May-19
notes for 5.x

Find out more · Bugs and feature requests

Adjusti-Search
By ConnorK on the 24th of August, 2009

The Adjusti-Search module provides a simple and clean block for Drupal that
allows integration of all searches (those provided by Drupal, other modules, and
external to Drupal itself) that take their querystring from the URL into one search
block. This is a useful module if you are running multiple searches on your site or
wish to integrate external searches into the search mechanisms of your site.

This module does not provide any new search functions itself. Rather, it creates a
simple interface that all searches can be reached through.

1378 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

6.x-1.4 and 5.x-1.4 features include:

Title of search block is optional.


Set default text for the search box to whatever you want.
Displaying search options as a drop-down list or a set of radio buttons.
Option to open searches to external websites in a new window.
Reordering search options based on numerical weights.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-24
notes for 6.x
Download · Release Recommended
5.x-1.4 2010-Jan-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 213 214 215 216 217 218 219 220 221 … next ›
last »

Page break by AutoPager. Page( 218 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Premium Views Field


By irakli on the 25th of January, 2010

Views implementation for the Premium module, exposing premium status as a


field.

Version Date Links Status

1379 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc2 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

Hierarchical Select Field Selector


By crea on the 3rd of February, 2010

Hierarchical Select implementation allowing to choose content types and their


fields in a user-friendly way. Reusable form element.

This is developer module. Install it only when required by other module.

Requirements: Hierarchical Select, CCK

Modules that use Hierarchical Select Field Selector: Imagefield Avatar

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Zeitgeist
By fgm on the 19th of February, 2006

Description

This is a module implementing history functions for search. It enables a


configurable "recent searches" block, and future versions can use its data to
provide frequency reporting on searches over various time periods.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-21
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Aug-08
notes snapshot
Download · Release Recommended
4.7.x-1.1 2008-Aug-05
notes for 4.7.x

Find out more · Bugs and feature requests

1380 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Links Block
By spiderman on the 8th of July, 2007

Publishes a block containing all the usual "links" produced by all hook_link
implementations on the system. This typically includes the 'Add new comment'
link, as well as links to any files attached using the Upload module.

NB: This module does *not* extract internal/external links in the content of the
node, but rather the "node links" associated with the node itself.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-10
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-09
notes for 5.x

Find out more · Bugs and feature requests

CiviRoles Sync
By posco on the 29th of January, 2008

11-19-2008 - THIS MODULE IS NOW INCLUDED WITH CIVICRM 2.1.2+


AND IS NO LONGER BEING MAINTAINED ON DRUPAL.ORG, THE FILES
BELOW ARE FOR LEGACY/ARCHIVE PURPOSES ONLY. The 6.x release has
been removed to avoid incorrect warnings in the module update reports.

Sorry for the late update, but there were some exciting developments with this
module last month. The CiviCRM Core development team has been working on
migrating this module into the main distribution of the CiviCRM module and will be
maintaining it there. I have been told via e-mail that we can expect to see the
CiviMembers/Drupal Roles sync features as early as CiviCRM v2.1.2, which should
be available soon. The modules below will no longer be maintained here and any
support questions should be asked on the CiviCRM Forums
(http://forum.civicrm.org/) when v2.1.2 goes public. I would like to thank
everyone who supported me in developing this module and for Matt2000's
contributions. I'm sure these features will be very exciting in future releases of
CiviCRM.

For more information please see this CiviCRM developer blog posting:
http://civicrm.org/node/464

-- Neil Goodman (aka posco)

Module Description:

1381 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-2.0 2008-Aug-02
notes for 5.x

Find out more · Bugs and feature requests

osCommerce
By Steve Lockwood on the 8th of July, 2008

This module allows your Drupal site to be a "shop window" for an osCommerce
website.

It allows users to:


- Browse product descriptions of an osCommerce shop from within a Drupal site
- Go to the osCommerce shop (either to browse or buy)

Administrators can:
- Edit product descriptions from within Drupal (allowing the use of rich-text editors
to create more usable content, though this should also be possible in osCommerce)
- Set up compatibility lists so you can document which products are compatible
with which. This automatically updates the product description to list compatible
products and accessories.

The module is in an early stage of development so should be considered quite


"raw" - but stable, I hope.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jul-08
notes for 6.x

Find out more · Bugs and feature requests

Value Providers
By jpetso on the 17th of July, 2008

This module is supposed to ease life for developers - if you are none of those, you
only want to download this module if another one depends on it. So now that
that's sorted out, let's get to the point...

Did you ever want to extract values from a view, but needed to hardcode it
because both column names and result format only apply to your specific
view?
Did you ever want to offer the user to select any Views field that fits the
purpose, regardless if it's a CCK field or in a module specific table? And then,
execute the view programmatically and retrieve the value in exactly the same
target format, regardless of how it appears in the database?

1382 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If that is the case then this module is for you. It's a tool to ease programmatic
retrieval of Views fields, a format that you can rely on. Need to have the user
choose between CCK nodereferences, book parents and Project* projects for an
issue? You only need to specify the views table, required columns for the target
value and a parse function, and all callers just need to request the "nid" type and
are able to use any of the above.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

Feedjit
By lyricnz on the 23rd of July, 2008

A module for integrating with realtime


traffic statistics as provided by
http://feedjit.com/. Currently this
provides a realtime map (or list) of the
geographic location of visitors to your
site, information about popular pages,
and a "related content" block.

Please review the Feedjit Terms of


Service before enabling this on your site. In particular the non-commercial clause,
the right to redistribute your content, and deliver 3rd-party advertisements using
the service. You may also want to consider the (perception of) privacy of your
users. That being said, it IS pretty cool :)

NOTE: Feedjit does not support running in a subdirectory. I.e.


http://yoursite.com/ is fine, but not http://yoursite.com/drupal/. See the Feedjit
Traffic Feed FAQ.

This module was developed by Taniwha Solutions.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Aug-30
notes for 6.x

Find out more · Bugs and feature requests

Dynamic Help

1383 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Xano on the 6th of September, 2008

Allows maintainers of other modules to


create a dynamic set of configuration
steps without worrying about usability.

This module is based on the efforts of Sutharsan (Erik Stielstra) and Xano (Bart
Feenstra) to create a good help section for Header Image. Please take a look at
#256347: Improve help section if you want to know more about (past)
development on this feature.

Modules that use the dynamic help principle:


Vocabulary Index 2
Header Image 6.x.1-x-dev

Customisations
Vocabulary Index is proudly being developed by Bart Feenstra from Nederdev. The
author may be contacted for paid customisations of this module, Drupal
consultation or other Drupal-related projects.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-03
notes for 5.x

Find out more · Bugs and feature requests

phonetic wordfilter
By patPrzybilla on the 10th of December, 2008

The phonetic filter module provides a profanity filter and is an improvement of the
wordfilter module which compares a admin generated list of unwanted words
against user submited content (e.G. comments).

Phonetic filter goes a step further by including the phonetic characteristics in the
comparison as well as a list of profane words.

So the malicous user could try any variation of the cursed word but as long as the
word "sounds" like the unwanted word it gets replaced by the masking character.

It provides also a whitelist to allow certain words which sounds like unwanted. Its
very lightweight and has no need for any additional tables.

If you re asking yourself why I don't consider to patch the wordfilter module
instead of creating a new project please read this thread:

1384 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://drupal.org/node/345284

NOTE: Is no more under active development by myself because of time


issues ( getting a baby here and have a lot of work to do ) I would love to
give someone who has time and is interested in maintaining this module
CVS access or let you take it over completely.
Right now some drupalists are posting patches which is awesome ...
Thanks for understanding and support.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Feb-11
notes for 6.x
Download · Release Recommended
5.x-1.4 2009-Feb-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 214 215 216 217 218 219 220 221 222 … next ›
last »

Page break by AutoPager. Page( 219 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

pclzip
By ssm2017 Binder on the 30th of January, 2009

PclZip is a module to integrate the pclzip library into Drupal.


This module needs to copy the pclzip.lib.php file to the pclzip subfolder of the
module.
More infos and the lib file can be found in the pclzip website :
http://www.phpconcept.net/pclzip

1385 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can use pclzip_zipfolder to zip all files from a special directory.
You can use pclzip_zip_node_files to zip all the attached files contained in a node.
You can use pclzip_zip_content_files to zip all the attached files contained in the
nodes displayed in the content.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

Form Tooltips
By entrigan on the 27th of March, 2009

Converts form-item help text into


JavaScript tooltips. The dev version
now features form-id based tool tip
activation (for any tag with class
"description"). There are some issues
however, because it will apply to all
forms on a page, rather than just the
individually requested form.

The goal of this module is to clean up


complex forms, and subsequently make them easier to theme.

There are currently no official releases until the module can be redesigned
for a more general use case. In the mean time you can download the
module by clicking "view all releases" link.

To override the styling simply put #desctip{ *CSS HERE* } in your style.css file.

Find out more · Bugs and feature requests

Flag Form

1386 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By aaron on the 11th of April, 2009

This will display selected node flags within a form


of checkboxes, rather than as links. This allows
multiple flags to be marked simultaneously.

This depends on the Flag module.

To use, you will see a new checkbox on node flags


that reads 'Display link as checkbox'. Simply check
that box on all flags you wish to appear on a form
rather than as links, and they will be displayed in
that format as appropriate, using the link display
options to determine visibility.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-13
alpha3 notes for 6.x

Find out more · Bugs and feature requests

MySQL Report
By munroe_richard on the 7th of May, 2009

One of the standard tools used by DBAs for tuning MySQL databases is
mysqlreport, a cool script written in Perl. Unfortunately I've got a number of clients
that either can't or don't want to keep Perl around and up to date so I've ported
mysqlreport into a Drupal module since all my clients have PHP.

At the moment all this does is to simply display the MySQL report, I'll eventually
get around to hooking up help and other features as I need them (or other folks
want them).

I have no immediate plans to back-port this module to Drupal 5 or port it to Drupal


7 (all of my clients who need mysqlreport are running Drupal 6) so if anybody
wants to sign up to do the work, let me know. The module itself is trivial and not
at all hard to figure out so the back and forward ports shouldn't be all that difficult.

Special thanks to the folks at Economic Security Planning, Inc. to allow this work
for pay to be put in the public domain.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-07
notes for 6.x

Find out more · Bugs and feature requests

1387 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2 Way Video Chat


By videowhisper on the 1st of September, 2009

2 Way Video Chat (by VideoWhisper) is a


premium high definition video
communication software designed for
instant 1 on 1 online video conferencing.
It's a solution for conducting easy to
setup face to face meetings without
leaving your office or home. It's the
easiest and most cost-effective way to
meet somebody and discuss one on one.

How does it work?


Site members (as allowed by permissions) can instantly create 2 way video chat
rooms and send the access links to the ones they want to encounter. These rooms
are created on Drupal as nodes.

With this Drupal integration, room settings, including quality and streaming time,
can be defined and used to control quality and duration of service. This virtually
allows website owner to provide controlled premium services.

Module generates a room link that can be sent to the other person using any
method (email/text messenger/sms). By using that link both parties get instantly
face to face on big video panels. No downloads required. All is browser based and
works on almost any platform (Windows, Mac OS X, Linux) in browsers that
support flash. Also, parties can meet at any scheduled time.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-01
notes for 6.x

Find out more · Bugs and feature requests

Floating Manager Menu


By jdschroeder on the 23rd of November, 2009

The people managing content on the sites you build are


frequently not site administrators, and the usual
administrative menus often do not fit the use case for
these roles. Enter Floating Manager Menu.

Floating Manager Menu is intended as an alternative to


such modules as Simple Menu and Administrator Menu with a focus on
non-administrative content editors and managers. It allows you to include an
unobtrusive and easily styled menu without the need to dedicate a region within

1388 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

your site's theme.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

S5 presentation player
By greggles on the 11th of September, 2006

This module allows you to play Drupal content as presentation slideshows using
S5.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-28
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Aug-18
notes snapshot

Find out more · Bugs and feature requests

DataSync
By andrewlevine on the 21st of July, 2008

The DataSync module was written to schedule and execute jobs and import data in
a much more scalable and reliable way than with cron.php and hook_cron. It
allows you to schedule and run module-definable types of jobs on multiple servers
in a centralized way. It uses database transactions in order to ensure that no data
is corrupted while running multiple jobs at the same time. DataSync keeps track of
the status of jobs and what phase they are in, so that if a job fails it can
intelligently decide how to proceed. Almost all of DataSync's default behavior is
overridable when you create your own job types.

DataSync has run over 180,000 jobs on our production servers already.

Warning: A bug introduced in CTools 1.2 causes the DataSync scheduler


ajax forms to break. Either update your CTools to the 6.x-1.3 release or
apply this patch.

Some of what DataSync for Drupal 6 does:

Runs scheduled jobs at any interval or as fast as possible


Provides an interface for you to schedule and timeout jobs on certain
intervals

1389 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Provides an API for you to define those jobs


Handles job errors and timeouts gracefully
Allows you to run many jobs in parallel using database transactions

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-04
notes for 6.x

Find out more · Bugs and feature requests

Library
By jastraat on the 8th of August, 2008

To current users of this module:

I am considering a re-write of this module that simplifies the current structure by


removing patrons as node objects and simply using Drupal users instead. There
have been a number of issues in the cue that indicate that most users of this
module are setting patrons as users and that the patron wrapper is sometimes
getting in the way of integrating this module with other applications/modules.

I am also considering reducing the flexibility regarding library actions and just
offering a pre-set selection of (rename-able) options: check-in, check-out, renew,
request, and hold. These options would be events that tie into the rules module
and could be configured through that interface. (For those of you who haven't used
the rules module - it's fantastic.) Making these changes would reduce some
flexibility in the library module but would greatly increase how much users could
configure what exactly happens on a checkout/check-in/hold (in addition to
severely reducing the complexity of the module which is currently a bit of a
monster).

If you have an opinion regarding these potential changes, I would really like to
hear from you. My contact form is http://drupal.org/user/105111/contact Thanks!

Description
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Nov-24
notes snapshot

Find out more · Bugs and feature requests

World of Warcraft Armory Sync

1390 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By nhdriver4 on the 18th of August, 2008

The World of Warcraft armory contains


vast information for players and guilds.
WoW Armory Sync downloads and
stores your guilds roster information at
each cron run, showing it in a neatly
organized and sortable list.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-02
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 215 216 217 218 219 220 221 222 223 … next ›
last »

Page break by AutoPager. Page( 220 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Flickr Sync
By benshell on the 14th of September, 2008

The Flickr Sync module downloads new photos from Flickr and creates Drupal
nodes from them. The sync includes the title, description, tags (as Drupal
taxonomy terms), and of course the image as a CCK imagefield upload.

This module does NOT provide any image gallery view or other theming.

This modules requires Flickr API module. It is based on Flickrrippr, which is similar
in concept but currently unstable.

1391 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-31
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Oct-09
notes snapshot

Find out more · Bugs and feature requests

AHAH Style Ensurer


By effulgentsia on the 20th of December, 2008

Without this module, if during the processing of an AHAH callback, css files are
added using drupal_add_css() but those files aren't already loaded on the base
page from which the AHAH request originated, then those files don't get loaded.
This is an unfortunate limitation of Drupal's AHAH system. This module addresses
that limitation. However, to take advantage of this, a module implementing an
AHAH callback needs to send the response through theme('ahah_response') as
provided by the ahah_response module.

If you're interested in this module, you may also be interested in the


ahah_script_ensurer module.

This module depends on:


ahah_response
ahah_page_storage
jquery_aop

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

Google Language Tools


By Roger López on the 8th of January, 2009

This module provides integration at several levels with the Google AJAX Language
API. It uses the excellent jQuery-Translate plugin to make the javascript layer
simpler.

Currently this module is in the very first stages of development, i.e. NOT
INTENDED FOR PRODUCTION.

Feature Wishlist

1392 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

When creating a node translation, provide translation suggestions for all of


the text inputs on the form. This would provide translators with a baseline
translation that they would then just need to proof-read before publishing.
Translation suggestions for other inputs, like the "Translate Interface" form
provided by the locale module.
Integrated suggestions for the l10n_client.
Client-side translation for comments and other user-gen content.
Other feature suggestions welcome!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-14
notes snapshot

Find out more · Bugs and feature requests

Content theme
By Ralf on the 21st of April, 2009

Allows to use different themes than the site default theme on content creating,
editing, and viewing pages.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-26
notes for 6.x

Find out more · Bugs and feature requests

Unfuddle Feedback
By Jody Lynn on the 2nd of June, 2009

This module provides integration between the feedback module (http://drupal.org


/project/feedback) and the ticketing system Unfuddle (http://unfuddle.com, paid
account required). It allows users to use feedback module to create Unfuddle
tickets referencing specific paths on the site.

If you install browscap module (http://drupal.org/project/browscap) the tickets


created will also include the browser info for the user giving the feedback.

As of 1.1, now requires Unfuddle API module.

Created by Zivtech for our clients.

Quick start guide:

1393 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

drush dl unfuddle_feedback unfuddle_api feedback browscap


drush enable unfuddle_feedback unfuddle_api feedback browscap
Create a bot account in your Unfuddle project with permission to create
tickets.
Configure browscap: /admin/settings/browscap and unfuddle_api:
admin/settings/unfuddle_api and set permissions.
Test your setup by using the feedback form at the bottom right of your
screen. You should get a new ticket in Unfuddle.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-23
notes for 6.x

Find out more · Bugs and feature requests

printfriendly
By anon on the 5th of June, 2009

This module gives your site the ability


to use printfriendly.com's
(http://www.printfriendly.com) awesome print service.

What it does is that it’s simply creates a block and/or a link in the node links
section to directly call printfriendly.com's print service.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

IMCE SWFUpload
By mcrittenden on the 18th of June, 2009

A module to integrate the SWFUpload


module into the IMCE file manager to
allow for multiple uploads.

Just enable and you're golden.

This is a quick and dirty module at


the moment. It contains no support
for thumbnails, different upload directories, automatic page refreshing
after uploads, etc. I would LOVE some patches on this one.

1394 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was created to scratch the itch of there not being a proper multi-
upload file manager. It's still in its infancy but it could be really helpful to the
future of Drupal's media management.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jun-18
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Support Nag
By Jeremy on the 18th of June, 2009

Adds the ability for Support to send regular notifications, and to change the state
of old tickets.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-19
notes snapshot

Find out more · Bugs and feature requests

Misery
By danielb on the 22nd of June, 2009

Misery is a module designed to make life difficult for


certain users. It can be used:

As an alternative to banning or deleting users


from a community.
As a means by which to punish members of your
website.
To delight in the suffering of others.

Currently you can force users (via permissions/roles, editing their user account, or
using Troll IP blacklists) to endure the following misery:

Delay: Create a random-length delay, giving the appearance of a slow


connection. (by default this happens 40% of the time)
White screen: Present the user with a white-screen. (by default this
happens 10% of the time)
Wrong page: Redirect to a random URL in a predefined list. (by default this
happens 0% of the time)
Random node: Redirect to a random node accessible by the user. (by

1395 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

default this happens 10% of the time)


403 Access Denied: Present the user with an "Access Denied" error. (by
default this happens 10% of the time)
404 Not Found: Present the user with a "Not Found" error. (by default this
happens 10% of the time)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

Automatic Group Assignment for Organic Groups


By ezra-g on the 30th of August, 2009

Allows administrators to assign particular content types to automatically be posted


into particular organic groups.

Note: nodes will be placed into the configured groups regardless of the
submitter's permissions or group membership. This is by design.

Written by a jetlagged developer after arrival for Drupalcon Paris 2009. Stay tuned
for an official release and please test the development relese - feedback is
welcome in the issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-25
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 216 217 218 219 220 221 222 223 224 … next ›
last »

Page break by AutoPager. Page( 221 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will

1396 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ranged Search for Faceted Search


By zyxware on the 9th of September, 2009

This module provides the ability to define ranges for facets as an add-on
functionality to the existing Faceted Search module.

The original code base used for this project came from mooffie and was posted at
http://drupal.org/node/219824#comment-794417, the original code can still be
found in the sandbox. This was taken up by zyxware and converted into an usable
module for Drupal 6.

The original name of the module fsrange is still maintained.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-10
notes snapshot

Find out more · Bugs and feature requests

Ubercart Product Keys


By freixas on the 28th of October, 2009

This module lets Ubercart sites provide or sell


product keys. Product keys are strings of text that
are used to unlock or activate a piece of software.

Features

1. Lets you sell a software product along


with the product key or just the product
key.
2. Lets you dynamically generate product keys or assigns product keys
from a database
3. Handles multi-line product keys
4. Lets you associate a set of licenses with multiple products
5. Imports licenses from an Excel-compatible file
6. Integrates automatically with the Ubercart stock system
7. Integrates with the Ubercart conditional actions system. A predicate is

1397 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

provided that emails the product keys when an order is completed


8. Integrates with the Token system
9. Lets you view all product keys
10. Lets you view all product keys associated with one product
11. Lets you and the customers view all of a customer's product keys
12. Allows you to revoke product keys
13. Records product activations
14. Keeps product keys encrypted in the database
15. All table are sortable by any field

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

Dropdown Tabs
By deeporange1 on the 7th of December, 2009

Overview
Dropdown Tabs does only one thing: It takes the
menu items that are in your primary and
secondary tabs, and turns them into dropdown
select boxes. The reason that we built this module
was to help us conserve a bit of space and keep
the site somewhat tidy.

Usage
1. Turn on the module at admin/build/modules.
2. Navigate to admin/build/block and configure the Dropdown Tabs block. Note
that the Dropdown Tabs block content may float left, right, or not at all.
3. Place the Dropdown Tabs block into a region on block admin page OR inject
the block manually into a template file with the following code:

<?php
/* For manual injection into template eg. page.tpl.php, use: */
$block = module_invoke('dropdown_tabs', 'block', 'view');
print $block['content'];
?>

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Dec-07
notes for 6.x

1398 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Inline Ajax Search


By fabianderijk on the 30th of December, 2009

This module makes it possible to display search results via AJAX.

If installed the module can use the Search Lucene API so you can search with
wildcards / part of strings. Apache Solr is planned to be added as well.

I'm also planning to convert this module for use with Drupal 7.

Dependecies

- Search
- Jquery Update (use the version with jQuery 1.3.2 in it)
- Search Lucene API (if you want to search on part of a string)

Version Date Links Status


Download · Release Recommended
6.x-3.2 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

IE6 No more
By jonathan_hunt on the 1st of February, 2010

Yet another IE6 upgrade module! This


one implements the banner promoted
by http://www.ie6nomore.com/.

See also IE6 Update.

Find out more · Bugs and feature


requests

XML Parser
By greg.harvey on the 11th of February, 2010

This module is a small utility we created while working on www.defaqto.com to


allow us to easily parse non-standard XML documents (the sort we were getting) in
to a PHP array so we could then manipulate the data more easily.

Thanks to tayzlor for laying the ground-work for this module (discovering the
class, etc.) - I just wrapped it in some PHP functions to make it more usable within
Drupal.

1399 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Licensing

We cannot remember exactly where the original class enclosed within the module
came from, as it was some time ago and we can't find it any more. Licensing
issues regarding this module and the Drupal license have already been discussed
within the community. At the moment we are assuming the license permits
inclusion in the Drupal repository (or there is no license) so this module will
continue to exist. If you can show the code contained within this module is *not*
GPL, please re-open this issue:

#711678: Review "XML Parser" project for licensing issues

Sponsored by CMS Professionals: http://www.cmspros.co.uk

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Konami Code
By Rob Loach on the 11th of May, 2009

The Konami Code is a cheat code that appeared in many Konami video games. The
Konami Code module makes it so that when users enter a given code on your
website, it invokes a certain action. This mimics the effects that exist on many
other Konami Code sites.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-10
notes snapshot

Find out more · Bugs and feature requests

fastpath_fscache
By matt westgate on the 26th of August, 2006

A file-based caching mechanism for serving up cached Drupal pages instead of


using the database 'cache' table. This approach is generally faster since the web
server doesn't need to initialize a database connection and crunch through a bunch
of PHP files for an anonymous user hit. This code is in beta quality and shouldn't
be used in production.

This project is maintained by jeremy@kerneltrap.org and matt westgate, and


based on Jeremy's previous work.

1400 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

6.x branch is maintained by kenorb

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-25
notes snapshot
Download · Release Recommended
5.x-1.0-rc1 2007-Aug-08
notes for 5.x
4.7.x- Download · Release Development
2007-Jul-28
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Forced Term
By wulff on the 19th of September, 2006

Use this module to force all content


submitted by a user to be associated
with a term from a taxonomy.

#D7CX: I pledge that Forced Term will have a full Drupal 7 release on the day that
Drupal 7 is released.

Initial development sponsored by Vertikal.dk.

Current development and maintenance is made possible in part by Peytz & Co.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-12
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Nov-23
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-10
notes for 5.x

Find out more · Bugs and feature requests

HTML2Book
By KarenS on the 24th of May, 2007

Html2Book adds an option to automatically create a new book page for each html
heading and subheading in the body text. This makes it possible to use a book
created in a word processing program or other structured html to create a
multipage Drupal book in a single step. To use this feature, enable the module,
then click on the input split collapsible box below the book body in the edit form.

1401 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Each new book page will have the same author, categories, settings, and other
characteristics of the original page. If Organic Groups is used and the original page
has been assigned to one or more groups, all child book pages will belong to the
same groups.

All text before the first heading will be retained as the body of the original page.
Subsequent pages will be added as children of that page, using the heading as
their title and all text from that point to the next heading as their body. Child
pages will be nested based on the subheadding number, if the subheadings are
logically organized.

The option to create books from html is permissioned, so you can restrict it to
users who will understand how to use it. You may want to combine this with Html
Corrector and HTML Tidy modules. For best results with html book text pasted
from Microsoft Word documents, save the document as 'HTML, filtered' and use the
Html Tidy module. When setting up HTML Tidy, choose the option to clean up
Microsoft Word text.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 217 218 219 220 221 222 223 224 225 … next ›
last »

Page break by AutoPager. Page( 222 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CiviCRM Error Handler

1402 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By dalin on the 20th of July, 2007

Sometimes CiviCRM can be real tough to debug. Especially when you are getting
fatal errors, but only by some users, and you can't recreate the problems. This
utility will send you a detailed email when a CiviCRM fatal error occurs.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-30
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Jul-23
notes for 5.x

Find out more · Bugs and feature requests

Upload Permissions Per Content Type


By Dave.Ingram on the 20th of October, 2007

Allows control over the file upload form


per content type, per role. For example,
you can turn off file uploads on forum
topics for authenticated users, while
leaving it enabled for site
administrators, while still allowing for
all users to upload files to blog entries.

This module brought to you by


webchick.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-22
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Jan-31
notes snapshot

Find out more · Bugs and feature requests

Image Overlay
By Tistur on the 4th of January, 2008

A Google Summer of Code 2008 project!

Lets users "draw" shapes on top of images with canvas & Jquery UI, and save the
result as an image node. Currently supports:

1. Polygons

1403 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Circle
Triangle (1 type)
Positively sloped line
Rectangle
Simple arrow
2. Text, with configurable fonts & sizes
3. "Symbols" - images configured by administer
4. Freehand - a continous line drawn by the user

Please leave issues and/or requests in the queue. Any and all feedback welcomed.

Requires (for 6.x):

Image
JQuery UI

Try it out below.

The interface leaves a lot to be desired right now, but my concentration is on


adding more shapes and de-cluttering the code. The JSON implementation may be
a security problem, although I have not spotted any holes.

Version Date Links Status


Download · Release Recommended
6.x-0.3-beta2 2008-Nov-14
notes for 6.x

Find out more · Bugs and feature requests

Organic Groups Facets


By KingMoore on the 24th of April, 2008

Allows searching by organic group in the faceted search interface provided by the
Faceted Search module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-04
notes snapshot
Download · Release Recommended
5.x-1.0-beta2 2009-Mar-03
notes for 5.x

Find out more · Bugs and feature requests

IDEAL Lite | Ubercart Payment

1404 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kees@qrios on the 18th of August, 2008

This module provides payment methods for iDEAL Lite/Basic online banking for
Ubercart based projects.

Overview: http://drupal.org/project/uc_ideal

Development by:
Qrios Webdevelopment

--------------------------------------

Release info
Version Date Links Status
Download · Release Recommended
6.x-1.1 2009-Aug-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Aug-08
notes for 5.x

Find out more · Bugs and feature requests

jGrowl
By Steve McKenzie on the 21st of September, 2008

jGrowl is a jQuery plugin that raises unobtrusive messages within the browser,
similar to the way that OS X's Growl Framework works.

The plugin is released under GPL / MIT so it is packaged with this module.

Plugin Page

Features

Ability to override status messages to be displayed on jGrowl instead of


core's $messages .
jgrowl_include() API function so that contributed modules can work with
jGrowl.
A settings page with ALL of jGrowl's configurable options.
A hook_jgrowl_variable_alter($op, &$variables) so that configurable options
can be altered, deleted, or added to before displayed on the settings page or
before the jGrowl JS is rendered on the page.

Requirements

jquery_update (2.x)

1405 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Currently in BETA
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2010-Feb-19
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Dec-12
notes for 5.x

Find out more · Bugs and feature requests

Domain Toggle
By falcon on the 26th of June, 2009

Allows domain administrators to make a domain open or closed.

Release 6.x-2.x
This release is to be used with domain_access 6.x-2.x.

Release 6.x-1.x
This release is to be used with domain_access 6.x-1.x.

Closed domain
Forces users to be assigned to a domain in order to view content on that domain.

Open domain
Anonymous users can view the content.

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

Use case
Company website with one closed internal site(intranet) for employees and a
normal open website for the public.

LCMS with multiple courses on different domains/subdomains. With domain_toggle


some of the courses may be open and others may be closed.

Credits
The code used to close domains is copied from the domain_strict module, written
by agentrickard.

Development is sponsored by Norwegian Centre for Telemedicine

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2009-Aug-13
notes for 6.x

1406 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Cache
By doq on the 19th of July, 2009

Yet another caching system for Drupal with support of memcache, APC, database,
file, redis, XCache engines.

More information:

18 Aug 2009 New Drupal "cache" module started.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-12
notes for 6.x

Find out more · Bugs and feature requests

Not for sale


By joachim on the 23rd of September, 2009

This provides a flag on Ubercart product nodes, to mark them as not being for
sale.

You might want this for an organization that sells its own publications, some of
which are out of print but whose product nodes should still appear on the site.

Nodes flagged thus do not display their price or the 'Add to cart' button on either
the node display or in Views (although the 'Buy it now' field does not currently
follow this behaviour due to this bug).

This module is independent of stock levels: if you want to mark products as out of
stock, you should look at various other modules that tackle this.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-14
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Member Pricing


By awebb on the 30th of November, 2009

General project information

1407 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Allows users with a "manage prices" role to specify per product price adjustments
base on either user or role based rules.

This price adjustment can be a specic price, a amount offset, or a percentage


offset from the original price of the base product (not attribute products, which
may already add their own amounts to the result of this modules price
adjustment).

It is important to consider the order of precedence when creating these rules.

1. Role based pricing overrides the standard Ubercart "sell_price". When a user
is a member of multiple roles with a specified pricing rule, then the lowest
priced role price is used.
2. User based pricing overrides all role based rules.

See the TODO.txt for known remaining tasks. If you have ideas, let us know.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-30
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 218 219 220 221 222 223 224 225 226 … next ›
last »

Page break by AutoPager. Page( 223 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Get Directions
By hutch on the 27th of November, 2009

What it does:

1408 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Get Directions module provides the ability to get directions to and from places
using Google Maps.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-09
notes for 6.x

Find out more · Bugs and feature requests

Htmltidy
By michaelfavia on the 28th of September, 2003

This module tidies up Drupal's HTML output by optionally sanitizing it when it is


saved or when it is displayed, like a traditional input formatter. Missing and
mis-ordered tag components are replaced and reordered automatically to that user
input doesnt break site structure with open tags and the like.

User interface configuration supports:

code indenting - automatically format HTML for easier reading, or strip


indenting for proper parsing and display in the less compliant browsers.
word wrapping - automatically wrap lines in an intelligent fashion once they
get to a specified length
info/warning/error information - optionally appended to pages and
includes details about the wrong HTML attributes and w3c validation info.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-12
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

G2 Glossary
By fgm on the 18th of December, 2005

Glossary2 (G2) is an alternative glossary module written for Drupal 4.7 and 6,
designed for high-volume glossary / dictionary sites.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-11
notes for 6.x

1409 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Nov-11
notes for 5.x
4.7.x- Download · Release Development
2007-Aug-15
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Mugshot
By bonvga on the 11th of March, 2007

The Mugshot module enables the users to take directly a photo inside a web page
with a webcam. The photos are then presented in a gallery or on a block.

You can also activate the 'Goo effect' to distort the photo for more fun. Distort the
photo by clicking and moving the mouse on the preview screen. You can try here.

The photos are stored with JPEG compression in two resolutions, 640x480 and
160x120 for thumbnails.

The module can be bind to the comment form, thus, the users can leave a photo in
their comments.

The gallery has an RSS feed to notify the arrival of new photos.

The mugshot module has 2 blocks, one for the latest photo taken and one for a
random photo of the gallery.

Authenticated users and/or anonymous users can moderate there own photos.

To work properly, the end-user must have the flash plugin (version 9 or greater) in
the browser and authorize the flash plugin to access the webcam.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-15
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Aug-02
notes for 5.x

Find out more · Bugs and feature requests

Local Email

1410 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ebizondrupalservices on the 30th of August,


2007

Local Email is currently developed and


maintained by developers at Ebizon
Technologies (www.ebizontek.com).
Local Email is precisely a short name
for: "No Email Registration with
Security Question". It allows users to
log in with out an external email
address. This module also lets the users
be asked security questions during registration like:

1) What is the name of your favorite pet?


2) In what city where you born?
3) What is your mother's maiden name?
4) What is your favorite movie?

These questions are configurable and can be changed from admin settings.

The module has the following features:

- When enabled removes email fields from new user registration and my account
pages for non-admins
- Can automatically assign an email address of the form username@domain.
- Allows you to set the domain used in the administration interface.
- Optionally, allows you to not store any email information at all.
- Allows you to use a security question to allow users to reset their forgotten
password.
- Security questions can be edited through the admin interface.
- When security questions are enabled it replaces the user/password reset form
with

One advantage of this module is that no "identifying information" is collected. This


MAY help you avoid complications with the FCC when dealing with users who are
under 13 years old.

Developed and Maintained


Version Date Links Status
Download · Release Recommended
6.x-2.0 2009-Jan-17
notes for 6.x

Find out more · Bugs and feature requests

DynoSearcho
By ultimike on the 5th of December, 2007

DynoSearcho lets users dynamically search for different types of content using

1411 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

AJAX (actually, AHAH).

This module allows the site admin to display various blocks on the site that provide
a dynamic way to search for content. DynoSearch uses AHAH to display results as
the user enters them (similar to Drupal's most-excellent autocomplete feature).
Each block can be configured to display a configurable number of results from
specific node types.

DynoSearcho is not meant to be a replacement for Drupal default search.

DynoSearcho does not use any of the existing Drupal search mechanism for it's
searches, in fact, it is a much "dumbed down" version of search. The module only
searches node titles and tags for matches. In fact, the module makes use of the
SQL "LIKE" keyword, which probably means that this module probably won't do too
well for sites when searching through thousands and thousands of nodes.

The module does have the option to submit the search terms to the standard
Drupal search mechanism when the user presses the "enter" key. This option is
controlled by the block configuration settings.

Check out this screencast of the module in action.

Initial development of this module was sponsored by Ozmosis.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-15
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Nov-11
notes snapshot

Find out more · Bugs and feature requests

Path Blacklist
By CrookedNumber on the 6th of April, 2008

Path blacklist is a modest module with a very specific aim. Suppose you have
paths in your domain that are handled further upstream (by Apache, IIS, etc.) and
not by drupal, e.g., http://example.com/staff or http://example.com/intranet. You
obviously don’t want your web editor mistakenly using these paths and, thus,
creating nodes that will never be viewed.

Path blacklist solves this problem. Create a list of unavailable paths (and/or
patterns) in the admin section (UI borrowed from the block module) and your
author/editor’s hands are tied; he/she is prevented from creating a node with that
path.

Sponsored by: Education Development Center.

1412 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-21
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-11
notes for 5.x

Find out more · Bugs and feature requests

Organic Groups Profiles


By henry_searle on the 29th of July, 2008

This module is based on the core Profiles module except each field is restrict to a
group.

Group admins can define fields that the user can fill in. Group admins can choose
whether the user should fill this in when they join they group and change the fields
using the Manage Membership link.

This will create another member list which takes the profile fields set to show up
on member lists.

TODO:
1. Test the module more
2. Write better documentation for the module
- Alot of the documentation in the code is left over from the core module so I need
to go through and change this
3. Finish integration with og
At the moment one line needs to be changed in og because of the way it gets fields
in the manage form.
I will submit a bug report for this soon
4. Get a demo site up or at least some screenshots

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jul-29
notes snapshot

Find out more · Bugs and feature requests

Multisite info
By dksdev01 on the 27th of September, 2008

This module is very simple with following feature -

- Provides a menu for multi site list


- List all sites by reading sites folder that is sitename as per drupal multisite
instruction

1413 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

- Provides link to run cron and update.php for all site from a single site

Post new feature/bug in project issue queue. Hope this will help you manage your
sites in more better way.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-12
notes snapshot

Find out more · Bugs and feature requests

Index
By Xano on the 17th of February, 2009

Index allows users to browse data on you site as if it were a hierarchy. They can
browse through Taxonomy, content, users, comments and more. Index is the
successor of Vocabulary Index.

Supported data types:

Content (nodes)
Content types
Comments
Users
Roles
Terms
Vocabularies

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-08
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 219 220 221 222 223 224 225 226 227 … next ›
last »

Page break by AutoPager. Page( 224 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1414 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Simple CDN
By Starnox on the 21st of February, 2009

Simple CDN re-writes the URL of certain website elements (which can be extended
using plugins) for use with a CDN Mirror service. Setup literally takes about a
minute.

CDN Mirror services

SimpleCDN (Not related to this module in any way)

Know more? Let me know.

Modules with Simple CDN support built-in

MP3 Player

Do you contribute modules and want to provide Simple CDN support? Read
documentation.

Modules with Simple CDN plug-ins

Image (Core) also works with Image


ImageCache

Support

Support this project by reviewing or adding it to your favourites on


DrupalModules.com.

Sponsorship

This module is sponsored by Alpha International, Holy Trinity Brompton and


CoreDesigns.

Version Date Links Status


6.x-1.1 2009-Oct-06 Download · Release Recommended

1415 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Simplenews Terms
By karlosgliberal on the 20th of April, 2009

Simplenews Terms is a Drupal module that extends the


Simplenews.
Simplenews terms allows to associate terms to a newsletter. To
send the issue newsletter is a choice between these terms.

The module allows to manage simplenewsby the terms


associated with the newsletter. If you have configured the
system for internationalization, you can also differentiate the
newsletters sent by language.

Requirements

Simplenews
i18n (optional)

Simplenews terms is developed by Investic

The simplenews_terms 6.x-1.0-alpha1 version may be unstable so please


use with caution!

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-23
alpha1 notes for 6.x

Find out more · Bugs and feature requests

1416 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Domain Actions
By gordon on the 28th of June, 2009

Provides integration for Domain Access with the core actions and Rules to allow
actions to be taken based upon the domain.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-29
notes snapshot

Find out more · Bugs and feature requests

GeoSniper
By jerdiggity on the 28th of September, 2009

This module provides a geo-location block for your Drupal site, which displays to
your visitors their:

IP address
Internet Service Provider's Name
Telephone Area Code
City
State
Zip/Postal Code
Country's flag
Country's Name/Code
Latitude
Longitude
DMA Code (kind of "optionally"... if enough people say that they care to have
that feature then I'll commit it but otherwise I'll leave it as is for now)

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Userpoints Karma
By kbahey on the 24th of November, 2009

Userpoints Karma integrates the vote/up down module with the userpoints module

1417 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

to provide a node/comment rating karma system.

The module allows a voter using the vote/up down widget to add or subtract points
to the author of a given node or comment, thereby awarding or punishing the
author for what they wrote. The the number of points is configurable by the site's
admin. Also, the node types are configurable, so that is shown on nodes or
comments of a certain type, and not others.

The module can notify users when they login with a total of points gained/lost due
to others voting up their nodes or comments.

Installation
In order to install this module, you have to install version 6.x-2.x-dev of the vote
up/down module, and enable the node and comment modules within that module.

After you install the module, you must change the "tag" for vote up/down to match
the tag in karma points. This is necessary only if you have other voting modules
that are active on the site (e.g. fivestar).

Configuration
The following configuration options are available for this module:

Users can or cannot change their vote once they have voted.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-13
notes snapshot

Find out more · Bugs and feature requests

Live Chat (Live Person) Integration


By nicholas.alipaz on the 11th of December, 2009

This module adds the necessary script to the


footer of ones site for prompting users to chat
with a "live person."

Current Features:

Administration settings to allow setting


your account number for the script
Setting the pages in which to show the
script:
From a blacklist of pages
From a whitelist of pages
By returning a value of true or false from PHP snippet

1418 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Setting visibility of script by role

Planned Features:

Using custom script from the live person website for theming purposes
A default live person block

This module has been funded and sponsored by Aviisha Medical Wellness Institute.

Note that this modules code was originally based on the google analytics module

Version Date Links Status


Download · Release Recommended
7.x-1.3 2010-Feb-19
notes for 7.x
Download · Release Recommended
6.x-1.1 2009-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

Registration Role With Approval


By tamerzg on the 28th of January, 2010

This module lets administrator to select roles that will be available for selection on
registration form.
It also allows to select which roles needs admin approval. If user selects such a
role during registration his account will be blocked until approved by admin. Email
will be sent to administrator with roles that are requested and username of user
who request it.

Installation

Copy module folder to your sites/all/modules directory.


Enable in admin/build/modules.
Go to Site Configuration -> Registration Role With Approval
Select which roles to display on registration form and which roles needs
admin approval
Save.
Logout
Go to user/register and you should see Roles checkbox list.

How can you get involved?

Report any bugs, feature requests, etc. in the issue tracker.


Contact the maintainer with any comments, questions, or a quote for custom

1419 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

module customizations.

Developed by

Tamer Zoubi

Sponsored by

Web2make Solutions

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-03
notes for 6.x

Find out more · Bugs and feature requests

FileField UI Extras
By Alan D. on the 30th of January, 2010

A helper module that provides a collection of miscellaneous FileField UI


enhancements.

This module requires CCK 2.5 or above to work.

These include (or are limited to):

1) Collapsible fieldset wrapper on the data elements.

These include the alt, title, description fields provided by FileField and any
additional fields that are created by other modules, namely ImageField Extended
module.

Find out more · Bugs and feature requests

Context Ad Serving and Analytics


By cntlscrut on the 21st of July, 2009

The CASAA (Context Ad Serving and Analytics) framework is a plug-able system


that allows site admins to tag their Drupal site via taxonomy and URL mapping to
the many systems that sites use to serve ads and track analytics, such as Google
Analytics, OAS ad server, Omniture Site Catalyst (analytics), Yahoo! APT, and
many other systems not listed.

Through a single unified interface, admins can create and configure all of the
settings required by the systems they use.

The framework allows admins to interchange the systems that they use without

1420 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

needing to alter any of the code on the site with the benefit of a basic "plug n play"
system where the most they need to do is install the plug-ins and then enable
them in the drupal modules admin menu.

Plug-in packages are included in the package with the core framework code.

For extra support in expanding and developing the plug-ins please submit a feature
request or contact me (cntlscrut).

Development for this module was sponsored in part by: Morris Digitalworks

Version Date Links Status


Download · Release Recommended
6.x-1.10-beta2 2010-Feb-26
notes for 6.x

Find out more · Bugs and feature requests

Avatar Approval
By mikejoconnor on the 8th of August, 2007

This module creates a workflow for moderating user avatars. When a new avatar is
uploaded, it is placed in the 'not yet moderated' queue, and not displayed. A
moderator can then either approve, disapprove, or delete the avatar. Only
approved avatars will be shown site wide.

Avatar moderation is done on the admin/content/approval page, where moderators


will find three tabs. Not yet moderated, Approved, and Disapproved. An uploaded
avatar will keep it's approval status until it is deleted. ie if an avatar is
disapproved, and the user attempts to upload the same image again, it will
automatically receive a disapproved status.

From version 6.x (port by dalad), users awaiting their avatar to be approved are
displayed differently from those using the default user avatar. Their picture can be
changed from admin/settings/approval page.

Version Date Links Status


Download · Release Recommended
5.x-1.0 2007-Sep-15
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 220 221 222 223 224 225 226 227 228 … next ›
last »

Page break by AutoPager. Page( 225 ).

1421 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Pblog
By baldy on the 5th of March, 2004

SecurityFocus incorrectly reports a vulnerability in this module. See SA-2008-031 -


Pblog - Incorrect vulnerability report for details.

When you create a pblog entry it allows you to upload a zip file containing images
along with the normal text body. Once you have submitted the pblog entry it
unzips the file, creates thumbnails and medium size versions of the images. In the
teaser for the node it will display a random image out of the gallery and in the
node under the blog entry it displays a gallery of thumbnails.
If you click on a thumbnail it shows you the medium size image, and allows you to
skip forward or backwards through the gallery or view the full size image.

About

My "blog" is all based around my digital camera. I take pictures of things that
happen, the module aims to make it easy to upload a ton of photos with a blog.
The teaser show a random picture and links to the main node with a gallery of all
the pics.
There is also a block that displays a random pic from all your pblogs. Ive tried to
make it as simple as possible, no database fiddling needed. Just copy
pblog.module to your modules dir enable and your ready to go.

User Comments
Version Date Links Status
Download · Release Recommended
6.x-1.6 2008-Sep-14
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Feb-11
notes for 5.x

1422 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Mailing List Manager


By Allie Micka on the 13th of January, 2006

Manage multiple mailing lists through pluggable backends.

Using plug-ins, this module provides an interface to subscribe, unsubscribe and


post to mailing list backends. The intended purpose is to integrate existing mailing
list solutions into a unified interface for subscribers.

This module was requires Mime Mail. It does not provide an interface to create or
format messages, only the ability to distribute them to the list.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-29
alpha4 notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-13
notes for 5.x

Find out more · Bugs and feature requests

Node Template
By motou on the 23rd of May, 2007

The function of nodetemplating is very useful for content editors. This module uses
the structure and data of a node as a template, it can also define a part of book
nodes as a template as well.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-12
notes for 6.x
Download · Release Recommended
5.x-1.9 2007-Sep-03
notes for 5.x
Download · Release Recommended
4.7.x-1.8 2007-Jul-31
notes for 4.7.x

Find out more · Bugs and feature requests

Version Control / Project Node integration


By jpetso on the 31st of May, 2007

This module makes it possible for users with a VCS account to associate Drupal

1423 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

nodes ("project nodes") with repository locations and appoint co-maintainers for
these projects, which enables commit access control based on project
maintainership.

Version Control / Project Node integration depends on the Version Control API, and
the 5.x-2.x versions also depend on the Project module.

This module was created as part of the Google Summer of Code 2007 where it was
mentored by AjK and dww. You can find further information on ideas and
development in the original project the original project proposal and in the Version
Control API category on groups.drupal.org where the progress of the project was
documented.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Jun-09
notes for 6.x
Download · Release Recommended
5.x-2.0-rc1 2008-Dec-15
notes for 5.x

Find out more · Bugs and feature requests

Help toggle
By keith.smith on the 23rd of January, 2008

The help toggle module prevents the display of help text at the top of pages when
"compact" mode is enabled. Drupal displays context-sensitive help text at the top
of some pages (most notably in the Administration section). While this text is
useful, it takes up valuable screen space and may be less valuable for advanced
users.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jan-23
notes for 6.x

Find out more · Bugs and feature requests

Hashcash
By sdrycroft on the 22nd of April, 2008

Hashcash is a module which implements the Hashcash algorithm to help protect


sites from spam. This module is similar to the popular wordpress plugin
wp-hashcash.

Administrators are able to specify which roles need to pass a Hashcash check, and
also which forms should have the hashcash check inserted into them

1424 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The D6 version of this module now works with aggressive caching mechanisms
employed by modules like Boost. Please update if you had been having issues with
anonymous users not being able to post forms to your site.

Development of this module was carried out by Simon Rycroft and funded in part
by the EDIT project

Version Date Links Status


Download · Release Recommended
6.x-2.5 2010-Jan-19
notes for 6.x
Download · Release Recommended
5.x-1.5 2009-Feb-04
notes for 5.x

Find out more · Bugs and feature requests

IP2Nation API
By suryanto on the 23rd of April, 2008

This IP2Nation module provides API to access ip2nation


(http://www.ip2nation.com/) database in Drupal. With this module you can easily
display visitor’s country flag and name. This module originaly developed by Leon.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-06
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Oct-23
notes for 5.x

Find out more · Bugs and feature requests

Droplist Filter
By jchan on the 25th of August, 2008

This adds a small Javascript search widget to any droplist on the site. The widget
allows users to filter a long (or short) list to a handful of items based on a
searched word.

The search widget automatically appears next to every droplist. When you click on
the widget, the droplist is replaced by a textbox. Type in a few letters and click
again, and the droplist will immediately re-appear and be filtered down to only
items that match the search.

Using the configuration menu, you can change the appearance of the widget to
match your site's theme. Four sample color schemes are provided, and you can
add your own.

1425 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can limit the droplist filter to only specific pages, or even a specific CSS class.
Form submission, onchange events, etc. still work normally after this.

Version Date Links Status


Download · Release Recommended
6.x-1.4-beta1 2009-Feb-16
notes for 6.x
Download · Release Recommended
5.x-1.3 2008-Sep-26
notes for 5.x

Find out more · Bugs and feature requests

Ubercart eWay Payment Gateway


By ssherriff on the 24th of December, 2008

Ubercart integration with the Australia payment gateway eWay,


http://www.eway.com.au

Drupal 6 version supports Ubercart 2.x and is stable, ready for production.

Drupal 5 version supports Ubercart 1.x and is no longer maintained.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Jul-06
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-28
notes snapshot

Find out more · Bugs and feature requests

8-ball
By sunset_bill on the 3rd of February, 2009

Just a bit of silliness that outputs a block with an 8-ball widget in. Completely
useless except as a critical decision-making tool for your visitors.

This module is brought to you by Rage AGainst thE cube faRm

Note: 5.x users will need to upgrade jQuery to 1.2.6.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta2 2009-Apr-24
notes for 6.x

1426 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Feb-03
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 221 222 223 224 225 226 227 228 229 … next ›
last »

Page break by AutoPager. Page( 226 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1427 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Aggregator item promotion


By Gábor Hojtsy on the 12th of February, 2009

Based on the core aggregator module, makes it possible to "promote" hand-picked


items to nodes of the admin's choosing. There are numerous fine node based
aggregator modules. This one does not aggregate feeds to nodes, but instead
allows for case-by-case hand-picking of aggregator items, so that only certain
items become nodes.

The nodes are also independent form the feed items after the "promotion", so if
the then created node is used on the site in a news feed or some other listing, it
will stay the same and not update with changes from the feed.

Posts are created published and under the admin's name who creates them.
Editing of the node is possible from then on of course.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-13
notes snapshot

Find out more · Bugs and feature requests

Media Mover Remove


By civicpixel on the 13th of February, 2009

Adds a complete function to Media Mover to remove/delete files from the Harvest,
Process and Storage steps. Should be used with caution as it has not undergone
significant testing, and if configured improperly could result in loss of original
source material. Click here to read more about the use case that prompted the
development of this simple module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-14
notes snapshot

Find out more · Bugs and feature requests

Browser and Compatibility Warning


By kevinwal on the 11th of April, 2009

Tired of supporting ancient non-compliant browsers, or any rogue system? This


module allows you to warn users of incompatibilites with their browser or operating
system.

1428 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Warns on Browsers like IE (will do major browsers)


Warns on Operating systems
Allows you to set custom warning message

Version Date Links Status


Download · Release Development
6.x-1.0.x-dev 2009-May-16
notes snapshot

Find out more · Bugs and feature requests

Notifications Location
By grendzy on the 20th of April, 2009

This is a plug-in for the notifications framework that notifies users of location-
enabled content that is geographically near.

Notifications 2.x compatibility is in progress. Testing / feedback on the dev


snapshot is welcome.

Requirements:

Notifications
Location

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Sep-21
notes snapshot

Find out more · Bugs and feature requests

Washington State Sales Tax for Ubercart


By jhodgdon on the 21st of April, 2009

Drupal 7 note: I do plan to make a release of this module for Drupal 7, as soon
as it is feasible. It will not be feasible until Ubercart comes out with a Drupal 7
version that is stable.

This module calculates Washington State Sales Tax for the Ubercart module.

Tax is calculated based on the purchaser's shipping address (or billing address, for
non-shippable purchases), and the tax rate is found via address lookup on the
Washington State Department of Revenue's web site, so that it always uses the
most recent tax rate information.

1429 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.8 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

AJAX Trigger
By kenorb on the 29th of May, 2009

Powerful module which allow you to do specified actions on the server on


JavaScript events on specified fields.

USAGE

- Real-time price calculation based on referenced node values when form values
has been changed
- Send e-mail to the user, even if he didn't submit registration form yet (i.e. with
the question: why he cancel it)
- Block user IP, if they start typing something rude
- Get what user typed into field without submit
- Redirect user to different page depends what he selected and typed
etc.

See example usage:


http://drupal.org/node/498672

INSTALLATION

1. Install module.
2. Select events which you want to activate on specified field settings (CCK
required).
3. Add new action (i.e. JavaScript Code)
4. Assign this action to specified trigger provided by AJAX Trigger.
Have fun.

REQUIREMENTS

- CCK module

IT IS SECURE?

You controlling which action you want to execute and when by configuring it.
After activating the module, it's doing nothing, because no action were assigned.
So the only person who should care about security is you.

1430 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-15
notes snapshot

Find out more · Bugs and feature requests

WebSite ScreenShot
By Uccio on the 29th of July, 2009

This set of modules exposes a new Node type and CCK fields containing websites
screenshots. Screenshots are automatically done using different third party
services, via modular and extensible approach.

The module is under HEAVY development! Please use


at your own risk!

Available features:

Node: a new node that shows websites screenshots thumbnails


Views: the node is integrated with Views
Lightbox2: the module use Lightbox2 for beautiful popup effect
Imagecache: use imagecache presets to configure your images
Screenshot service: choose between different screenshot provider. Currently
available are:
Thumbalizr: http://www.thumbalizr.com/ (anonymouse or with API
Key)
Bluga (http://webthumb.bluga.net/home - with API Key).

Other services may be implemented easily.

Website Screenshot requires that you:

install and enable ImageAPI module *and* at least one of its toolkits (GD or
ImageMagick)
install and enable Imagecache module
Clean URL support or Private Files
Cron

Contribution

if you want to contribute to this project you could do one ot the following:

feedback bugs
submit patchs

1431 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

request new features


submit new features

Find out more · Bugs and feature requests

Variable Dump
By KarenS on the 25th of August, 2009

This module makes it easy to dump variables from a working site to add them to
install profiles or .install files. Search for variables by pattern, like the module
name, and get an export you can copy and paste elsewhere. The module also
includes an import tab where you can paste the export to easily set the variables
on a new site to match a dump from another site.

You can export the variables as variable_set() commands, as arrays, as functions,


or in the Patterns XML format.

This module has been sponsored by Buzzr.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-30
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Google Merchant Integration


By compujohnny on the 9th of October, 2009

The Ubercart Google Merchant Integration module allows you to fully integrate
your ubercart products with google base/merchant.

You can choose to publish a product to Google base, where an entry is created
with all the needed base attributes for google to recognize your product.

When you update the product information, the Google Merchant corresponding
product details are updated as well.

When you delete a product from your site, its deleted automatically from Google
Merchant

The currently supported attributes are:

Title
Description
Link

1432 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Product type
Condition
Image link
Price
Weight
Length
Width
Height

To use the module follow these steps:


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2010-Jan-31
notes snapshot

Find out more · Bugs and feature requests

UberCart MailChimp
By arcaneadam on the 22nd of October, 2009

This module integrates UberCart with


the Mailchimp API's ECommerce 360
feature for tracking store statistics for
email campaigns sent via MailChimp. It
also adds a checkout pane to the
shopping cart that allows customers to subscribe to lists during the checkout
process.

Features

Sends order info to MailChimp for campaign tracking


Adds a subscribe checkbox(s) to the Ubercart checkout process(New in
version 2.0)
debugging and logging options
Options for Cookie storage length
Adds tokens to the MailChimp Module to get first and last name from UC
orders

Requires

Ubercart
MailChimp Module(5.x & 6.x) or Email Marketing Framework(6.x) with
MailChimp support

1433 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

An account with Mailchimp

Version Date Links Status


Download · Release Recommended
6.x-3.0 2009-Dec-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 222 223 224 225 226 227 228 229 230 … next ›
last »

Page break by AutoPager. Page( 227 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

QuickPay payment gateway


By Xen on the 10th of March, 2008

This module allows payments to be made through the Danish payment gateway
provider QuickPay.

Drupal 5 version includes submodules for both E-Commerce 3.4 and Übercart 1.0,
and the Drupal 6 version supports Übercart 2.0, and E-Commerce 4.0.

Both versions contains a sparsely documented, but simple, API for custom
integration.

Read the included README for required implementation information.

Version Date Links Status


6.x-1.0-beta5 2010-Mar-11 Download · Release Recommended

1434 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Oct-03
notes for 5.x

Find out more · Bugs and feature requests

Restricted Text
By pukku on the 25th of September, 2006

The Restricted Text module allows users to restrict access to parts of a node body,
based on various restrictions. This is implemented as an input filter, so it will only
work where other input filters work.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-08
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

CiviCRM Subscribe
By douggreen on the 8th of August, 2007

Allow users to subscribe (double opt-in) to a CiviCRM group without creating a


Drupal user. Upon entering an email address, the user is added to the group, but
the do_not_email flag is set. The subscribe form sends out an email to confirm the
subscription. And only after the special link in the email is clicked, is the
do_not_email flag cleared.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Apr-28
notes snapshot
Download · Release Recommended
5.x-1.3 2008-Apr-29
notes for 5.x

Find out more · Bugs and feature requests

Indymedia cities list


By mfb on the 23rd of August, 2007

The Indymedia cities list module generates an up-to-date list of indymedia sites.

1435 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For PHP 4-based sites, the list is updated from an HTML version. For PHP 5-based
sites, the list is updated from an XML version, and the listing is fully
themeable/customizable.

The Drupal 6.x version provides optional integration with jQuery UI (accordion)
and jQuery Treeview.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2007-Dec-05
notes for 5.x

Find out more · Bugs and feature requests

Revision reference
By PEpe on the 24th of February, 2008

Defines a CCK field type for referencing one node revision from another. (Like
nodereference, but referencing revisions of nodes.)

(my first public module, be placable please :)

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Aug-23
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Jun-19
notes snapshot

Find out more · Bugs and feature requests

Block submitting twice


By voidberg on the 7th of September, 2008

Please use the development version as it fixes a critical bug.

This module blocks users from accidentally submitting a form twice. It uses
javascript so the protection is only on the client side.
It offers two modes modes of operation, both configurable (css classes, texts being
shown to the user):

Disable all submit buttons of the form currently being submitted. It can add a
css class to them, append a text to each of them or add a text next to the
buttons.
Hide all submit buttons and replace them with a div, whose css class and text

1436 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

contents are configurable.

This module was partially sponsored by Franta-Romania / 8 Points.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-07
notes for 6.x

Find out more · Bugs and feature requests

exif2gmap
By iktaka on the 18th of November, 2008

The exif2gmap simply adds google map and


marker of "<a href=>" linked
jpeg whenever jpeg has geotag info in exif.

The geotag is additional location information which


locates exif header of jpeg file.
Latest digital camera has capability to add geotag
using GPS.
You also add geotag to existing jpeg using
software such as picasa, google earth, etc.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-May-24
notes for 6.x

Find out more · Bugs and feature requests

Flickr nodes
By tobiassjosten on the 17th of December, 2008

Flickr nodes associates Flickr tags with nodes of the content types you choose. This
allows your users to seamlessly add photos to content in your Drupal site using
Flickr. All nodes, of the content types you enable, recieves an unique Flickr
machinetag that you can then use to tag photos with.

Nodes of an enabled content type are given a photos section, where you can
browse all photos associated with it. A block is also available, in which you choose
to show a short selection of photos for the current node.

This module is developed by Tobias Sjösten and sponsored by:

Luger
NodeOne

1437 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-19
notes for 6.x

Find out more · Bugs and feature requests

PowerSQL
By vitzo.com on the 20th of December, 2008

This module adds some functions which simplify database usage.

It's required by the Easy Translator module.

Drupal module development sponsored by Vitzo Internet Services

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Moneris Payment Gateway for Ubercart


By codexmas on the 11th of February, 2009

Provides an extension to the Ubercart module to do payment processing via the


Moneris gateway.

Features:

Supports both Canadian and American gateways with a configuration option.


Supports "Verified by Visa" and "Card Verification Code" (VBV and CVC
respectively)

Module History

This module was first released on Ubercart.org and is now co-maintained on


drupal.org by Greg Knaddison and Ezra Barnett Gildesgame.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-19
alpha1 notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Jul-14
notes snapshot

1438 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 223 224 225 226 227 228 229 230 231 … next ›
last »

Page break by AutoPager. Page( 228 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node Trail
By Davy Van Den Bremt on the 14th of March, 2009

Allows you to add nodes to the menu (under some parent item) without making it
appear in the menu.

Adds an option "Node Trail parent" in the node edit form. There is no settings
page.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-18
notes snapshot

Find out more · Bugs and feature requests

Media: MegaVideo
By junedkazi on the 8th of May, 2009

This is a provider file to integrate MegaVideo with Embedded Media Field.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-10
notes for 6.x

1439 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Custom Teasers
By q0rban on the 1st of June, 2009

This module allows you to create highly custom teasers for whatever content you
are teasing, and also quickly create highly customized views for those teasers.

Why? Think teasers for non-nodes, unique imagecache settings, title and body
character lengths, custom "read more" text, multiple teasers linking to one piece of
content, etc.

This module was sponsored by Sprocket.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-22
notes snapshot

Find out more · Bugs and feature requests

Custom 403
By xcf33 on the 19th of June, 2009

Prerequisite
This module requires the latest Content Access module to work, please head over
to download and install Content Access module first

Description
This module provides helpful messages to users when they encounter a 403
(Access Denied) page. Depending on different role(s) permissions set on the
specific node or content type, the administrator can specify messages accordingly.
The user who encounters the 403 will obtain more specific information on how to
obtain the role(s) required to access the node.

Features
Supports role based node access for both content type level and per node level.

Usage
Go to Administer >> Site configuration >> Error Reporting
Under Default 403 (access denied) page enter custom_403 as the path

Version Date Links Status

6.x-1.1 2009-Jun-22 Download · Release Recommended

1440 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Content Types & Taxonomy Grid


By cfab on the 13th of August, 2009

This module provide a page where you can see each content type you've selected
and under every terms from vocabularies you've selected.

You can :

select which content types you want to display;


select which vocabularies you want to display;
add a link under each box to add a content directly;
choose to render using divs or tables.

Some parts are themeable, especially this function that you can override in your
theme in order to give a correct link on the content type :

<?php
/**
* Create a link to the content type
* @param string $name the human readable name of the content type to add an
addlink to
* @param string $key the name of the content type to add an addlink to
* @return string
*/
function theme_taxonomy_grid_title_link($name,$key){
$output="";
$output.=l($name, "contenu/".$key, array('attributes' => array('id' =>
"id_".$name)));
return $output;
}
?>

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

Field Permissions Plus


By Grayside on the 6th of September, 2009

Field Permissions Plus provides View Own Field and Edit Own Field permissions for

1441 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

CCK fields. It provides this functionality by superceding and expanding on the


Content Permissions module packaged with CCK, granting access to fields whether
a given user has View Field or View Own Field permission.

"Own" refers to ownership of the node. The author is able to View/Edit their "own"
fields.

This solves #363950: Edit own field permission .

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

Iframe Filter
By javierreartes on the 5th of November, 2009

Iframe Filter allows to embed content into an iframe. Normally externally loaded
content like website widgets can slow down the loading of your website or making
it crash if the page from where the content is loaded fails.

Iframe Filter provides a simply solution for fixing this, you just need to add this
filter to an input format and the content you create using that format will be
displayed inside an iframe created dynamically.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-05
notes for 6.x

Find out more · Bugs and feature requests

Magento
By mtopolov on the 15th of March, 2009

NEW ! Now the latest Magento extension works with


Magento 1.3 !!! Enjoy !

We're searching for co-maintainers, if interested, let


me know !!!

Here you'll find a set of modules that offer a full integration of Magento
(http://www.magentocommerce.com/) e-Commerce suite.

Magento is one of the most famous, open-source e-Commerce solution. Magento


offers a very nice back-end interface, but suffer of lack of CMS capabilities.
Installing Magento modules on your Drupal site, you'll be able to run Magento as

1442 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

back-end only.

Users, Cart, Orders, Products, and even Payment, everything is synchronized with
Magento through it's API (you'll need to install Drupal extension on your Magento
site).

IMPORTANT !
THESE MODULES NEED A SPECIAL MAGENTO EXTENSION THAT YOU CAN
DOWNLOAD AND INSTALL HERE :
http://www.magentocommerce.com/extension/1020/drupal

MODULE REQUIRE EXTENSION VERSION 1.3.2 OR HIGHER

detailed installation process described on documentation page

Modules list overview


Version Date Links Status
Download · Release Recommended
6.x-1.3 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

Vocabulary Permissions
By douggreen on the 23rd of March, 2007

Assign permissions to vocabularies by user role.

The core taxonomy system allows vocabularies to be assigned to node types. This
module extends that by allowing the editing and/or display of the vocabulary to be
controlled by user role. It attaches itself to the vocabulary add/edit form and gives
the administrator three options for each role - (1) edit and view, (2) view only, and
(3) none.

This module makes it possible to create a vocabulary for administrator purposes,


hide this category from most users, and then use the category as a views filter.

Here are two use cases:

a vocabulary that had the terms "special offers", "front page", "user
advertisement", etc; this vocabulary could be used in various views to pull
the tagged content into a particular block or page.
a vocabulary that had the terms "editor post", "editor tagged", and
"community post" and a role type of "editor" that was less than an admin,
but had privilige to write editorial content (as opposed to unedited
community content), but also had permission to tag community content as
something that was propogated to higher visibility.

1443 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-06
notes for 6.x

Find out more · Bugs and feature requests

Fuzzy Search
By awolfey on the 9th of July, 2007

This module provides drupal sites with


a fuzzy search engine to allow for
broader keyword matches.

Fuzzy matching is implemented by


using qgrams. Each word in a node is
split into 3 (default) letter lengths, so
'apple' gets indexed with 3 smaller
strings 'app', 'ppl', 'ple'. The effect of
this is that so long as your search matches X percentage (administerable in the
admin settings) of the word the node will be pulled up in the results.

This module offers more flexibility in pulling results than the all-or-nothing core
search.

Features:

Mispellings and typos still provide relevant results.


External scoring factor hooks exposed so contrib modules can give
administrators options for scoring.
Reindex function available to allow modules to specifically call a certain node
for reindexing at next cron run.
Indexing of CCK textfield field types and taxonomy terms.
Implements hook_nodeapi's 'update index' op, so current modules
integrating with search.module will work the same.
Block provides related content type results from url query. D6 only.
Ngram length is configurable. D6 only.
Content types may be exclude from results. D6 only.

NOTE: This module works independently of the search.module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-06
notes for 6.x

1444 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.2 2007-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 224 225 226 227 228 229 230 231 232 … next ›
last »

Page break by AutoPager. Page( 229 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Track 'n' Stack


By pbergeron on the 19th of April, 2008

This module allows you to build a music


community. It may be useful to
musicians who want to compose
together freely without any schedule,
no special software to install and a
minimum of technical hassles. Users
will always stay free to use their
favorite software to compose.

Using this module, you can:

Create collaborative Audio nodes


Submit new files to collaborative nodes
Track all file submissions
Cancel a wrong submission
Approve or delete files submitted to your own nodes
Download submitted files

1445 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Become addicted...

e.g. A drummer can create a new audio content, submit a drum track and use the
field "Description" to give more information (theme, genre, metrics, duration,
instrumentation, etc) about his project. Later, a lonesome bassist who suddenly
needs to socialize can browse through all "In progress" nodes, check out the
drummer's node and submit a killer bass line. At this time, the drummer will have
to submit a new mixdown of his project including the new bass track. And so on,
until the drummer judges his project complete.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Mar-08
notes for 6.x
Download · Release Recommended
5.x-1.4 2010-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

YUI Form elements


By pounard on the 5th of February, 2009

Provides Drupal YUI form elements, which you can use directly into your forms
definition without calling any functions or writing any line of Javascript.

Status

This module won't be maintained anymore, except in case of serious bug


report. If you are looking for some nice form elements, I'd advice you to look at
jQuery UI module for Drupal 6.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Aug-19
notes for 6.x

Find out more · Bugs and feature requests

Swish-E Indexer
By populist on the 30th of January, 2005

The Swish-E Indexer module is an implementation of of the open source Swish-E


Search Engine (http://www.swish-e.org). This module will index uploaded files and
will allow users to search over the full text of those documents.

Version Date Links Status

1446 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Mar-08
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Mar-07
notes for 5.x
Download · Release Recommended
4.7.x-1.4 2007-Apr-06
notes for 4.7.x

Find out more · Bugs and feature requests

Timezone field
By mfb on the 11th of February, 2008

Timezone field (tzfield) provides a CCK autocomplete or select field for storing
timezones. It could be useful if for example you have a node type representing a
location such as city, office, station, etc. and you wish to associate a timezone with
these nodes. Timezone data is stored in the standard zoneinfo format, e.g.
"Europe/London".

This module is still in development feature wise, but should be fully functional.
Note, PHP 5.1+ is required.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-08
notes snapshot

Find out more · Bugs and feature requests

Grid: Editing with parent and child forms


By Steve Lockwood on the 5th of May, 2008

The grid module provides the developer with functions allowing you to create input
forms with a parent form and one or more child forms.

You can define input forms in the normal way by creating a php array. The grid
functions let you combine the parent form with the child form. The child form is
presented as a set of repeating rows (which are laid out in a table, one row per
record). The module also automatically inserts some javascript into your form to
allow rows of the table to be moved up and down. Some example code is included
to give you a worked example.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-May-06
notes for 6.x

1447 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Realtime CSS Editor


By tjholowaychuk on the 23rd of August, 2008

Edit CSS in real time from within your


browser! great for themers looking to
cut down on their Drupal themeing
time, preventing you from constantly
switching between IDEs, this is true
WYSIWYG. Please note that this module
should not be used on a developed site,
use in a local or development
environment only.

Read more about the module in our Drupal CSS Editor Module article.

As this was mainly a proof of concept prototype, I suggest you use our
Realtime CSS Editor Gem, allowing you to edit css in realtime with any text
editor.

Developed and sponsored by Victoria Web Design

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-25
notes snapshot

Find out more · Bugs and feature requests

Web Services
By Drupal Security Team on the 8th of September, 2008

Security: This module is considered insecure by Drupal security team and


all of it's releases have been unpublished. You are strongly encouraged to
disable the module on your site. The Services module, from which Web
Services was forked, may be a possible replacement depending on your
requirements.

#D7CX: I pledge that Web Services module will have a full Drupal 7 release on the
day that Drupal 7 is released.

Let other sites to communicate with your site with this AP, just like Google, Flickr,
Facebook do! Choose which sites might publish content, change user information
or simply integrate a Flash application with your site.

If you want to access other sites' services, you should take a look on Web Services
API.

1448 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Features
Pluggable services: you might add new functionalities, allowing other sites
do more and more with your site's data.
file: get, getNodeFiles, insert
menu: get
node: get, save, delete
search: nodes, users
system: mail, getVariable, setVariable, moduleExists
taxonomy: getTree, selectNodes
user: get, save, delete, logged, login, logout
views: get, export, import
Pluggable authentication: it comes with a very simple authentication
method, called DirectID. But you might use other. The recommended one for
production sites is OAuth, version 2.x
Pluggable servers: the 1.0 version comes with XML-RPC server, but you
can build other servers like popular REST and SOAP.
XHTML, PHP, Drupal and JavaScript code standards compliant

Find out more · Bugs and feature requests

Term Queue
By febbraro on the 23rd of September, 2008

Term Queue simply allows you to make arbitrary collections of taxonomy terms
(even across vocabularies) to use on your site. You can use it for lists such as "Top
10" or "New Something or other", whatever you want really. It makes use of the
core weight based drag & drop for ordering and is very easy to use with a simple
API for getting at your term queues.

Documentation (For Theme Developers):

In addition to allowing you to create collections of taxonomy terms, Term Queue


will also generate theme-able blocks which allow you to quickly display your term
queues on your site. To this end, you may want to be aware of the naming
conventions employed in overriding the default theme functions that style your
term queues. There are currently two ways to style a Term Queue. One way is to
provide a style to be used across all of your term queues, and the other way is to
theme a specific term queue.

To Provide A General Style:

By creating a theme function named "term_queue", taking in parameters "queue"


and "terms", you can style how your term queue is output inside of the block. The
"queue" parameter gives you access to information about a specific Term Queue

1449 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

object itself, while the "terms" parameter gives you access to that Term Queue's
terms.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

Anti Existing Field


By deekayen on the 1st of October, 2008

Disable being able to re-use CCK fields


(prevents splitting fields into separate
tables when new fields are added to a
content type). This is useful when
custom modules have hard-coded SQL queries to CCK field tables where re-using a
field would break the queries.

Current options are disable the submit button, remove the form, or prank the user
to move the button around the screen on mouseover.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Nov-03
notes for 6.x

Find out more · Bugs and feature requests

Universally Unique IDentifier


By recidive on the 21st of October, 2008

Generate Universally Unique IDentifier (UUID) for Drupal objects.

Current features include:

Automatic UUID generation/loading/deleting for nodes, node revisions, users


and taxonomy.
Allow choosing which content types and vocabularies to create UUIDs for.
Option to batch create UUIDs for objects which don't have it already.

You should only install this module if other module advised you to do so, or if you
plan to use UUIDs on your site, with custom code.

This module currently uses MySQL's UUID() function, so it's MySQL specific.

Drupal 5 version was discontinued due to lack of usage.

1450 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-28
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 225 226 227 228 229 230 231 232 233 … next ›
last »

Page break by AutoPager. Page( 230 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Exportables
By dmitrig01 on the 5th of April, 2009

Exportables module provides easy exportables for objects that normally can't be
exported. Currently, taxonomy vocabularies are supported. It does this by the
following:

The most important thing is the fact that it keeps track of machine-readable
names for things that normally don't have machine names. It has API
functions to create machine names and associate them with a type, ID pair.
On top of that, it provides a function to sync exportables in code to the DB -
using hook_exportables, which defines the hook name, save functions, and
other pieces of data about the type of item being saved.
Lastly, it provides a function to export an item given type and ID or type and
machine name.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-10
notes snapshot

1451 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Blocks theme synchronization


By doq on the 16th of April, 2009

Adds ability to specify themes that you want to have blocks configuration
synchronized for.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-16
notes for 6.x

Find out more · Bugs and feature requests

Password trigger
By DenRaf on the 13th of May, 2009

This is simple module that sends out an email to the user upon password change.

The email is configurable at admin/user/settings.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Blog Statistics
By dereine on the 25th of November, 2009

Adds statistics to blog users.


So you can filter by users with a blog, sort by the most active bloggers etc.

Developing of this module was sponsored


by SomvPrahe.sk

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-28
notes for 6.x

Find out more · Bugs and feature requests

Contact

1452 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Dave Reid on the 21st of January, 2010

This is a project to serve as experimentation and backporting of features for core's


Contact module. It will serve as a drop-in replacement for the contact module.

Version Date Links Status


Download · Release Development
7.x-2.x-dev 2010-Feb-17
notes snapshot
Download · Release Development
6.x-2.x-dev 2010-Feb-20
notes snapshot

Find out more · Bugs and feature requests

Extra Fields Checkout Pane


By blackice78 on the 1st of February, 2010

This modules allows an administrator to define additional (billing and shipping)


address fields (i.e. VAT) in Ubercart ecommerce suite.
Two additional panes with these fields will be available during checkout process
and in order handling pages.
This module has been developed and tested with Ubercart 2.0.

How it works
With this module an administrator has a flexible way to define one or more field
through a simple interface located at admin/store/settings/checkout
/edit/extrafields.
These fields will appear to customers during the checkout process and will be
saved at end of this process on a separate database table for later use.
The module presents a new pane to display/change user input data in order
view/edit pages.
The visibility of this pane can be set on admin/store/settings/orders/edit/panes
administration page.

Integrations

Token module.

This integration can be useful to show extra fields values in invoices and in users'
mails.

Ubercart Views module.

This integration can be useful to create views with extra fields values.

Sponsors
This module is currently mantained by blackice78 and sponsored by CHG Digital

1453 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Solutions.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-12
notes snapshot

Find out more · Bugs and feature requests

Views displays
By swentel on the 10th of February, 2010

#D7CX: I pledge that Views displays will have a full Drupal 7 release on the day
that Drupal 7 is released.

Views displays is part of the Display Suite and is an implementation of its API. It
makes it possible to render the views data (header, footer, content, empty etc)
into regions. Want extra data to a view, than this in combination with DS is
ultimate power! The demo site has a nice example what you can do with it without
having to theme or install extra modules.

We have documentation, a roadmap, screencasts and more information available.


Go and explore the world of Display suite.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-28
notes snapshot

Find out more · Bugs and feature requests

OG Gradebook
By rwohleb on the 5th of November, 2006

Creates a gradebook per organic group and restricts viewing grades by group
membership.

MGN will now be a co-maintainer for the project, so expect some updates
in the new year.

Note: Some of the gradebookapi functions have changed since gradebook-


6.x.1.x. If using gradebook-6.x.2.x-dev released after April 1, 2009, be
sure to get the matching og_gradebook 6.x.2.x-dev.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-02
notes for 6.x

1454 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2007-Apr-07
notes snapshot

Find out more · Bugs and feature requests

Site tours with Amberjack


By stefano73 on the 20th of November, 2006

Amberjack (http://amberjack.org/) is a lightweight Open Source library, enabling


webmasters to create cool site tours. With this module you can create an unlimited
number of site tours, improving user understanding of the site’s functionality.

Requirements

The module requires the Amberjack javascripts and skins (http://amberjack.org


/src/stable/ for the last minute updates)

Usage

The module provides an administration page to manage site tours. You'll be able to
create new tours and edit the tour pages.
Each tour has an url ID that is used to recall the tour by the url /site_tour/[url ID].
This is the url you can open to launch the tour.

Version Date Links Status


Download · Release Recommended
6.x-8.0 2009-Jan-29
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jan-25
notes for 5.x
4.7.x- Download · Release Development
2006-Dec-10
2.x-dev notes snapshot

Find out more · Bugs and feature requests

Ext
By apanag on the 26th of September, 2007

Loads the Ext JavaScript library


(version 2.2 & 2.3 for now) with
Drupal. Other modules requiring Ext
may use this module as a basis, or it
may run on its own, simply loading the
Ext library.

1455 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-03
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-May-28
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 226 227 228 229 230 231 232 233 234 … next ›
last »

Page break by AutoPager. Page( 231 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Block Page Visibility


By moshe weitzman on the 17th of October, 2007

Block Page Visibility enables site developers to centralize the display of blocks to a
single PHP function. It is an alternative to controlling display via each block's
configure form. The more "sometimes on, sometimes off blocks" that a site uses,
the more useful this module becomes.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-30
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Oct-18
notes snapshot

Find out more · Bugs and feature requests

Relations API

1456 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Arto on the 27th of August, 2008

Provides an API for arbitrary node relationships based on RDF.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-17
notes for 6.x

Find out more · Bugs and feature requests

GUI - Graphical User Interface


By tjholowaychuk on the 12th of September, 2008

GUI is the engine or API that will be required by all gui_* modules. These will most
likely be GUI Components which are essentially displayable, interactive JavaScript
objects such as tabs, accordions, datagrids, and more.

Components
Tabs

Skins
coming soon.

Developed and sponsored by Victoria BC Drupal Development

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

alipay - Ubercart
By yang_yi_cn on the 5th of January, 2009

alipay (支付宝) is a popular Chinese payment gateway. This module provides


support for it. Ubercart required.

This module is written by g089h515r806 . you can contact g089h515r806 by


visiting http://zhupou.cn

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jan-05
notes for 6.x

1457 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Markdown Preview
By Abandoned Projects on the 21st of January, 2009

Security: This module is considered insecure by Drupal security team and all
of it's releases have been unpublished. You are strongly encouraged to
disable the module on your site.

For live preview functionality for nodes and comments, use the Live module, which
properly escapes the user entered data using the content's current input format.
See instructions below on how to replace Markdown Preview with the secure Live
module.

Find out more

Krumo
By aviddv1 on the 17th of February, 2009

The Krumo is based on the Krumo debug tool which is included with the Devel
module.

It is designed to assist developers in debugging variables by providing a simple


block that can be configured to display all of the elements of a given array or
object. Krumo is an alternative to php's built-in print_r and var_dump functions.

Krumo will print out a stack of variables using css and dhtml in way that is more
human readable than the alternatives.

Variables cab be added to a stack through a simple function call. The stack is in
turn displayed in a block using Krumo to format the results.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-17
notes snapshot

Find out more · Bugs and feature requests

Formatter Selector

1458 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ndeschildre on the 17th of November, 2009

Ever wanted to let the user choose the


theme of a node in a nodereference
directly on the node edit page? This
module allows you to do that.

Node CCK Formatter list: Select


which formatters will be selectable
by the user.
Preview the output of a node: Test the different themes with the preview
button.
Individual and global formatter support: Individual CCK formatter are
the most common, but CCK allows to have multiple items to one formatter
(think of a map where items are locations).
CCK Formatter suitability support: Using an additional property to the
CCK formatter declaration, the module can detect and list only formatters
that are "suitable" for the node in the nodereference. E.g. a video formatter
won't look good with a audio content type.

How to create a formatter besides the four default ones? You can use the Custom
formatters module or, for more advanced formatters in PHP code, see here.

Dependencies: Utilities and CCK.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Show Aliases
By Benjamin Melançon on the 27th of
November, 2009

Show aliases module enables privileged


users to see, edit, and delete all url
aliases (paths) assigned to a node,
from within the node edit page.

We don't recommend you delete aliases on a site that has seen the light of day,
unless you are manually moving extra aliases into a set of redirect definitions (as
in a .htaccess or virtual host file) which was the original reason we wrote this
module.

1459 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Simply enable the module and any user with the permission administer URL aliases
from the path module or this module's own see aliases permission will be able to
see the list of all aliases, and users with the former permission will have links for
editing and deleting paths.

Developed by Agaric.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-26
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Bulk Discount


By awebb on the 30th of November, 2009

General project information


Allows users with a "manage discounts" permission to specify per product quantity
discounts based on either users or role based rules.

The quantity discount has a low quantity, high quantity, and a discount
percentage. Note that the discount specified is valid for any combination of product
attribute combinations.

It is important to consider the order of precedence when creating these rules.

1. When a user is a member of multiple roles with a specified discount rule, and
they are within the quantity limits, then the largest role discount is used.
2. User based discounts override all role based rules.

See the TODO.txt for known remaining tasks. If you have ideas, let us know.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-30
notes for 6.x

Find out more · Bugs and feature requests

Attachment Links
By Todd Nienkerk on the 5th of January, 2010

The Attachment Links module provides permanent links to files attached to a node.
A single, easy-to-remember URL can be used to retrieve the preferred (canonical)
or newest version of a file regardless of how many versions of that file have been
attached to a node.

1460 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Typically, users will want to create a "File" content type and enable the Attachment
Links module for that content type. Each "File" node should refer to a single file:
"Handbook," "Company logo," "Team roster," etc. Though each node could contain
multiple versions of the file, Attachment Link provides permanent link to access
the preferred or newest versions.

How to use Attachment Link


Say you want to let users download your organization's handbook by attaching it
to a node. If you upload a file with the same name (and have node revisions
enabled), Drupal will rename the new file by appending a number:

Handbook_1.doc
Handbook_0.doc
Handbook.doc

If you wanted to avoid this problem, you could upload files with unique names
(version numbers, dates, etc.):

Handbook 2010-01-02.doc
Handbook 2009-11-02.doc
Handbook 2009-10-15.doc

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 227 228 229 230 231 232 233 234 235 … next ›
last »

Page break by AutoPager. Page( 232 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal

1461 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

community.

Apache Solr AJAX


By loganfsmyth on the 24th of August, 2009

The Apache Solr AJAX module AJAXifies Apache Solr Search Integration – if you
change your query or filters, you see the new result set instantly – no need to
reload the full page.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

ImageField Avatar
By crea on the 3rd of February, 2010

Select an imagefield/filefield from a content


type to serve as user picture (avatar). On
selected content type node update, such as
when a user saves his content profile, user
picture is being pointed to the first file in the
filefield.
The module integrates into user picture
settings form and hides irrelevant settings.
All user picture properties such as file size
and dimensions requirements, default image
are managed by imagefield/filefield.

General usecase

With Content Profile module and an imagefield/filefield attached to the content


profile type first image in the field becomes the user avatar. You just need to
instruct users to reorder images.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

GeoRSS module
By rsoden on the 22nd of September, 2006

1462 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

GeoRSS can be used to make RSS feeds location aware. This allows end-users to
display feeds of content on a map built with Open Layers, the Google Maps API, or
similar libraries and applications. More information can be found at:
http://georss.org/

The GeoRSS Module allows users to add geographic point data to outgoing RSS
feeds. It supports two formats - Simple GeoRSS and GML - and can be
administered at admin/settings/georss.

The GeoRSS Module was originally built and maintained for Drupal 4 and 5 by
geodaniel.

Important:

This module is only supported for Drupal 6. Earlier versions are not being
maintained.
The Location and Geo modules provide their own GeoRSS support. If you are
using either of these modules to store your geo data, you will want to rely on
them for your GeoRSS needs.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-22
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy Parser
By tayzlor on the 2nd of December, 2008

This module provides helper functionality for parsing data into taxonomy terms /
pages.
Useful if you are considering importing a large amount of taxonomy terms from an
external source (e.g. an XML file).

Once the module has imported the taxonomy data it will also return the structured
taxonomy array, ready to be applied to a node object if you wish.

This is purely a utility module for developers looking to import taxonomy data and
has no front-end UI.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

1463 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

UC Stock Notify
By longwave on the 13th of December, 2008

UC Stock Notify replaces the "Add to cart" button in Ubercart with "Notify when
back in stock" when a product is not in stock and the user has permission to use
notifications. An email is sent to the users when the product stock level is set
above zero on the edit product stock page.

Once the module is installed, the email subject and body can be configured at at
/admin/store/settings/stock and the "subscribe to stock notices" permission must
be given to the relevant users. Anonymous stock notifications are supported -
users who are not logged in are prompted for their email address.

Workflow_ng integration is included so you can add further conditions and actions
for when a product comes back into stock.

uc_stock_adjust() does not provide a hook, so stock level changes are detected by
adding a new submit handler into the stock edit form. This means the module is
probably not compatible with other modules that alter stock levels. The module is
designed to handle multiple SKUs for a product, but attribute support is currently
not implemented.

This module only hides the "Add to cart" button and does not prevent out of stock
items from being purchased or added to the cart in other ways, but uc_multi_stock
can be used to do this.

Bug reports, feature suggestions and patches are welcome!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-09
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Jan-23
notes for 5.x

Find out more · Bugs and feature requests

Similarity Objects
By Scott Reynolds on the 22nd of December,
2008

This module allows the administrator to


create a wide ranging set of similarity
calculations. It can out of the box,
calculate similar nodes of a specific type
using the search index, taxonomy
terms and node title. These similarities

1464 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

are calculated on cron run.

This module is in the middle of a rewrite to address the architecture and scalability
problems of the first attempt. You can see the progress here: http://github.com
/SupermanScott/similarity and to see the basic plan: #718482: Is this module
abandonded

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-03
notes snapshot

Find out more · Bugs and feature requests

Flickr Insert
By Starnox on the 28th of February, 2009

This module is no longer


maintained. If anyone wants to
take over the project let me know.

Flickr Insert allows you to easily insert


complete Flickr photosets into content
throughout your site, whether it be
nodes, blocks or even comments by the
use of [flickrinsert||...] tags.

This module is in very early development so take care!

Key Features

Insert complete Flickr photosets, not just the primary image.


Allow for paging of photosets.
Display x random photos from a photoset.
Choose the size of images to display and what to link to.
Includes an FCKeditor plug-in based on Image Browser which allows you to
easily select which photoset to insert, change some options and insert it all
without the knowledge of any tag code.
AJAX paging of photosets, which degrades beautifully.

Demo

Look at the results Flickr Insert can achieve.

Version Date Links Status

1465 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-04
notes snapshot

Find out more · Bugs and feature requests

NGP Campaign Features


By seanr on the 16th of April, 2009

NGP Campaign Features is a set of feature modules that will create content types,
default views, and panels for common political campaign site needs. Currently
included are events, issues, media center, video gallery, and home page features.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Transformations -- XML
By jpetso on the 23rd of June, 2009

A set of operations for the Transformations module that deal with reading, writing
and navigating XML data.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-15
notes for 6.x

Find out more · Bugs and feature requests

Typekit
By zzolo on the 1st of October, 2009

Typekit is a technology platform that hosts both free and


commercial fonts in a way that is incredibly fast, smoothes out
differences in how browsers handle type, and offers the level of
protection that type designers need without resorting to
annoying and ineffective DRM.

This simple module makes it easy to include the Typekit library on your site. You
will have to have an account at Typekit.

Features

1466 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Easy enable and disable.


Page visibility options (like blocks).

Installation

Regular module installation process.


Go to admin/settings/typekit to put in your "key" and choose visibility
settings. Your "key" is the unique string that is included with the typekit JS:
use.typekit.com/XXXXX.js .

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 228 229 230 231 232 233 234 235 236 … next ›
last »

Page break by AutoPager. Page( 233 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart CCK currency


By Amitaibu on the 18th of October, 2009

Allow defining different product currencies and prices based on CCK fields.
A product might cost 10 USD, but 150JPY - where the conversion rate it decided by
the site admin. Relying on CCK allows using CCK computed fields for more
complicated price adjustement logic (even in the same currency).
Furthermore, since the currency field settings are handled via CCK, it's exported as
part of Content copy module.

1467 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Paypal payments depend on #607708: Allow defining currency code per order

Sponsored by Linnovate.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-10
notes snapshot

Find out more · Bugs and feature requests

Track
By Gaby on the 14th of February, 2006

Upload and display GPX files (GPS logs)

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Aug-29
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Feb-21
notes snapshot
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Hotspot captive portal


By wlanmac on the 25th of April, 2008

The Hotspot modules provides integration between Drupal and captive portal
access controllers. Use with CoovaChilli or a compatible access controller to turn
your Drupal website site into a captive portal. Have users login, sign-up, or buy
access - anything is possible in Drupal!

Anyone wanting integration with other access controllers or routers is encouraged


to contribute!

1468 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Features

Handles the initial redirect (captive portal splash page) of CoovaChilli /


Chillispot
Handles the initial redirect of Colubris / HP Procurve controllers (work in
progress)
Flexible configuration and Drupal hooks - use as a simple captive portal or
integrate with your RADIUS back-end
Integration support for use with CoovaRADIUS
Support for Ubercart and selling Internet access products.

Colubris requirements

Colubris / HP Procurve basic support has been added. It requires the folloing public
access attributes (set using Colubris-AVPair, for example):

login-url=http://drupal-site/?q=hotspot/colubris&_c=%c&_m=%m&_n=%n&_l=%l&
_o=%o&_i=%i&_p=%p&_C=%C&_r=%r

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-20
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jul-06
notes snapshot

Find out more · Bugs and feature requests

Moodle Course List


By agerson on the 5th of June, 2008

This is a module to display a block for the user


with links to the moodle courses they are
members of. You have to provide it with the
mysql login information that moodle uses. Your
user's username on drupal must match the username on moodle. You can select
which drupal roles have access to this block.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-05
notes for 6.x

Find out more · Bugs and feature requests

1469 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

SocialTwist Tell-a-Friend
By socialtwist_taf on the 21st of November, 2008

This module makes available the SocialTwist Tell-a-Friend widget for Drupal for
FREE.The widget enables users to announce content from the page viewed on
Drupal via email, IM, blogs, and social networking sites.

The possibility of spreading content from Drupal across diverse email and social
networking channels makes this very different from other similar products. Also,
users don't need to remember email addresses since the widget shows the contact
lists from the respective email/social networks. That makes it a lot more powerful
than other tools which just show a basic form to type email addresses.

The widget gets embedded in the content and lets the user announce a specific
page than the entire site without moving to another page. Site owners can
customize the widget properties and view usage statistics by signing up for FREE at
http://secure.socialtwist.com/web/signup and getting a SocialTwist ID.

For any questions, bugs and suggestions, do contact us

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2009-Apr-14
notes snapshot

Find out more · Bugs and feature requests

Menuwriter
By behindthepage on the 20th of December, 2008

STATUS: Menuwriter has been incorporated into Signwriter so check it out. No


further developement will be done on Menuwriter. You should also check out the
cufon module.

Menuwriter provides a menu block that uses dynamically generated images for
menu items. It does this by hiding the text of a menu item with <span
style='display: none'> and adding an image generated from a TrueType font file
which you provide. It uses the same principles as, and much of the code from, the
Signwriter module.

Features
- Menu block which will display the selected menu using the dynamically generated
images.

- Multiple profiles allow you to have different images for different menu item types.
Top level active menu item, Top level standard menu item, 2nd level active Menu
item, 2nd level standard menu item,
3rd level active menu item, 3rd level standard menu item, 4th level active menu

1470 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

item and 4th level standard menu item.

- Images generated can be transparent or opaque.

- Text can be positioned within a background image.

- Text can be left, right, or center aligned.

- Images are cached to improve performance under high load.

- Generated images can be gif, png, jpeg, or bmp.

- Drop shadows can be added to the text.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-23
notes for 6.x

Find out more

Flickr Attach
By aaronbauman on the 30th of January, 2009

Flickr Attach adds a fieldset to the node form allowing users to attach flickr images
or albums.
Flickr Attach is configurable globally and by content type.

Installation:

1. Install and configure Flickr (settings on your site are at admin/settings/flickr).


Even though it's optional for Flickr module, you must input a Default
Flickr User ID for Flickr Attach to work properly.
2. Install and enable Flickr Attach
3. Voila: now you can attach a flickr image to your nodes. To disable Flickr
Attach, use the Admin > Content Type > Edit Content Type form and
uncheck the box "Yes, allow Flickr Image & Album Attachments" box in the
Flickr Attach fieldset.

Note: "Flickr Attached" images will not show up in the node display by default.
You will need to enable the flickr_attach block, or create a view.

Flickr Attach doesn't display flickr attach'd photo albums. The reason for
this is that different users will find different ways in which they want to use flickr
albums: some might want them in blocks, some might want them on the node
view, etc. Flickr Attach leaves it up to block, theme, and module developers to
make use of $node->flickr_attach['album'] property on flickr attach'd nodes.

1471 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-22
notes for 6.x

Find out more · Bugs and feature requests

Panels Plugin Example


By rfay on the 6th of February, 2009

(18 September 2009) This module was compatible with Panels 2 only and
has been replaced by ctools_plugin_example, which is included with
CTools

If you're looking for information on Panels 3 plugins, see this issue in the Panels
queue which provides example Panels plugins for styles and layouts. It will
eventually be included in panels.

Find out more · Bugs and feature requests

Quicktables
By sign on the 27th of February, 2009

Quicktables module allows easy creation


of tables. You can sort rows with drag
and drop features and insert new rows
and columns easily.
Each table is available as a block, so you
can easily embed it into your content.

Created by atomic ant ltd

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-16
notes snapshot

Find out more · Bugs and feature requests

Live Update
By jonskulski on the 3rd of March, 2009

Live Update is a module that provides a flexible and scalable to provide up to date
in content to users without requiring page refreshes. Live Update uses JQuery to
poll lightweight text files that tell the users' browser if new content is available. If
so, JQuery then makes another call to get the updated content stored as static

1472 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

HTML.

A blog post detailing how one might use this API to set up a Question and Answer
(similar to our PBS Engage work) scenerio is here

API
Live Update provides a simple API for modules hook into and allow Drupal to store,
retrieve and insert content updates of all kinds. The API breaks down into two
basic functions:

Telling the browser how and where to look for updates and what do to
when you found them.
live_update_initialize($element, $settings)
Telling Drupal to record a new content update.
live_update_update_content($element, $html, $settings)

Live Update Modules


This module provides Live Update functionality for:

The default Drupal front page available at /node


Drupal blog available at /blog

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-24
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 229 230 231 232 233 234 235 236 237 … next ›
last »

Page break by AutoPager. Page( 234 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1473 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Views Forms
By casey on the 11th of March, 2009

The Views Forms module provides a FAPI element called "viewsform" and allows to
integrate views in forms. You probably do not need to install this module unless
another module you are using requires it.

Status of development

Done

viewsform element is only usable in multistate forms (as it is a multistate


form-element)
filters/arguments are configurable
exposed filters are working (form values are kept)
pager (as buttons) are working (form values are kept)
Ajax functionality (allow to use filters/pager in a viewsform element without
the need to refresh the whole page)
Replace links in views (that change arguments) with buttons

ToDo

Allow to add form fields to views (like checkboxes to actually select


something)
Allow attachments to expand the viewsform element
And a lot more

Find out more · Bugs and feature requests

Feedback & Suggestion Tab


By Bevan on the 20th of April, 2009

Feeback & Suggestion Tab adds a tab to the


viewport, next to the scrollbar, which solicits
feedback and suggestions from website visitors.
GetSatisfaction.com, UserVoice.com and other
similar services use a tab like this, and are the
source of inspiration for this module. The webpage
in the modal dialog that appears after clicking the
tab is configurable, but only pages in an <iframe>
are supported for now. Contributions for AHAH
content are encouraged.

To set the URI for the iframe, add a line like the following to your settings.php file.

1474 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

$conf['feedbacktab_iframe_uri'] = 'http://example.com/';

The animation settings are also not yet configurable or over-ridable. A UI for these
settings is needed. Contributions welcome.

Animation is slightly different in each of Safari, IE7 and Firefox, due to browser
bugs with the position: fixed layout and jQuery UI Bounce effect library. This
needs to be better debugged and patched, possibly to jQuery UI. Contributions
welcome.

There is some support for placing the tab on the left or at the bottom, but this
needs to be completed. Need I say that contributions are welcome? :)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Apr-20
notes for 6.x

Find out more · Bugs and feature requests

1475 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Columns filter
By joachim on the 22nd of June, 2009

Provides an input filter that lets you use "<!--column-->" to make column breaks.

A plugin button is provided for integration with wysiwyg module. (Big thanks to
dboulet for implementing this.)

After installing this module as normal:

1. Add this filter to one or more of your input formats.


2. Go to the 'Rearrange' settings page for your input format. This filter must be
placed above the line break converter filter and after the HTML filter so the
order as displayed is:
HTML filter
Columns filter
Line break converter

You are strongly advised to override this module's CSS to provide a gutter: this is
not provided by the module's own CSS as it's not cleanly possible with percentage
widths.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-24
notes for 6.x

Find out more · Bugs and feature requests

Twingly
By freakalis on the 29th of June, 2009

Twingly.com is a search engine for blogs and microblogs. With this module you
can create new Twingly Widgets as blocks. You will also be able to ping Twingly
with your new blog content.

With the Twingly module you can

Create Twingly Widgets as blocks.

List searchresult for a certain searchphrase from the blogosphere.


List searchresult for a certain searchphrase from microblogs such as Twitter.
List other Blogsposts that has linked to yours.

You can list from 1 to 10 results.

1476 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can order by date, inlinks or TwinglyRank.


You can list results only from a certain site or blog.
You can list only spam-free (approved blogs) results.
You can limit results from a certain timespan.

All these settings and more are available per block.

You can read more about the options at http://www.twingly.com/help

Twingly Blogrank

You also have a block that show your Twingly Blogrank.

Ping Twingly with your blog content

Every time cron runs Twingly module checks for new nodes of certain selected
types.
If there are any new matching nodes Twingly is pinged using xmlrpc. You find
the settings page at admin/settings/twingly.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Aug-17
notes for 6.x

Find out more · Bugs and feature requests

Visitor path
By Benjamin Melançon on the 23rd of July, 2009

Visitor path module [visitorpath] tracks external referrer and onsite path
information for visitors to your site (actually, extracts it from the Drupal core
statistics module's accesslog table), including time on each page and an attempt at
parsing what search keywords, if any, brought a person to your site.

Visitor path integrates with Webform module by automatically creating hidden


webform fields for path tracking and search keyword information from the moment
a user (anonymous or authenticated) enters your site to the point where they
submit a form.

Specifically, Visitor path makes available for recording:

Entrance page title and URL (page on which a visitor first landed on your site)
Previous page title and URL (page on which a visitor was before recording
this information, such as before submitting a form or reaching another
conversion goal)
Conversion page title and URL (page on which recording ends, such as where
a form is submitted and this path information is captured)

1477 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Full history (the page title, URL, and duration of time before moving to the
next page for each step of the visitor's path through your site)
Source (URL that the visitor's browser reports as having been the source of
sending the visitor to you – that is, the referrer aka referer, if any

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-25
notes for 6.x

Find out more · Bugs and feature requests

TweetSimple
By rf-pldev on the 30th of July, 2009

Creates a Twitter feed block using SimplePie.

to use:

Install and activate: http://drupal.org/project/simplepie -- make sure you


read how to install the simplepie library. (If you have any problems with
errors re. the cache directory, you can try this version: http://drupal.org/files
/issues/simplepie.module_6.x-1.0-beta1-MOD.zip ). That's the hard part.
Now, simply:
Install and activate tweetsimple
Go to your blocks admin and activate the block by putting it into a region.
Using the blocks admin, configure the simplepie block by entering the Twitter
feed search URL you would like to display:
go to: http://search.twitter.com
enter your search term, either a basic or advanced search
add ".atom" between "search" and the "?" like so:
http://search.twitter.com/search?q=cool --> http://search.twitter.com
/search.atom?q=cool
done!

More features to come. Once you have the SimplePie module installed, it's very
easy to add to your own site. For advanced users, you can call the
_tweetsimple_getblock($tweet_uri) function directly to add more feeds.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Aug-17
notes for 6.x

Find out more · Bugs and feature requests

1478 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Sports Club Management


By rötzi on the 9th of August, 2009

This project offers a set of modules to manage a sports club. The main features
are:

Teams: You can display information for your teams like the team image or
roster.
Games: Manage your teams games and display the game schedule as well
as upcoming or latest games.
Leagues: If desired, you can display the rankings and schedule of individual
leagues.
Seasons: All information is connected to seasons. The histroy of the teams
or players is displayed automatically.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-23
notes snapshot

Find out more · Bugs and feature requests

UC Expiry
By theamoeba on the 13th of August, 2009

Display Ubercart role expiry to user in sidebar block.

Dependencies:
Ubercart (uc_roles must be installed)

Development sponsored by filmcontact.com

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-13
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Aug-17
notes for 6.x

Find out more · Bugs and feature requests

User Voice

1479 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By eastabrook on the 14th of September, 2009

UserVoice is a Customer Feedback system that makes it easy for


users of your website to suggest and vote on new features as well
as report bugs via a tab that is inserted on to your website, which
links to a simply forum.

This UserVoice module allows for quick and easy customization of


the feedback tab via a settings form, utilizing the Block system to
configure when and who can see the feedback tab.

A UserVoice account is required to use this module -


http://uservoice.com/signup

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-15
notes for 6.x

Find out more · Bugs and feature requests

Faceted ajax search


By itarato on the 28th of September, 2009

Ajaxifies Faceted search. With this


module you can search with the
Faceted search module without page
reload.

Purposes
It can reduce page reloading. If the
selected result-insertion-type is prepend or append, the selected region's content
will be still there, and you can use that for any interaction with the search results
(ex: creating javascript events for inserting a result into somewhere, or creating
drag & drop events).

How to install?
Download and enable this module
If you don't have any working faceted search environment, create one, and
put it's blocks into the appropriate region (your choice)
Visit the block admin page (admin/build/block) and put the [Faceted ajax
search - results] block where you want to load search results.

I developed this module at Pronovix, contact us for Drupal consulting or


development jobs: http://pronovix.com.

1480 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-05
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 230 231 232 233 234 235 236 237 238 … next ›
last »

Page break by AutoPager. Page( 235 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

EPSA Crop - Image Cropping


By yvmarques on the 12th of October, 2009

EPSA Crop is a module that allows a


user to choose coordinates for different
presets on an image. If a user defines
coordinates EPSACrop will override the
Imagecache process and will set new
coordinates.

Every preset with the crop action is


handled by EPSACrop. If the user don't
change the coordinates, the normal imagecache process is applied.

EPSACrop depends on these modules

Imagefield
Imagecache
jQuery UI

You can try the module on this demo web site : http://www.aswissidea.com

1481 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-0.1-beta2 2010-Feb-24
notes for 6.x

Find out more · Bugs and feature requests

Socialite
By skiquel on the 22nd of November, 2009

Add your favorite external networking sites to a block.

Features:

Clean, minimalist. Uses native Drupal 6 API


Supports drag and drop ordering.
Supports automatic favicons.
Favicon caching
Outputs clean, CSS list.

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2009-Nov-26
notes snapshot

Find out more · Bugs and feature requests

Ubercart Add Donation


By travist on the 14th of December, 2009

The Ubercart Add Donation module is


used to dynamically add a donation to
ANY order currently in progress. This
project differs from other Ubercart
donation modules in that it does not
require you to add a donation to the
cart in order to donate to the site. In
other words... you do not need to
create a "donation product" in order to
handle donations... This module simply allows you to add a donation to any order
currently in progress using a Radio button interface.

If demand persists, this module will be expanded to allow for other dynamic
options of adding donations, but for our current needs, the Radio interface is very
intuitive and meets many common requirements.

Suggestions are welcome!

1482 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was brought to you by Alethia Inc..

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

Drupal Remote Dashboard Server


By jurgenhaas on the 5th of January, 2010

This is the server component that's required on each domain that should be
monitored and maintained by your Drupal Remote Dsahboard. Details see on the
DRD project (http://drupal.org/project/drd).

Important note for Drupal 6 sites

DRD determines which sites/domains are hosted on each Drupal installation and on
Drupal 7 this is a very straight forward process by looking into the /sites/sites.php
file which has been introduced in D7 and doesn't exist on D6.

However, instead of developing a sophisticated tool to find out which domains are
available on a D6 server we decided to reuse the code from our D7 development
and ask you as the system adminsitrator to simply create a /sites/sites.php also on
your D6 ionstallation to get up and running quickly.

This file will serve no other purpose, so it won't have any impact on how your
Drupal installation works.

The file should be in the following format:

<?php
$sites = array(
'www.example.com' => 'www.example.com',
'example2.com' => 'example2.com',
);

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-15
notes snapshot
Download · Release Development
6.x-1.x-dev 2010-Jan-15
notes snapshot

Find out more · Bugs and feature requests

User Tags

1483 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Abandoned Projects on the 20th of April, 2006

Security: This module is considered insecure by Drupal security team and all
of it's releases have been unpublished. You are strongly encouraged to
disable the module on your site.

Adds the ability for users to add tags (taxonomy) to them selves on their user/edit
page. Tags are also displayed on the user/page and they link to a page that lists all
users that have that tag set to them.

Find out more · Bugs and feature requests

Media API
By rhys on the 1st of January, 2008

This module was updated on March 27, 2008. It contains numerous


changes, including transferring definition of types, transforms,
presenters, extensions to hookable functions. Although this is a development
module, and therefore not yet for production sites, it is in a beta state.

This module provides an API for which extensions, types, presenters,


transformations, administrative capabilities, layouts, filters, and other things can
be defined by other modules for acting upon files located with the system.

This module provides a way to display, transform and extract information from
media. It provides the basis for the Media Manager module, and in fact was
developed for it.

There will be a more full outline of what is contained within this module, relatively
soon, including the API function library for performing various transformations, and
specification of display of these in the proper context.

TODO
- hook this module into other media related modules

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-26
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Sep-25
notes snapshot

Find out more · Bugs and feature requests

User Picture Permissions


By mtndan on the 19th of March, 2008

This module adds access control for showing or hiding the user picture field on the

1484 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

user edit form for users with appropriate permissions. Developed because
organization doesn't want to allow users to admin their own photos - being done
by an authorized party for quality control.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-19
notes for 5.x

Find out more · Bugs and feature requests

Node menu
By develCuy on the 25th of March, 2008

Project discontinued in favor of Menu Node Views module.

Core menu system allows creation of menu items with a custom title and
description. This module instead uses node->title and node->body as
corresponding title and description. Path is node/#nid by default, you can specify
another manually.
This module also provides a Views field so you can create a list of node menu
items as links addressing to given path instead of the node page.

Use Case
1. I need a cool Menu Page, with a nice Icon and long description for every item
2. Items can link to itself, other nodes or other sites
3. I need a block version of that menu, without icons and description (just a
normal Drupal menu)
4. System should care about user permissions, listing only the items user is
granted to view

Similar functionality
This module generates ONE and only ONE menu item for every node. Do you want
a custom block of menu items for your nodes? Try CCK Node Menu.

Credits
Drupal 6 release sponsored by Iglesia La Vid (Cusco, Perú).
Drupal 5 release sponsored by Satio Software Solutions.

Find out more · Bugs and feature requests

markItUp Content Editor


By mlsamuelson on the 31st of March, 2008

1485 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

markItUp! is a content editor plugin based on jQuery. It's not a WYSIWYG


editor. Instead, it provides a lightweight, easy-to-use set of buttons, keyboard
shortcuts, and other tools to add markup to your content. There's even a live
preview which is similar to the split view in many WYSIWYG editors, except that
you can't edit in the preview pane.

10 Jan 2008 update: Hi, I'm Garrett Albright, new contributor for the markItUp!
module. I'm going to be whipping this module into shape for the foreseeable
future. The latest release fixes some easy bugs and implements a couple
submitted patches. Code refactoring (especially removing the inline JavaScript)
and new/updated features will come soon. It should be noted that, as per D.o
policy, the mIU JavaScript files are no longer bundled with this module and
must now be downloaded separately.

The MarkItUp module for Drupal is still alpha quality. It is functional, and
nearly feature complete, but there are a few pending items.

since updating to use the markItUp 1.1 (jQuery) plugin, live previews aren't
working correctly

Version Date Links Status


Download · Release Development
6.x-3.x-dev 2010-Feb-21
notes snapshot

Find out more · Bugs and feature requests

duplicate_role
By Alexgon on the 23rd of April, 2008

Duplicate/copy an existing role with the same permissions for Access Control
and taxonomies, if exist taxonomy access control module, as the
original ones.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Oct-07
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 231 232 233 234 235 236 237 238 239 … next ›
last »

Page break by AutoPager. Page( 236 ).

1486 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Tipjoy
By Chill35 on the 9th of June, 2008

A simple module that adds Tipjoy buttons to


content.

Contributors who wish to add a “tip this” button to their posts, or a “tip me” button
to their user page, must sign up on the Tipjoy website to get a Tipjoy username.

The module is quite customizable.

As a website Administrator, you can:

- Modify the labels for Tipjoy buttons.


- Have your own “tip this” button in a block, for the website (as an entity) to
collect tips.
- Exclude certain content types from being tipped.
- Choose to place the Tipjoy buttons above or below the node body.
- Grant the privilege to “get tip” to certain roles only.
- Allow contributors to toggle the display of their “tip this” buttons on a per-node
basis.

As a contributor who has the privilege to get tips, you can:

- Toggle the display of a Tipjoy button on your user page.


- Toggle the display of a Tipjoy button in content you author.
- Toggle the display of a Tipjoy button in each node you author.

Up to now, Tipjoy has been a service that allows bloggers to collect tips from
happy readers. Bloggers can either add “tip this” buttons to each blog post or just
put up a general “leave a tip” banner somewhere on their site. With this new
module, Drupal-powered communities can now offer their contributors an incentive
to post more. On its front page, Tipjoy.com keeps track of tips given and received
throughout the world, showing off the most tipped content, and featuring new
content worth checking out.

1487 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development of the Tipjoy module has been sponsored by Ole Sturm at


http://olesturm.com.

Caroline
11 heavens

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Jun-29
notes for 6.x
Download · Release Recommended
5.x-1.16 2008-Jun-29
notes for 5.x

Find out more · Bugs and feature requests

1488 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

OAI2 for CCK


By KingMoore on the 6th of August, 2008

Overview

This module provides an implementation the Open Archives Initiative Protocol for
Metadata Harvesting (OAI-PMH) for Drupal with support for CCK content types and
their fields. By implementing the OAI2forCCK module, you can expose content (its
metadata) as an OAI-PMH repository. It will then be accessible by OAI harvesters.
For further OAI documentation, please see here: http://www.openarchives.org
/OAI/openarchivesprotocol.html

Functionality:

Receive OAI-PMH request of service providers in form of HTTP request (GET


or POST)
Handle and responsd to the OAI-PMH request
Map Drupal nodes (created by CCK module) to OAI records (use the
configuration on admin settings for oai2ForCCK)
Respond to OAI-PMH request in form of HTTP response (XML) to the service
provider

D5 branch
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta1 2009-Feb-04
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-11
notes for 5.x

Find out more · Bugs and feature requests

Role inheritance
By Dave Reid on the 12th of May, 2009

Allows roles to inherit permissions from other roles.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-13
notes snapshot

Find out more · Bugs and feature requests

1489 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Domain Internationalization
By nonsie on the 20th of May, 2009

Internationalization module allows to specify multilingual variables but often this is


not enough for sites using Domain Access. Domain Internationalization module
allows customizing variables based on domain and language. It depends on
Domain Access and Locale modules and can be used combined with Domain Locale
and Domain Conf as well as i18n.

Language negotiation
Domain Internationalization uses languages enabled for the default domain unless
Domain Locale module is installed. With Domain Locale installed language selection
is based on the language set available for a specific domain.

Using Domain Internationalization with Domain Conf


Domain Internationalization can be used in combination with Domain Conf,
however if the variable defined using Domain Conf also exists in Domain
Internationalization variables array in settings.php it will be overriden by Domain
Internationalization module.

Using Domain Internationalization with i18n

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-29
notes snapshot

Find out more · Bugs and feature requests

Query-Based Views (Q-Views)


By chrisshattuck on the 5th of August, 2009

Watch the video demo

Q-Views is currently in Alpha and has a couple of security flaws that need
to be sorted out before being released as beta. Note that Alpha releases
should never be used on production sites. Please also note this module has
multiple critical security flaws.

Query-Based Views (Q-Views) provides the Views-like functionality of generating


reports or content feeds, but starts the process with a raw SQL query. In
Views, the query is constructed through setting up configuration, but in Q-Views
you supply the query directly. This can be a more rapid, reasonable solution in
some situations. Q-Views is very AJAX-y by default, with ajax-based pagination
and searching, which also means rapid browsing through data. Views is much more
mature, so it's encouraged that you use Views when you can, but Q-Views can
provide a lot of functionality with low configuration overhead when you would
normally build a feed or report outside of Views.

1490 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Field taxonomy
By killes@www.drop.org on the 8th of September, 2009

The field taxonomy module allows you to do two things

1) Select taxonomy terms to attach to fields themselves.

This leads to such fields only being available for a node form if the node in
question has already one of the selected terms assigned.

2) Select taxonomy terms to attach to values for taxonomy fields.

Both functionalities are currently not working with free-tagging vocabularies.

This module differs a lot from content_taxonomy. That module allows you to
assign taxonomy terms to a node through a cck widget. This module does allow
you to assign terms to either widgets themselves or to the multiple fields of a cck
widget. It never assigns terms to a node.

Developed by Gerhard Killesreiter for Looforyoo SARL.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Oct-05
notes snapshot

Find out more · Bugs and feature requests

Block Content Per Role


By nicholasThompson on the 17th of November, 2009

Block Content Per Role allows a block to be defined which contains content that is
displayed depending on a weighted set of roles. This is useful, for example, if you
want one block for a subscriber role, one for authenticated and one for
anonymous.

This is difficult to do with Drupal out of the box as a users with the subscriber role
will also be logged in and therefore also have the authenticated role. The Blocks
system in Drupal does not allow a "complex" selection such as "Users with roles
XYZ but not ABC".

Each role's content is run through Drupal's filter system. This allows you to use
any of the contributed modules which provide new features. I can strongly
recommend the Token Filter module (along with its dependency, Token). This
module allows you to define an input format which converts tokens in the content
to their value. Why is this useful? Using the Token Filter module you could (once

1491 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

an input format is configured) add the following to any content for an


authenticated role: [token global user-name] . This block will then dynamically
contain the current user's name in the block.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-27
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Nov-19
notes for 5.x

Find out more · Bugs and feature requests

Multi Node Add


By Aron Novak on the 18th of December, 2009

This module provides a new interface


for creating nodes where the users are
able to select the fields what they want
to use for creating the nodes.
It is designed to create multiple nodes
in one round, it's possible to add more
node input rows on-the-fly.

Heavily depends on Javascript. Supports CCK fields as well.

Known issues:

TinyMCE is not loaded inside the node editing iframes

Sponsored by: Inovae

Author: Aron Novak

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Dec-19
notes for 6.x

Find out more · Bugs and feature requests

OG username helper
By marvil07 on the 28th of January, 2010

This module try to help OG administrators to add site users to their OG by


providing an autocomplete input(like the one you can see editing core node user
author).

1492 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module start as a patch for OG: #225308: More convenient way to add users

And almost 2 years after, it seem to be a good idea to maintain it as a separate


module.

You can see it in action.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Windows Live ID Integration


By panis on the 29th of August, 2007

Windows live ID is a service provided by microsoft that allows you to login to non
microsoft websites using your Windows live userid and password (e.g. hotmail or
msn user id and password). This is MSFTs answer to OpenID for those who are
familiar with OpenID.

This module when installed and enabled on a Drupal 5.x or 6.x website will add a
URL link to the login block or login page.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jan-07
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Sep-20
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 232 233 234 235 236 237 238 239 240 … next ›
last »

Page break by AutoPager. Page( 237 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will

1493 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Certificate Login
By flamingvan on the 3rd of January, 2008

Do you work for an organization where certificates are used for authentication?
This module makes it possible for your users to register and login by certificate.
When a drupal page is accessed via https the module checks for certain
environmental variables that contain the user's unique information, such as an
email address. It then creates a new account if one does not exist or logs the user
in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

This module makes no major changes to your database.

Version Date Links Status


Download · Release Recommended
6.x-2.1 2008-Dec-29
notes for 6.x
Download · Release Recommended
5.x-6.1 2008-Dec-29
notes for 5.x

Find out more · Bugs and feature requests

Last.fm Simple Stats


By DietrichM on the 16th of April, 2008

This is a simple module which allows you to embed Last.fm


statistics for a user
inside a node. The module has an own block, which can show
the statistics in multiple
form, such as links, plain text or flash. The module is able to
fetch multiple sorts
of feeds from Last.fm API 2.0. Feeds are cached in the
database and updated on
request or using Drupal cron on a customisable interval.
Checking is done
intelligently using If-Modified-Since and Expires headers.

1494 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The module requires profile and services modules.


This version of the module supports the new Last.fm API 2.0, instead of the first
API
version. There are some restrictions, because the new API provides the actual
statistics,
not cached ones. This means the module can make only 5 requests / sec from one
IP. This is
why most of the statistics are cached locally for a week and new requests should
wait in a
request line. Please be patient and wait for the statistics.
Last.fm also have some restrictions for the Last.fm logo, so if you want to change
anything
on the block, do it only for your own responsibility.

More info about the Last.fm API 2.0:


Last.fm API 2.0

This module supports the following statistics:


User statistics:

Weekly album chart


Weekly artist chart
Weekly track chart

Version Date Links Status


Download · Release Recommended
6.x-3.0 2009-Apr-07
notes for 6.x

Find out more · Bugs and feature requests

1495 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Queryable Variables
By crystaldawn on the 11th of September, 2008

POSTGRESQL NOTE: If you need support for Postgresql, use Drupal 6 along with
the Drupal 6 version of Queryable Variables. The drupal 5 version does NOT have
support for PGSQL.

What is this module?

Version Date Links Status


Download · Release Recommended
6.x-3.9 2009-Oct-29
notes for 6.x
Download · Release Recommended
5.x-3.7 2009-Oct-29
notes for 5.x

Find out more · Bugs and feature requests

Killfile
By Arto on the 27th of October, 2008

Provides soft-deletion/trash bin functionality for Drupal. Content is "killfiled"


instead of deleted outright, and can be retained for a configurable span of time
before being permanently purged. All this is opaque to end-users as all killfiled
content is pervasively hidden from them, but administrators can access and
restore killfiled content when necessary.

An index of recently killfiled content is also made available as an RSS feed at


killfile.rdf (this functionality requires the RDF module), allowing content
deletions to be propagated from one Drupal instance to another that subscribes to
its content (requires FeedAPI on the subscribing side in order to process the
content deletions). This particular functionality is intended for use cases such as
multi-instance scenarios based on the publish/subscribe architectural model.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

Paragraph Auto Directionality

1496 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By z.stolar on the 26th of November, 2008

This filter tries to determine the


directionality of a paragraph, and add a
css rule for it. Directionality is set by
the first alphabetic character in the
paragraph.

This is useful in sites where multilingual


content is entered in the same text area, and languages have different
directionality (e.g., a quote of a latin text within a text in Hebrew ).

This filter should be used where paragraphs exist. The use of the line breaking
filter from Drupal core is good for that matter. After installation, go to admin >
settings > input formats, and turn the filter on for selected input formats.

Anyone who has a better idea of how to make this module more efficient / more
general, is welcome to do it through the issue queue. Thanks!

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

Imageset
By pvb-d@drupal.ru on the 30th of November, 2008

It is attempt to automate process of a output of pictures, using technology


CSS-sprites (a output of the set area of a map of images in background).
Due to association of pictures in one file. The economy of the traffic and time of
loading for the client turns out.

In a basis of implementation it module Imageset and add contrib modules


- Menuicon (icons for the Menu)
- Bueditoricon (icons for the module Bueditor),
- Taxonomy_imageset (support imageset for module Taxonomy_image)

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Dec-06
notes for 6.x
Download · Release Recommended
5.x-1.6 2009-Dec-06
notes for 5.x

Find out more · Bugs and feature requests

YubiKey

1497 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By rubinj on the 31st of December, 2008

YubiKey is a secure method for logging into many websites using a


cryptographically secure usb token. It does not require special software, and since
it does not generate the same OTP (One Time Password) more than once, nothing
is shared among associated sites.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Jobtrack
By Jeremy on the 5th of January, 2009

This module has been renamed to "support" due to possible trademark


infringement.

Please download the new module and follow the upgrade instructions found in the
file UPGRADE_FROM_JOBTRACK.txt.

Find out more · Bugs and feature requests

Talkinator
By ahaapaka on the 20th of February, 2009

Talkinator is a service that provides free,


no-signup, no registration group discussion
rooms. Talkinator module integrates Talkinator
with Drupal and aims to provide the easiest chat
solution for Drupal.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-20
notes snapshot

Find out more · Bugs and feature requests

Ubercart Referrals
By ryangroe on the 21st of February, 2009

I wrote a simple referral module without looking too much at the affiliates module.
I know my module is not as sophisticated as that module but it is Ubercart v2 and
drupal v6 compatible (I'm not sure if the affiliates module has been ported, v2 still

1498 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

lists as Ubercart v1). You create a referral account and get provided a link. Then
track referrals in the reports section. This is also a beta release that requires
formal testing.

UPDATE: starting with beta 3 you can associate referral accounts with Drupal
accounts and the Drupal user can review a summary for their referral accounts.

Requirements:
ubercart v2

Installation:
Extract and copy to /sites/all/modules/ or /sites/all/modules/ubercart/. Then install
under modules section. Grant the "configure referrals" permission to the proper
roles. The module adds a menu item under "Store administration"/Configuration,
and a Reports menu item.

If this project helps you please consider making a small donation: DONATE

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2009-Sep-13
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 233 234 235 236 237 238 239 240 241 … next ›
last »

Page break by AutoPager. Page( 238 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Private Taxonomy Terms


By mvidelgauz on the 25th of February, 2009

UPDATE: I can no longer support this module as my day job no longer involves

1499 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal development. If anyone wants to take over development, let me knpw.

This modules enables setting a vocabulary as 'private'. With this setting enabled,
each user only sees terms they have created in the specified vocabulary, virtually
maintaining a "private" version of this vocabulary for each user.

Module development sponsored by ewave

I (electricmonk) am currently looking for a co-maintainer to help with this module


as I'm drowning with work / school for the foreseeable future. Feel free to contact
me if you're willing and able.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-02
notes snapshot
Download · Release Recommended
5.x-1.0 2009-Feb-25
notes for 5.x

Find out more · Bugs and feature requests

Late Form Alter


By justindodge on the 24th of June, 2009

Provides a new Drupal hook:


hook_late_form_alter.

This hook is identical to Drupal's hook_form_alter in every way except that it


should always be called after every other module's hook_form_alter is called. Also
provides hook_late_form_(form_id)_alter. This is accomplished using weighting in
the system table.

This will give developers a chance to alter form data after every other module has
performed their own alterations.

See http://api.drupal.org/api/function/hook_form_alter/6 for documentation for


Drupal's hook_form_alter.

See also:
Early Form Alter
http://drupal.org/project/early_form_alter

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

1500 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

960 Gridder
By himerus on the 25th of June, 2009

The 960 Gridder module utilizes the


code developed by Andrée Hansson,
and is intended for use with the
ninesixty theme created by dvessel.
The 960gs CSS Framework system was
originally created, and is maintained by
Nathan Smith.

Using the 960 Gridder module allows you to enable the 960 Gridder by default
without using the bookmarklet provided at the author's website. It also provides an
administrative interface, allowing you to configure ALL of the options available with
960 Gridder and additional features including:

You can save these settings as the default settings for when 960 Gridder
loads, so that you don't have to configure it every time it loads as well.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

Eldorado Superfly
By eaton on the 27th of June, 2009

Oooh, Superfly
You're gonna make your node by and
by
But if you theme, don't ask no
questions why
The only game you know is 'Alter or
Die'
Ah-ha-ha...

Eldorado Superfly is a module that


takes control of the "Submitted by..." text, node links, user pictures, and
comments. It moves them to $node->content, where they can be re-ordered on
CCK's Manage Fields tab. However, this means they are no longer under control of
the theme. Whether this is a good thing or a bad thing is a question best debated
late at night during Drupalcon.

Version Date Links Status

1501 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-27
notes for 6.x

Find out more · Bugs and feature requests

Contact Hide Email


By jrb on the 8th of July, 2009

When an auto-reply is used with the standard contact form, the "From" on the
auto-reply email is set to the value entered as the recipient. In some cases (e.g.
email to the CEO), it wouldn't be good to reveal that email address. Using this
module, you can choose to hide the recipient's email in the auto-reply. It will
instead come from the default site email address. This can be set separately for
each contact form category.

To use Contact Hide Email, just install and activate it as you would any other
module. Each "Edit contact category" page will then include an option to "Hide
recipient's email address in auto-reply". Choosing "Yes" there will make that
auto-reply email come from the site default email instead of the recipient's email.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-08
notes for 6.x

Find out more · Bugs and feature requests

Delivery timeslot for Ubercart


By mogtofu33 on the 17th of September, 2009

Delivery timeslot for Ubercart

Features:

Add on checkout pane a delivery timeslot


selection for your customer.
Admin can create default timeslot for
week days and special date (exception).
Admin can define on wich shipping quote delivery apply and max limit by
timeslot.
Admin can view list of timeslot with print version.
Add delivery information on order view and action.

Requires:

1502 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Ubercart

Please, feel free to test and report any issue.

-----------------------------------------------------------------------------------------------------

Sponsored by : Arthur Com

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

FeedAPI Tagger
By alex_b on the 22nd of September, 2009

Looks up terms from a taxonomy vocabulary in title and description of a feed item.

Usage

1. Create vocabulary, populate with terms to be looked up.


2. Set up FeedAPI feed content type. Enable FeedAPI as secondary parser.
3. In "Look-up vocabulary" select box, choose the vocabulary created in step 1.

At this point FeedAPI Tagger is fully configured, but you won't see any tags created
yet. Typically, you would want to use Feed Element Mapper to map the terms
detected by FeedAPI tagger to vocabulary terms.

4. Install Feed Element mapper.


5. Go to node/id/map of one of your feeds.
5. Map tags to vocabulary created in 1.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-22
notes for 6.x

Find out more · Bugs and feature requests

LiveZilla Live Support


By wildkatana on the 31st of January, 2010

This module installs a new block that you may put wherever you like.

The block has some configuration options which need to be filled in before the
block will work. Just click the 'Configure' link in the Blocks page. The important one

1503 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

is the path to your LiveZilla installation.

You will still need to install LiveZilla as usual. LiveZilla can be downloaded for free
from here: http://www.livezilla.net/home/en/

This module is meant to replace the 'Paste the Button Code to your Website' step.
In addition, this module detects when a user is logged in and uses their username
and email address automatically in LiveZilla, helping you to see who is on your
site.

This module also fixes a CSS issue with the 'Invite to Chat' popup avatar image.
Enjoy!

Maintained and Donated by: Leighton Whiting - MoneyScripts.net


http://www.moneyscripts.net

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-31
notes for 6.x

Find out more · Bugs and feature requests

Hover Preview for ImageCache


By rjbrown99 on the 12th of February, 2010

Hover preview Javascript effect for the


ImageCache module. Allows for hover FROM any
ImageCache preset TO any other ImageCache
preset. Supports views and standard theme-layer
output options.

Find out more · Bugs and feature requests

UberPOS
By slip on the 8th of September, 2009

UberPOS is a point-of-sales system built on


top of the Drupal and Ubercart. It provides an
AJAX interface for cashiers to easily add
products to a customer's order, as well as
remove them, accept payment, cancel entire
orders and print receipts.

The current install and included addon


modules allow UberPOS to be used with touch
screens, mice, and programmable keyboards,
barcode scanners, receipt and other printers, and credit card readers.

1504 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Check out the demo to see what's in the latest release. Take a look at the issue
queue to see where development is headed.

Shops running UberPOS


left-click in Amherst, MA, USA.
Totally Techy in Uxbridge, England.
Ortogid in Russia (screenshot of their custom interface)

If your shop runs UberPOS, send us a message or start an issue, and we'll add you
to this page.

Installation
Install Drupal 6
Install Ubercart 2.0

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-07
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 234 235 236 237 238 239 240 241 242 … next ›
last »

Page break by AutoPager. Page( 239 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Disk Node
By elmuerte on the 6th of January, 2006

1505 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

DiskNode adds a new nodetype called DiskNode. The main purpose for this node is
to serve as download module. Each disknode links to a single file stored within the
file storage. These files are already in this directory. File management tools are
provided with the disknode. It will allow you to upload a local file or a file already
stored on an other webserver.
Downloads of the files are counted.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-14
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Nov-19
notes snapshot
4.7.x- Download · Release Development
2007-Nov-12
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Bookmaker
By toddy on the 7th of June, 2006

Enables your users to place a bet on virtually anything; you decide which bets you
offer. After the outcome of the bet offer is published, the module automatically
calculates the amount of points each user gets.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-03
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Mar-28
notes for 5.x

Find out more · Bugs and feature requests

OG Minutes
By David Lesieur on the 21st of November, 2006

This module makes Organic groups and Minutes work together. It allows to filter
users so that the list of potential attendees in Minutes shows only the members of
the group(s) to which the related event belongs.

Drupal 6 status: pukku has put up a beta version. Needs testing!

Version Date Links Status

1506 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-18
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Sep-08
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Sep-08
notes for 4.7.x

Find out more · Bugs and feature requests

The Next Generation Integration


By smokerej on the 23rd of January, 2007

This module integrates the Drupal user table with the user table of Darrin
Lythgoe's The Next Generation (TNG) genealogy software such that users are able
to have accounts created automatically for them in TNG, users are seamlessly and
automatically logged on to TNG when accessing the software from within Drupal
and administrators are able to assign and change basic TNG database privileges
from within the Drupal user interface. The module requires no modifications to
TNG software.

See http://lythgoes.net/genealogy/software.php

This module has gone through a major overhaul as of March 17, 2008 and a new
6.x branch has been developed from that overhauled code. The major new
features of the module include using user IDs instead of usernames for intergration
of the two user tables and the ability for administrators to assign and change basic
TNG privileges from within the Drupal user interface. If you downloaded one of the
initial versions of the overhauled 5.x module (versions below 2.4), please
download the most recent version as there were significant bugs that have now
been addressed.

The overhaul is only for the 5.x and 6.x branches. A 4.6 branch also exists but is
no longer maintained.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Mar-29
notes for 6.x
Download · Release Recommended
5.x-2.4 2008-Mar-24
notes for 5.x

Find out more · Bugs and feature requests

webalizer
By danieldiazi on the 2nd of February, 2007

1507 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

webalizer is a module for display a block of the statistics generated by webalizer.

Using cron, it read the statistics from webalizer and update the webalizer block.

For more information about webalizer: http://www.webalizer.org/

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Jul-05
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Feb-04
notes for 5.x

Find out more · Bugs and feature requests

Cool Aid
By danielb on the 24th of July, 2008

Allows users in permitted roles to add custom help messages to any specific
path or path pattern, for display to selected roles, along with help messages
provided by other modules.

Custom help messages are administered from the path where the message needs
to be placed.

Cool Aid also allows you to dynamically convert standard drupal help messages
into a link which launches a jquery modal overlay containing the help messages.

The purpose of this module is to allow webmasters to easily provide assistance to


users on pages with complicated forms and workflows. This is done by adding the
messages to a page via hook_help, and by providing the unobtrusive button
alternative.

Would you prefer if the help messages were stored as nodes and you could display
the messages in a block? Try the Help Tip module.

help text, help tip, help icon, user help, user tips, page help, end-user help, custom help, user aid,
administrator help, page-based documentation

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Jan-20
notes for 6.x

Find out more · Bugs and feature requests

Mailfix for Postfix


By alxsvdr on the 7th of October, 2008

1508 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Description
The Mailfix module integrates Drupal with Postfix, providing email accounts to
regular Drupal accounts.

For this module to work you must have previously installed and configured Postfix
2.1 or greater. A step-by-step installation guide for an Ubuntu 8.04 server is
available at HowToForge.

Once your Postfix server is appropriately configured you may install this Drupal
module.

Features
Domain settings (admin/settings/mailfix):

You can manage multiple domains for mail delivery


Per domain default quota (default is 100 MB)

User settings:

Drupal and mail accounts share the same password, thus allowing users to
manage their credentials from a single location.
Users can access their mailbox using POP3, POP3S, IMAP and IMAPS
Individual quota support for mailbox
Mail forwarding (useful for disabled accounts, temporary leave or vacation)
Silent BCC monitoring of specified accounts
Translation files: Spanish

Future features:

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Apr-17
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Dec-22
notes for 5.x

Find out more · Bugs and feature requests

Beautify
By psynaptic on the 6th of January, 2009

This module is looking for a co-maintainer. Please contact psynaptic via


his personal contact form if you are interested.

The Beautify module buffers the HTML output of Drupal and processes it through

1509 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

HTML Tidy, htmLawed or a set of built-in search/replace functions for beautifying


(auto-indentation), flattening (removing indentations) and compacting the HTML
source output to the browser.

Page caching has been utilised so there should be no significant performance


penalty, unless of course the chosen processing method increases the HTML file
size (e.g. when using beautification over flattening or compacting). In general the
flattening mode would provide a nice middle ground between performance
improvement and code beautification. Not all options are available from all
methods.

The module currently works best with with HTML Tidy and htmLawed.

The module is limited to only serve processed output to anonymous users. It can
also cause problems with textarea input fields as it may strip newlines from the
input.

HTML Tidy

Beautify will search for an HTML Tidy binary and if found, it will be tested and used
for processing. The module currently supports only the binary version of HTML Tidy
and not the PECL extension found in some PHP installations.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-01
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Feb-01
notes snapshot

Find out more · Bugs and feature requests

Book Page Access


By José San Martin on the 17th of February, 2009

This module allows control (editing) access to sub-trees in a book.

This module is loosely based on Book Access but instead of delimiting access to a
book (as Book Access does), it allows you to set fine-grained permissions for each
page in the book and all its children.

It is ideal for big organizations with lots of ramifications and lots of information to
present.

For instance, you may create a book to talk about the structure of your
organization and delegate the editing of the department pages (and subpages) to
the people at that department.

(this module was created by José San Martin at Chuva Inc., for the website of Math

1510 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Institute of the University of Campinas)

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Dec-30
notes for 6.x

Find out more · Bugs and feature requests

Staff List
By Mike Wacker on the 8th of April, 2009

The Staff List module automatically compiles a staff list using information about
site users.

The modules looks at a user's user roles to accomplish this. It can be configured so
that certain user roles can designate either a department (e.g.: News, Sports) or a
level within a department (e.g.: Editor, Staff). Users who have both a user role
representing a department and a user role representing a level will then appear on
the staff list.

For intrepid web designers, the staff list is themable as well, allowing said
designers to override the existing look of the staff list.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-May-20
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Apr-08
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 235 236 237 238 239 240 241 242 243 … next ›
last »

Page break by AutoPager. Page( 240 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs

1511 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

SOAP
By doq on the 18th of April, 2009

SOAP module provides hook_requirements() implementation to show on status


report page if SOAP extension is enabled .

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-18
notes for 6.x

Find out more · Bugs and feature requests

Ubuntu Drupal Header


By MTecknology on the 17th of July, 2009

#D7CX: The Ubuntu-Drupal pledges


that UDHeader will have a full Drupal 7 release on the day that Drupal 7 is
released.

Description
This module will add a block that can be displayed in the header area. The Ubuntu
Drupal Theme has a specific region for this. A different header can be specified for
each content type.

The biggest benefit to this module is the ability to display a specific banner for
content types.

Settings
The block for this module must first be added to the header region. In the
administrative section, you can add a Default module type for content types that
have no other header set for it. Each content type can have a different left/right
/middle image. The right and middle sections can also have custom text added.

Development
Development occurs on Launchpad. Support requests, bug reports, latest code,
etc. can be found at this project page.

Development Page: https://launchpad.net/ubuntu-drupal-header

Support

1512 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We have multiple support options. The first line of support you should take is to
look at our Setup Guides. These go through general aspects of utilizing the
module.

We also have other support options listed on our Wiki.

Version Date Links Status


Download · Release Recommended
6.x-6.0 2010-Jan-20
notes for 6.x

Find out more

Login Cookie (set/unset cookies on user login/logout)


By litwol on the 21st of July, 2009

This module enables you, with very easy UI, to set or unset cookies for users when
they login or logout from your site.

use cases:
* Some CDN allow bypassing CDN cache when a special cookie with specific value
is set for a site visitor.
* *add more use cases*

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-21
notes for 6.x

Find out more · Bugs and feature requests

UC Delivery Date
By q0rban on the 28th of August, 2009

This module creates a delivery date checkout pane and order pane for Übercart to
allow your customers to select a desired delivery date for their order. The module
depends on Date module.

If you are interested in this functionality, you might also checkout the Visit Time
module.

Developed by Sprocket.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-28
alpha1 notes for 6.x

1513 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Gallery Summary
By javierreartes on the 5th of November, 2009

Gallery Summary provides the possibility of creating rich displays for hierarchical
content. It extends the functionality of Views allowing to attach a set of data to a
summary view.

It wasn't possible with Views to create a list of top arguments and attach related
content for each one. You can now do this using a new style plugin that will be
added for arguments, this plugin will give you the possibility of attach a display of
the same view to the argument , in this way you could display the argument name,
the number of nodes (terms, users, etc..) for that argument and a preview of the
content associated with each argument.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta2 2009-Nov-26
notes for 6.x

Find out more · Bugs and feature requests

Nodeselect
By ndeschildre on the 21st of December, 2009

Nodeselect allows editors to search for content, in a simple exposed View


integrated with Embedded Edit, and results can be drag and dropped into
nodereferences.

Search content: In an exposed View: You can easily add your own filters
with Views UI.
Edit/View content from the same page: Using Embedded Edit, you can
view/edit the results of search directly.
Drag and Drop results into nodereferences: Choose on the config page
which nodereference are droppable, and drag results here.

Dependencies: Embedded edit, Views CCK Formatter, Utilities, JQuery UI, JQuery
Update, Date, CCK, Views.

This module is part of the newspaper module set maintained by Studio Multimedia
France24/RFI.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-29
notes for 6.x

1514 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Covert Fields
By Open Publishing... on the 6th of January, 2010

When working with CCK, have you ever wished you could specify PHP code to
perform processing on what a user has entered into a field before the field value is
stored?

Have you ever wanted to use a Node Reference field, but have users specify the
node(s) to reference in a completely different format than the node ID or node
title? For example, to have users enter codes like the kind you would find under
the cap of a soda bottle, while having the field convert the codes into node
references under-the-hood?

If you've found yourself in any of these situations, then Covert Fields is for you!

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Feb-16
notes for 6.x

Find out more · Bugs and feature requests

Citation Filter
By cwgordon7 on the 10th of December, 2007

This module is deprecated, please consider using the footnotes module


instead.

This is a citation filter. It changes references in the form of [ref:destination|title] or


[ref:destination] to citations in the form of [1] with a link to the bottom of the
page, where there is a citation in the form of [1] <a href="destination">title</a>
or <a href="destination">destination</a>

Version Date Links Status


Download · Release Recommended
6.x-2.0 2008-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Award
By Josh Benner on the 11th of February, 2008

Award module allows administrators to identify one or more content types as


"Awards." When a user with appropriate permission views a user's profile, an

1515 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

expandable fieldset is available where the viewing user may grant any awards he
has permission to grant.

This was a rather quickly-made module written to serve a specific purpose in a


project I was working on. I know there are more things it could do. Please feel free
to submit feature requests and especially patches, and perhaps the module will
become more useful to more people.

Features

Specify multiple content types as awards


Separate grant/receive permissions for each award content type
Themable awards display

Thanks to my employer, Rock River Star (http://www.rockriverstar.com)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-21
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Nov-21
notes for 5.x

Find out more · Bugs and feature requests

Quran
By ichsan on the 10th of April, 2008

This module allows you to read to the Quran


(Koran) on Drupal. It also allows you to search for
specific verses by keywords, and listen to the
Quran. There is also optional block for random
verses.

The module includes Quran in Arabic, and English


for default translation. It is packed with only
English translation for mysql to make it compact
and easy to download. For pgsql support and other
translations, please visit http://quran.michsan.web.id/content/translation-
downloads (or http://www.muslimade.com/projects/quran-drupal-module). If you
use schema for your database, please make sure that you follow the instructions in
the provided INSTALL.txt.

If you want to support this module by adding additional translations, download and
use Perl script in http://quran.michsan.web.id/content/translation-downloads. If
you have question about using it or want to help other parts just contact me
through the issue form below. Or for faster response just contact me using jabber
chat or google talk in ichsan [at] gmail [dot] com.

1516 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Currently this module support many of translations as listed in Zekr project


including Indonesian, Germany, French, Turk etc. Thanks to my French brothers
for urging me release support for more translations. Thanks Bro! :D

If you love this work, please pray Allah for the goodness of me, my family and all
muslimin around the world. Jazakallah (Thanks)

Version Date Links Status


Download · Release Recommended
6.x-5.0 2009-Aug-08
notes for 6.x
Download · Release Recommended
5.x-3.0 2008-Sep-24
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 236 237 238 239 240 241 242 243 244 … next ›
last »

Page break by AutoPager. Page( 241 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Sports Pickem
By jvandervort on the 18th of September,
2008

Run a sports pickem league using


Drupal. Currently it is setup for the
NFL, but it could be used for NHL,
College Bowl season, March Madness,
MLS, etc... Includes pick the winner
style along with point spread support.

1517 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.11 2010-Feb-19
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Pathtrack
By tylermoody on the 29th of September,
2008

Pathtrack works with Drupal's statistics


module to track the paths of visitors
once they enter a specific page. It
creates a report to show number of
visitors and the paths they took. Also
has an optional CSV output.

New Features in 6.x-1

Variable path length - follow users for up to 6 pages after the target page
Filtered results - only anonymous users are tracked
Results page - Data is displayed in a table instead of nested fieldsets
Results presented with clickable links and url aliases for better usability
Completely rewritten backend - faster than 5.x

Note that this module is still in development. The dev branch is functional,
but it's output may exceed your php execution time (usually 30 seconds),
Depending on the number of days you want results for, or the number of visitors
your site receives.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-24
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Sep-30
notes snapshot

Find out more · Bugs and feature requests

Shared Links
By Shawn DeArmond on the 2nd of February, 2009

This module allows a site administrator to list keywords and/or keyphrases along

1518 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

with a path to which each should link. The site administrator can also add sites
from which additional keywords/keyphrases and paths can be collected. Those
sites must also have this module installed and enabled, and have their own links
configured.

The links appear in the form of a tag cloud in a block, though the block uses a
tpl.php file, so it can be themed however you want. The site administrator can
decide whether to include local links in the tag cloud, or just foreign links.

This is particularly useful when a site administrator manages multiple sites and
wishes to share links among them for SEO purposes.

To do:

Port to Drupal 5

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Mar-16
notes for 5.x

Find out more · Bugs and feature requests

Textarea Expander
By henrrrik on the 9th of April, 2009

This module makes resizable textarea fields expand and contract dynamically using
JavaScript as you enter or delete text. Inspired by the comment fields in
BaseCamp.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Apr-13
notes for 6.x

Find out more · Bugs and feature requests

UC P.O. Condition
By jrust on the 19th of May, 2009

Summary

This module adds a new condition to Ubercart's Conditional Actions that checks if
an order is being delivered to a P.O. Box. This allows store administrators to
restrict which shipping options are shown to customers who are using a P.O. Box.

1519 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This is useful because some shipping carriers, such as UPS, won't always deliver to
P.O. Boxes.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Aug-29
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Devel Generate


By cha0s on the 7th of July, 2009

Ubercart Devel Generate takes advantage of the devel module


to generate Ubercart content. The module only depends on the
uc_product and devel modules at the moment.

Ubercart Devel Generate is currently able to

Generate product data when generating product nodes


Generate attributes and options
Attach attributes and options to generated products

The module currently depends on the patch set for the uc_attribute module found
here: #488422: Cleanup uc_attribute's product/class API, and add test coverage
for the new API, as well as the UI. . Hopefully this will be fixed soon!

Work sponsored by Prima Supply.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-07
notes for 6.x

Find out more · Bugs and feature requests

Password Quick Set


By solipsist on the 25th of July, 2009

With this module you can quickly and


easily set a new randomly generated
password for a user and dispatch a notification about the change.

Beginning beta 2, you can now customize the message sent to the user. Go to
admin/user/settings to modify message subject and body.

1520 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module was developed by Tobias Sjösten, is maintained by Jakob Persson of


NodeOne. Daniel Wehner has contributed with code and ideas for improvements.

This module was sponsored by NodeOne and SF Bio.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jul-28
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Multiple Currency


By neokrish on the 24th of August, 2009

Ubercart Multiple Currency module aims at displaying the product prices in various
local currencies chosen by the customer. The module is currently under active
development and feature requests are welcome. This module is NOT production
ready and is released for testing by the community until a stable version is
released.

Presently the module displays a block to chose the currency from the list of
enabled currencies by the admin. Roadmap for this module includes automatic
detection of locale thorough geoip and displaying prices in local currency.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-09
notes snapshot

Find out more · Bugs and feature requests

Caption Filter
By kmonty on the 1st of December, 2009

This module provides a very simple


caption input filter that can be used to
attach captions to an image or
embeddable object. Similar to the
WordPress caption shorthand, the filter
came for the need to provide a simple
method to attach captions to images for
a variety of non-technical bloggers
migrating from WordPress to Drupal.

There are two methods to create a caption:

1) [caption]<img src="" alt="" />This is an image caption[/caption]

1521 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2) [caption align=right]<img src="" alt="" />This is a right aligned


caption[/caption]

This module is sponsored by New Eon Media. Developed primarily for Uptown
Almanac.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Daylight saving time


By Ilya1st on the 22nd of December, 2009

This module intended to work with Daylight saving time.


It replaces system time offset and has preferences for each user and full site.

Used to display correct time of creation of documents etc.

Also there is included patch which is necessary make in includes/ directory to make
drupal date display via format_date() correctly accroding to selected timezone.

This module is for core versions 6.x and 5.x

Used PHP higher than 5.2

In drupal 7 this feature there is in the core so there will not be version for 7.x

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Feb-05
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Dec-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 237 238 239 240 241 242 243 244 245 … next ›
last »

Page break by AutoPager. Page( 242 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

1522 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Overlay Gallery
By miruoss on the 10th of January, 2010

The Overlay Gallery module mainly


consists of some javascript to display a
gallery as an overlay. The outcome
looks similar to what Lightbox and
consort do but rather than only showing
single pictures, this module shows the entire gallery in an overlay.

Integration
In order to use the JS code, it has to be plugged to your gallery. The module
already comes with integrations to some modules (see next section). If you're
using those modules out of the box, Overlay Gallery will work out of the box too.
If you're using a different gallery mechanism, you'll have to plug this module in by
yourself by doing the following steps:

1. Implement hhooookk__oovveerrllaayy__ggaalllleerryy__llooaadd(($$ggaalllleerryyIIDD)) and


hhooookk__oovveerrllaayy__iimmaaggee__llooaadd(($$iimmaaggeeIIDD)) that return JSON representatives of
a gallery or image to the javascript.
2. complement the link tags that refer to your gallery by a class="overlay-
gallery" and a ref="{$galleryID}" attribute.

The {$galleryID} / {$imageID} should be the ids of the drupal elements. If your
galleries are nodes, $galleryID is equal to the gallery's node id, if galleries are
taxonomy terms, $galleryID is the tid of the gallery and so on. In your hooks you'll
get those IDs so that you can load the objects and return the relevant data to the
javascript.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Spatial Tools

1523 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By phayes on the 26th of January, 2010

This is a motley collection of useful spatial tools created by Patrick Hayes of


Geomemes Research

Modules included are:

Spatial Import - Provides a shapefile parser for Feeds and Table Wizard,
allowing you to import nodes or tables from a shapefile. Integrates well with
Geo and OpenLayers field types.
Spatial Widget - Provides a shapefile widget for Geo and OpenLayers field
types. This allows you to have the user upload a shapefile instead of drawing
on a map when editing nodes. Also provides shapefile / map combo widget.

Version Date Links Status


6.x-1.1- Download · Release Recommended
2010-Feb-17
alpha2 notes for 6.x

Find out more · Bugs and feature requests

iframe page
By mikl on the 12th of February, 2010

A custom node type for creating a page where the main content is an iframe.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Anonymous Contact
By ezra-g on the 15th of March, 2008

This module provides a contact form that allows users to send an email message to
the author of a node without knowing the username or user id of the author.
Neither the contact form nor the "Send myself a copy" emails will reveal the name
or UID of the node's author. The contact form is accessed at contact_anon/[nid]
and has the same fields as the core contact form but does not display the name of
the user being contacted (fields displayed are subject, message, and "Send
yourself a copy."

The module returns a 404 "Page not Found" error if the current user does not have
permission to view the node specified in the url or the author of that node has
chosen not to receive messages via the anonymous contact form.

1524 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Note: Aside from the contact form that this module provides, this module does not
do anything to hide the username or UID of a node's author. It is up to the
developer\administrator\designer of the site to make sure that this information is
not revealed in places such as the node template or in any Views.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-08
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Mar-27
notes for 5.x

Find out more · Bugs and feature requests

word2web
By tmcw on the 18th of June, 2008

word2web is part of a new, streamlined workflow for organizations which rely on


Microsoft Word documents and manage large reports. This module allows users to
upload Word's "Save as HTML..." markup and have that input cleaned and
reformatted into HTML in a node's body field. In conjunction with the xslt_book
module, people using a consistent format for Word documents can view them with
friendly navigation, much like a book node.

If the CCK module and ImageField module are enabled, word2web can also provide
an interface to upload images inserted in Word into a Drupal node.

Download the Latest Release Here

Quick FAQ

What files does word2web parse?: word2web works with the HTML
output of Microsoft Word, generated by the Save as HTML... menu under the
file menu. It has worked with the Mac & Windows versions of Word XP and
2007.
Does / will word2web parse binary word files (.doc files)? No - the
binary output of word is notoriously difficult to parse, and a PHP library to do
this for the various versions of Word is far beyond the scope of a Drupal
module. Patches are welcome.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-12
notes snapshot
Download · Release Development
5.x-2.x-dev 2008-Jul-29
notes snapshot

1525 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Sphinx (Sphinx search integration)


By johsw on the 6th of August, 2008

This module integrates the Sphinx full-text search daemon with Drupal. Sphinx is a
full-text search engine, distributed under GPL version 2. See more at
http://sphinxsearch.com

Current features include:

Simple and advanced search forms


Excerpts
Use and management of several indexes, and even more deamons
Easy per index management of fields and attributes
A local page for each index
A search phrase spelling suggestion module using pspell
Faceted Search - using MVA's and groupBy features
Configurable paths

The module is aimed at enterprise scale Drupal sites with large amounts of
content. The module is not plug and play. It integrates Sphinx and Drupal, but you
need to know how to setup indexes with fields and attributes in order to use the
module successfully.

This module is sponsored by Dagbladet Information (http://www.information.dk)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Sep-25
notes for 5.x

Find out more · Bugs and feature requests

Chess

1526 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By EoinBailey on the 24th of September, 2008

A module to allow two players to play chess in Drupal.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-09
notes snapshot
Download · Release Recommended
5.x-0.09 2008-Nov-11
notes for 5.x

Find out more · Bugs and feature requests

Node Redirect
By jrglasgow on the 5th of November, 2008

At Tribute Media we required the ability to create a simple form that would redirect
to a page from a form. In our case, we needed our clients to log into a page which
requested a contract ID. Upon entering the contract ID, the user would then be
redirected to a form built specially for that user.

This module solves the problem by doing the following:

provide admin settings page


set custom page title
set custom path base
set custom form question
set custom error message for invalid entry
set menu to automatically add link to(Drupal 6 only)
provide page located at path 'http://www.example.com/redirect' which
provides the form for the user to enter in their custom page code, this is
added to the custo base path. If the custom base path is set to 'contract' and
the user enters '452235' the module checks for the url alias for
'contract/452235' and redirects the user to 'http://www.example.com
/contract/452235'
Creating a URL Alias for /redirect will allow any term to be used as this
redirect page.

1527 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Nov-05
notes for 6.x

Find out more · Bugs and feature requests

Calais Marmoset
By emackn on the 16th of January, 2009

Marmoset's purpose is to provide a


simple way to make your Web site's
contents available through intelligent
search.

This module integrates the Calais


Marmoset site crawler into Drupal. It
adds a tab on the node that when
selected will display the microformat
data returned my marmoset.
Click through for more information about Calais marmoset

While the Calais module is not required for this to work, if installed along with the
Calais module, the data returned with marmoset crawler uses a view to display
other content having the same Calais terms.

This module requires that you download the Marmoset Package from
http://www.opencalais.com/Crawler . You will also have to edit some of the files
according to the instructions found at http://drupal.org/node/361166.

Calais Collection
Also part of the collection is

Calais
Calais Marmoset
More Like This
TopicHubs

Credits
This project is sponsored by Thomson Reuters' Calais and Phase2 Technology.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

1528 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Media: YouTube
By aaron on the 27th of January, 2009

The Drupal 6 version

Provides support for the YouTube video


provider for Embedded Media Field.

The Drupal 7 version

Creates a YouTube PHP Stream Wrapper for


Resource and implements the various
formatter and file listing hooks in the Media
module.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Jan-30
notes snapshot
Download · Release Recommended
6.x-1.0 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 238 239 240 241 242 243 244 245 246 … next ›
last »

Page break by AutoPager. Page( 243 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Transformations -- CSV
By jpetso on the 20th of March, 2009

1529 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A set of operations for the Transformations module that deal with reading and
writing CSV data.

This module makes use of the standards-compliant CSV parser at


http://launchpad.net/php-csv to parse its input data. That's generally good for
memory usage or importing proper CSV files (which I think includes Excel
exports), but might cause slight incompatibilities to PHP's standard CSV functions
which do non-standard stuff like escaping quotes instead of doubling them.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-15
notes for 6.x

Find out more · Bugs and feature requests

Advanced Mail Reroute


By Rohin Knight on the 30th of April, 2009

Block, Allow or Reroute E-mails based on the mail ID. Each mail ID rule can
reroute to a primary or specific E-mail address.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-12
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-30
notes for 5.x

Find out more · Bugs and feature requests

User Dashboard
By lelizondob on the 3rd of May, 2009

User Dashboard (udashboard) creates a pseudo administration interface for users


who are not administrators. This module it's trying to solve a common problem
when you give control of the site to users who aren´t drupal experts. From a single
UI it's possible to administer the most common tasks of the site like having a
tracker page, administer comments, administer users and creating content.

Currently, it's possible to define 4 pages inside the UI, all of them with custom help
messages.

1. Tracker and Welcome Page


2. Comments page
3. Create content page (with popups!)

1530 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

4. Administer Users page

Dependencies
This module doesn't depend on other modules to be installed, but I strongly
recommend you to install

Views or
Tracker2

and

Popups

Notes

This module it's not complete, it's being used in a production site, but there's
functionality that will be added soon (please contribute with suggestions), expect
changes, maybe a different version.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-06
notes snapshot

Find out more · Bugs and feature requests

QuickText
By caktux on the 16th of May, 2009

Adds WYSIWYG-like capability to Drupal


by providing buttons to insert basic
HTML tags and get a live preview of the
rendered textarea on the fly.

The goal is to have it fully integrated


with Drupal's input formats and adapt
the available buttons automatically.

All buttons are CSS based using the Gmail button technique. There's also quicktags
that you might want to check before a D5 version is released. Icons have also
been included from that project for now but are no longer being used.

The API will allow you to theme buttons and add new buttons with custom
functionality pretty soon. :)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-29

1531 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Evaluate forms was made by Webform module


By TIS on the 25th of May, 2009

This module can make automatic evaluation of form was made by Webform
module.

You can use it easily if you want to evaluate online surveys, questionnaires or
pretests.

You need to set up values of answer possibilities. If you want different continue for
different evaluation values, you need to set up conditions too.
The module can send emails with the evaluation page to a chosen address and/or
to the user.

For example: You have a special offer for some user who can fill a survey good
enough. If you make this survey by Webform module, you can create an EvalWF
evaluation. When a user fill the form, EvalWF assigns points to each answers. If
the total points of user is more than e.g. 90 points this module can redirect
her/him to the special offer page, else it can redirect the user anywhere else.

This module requires Webform module!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

Shared Edit
By mfer on the 18th of June, 2009

The shared edit module enables edit access to individual nodes to be on a per user
basis. This operates in a similar manner to the cvs access on drupal.org.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-18
notes for 6.x

Find out more · Bugs and feature requests

1532 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Banking API
By Arto on the 20th of June, 2009

This module provides support for international banking


standards and identifiers such as BIC (ISO 9362) and IBAN
(ISO 13616).

Current features include CCK field types for BIC and IBAN
identifiers, as well as an API to parse and validate those
identifiers (with specific IBAN support for 52 countries, up to date as of Release 13
of the ISO 13616 IBAN Registry).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-21
notes for 6.x

Find out more · Bugs and feature requests

Views UI: Edit Headers/Footers


By Jonah Ellison on the 19th of July, 2009

The project has moved to Views UI: Edit Basic Settings.

The new project allows you to define more Views settings to site editors
such as the title and empty text. The UI is also improved by using Drupal
tabs for views pages similar to node pages.

--------------------------------------------------------------------------

Does your client want to modify the header or footer of a view, but you don't want
to train them on the rather intimidating Views UI admin interface, or give them
access to pages that may allow them to mess up their site? Then this handy little
module is the solution for you!

"Views UI: Edit Headers/Footers" provides a separate interface that displays a list
of views (defined by you, so you can exclude certain views) and allows users with
the correct permission to modify their header and footer content.

Compatibility
Views 6.x-2.x

How-To
The edit page is accessed via "Content management" --> "Edit Views
headers/footers."
To define which views to display, visit "Site Configuration" --> "Views" -->

1533 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

"Editable headers/footers"
Make sure the user role has the "edit views headers/footers" permission.

Find out more · Bugs and feature requests

Unfuddle API
By coltrane on the 27th of July, 2009

Provides an API to Unfuddle for other Drupal modules and developers to use.

Other modules making use of this:

Unfuddle Feedback

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-23
notes snapshot
Download · Release Development
6.x-1.x-dev 2009-Nov-23
notes snapshot

Find out more · Bugs and feature requests

Photo Layover
By hadsie on the 10th of September, 2009

The photo layover module lets users


add overlay captions to their photos.
The captions are by default hidden, but
on mouseover they slide into view.

There are two ways to use this module.


1. As a filter on a node content type
2. By manually calling
theme('photo_layover')

Filter:
The filter replaces the theme on the flickr filter that comes with the flickr module
and also adds another [photo-layover] filter.

theme('photo_layover', ...):
To manually call the theme function from another module or theme use the
following parameters:
theme('photo_layover', $img, $info, $options);

See photo-layover.tpl.php for the full range and description of all of the $info and
$option parameters.

1534 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 239 240 241 242 243 244 245 246 247 … next ›
last »

Page break by AutoPager. Page( 244 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Google Closure Compiler


By mehmeta on the 6th of November, 2009

This module aims to utilize Google's Closure Compiler API to optimize cached
javascript files. On cron run, the module sends the contents (or the URLs) of each
javascript file to the API, writes the response which contains the optimized
javascript code to the files.

More info about the service:


http://code.google.com/closure/compiler/

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Nov-28
notes snapshot

Find out more · Bugs and feature requests

CitizenSpeak
By georgehotelling on the 25th of September, 2005

1535 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The CitizenSpeak module allows the creation of email petition campaign nodes.
Users enter the email recipients and the a message to create a campaign. When
someone visits the node, they see a form that displays a preview of the message
and allows them to enter their contact information and a personal statement.
When they submit the form, the target of the campaign is notified.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-03
notes snapshot
Download · Release Recommended
5.x-1.0-beta 2008-Aug-25
notes for 5.x

Find out more · Bugs and feature requests

Arooga
By Owen Barton on the 6th of March, 2006

This is a very simple module that logs (in the drupal watchdog) page generation
times that exceed a threshold value, or are a record for the site so far.
There is a settings page to change the threshold value and reset the record value.

When paired with Log Watcher, administrators can be notified by email when page
load times are excessive.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2008-Oct-02
notes snapshot
Download · Release Recommended
6.x-1.1 2008-Oct-01
notes for 6.x

Find out more · Bugs and feature requests

i18n Auto Translate


By greg.harvey on the 1st of June, 2007

UPDATE (2010-01-17): Maintainer of this module has changed, though aaron


remains as a co-maintainer and will contribute when he can. There is a Drupal
6.x-2.0 release which is a copy of the code from the i18n Auto Draft module
(project page now unpublished).

About

To illustrate the use case, if you have three languages enabled for content
translation on your Drupal website, French, German and English, and French is the

1536 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

default language, when you create a new node in French, this module will
automatically create a draft node in German and English. I must stress, these
nodes are draft only and will not be "perfect". This module simply gives a
professional translator a head start, by automatically providing a working
translation already in the correct language, ready for editing.

Authors:

Aaron Winborn (Drupal 5.x version)


Greg Harvey (Drupal 6.x version)

Creation Date: Begun June 1, 2007

Contact:

aaron (at) advomatic (dot) com


Greg via his drupal.org contact form

Drupal 6.x

This branch is a total departure from the 5.x releases. It integrates the Google API
for translation and automatically creates a set of translations on node creation. It
depends upon the Rules module to achieve this.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Jan-18
notes for 6.x
Download · Release Development
5.x-1.x-dev 2010-Jan-19
notes snapshot

Find out more · Bugs and feature requests

Biblio Facets
By David Lesieur on the 17th of September, 2007

Biblio Facets integrates with Faceted Search to allow users to browse Biblio types
and fields as facets.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-18
notes snapshot
Download · Release Recommended
5.x-1.0-beta2 2008-Jun-23
notes for 5.x

Find out more · Bugs and feature requests

1537 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal Markup Engine


By jcfiala on the 28th of January, 2008

#D7CX: I pledge that DME will have a full Drupal 7 release on the day that Drupal
7 is released.

The Drupal Markup Engine (or DME as I'll refer to it from now on) allows you to
define tags for use inside of node content that do almost anything you could wish
for - allowing users to do such things as to specify where images should be placed
in the text, specify that certain text is a spoiler and shouldn't be easily hidden, or
to safely allow users to reference video or other resources from other sites. Tags
can either enclose text (like <dme:spoiler>text</dme:spoiler>) or not (like
<dme:image />).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-13
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Jan-28
notes for 5.x

Find out more · Bugs and feature requests

Better node_admin_content Form


By tantalic on the 26th of March, 2008

The better_node_admin_content project aims to


provide usability improvements
and extensibility through additional hooks to the
node_admin_content form
found at admin/content/node. To facilitate this goal
the project is
currently focussed on creating a module for Drupal 6
to implement the form
improvements. Once this module has reached a
stable state it will be the
base for a Drupal 7 patch.

Please note that the module is currently under heavy development, while
it should be ready for every day use the API which it exposes is subject to
change as development proceeds.

Usability improvements

Provides additional node filters


Each filter can be set to 'is' or 'is not'

1538 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Add ability to sort by column headers on node table


Recent times are displayed as minutes/hours ago

Extensibility improvements

NEW HOOK: hook_node_admin_filters -Allows modules to add additional


filters to the form.
NEW HOOK: hook_node_admin_columns - Allows modules to add additional
columns to the node table. Cells in the column are theme-able.

Find out more · Bugs and feature requests

Rolespecific Node
By Lapino on the 3rd of July, 2008

This modules enables you to select a specific role and an associated node type.
When a user gets assigned this specific role, a node of this content type is created
for the user if he doesn't have one yet, otherwise the existing node is published if
necessary. When the user "loses" the role, his associated node is unpublished.

This module is NOT a contentprofile/nodeprofile/... equivalent, its


purpose is different, see this issue for more information: #278239:
Difference from Content_profile?

This module was written in the first place to enable specific contentprofiles for
users with a certain role, but maybe it can serve other purposes.

This module has been tested on Drupal 6.x and seems to work, but must
still be considered as beta and has not been sufficiently tested to be used
in a production environment.

TODO:

Optionally use token module for automatically generated node titles

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Colophon
By Max_Headroom on the 7th of August, 2008

The colophon module shows a list of links for all enabled modules as well as
themes used in your Drupal installation to a site visitor when they click on an icon

1539 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

on your page.

This enables you to give credit for Drupal and all the supporting modules and
themes.

You can add your own text message and also make notes at the modules and
themes sections.
You can choose to view modules or themes or both.
When you've enabled the module, the colophon can be directly linked as
"mysite.com/colophon".
You can put a link anywhere on your page by using the colophon block. A selection
of Drupal icons and banners are available which you can use as a link inside the
block. Alternatively, you can use your own custom text or description instead of an
icon banner.

This module is based on the code snippet found here:


http://drupal.org/node/69941

This module is intended to show information to the site visitor. There are other
modules available that will give the site developer more information about the
installation:
Enabled Modules
Site Documentation

TODO:
Ability to upload own icons and banners.
Sort modules by project.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2008-Nov-02
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-19
notes for 5.x

Find out more · Bugs and feature requests

UC USAePay
By jrust on the 30th of August, 2008

This module implements the USAePay credit card gateway as an Ubercart payment
method.

Features

Recurring billing is supported if you have the UC Recurring (2.x version)


module installed.
You can save customer credit card info to the USAePay database if this

1540 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

feature is enabled in your USAePay setup.

Requirements

The PHP SOAP library is required.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-14
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-30
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 240 241 242 243 244 245 246 247 248 … next ›
last »

Page break by AutoPager. Page( 245 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Join role with password


By francoud on the 6th of November, 2008

This simple but useful module allows users to "join" a role just using a given
password.

Site administrator can decide WHAT ROLE users should be able to join using a
password, and WHAT USERS should be able to use this feature. Users can join
selected roles, if they know the correct password; they can then leave that role,
also if they dont know the password.

I use it in conjunction with the Forum Access module, to make easier for [many]
users to "join" a private forum: instead of manually give them the proper role, I

1541 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

give them the password and they join (and leave) the role by theirself.

You could also check the Apply_for_role module: it does almost the same thing,
but it requires that administrator manually approve each application (not practicaly
when you have many users on your website).

This module is sponsored by University of Udine - CSIT and developed by me :-)


Also credit must be given to
Rafael Oller, who made the porting of the module to Drupal 6 :)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Nov-10
notes snapshot

Find out more · Bugs and feature requests

Bones
By usonian on the 24th of November, 2008

The Bones module allows you to rapidly build out the bare-bones structure of a site
by importing a YAML file containing an outline of the menu structure and page
titles you need to set up.

Bones was created to bypass the tedious process of manually adding nodes,
expanding the Menu Settings fieldset, entering a menu title, choosing a parent
item and weight and submitting for each page on a mostly "static" site. YAML
provides a relatively lightweight way to construct a site outline, and using that
outline Bones can build out a skeletal site structure in one step.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-24
unstable3 notes for 6.x
Download · Release Recommended
5.x-0.5 2008-Nov-24
notes for 5.x

Find out more · Bugs and feature requests

Node Content Themehook


By effulgentsia on the 21st of December, 2008

This is a simple module that adds a "node-content" theme hook to Drupal for
theming the $node->content array. For example, with this module enabled, you
can create a "node-content--page.tpl.php" file in your theme's folder, giving you

1542 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

templating control of the "Page" content type. This can be used for any content
type, but the use-case I expect it to be most useful for is in having greater
theming control of content types that use CCK fields.

There's another module, contemplate, that solves a similar use-case. That module,
however, is more geared to providing template control via the CMS interface,
whereas this module is more geared to providing it via the normal theming
system. Pick the one appropriate to the way you like to work, or mix and match.

Instead of this module, you can take the approach of using "node-<type>.tpl.php"
files, as described on http://drupal.org/node/62462. However, then you end up
duplicating all of the generic markup that deals with the node title, links, terms,
and publish status, that you don't necessarily need to have customized per type. If
you want to customize all that generic stuff per type, use those tpl files. But if you
only need to customize the node's type-specific content, then this module might be
useful for you.

This module depends on:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-21
notes for 6.x

Find out more · Bugs and feature requests

Alfresco
By smartinm on the 14th of January, 2009

This project is a related set of modules


which provides Drupal integration with
Alfresco Open Source Enterprise Content
Management System (ECM).

alfresco.module
The main module. Provides a new
Alfresco item node content type for
Drupal sites. The Alfresco item node
embeds Alfresco contents inside
your site, with support for direct and private download of the files stored in
Alfresco repository, caching of file properties, syncing of nodes, Views
support, ...

alfresco_browser.module
Allows users to visualize, search, browse and retrieve nodes of the Alfresco
repository. (Screenshot)

alfresco_attach.module
Allows users to create and attach alfresco items to other Drupal content.

1543 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

alfresco_import.module
Allows importing multiple alfresco nodes from a space of Alfresco.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-23
notes for 6.x

Find out more · Bugs and feature requests

Multisite User Profile


By jvandyk on the 28th of January, 2009

The multisite_user_profile module works in the following scenario:

You are sharing a user table among multiple Drupal sites.

You are NOT sharing profiles.

Each site enables profile module and creates a textfield.

As users fill out their profile, this module will mirror their profile data
into the data portion of the user object.

So each site has access to the other sites' user profile data by looking
in $user->multisite_user_profile.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-28
notes for 6.x

Find out more · Bugs and feature requests

Administrator Warning
By David_Rothstein on the 2nd of February,
2009

This is a simple module which allows


you to show site administrators a
configurable warning message above
most forms on the site, reminding them
that they are logged in to the live site
as administrators, not regular users.

It can be used to help prevent these users from accidentally making destructive
changes, either because they forgot they were logged in as an administrator, or
because they forgot they were logged in to the live site (as opposed to a

1544 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

development server which may be identical in appearance).

For the latter case, you can use this module as follows: Enable it on the live
server, but disable it as part of your process for scrubbing your live database into a
development version. For example, you could run a query such as this before using
the development database:

DELETE FROM system WHERE name = 'admin_warning' AND type = 'module';

Then, the message will only show up on the live site, and thereby serve as a visual
cue to remind developers and site administrators that they are looking at the real
site and that they should be careful of what changes they make there.

This project was sponsored by Acquia.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Feb-02
notes for 5.x

Find out more · Bugs and feature requests

Front Node
By e-direct on the 7th of April, 2009

A small module which allows users to set node as a front page.

After installation of the module there is a new node-edit form option "Use node as
front page". After the option will be checked , the node is displayed on the front
page.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-07
notes snapshot

Find out more · Bugs and feature requests

Role Invite
By raghunathakula on the 9th of June, 2009

Users are given the option to send an invitation along with a specific role.

Version Date Links Status


6.x-1.0 2009-Jun-10 Download · Release Recommended

1545 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Mail to OG
By arthurf on the 10th of June, 2009

This module attempts to bridge the gap between http://drupal.org/project


/mailhandler and http://drupal.org/project/og by allowing users to post content to
groups using a specific email address rather than learning mailhandler commands.
For example, for the group "Bridges of London", users would be able to email
bridges_of_london@example.com and have content directly posted to that group
(provided the user has sufficient privileges). Administrators need to be able to
configure email addresses (preferably a catchall address) on their domain to
handle the incoming mail which is then handled by mailhandler. If you can not
create a catchall address you will need to build aliases for each group that has
email posting enabled.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-25
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Media: Bits On The Run


By aaron on the 17th of July, 2009

This adds support for the custom premium players of Bits On The Run hosted
content, available from http://bitsontherun.com/. (Yes that's by the same guy who
did JW FLV Media Player and Longtail...)

To use this module, you'll first need to install Embedded Video Field, which is
packaged with Embedded Media Field (from http://drupal.org/project/emfield).

Set up a content type to use a Third Party Video field as you normally would. Also
ensure that you have enabled the new Bits On The Run provider from the Admin
screen at /admin/content/emfield.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-17
notes for 6.x

Find out more · Bugs and feature requests

1546 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 241 242 243 244 245 246 247 248 249 … next ›
last »

Page break by AutoPager. Page( 246 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Accepted Limits
By vkareh on the 27th of August, 2009

This module will allow you to set accepted limits for CCK number fields with
custom validation messages.

An accepted limit is a range of numbers that is accepted for a particular value, but
it's not a hard constraint. Say, for example, that a node has an Age field. The
accepted age for creating the node could be between 13 and 25. If the user
creates a node with an age of 12, the node will still be created, but a warning will
be display notifying the user that 12 is not a generally accepted value.

The main difference between this and the "Allowed values" or the
"Maximum/Minimum" is that even if the value is outside the accepted limits, it will
still pass validation. Also, Accepted Limit allows you to set custom warnings for
each field.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-01
notes for 6.x

Find out more · Bugs and feature requests

User Default Filter

1547 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jrglasgow on the 30th of August, 2009

Most sites that I work on have Full


HTML as the default filter because most
of the users prefer to use a WYSIWYG
editor like FCKEditor. When using a
WYSIWYG editor you need to have the
Input Format set to Full HTML or all the
WYSIWYG goodness won't show up.

Personally I prefer not to use a WYSIWYG editor, nor do I prefer to use Full HTML
as my Input Filter. I like to keep my nodes simple and the Filtered HTML Input
Filter works just fine for me.

I find it annoying to have to submit my node, and have to go back and edit it
because I forgot to switch the input filter to Filtered HTML.

This module:

Adds a fieldset to the user edit form to allow the user to choose between the
filters available to his/her role as his/her default instead of the system
default.
On forms that give an Input Format choice it sets the default as the user's
choice.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-01
notes for 6.x

Find out more · Bugs and feature requests

Ubuntu Drupal Sidebar


By MTecknology on the 2nd of September, 2009

#D7CX: The Ubuntu-Drupal pledges that UDSidebar will have a


full Drupal 7 release on the day that Drupal 7 is released.

Description
This module will add a block that will display an eye appealing
sidebar. It will mimic the one found on Ubuntu.com.

Settings
This module allows you to add/delete/modify/reorder any
sidebar blocks. The installation will deliver a default set of items to mimic
http://ubuntu.com.

Development

1548 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Development occurs on Launchpad. Support requests, bug reports, latest code,


etc. can be found at this project page.

Development Page: https://launchpad.net/ubuntu-drupal-sidebar

Support
We have multiple support options. The first line of support you should take is to
look at our Setup Guides. These go through general aspects of utilizing the
module.

We also have other support options listed on our Wiki.

Version Date Links Status


Download · Release Recommended
6.x-6.0 2010-Jan-20
notes for 6.x

Find out more

Css Dry
By Hugo Wetterberg on the 21st of October, 2009

Css Dry allows you to write css without repeating yourself all the time.

The co-maintainers for this modules are Allain Lalonde and Kris Khaira. Allain
wrote the core class of CssDry: CSSProcessor. Which he published at his blog and I
then picked up, tweaked and made into a Drupal module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Nov-17
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Attribute Tokens


By TR on the 8th of January, 2010

This module will add Ubercart product attributes as 'attribute' tokens for use
elsewhere. As of initial upload the only code to use these tokens is the contributed
Custom Price Calculation module. The combo of these two modules allows an
admin to enter custom code to set item properties such as price based on
attributes.

Version Date Links Status

1549 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-09
notes snapshot

Find out more · Bugs and feature requests

Patch: content multigroup


By Abandoned Projects on the 22nd of April, 2009

Note: As of 2010/03/03, this module appears to no longer be supported.


If you are interested in taking this module over, or you as the module
maintainer feel this message has been posted in error, please reply to
#672602: Is this module maintained? .

Show content multigroup module in modules list.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Apr-22
alpha1 notes for 6.x

Find out more

Post It Everywhere
By confiz on the 28th of January, 2010

Just one click and the content will be


posted to all social networks!

The module uses OAuth and Facebook Connect libraries to connect to different
social networks like Facebook, Twitter, LinkedIn, FriendFeed

Version Date Links Status


Download · Release Recommended
6.x-1.06 2010-Mar-10
notes for 6.x

Find out more · Bugs and feature requests

Version Control API -- Git backend


By boombatower on the 26th of January, 2008

This module provides an implementation of the Version Control API that makes it
possible to use the Git version control system. It can retrieve commit information
by parsing commit logs.

1550 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Obviously, the Git backend depends on the Version Control API module.

Version Date Links Status


6.x-1.2- Download · Release Recommended
2009-Jul-26
alpha3 notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Feb-03
notes for 5.x

Find out more · Bugs and feature requests

YUI TreeView
By jeffcd on the 23rd of May, 2008

This module integrates the YUI TreeView into Drupal.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the editor to work.

Videos

COMING SOON

YUI Dependency Issue

Both releases now require YUI 2.5.1. Sorry for any inconvenience. We are working
on coming up with a dependency solution that is less abrupt.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Jun-10
notes for 6.x

Find out more · Bugs and feature requests

Context Help
By darren.ferguson on the 25th of September, 2008

Context help will allow you to create help for portions of your system. The help will
be minature views that will popup when you request them based off pieces such as
taxonomy, url, term, node type or menu location.

The module will attempt to make the help completely configurable to the
administrator and will weight multiple pieces of help so the relevant portions are
displayed to the user first.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.

1551 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 242 243 244 245 246 247 248 249 250 … next ›
last »

Page break by AutoPager. Page( 247 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Authorize Donate
By -enzo- on the 29th of January, 2009

This is a module for accepting donations via Authorize.

This module implements the donation using the server integration method (SIM)
for card not present transactions, by Authorize.net.

Features:

Configurable block to request donation


Confirmation page
Response page for thanks to donors and extend the information returned by
Authorize.net

To Do List:

Implement Advanced Integration Method (AIM).


Create Donors block

1552 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

Craigswatch (a craigslist watcher)


By carlwenrich on the 5th of April, 2009

Craigswatch is a module that allows a user to watch for selected items to appear
on craigslist. He selects a location (perhaps "US nevada las vegas") and a category
(perhaps "for sale cars+trucks") and enters from one to three search terms
(perhaps 'honda', 'accord'). If the cron is set up to run every hour, the craigswatch
module will scan the first 100 postings (the first page) of the craigslist page for
"US nevada las vegas for sale cars+trucks" listings. It will then filter out any
listings that contain the words "honda" and "accord" and create a listing record for
the user. Also, an email will be sent (assuming he checked the "send email" box)
alerting him that the item has just been posted. He can then go to the site to
"view/edit/delete" his watches, and to "view/delete" his listings.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Apr-29
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-03
notes for 5.x

Find out more · Bugs and feature requests

Private Message Limits


By frankcarey on the 7th of July, 2009

The Private Messages Limits module allows you to


set a limit for the number of privatemsg module
messages that can be sent per period of time.

An example with the following settings:

Messages per user: 5


Period: 20 min
Warning level: 3

User hasn't sent anything in a while, they go to create a new message, enter 2
names as recipients, and then click send. 5 minutes elapses and they want to send
another message, when they go to the form, they get a message that only 3
messages remain, but that they will get new messages in 15 min. This time they

1553 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

enter 3 people and send. 5 more minutes go by and they decide to try and send
some new messages. They go to the form and they get an error message at the
top saying they have no messages left, but that in 10 minutes some will expire.
Right now, they can still try to fill out the form, but they will get another error
(same as if they had tried to send to 6+ people in the beginning).

Requirements

Privatemsg module

Related Info

#69856: Message quota - has a patch (module) for privatemsg that would allow
for limiting inbox sizes.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-08
notes snapshot

Find out more · Bugs and feature requests

Cron Control
By mkalkbrenner on the 5th of September, 2009

Using Cron Control you'll be able to fine tune drupal's cron espacially in clustered
environments.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-09
alpha4 notes for 6.x

Find out more · Bugs and feature requests

Devel Demo

1554 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By wulff on the 14th of September, 2009

The Devel Demo module is a demonstration


of most of the debugging functions provided
by the Devel module.

The module was created to generate


screenshots for a brief overview of Drupal
debugging tools. If you find any errors in the
guide, or if you would like me to add some
information, please create an issue in this
module's issue queue.

#D7CX: I pledge that Devel Demo will have a full Drupal 7 release on the day that
Drupal 7 is released.

Current development and maintenance is made possible in part by Peytz & Co.

Version Date Links Status


Download · Release Recommended
7.x-1.0-beta1 2010-Feb-07
notes for 7.x
Download · Release Recommended
6.x-1.0 2009-Sep-14
notes for 6.x

Find out more · Bugs and feature requests

Inline Ajax Login


By scheepers on the 3rd of December, 2009

Adds an AJAX Login/Registration page to any node/add form(s).

Users can login using their email address or username, depending on cofiguration,
without having to leave the creation form. If the username or email address is not
found in the database, a registration form is presented that may optionally include
a username. If the username is not part of the registration process, the email
address is used as username.

The server may be polled for account information when the user types a valid
email address and a set time interval passes, whenever the user stops typing and
a set time interval passes or whenever the user chooses to click a provided next
button.

The login can also selectively 'refresh' fields within the node creation form.

Thanks to Greg Mckeen for co-authoring and helping to bring the module thus far.

Version Date Links Status

1555 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-0.0-beta1 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

Auto Menu Title


By alexkb on the 10th of February, 2010

This is a small module that enables the automatic


population of the menu title field following changes
made to the node title in an add or edit form. It is
designed to save time with data entry. The feature can
be enabled or disabled on a per-content type basis,
and allows overriding the menu title for custom titles
when needed.

Note: A similar sort of functionality, is already present


in Drupal 7.0, as discussed by dman #711316: FYI -
something like this in core 7 .

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-13
notes for 6.x

Find out more · Bugs and feature requests

Take Control
By r_honey on the 20th of September, 2009

Take Control is a set of set of modules


for Drupal for managing various
administrative tasks particularly related
to the file system. Beginning with
version 2.0, the module has been
refactored into a core/add-on
architecture, where a core module
take_control provides common routines and settings, whereas the bulk of
front-end user interaction comes from add-on modules (e.g. file browser etc).

Currently, there are 2 add-on modules: file-browser, and quick-permissions.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2010-Mar-02
notes for 6.x

1556 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Image Title
By dksdev01 on the 24th of August, 2008

Allows to upload image to replace existing node title for better look for ur unique &
creative design for every node.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-19
notes snapshot
Download · Release Recommended
5.x-1.0 2010-Jan-17
notes for 5.x

Find out more · Bugs and feature requests

OG Node Approval
By mradcliffe on the 7th of November, 2008

OG Node Approval offers content review between group members allowing them to
approve or reject content. When creating or updating content simply choose the
audience for the content (including multiple groups), save the node, and the
module will insert group members from those respective audiences into the a node
approval table.

2.x:

After a configured threshold of members approves the node content OG Node


Approval integrates with the Flag module flagging the node as globally
"approved".
OG Node Approval provides tokens of state collection on a node with which
you can integrate into Rules or some other workflow module.
OG Node Approval provides hook_ona to act on operations such as global
approve/reject and user approve/reject. It passes in a state collection array
much like the above tokens to do workflow or custom approval methods via a
custom module
The easy user interface has been split into a sub-module, OG Node
Approval UI that you may enable if you don't want to code your own
custom interface. Without enabling this module there is no way to approve or
reject nodes.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta2 2009-Nov-01
notes for 6.x

1557 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 243 244 245 246 247 248 249 250 251 … next ›
last »

Page break by AutoPager. Page( 248 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Order Total Discount


By ardas on the 9th of December, 2008

This module provides a discount mechanism for Ubercart package based on user's
total amount of purchases they have ever done on the web site. There is a rate
scale where administrator can specify an either fixed or percentage discount. The
more a user buys on the site the greater discount he will have.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-24
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Dec-10
notes for 5.x

Find out more · Bugs and feature requests

uc_zpayment - Z-payment gateway for Ubercart


By ibabushka on the 14th of January, 2009

This module provides Z-payment gateway through https://z-payment.ru website,


when using Drupal Ubercart.

Version Date Links Status

1558 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-30
notes for 6.x

Find out more · Bugs and feature requests

Secure by Role
By Garrett Albright on the 25th of June, 2009

Secure by Role is a simple Drupal module for shopping sites and others where
security is important. When a page is requested, SecRole checks to see if the user
is a member of a list of roles which should be only served pages over a secure
connection (HTTPS). If this is the case, and the connection is not already secure,
the user is redirected to the page they are requesting over a secure connection.

Why is this module's approach better than simply locking down your entire site
behind a secure connection? Because not all the visitors to your site will be doing
things which demand a secure connection. Search engine spiders, for example, are
not going to be sending credit card details; they may even be incapable of indexing
pages behind HTTPS connections. Or maybe they're simply human users who are
just browsing with no intent to buy anything - yet. But with SecRole, you can
easily configure the site so that, once these users create an account, they are
served over a secure connection and their credit card details are safe. Your web
server can avoid the overhead incurred by encrypting and decrypting data sent or
received over a secure connection until it's necessary.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Sep-24
notes for 6.x

Find out more · Bugs and feature requests

Payment Network for Ubercart (sofortueberweisung.de


and DIRECTebanking.com)
By jurgenhaas on the 27th of June, 2009

This module integrates the payment


method sofortüberweisung.de and
DIRECTebanking.com
from Payment Network AG. It is
plug-and-play and you can even create
a user-account
and/or project on Payment Network from within your Drupal/Ubercart admin pages
with all
the required settings.

1559 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

More details about sofortüberweisung.de and DIRECTebanking.com on


http://www.payment-network.com

Requirements

Drupal 6 and Ubercart module 2.0.

Installation

Install as usual, see http://drupal.org/node/70151 for further information.

Configuration

Configure UC_PNAG in Administer >> Store Administration >> Store Configuration


>> Configure Payments or go to http://www.example.com/admin/store/settings
/payment/edit/methods to input all required settings. From there you can also
create a new project with Payment Network AG.

Contact

Current maintainer

Jürgen Haas (jurgenhaas) - http://drupal.org/user/168924

This project has been sponsored by

PARAGON Executive Services GmbH

Providing IT services as individual as the requirements. Find out more from


http://www.paragon-es.de

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Jan-20
notes for 6.x

Find out more · Bugs and feature requests

Ajax markup
By ufku on the 27th of June, 2009

Provides an AJAX API for creating filtered content by applying drupal input filters.

Version Date Links Status

6.x-1.0 2010-Jan-01 Download · Release Recommended

1560 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Multivariate
By boombatower on the 7th of July, 2009

This module provides a simple interface


for setting up multivariate or A/B style
studies that can be performed on a live
sites to test the effectiveness of various
interfaces.

Multivariate
Any portion of Drupal may be modified using the hooks and mechanisms already in
place. The modifications may be based on multivariate mutations. Once a mutation
set is requested the same set will be used for the entire user session. The mutation
information may be used to make any modification to forms and such. An example
multivariate mutation is provided and demonstrates how simple it is.

A/B
Setting up an A/B style test is very simple and only requires the original URL, and
any variation URLs. When a user visits the original URL a mutation will be selected
that will either redirect them to one of the variations or leave them on the original
URL. The same mutation will be used for the entire user session.

Success

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-13
notes for 6.x

Find out more · Bugs and feature requests

Encryption
By zzolo on the 8th of August, 2009

Encrypt is a (two-way) encryption API module for Drupal.

Why Encrypt?

There is no native way to do (two-way) encryption in Drupal. There is also not a


very standard way of performing encryption in PHP without extensions. There is
not too much need for it, but every once in awhile there is a need to store
passwords in a database that you need to retrieve without a user involved, and

1561 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

some other various use cases (think about all those database dumps laying
around). This module aims to make it easy for your module to keep data secured
in an extensible way that does not inherently require any other dependencies.

Use

At it's core, there are two functions:

<?php
// Encrypt data
$encrypted_text = encrypt('some string to encrypt');
// Decrypt daya
decrypt($encrypted_text);
?>

Encryption Methods

There are currently three (3) encryption methods available by default.

None: which is obviously not the preferred.


Basic: A simple mathematical encryption method that does not require any
PHP extensions.
Mcrypt AES 256: If Mcrypt is enabled, you can use this encryption method
which is very secure.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-22
notes for 6.x

Find out more · Bugs and feature requests

Guidance
By itarato on the 16th of August, 2009

Guidance gives you the ability to create


link lists for users (administrators) they
should walk through. For example:
Site tour: links with the most important
website pages.
Instruction guide: step-by-step style
guide where links pointing pages users
have to follow.
Drupal module usage guide: steps in a Drupal site for configuring something.

Usage
Download and enable the module.

1562 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Create a new Guide content.


On the node page click on the Guide links menu tab.
Add links.
Visit block administer page:
For link's description enable the 'Guide description' block.
Enable guide runner/closer blocks: 'Guide: <node title>' and 'Guide
runner for: <node title>'.

Customization
Developer instructions coming soon...

I developed this module at Pronovix, contact us for Drupal consulting or


development jobs: http://pronovix.com

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Aug-16
notes for 6.x

Find out more · Bugs and feature requests

OG Hide Membership
By Ki on the 21st of August, 2009

This module allows members of Organic Groups to hide themselves from group
member list and faces.

It can be useful if the group membership itself is sensitive information.

The project has been sponsored by American Library Association


(http://www.ala.org), and developed by Urban Insight.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-16
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Own Term
By jcfiala on the 11th of September, 2009

The Own Term module grew out of the need to create blogs that were more
flexible than the standard blog that comes out of the box with Drupal, particularly:

1. We wanted blogs to have a name different than the user who wrote them.

1563 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

2. We wanted to include other things than blog nodes in a blog stream, such as
polls.
3. We wanted a blog that more than one person could contribute posts to.

After some thought, it occurred to us that really, all a blog is is a collection of


nodes. And if you want to collect a bunch of nodes together, then taxonomy seems
to be the best way to start. They've even got taxonomy out of the box.

When you enable ownterm you need to set up a vocabulary which is set up for
ownterm by clicking on the 'Enable Ownterm' checkbox in the vocabulary's edit
page, and this should be an empty vocabulary to start with. After that you need to
give at least the 'create and edit term' permission to authenticated users.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 244 245 246 247 248 249 250 251 252 … next ›
last »

Page break by AutoPager. Page( 249 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Comment displays
By swentel on the 27th of October, 2009

#D7CX: I pledge that Comment displays will have a full Drupal 7 release on the
day that Drupal 7 is released.

Comment displays is part of the Display Suite and is an implementation of its API.
It makes it possible to render the comment fields into regions.

1564 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

We have documentation, a roadmap, screencasts and more information available.


Go and explore the world of Display suite.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-04
notes for 6.x

Find out more · Bugs and feature requests

Multimedia Element
By ndeschildre on the 25th of November, 2009

Multimedia Element is a very powerful module for journalism.


It allows you to create blocks (not drupal blocks) containing stories (inserted
manually, automatically, semi-automatically with Easy View), carousels of stories,
text, photos, diaporamas (including lightbox diapos), video, twitter, table, ... And
you can embed these blocks directly into your story with a nifty FckEditor plugin.
Here is a nice example of story with a carousel, a diaporama and a video
multimedia element.
You can in fact put these blocks everywhere, even in your frontpage! See for
example the middle column on France24's frontpage, which is using Composite.

Large media support: photos, diaporama in lightbox or not, twitter, table,


video (need additional stuff), articles, carousels, ...
Two default themes: Two CCK node formatter are given for multimedia
element, a fixed-width one, which try to limit the width at 180px, and a full
width one.
Easy drop-in everywhere: In your story, in your frontpage.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-25
notes for 6.x

Find out more · Bugs and feature requests

LeagueSite
By Alun on the 18th of January, 2009

LeagueSite is a Drupal module used to manage sports teams in one or multiple


leagues.

The module allows a user to create one (or more) seasons that run throughout a
year. These seasons contain leagues, which hold a number of teams. Teams in a
particular season and league can be given information such as points won, games
played, games won, games lost etc.. and then arranged in a league table.

1565 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This project was initially started in early 2009, but has had its first release in early
2010. You will find that the module is in its infancy. Please file feature requests in
the issue queue and I will do my best to develop the module to everybodys taste.
Soon I hope to post up some sort of roadmap to get everyone informed as to
where I see the module going.

User Manual
I have started writing up the help for this module. It slowly increases over time
when I am bored.
http://drupal.org/node/700360

Roadmap
I have added a roadmap into the forums here
http://drupal.org/node/712474
Please have a read before submitting feature requests, and let me know if you
would like anything else.

Please Note:

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Feb-17
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Cafepress Shop-front Integration


By rooey on the 25th of April, 2006

This module displays items from a cafepress shop in your own drupal website. It
can also display a block with a randomly chosen item, optionally provide a link to
the item as well as the shop and the “sell your own stuff” affiliate program.
Current release is for drupal-5.x.

This module is currently available for adoption, as I no longer have sufficient time
to maintain it - please contact me if you are interested/able to continue with the
maintenance of this module

Update: It seems we have a volunteer... stay tuned :)

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-08
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Nov-09
notes for 5.x

Find out more · Bugs and feature requests

1566 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

IDEAL Pro | Ubercart Payment


By kees@qrios on the 31st of January, 2008

This module provides payment methods for iDEAL Professional/Advanced online


banking for Ubercart based projects.

Overview: http://drupal.org/project/uc_ideal

Development by:
Qrios Webdevelopment

--------------------------------------

Release info
Version Date Links Status
Download · Release Recommended
6.x-1.3 2009-Aug-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Aug-08
notes for 5.x

Find out more · Bugs and feature requests

Quickbooks API
By Allie Micka on the 13th of June, 2008

A stand-alone Quickbooks API for use by other modules. We're using this to
synchronize users, accounts, and payments from our site to our Quickbooks
accounting system.

This module is in the Advantage Labs petri dish. Please review our module
maintenance policy before contacting the maintainer with questions on
downloading or using this module.

Since this is largely for in-house uses, It's being developed as we find the time.
You can help by keeping support questions and questions about functionality here
in the issue queue, where everyone can benefit from the answers. Also consider
creating a bounty, or contacting us with information about your budget, timeline
and goals.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-03
notes snapshot

Find out more · Bugs and feature requests

1567 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

GUI - Tabs Component


By tjholowaychuk on the 8th of October, 2008

Tabs component for the GUI project.

Example:

$example =& gui_get_component('tabs');


$example->add_tab('Tab 1', 'I am tab content');
$example->add_tab('Tab 2', 'I am tab content');
$example->add_tab('Tab 3', 'I am tab content');
$example->add_tab('Tab 4', 'I am tab content');
$example->options['selected'] = 1;

print $example->render();

Developed and sponsored by Victoria British Columbia Web Design

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Units API
By raspberryman on the 5th of January, 2009

Units API converts between various weights and measurements.

The central API call, unitsapi_convert($value, $from, $to, $details = FALSE) ,


uses the International System of Units (SI) conversion factors to convert
measurement units.

This module is only an API and does not have an user interface.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Jan-31
notes for 6.x

Find out more · Bugs and feature requests

Tweetbacks
By CSCharabaruk on the 13th of January, 2009

Tweetbacks is a module allowing you to show Twitter posts which refer to pages on

1568 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

your Drupal website in a block on those pages. It also provides a second block
showing the pages with the most referring tweets.

What are Tweetbacks?


Tweetbacks are Twitter messages that refer to pages on your website.
Whenever a Twitter user posts a message with a URL, it is a tweetback for
that particular URL.
Why would I want to use this module?
Do you like to see when people are talking about and sharing your site's
content? Tweetbacks allows you to see when people are talking about your
site on Twitter. By displaying a list of tweets (Twitter posts) that reference
the pages on your site, you and your readers can get an idea of how popular
or important the content is, on your site.
Who developed Tweetbacks?
The original Tweetbacks service was developed by Dan Zarrella. Chris
Charabaruk wrote the Drupal module for Tweetbacks, making use of Dan's
service to provide not just Tweetbacks for each page but also a list of the
most popular pages based on Tweetbacks.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-16
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jan-16
notes snapshot

Find out more · Bugs and feature requests

Transformations -- Drupal data


By jpetso on the 20th of March, 2009

A set of operations for the Transformations module that deal with Drupal-native
data - currently nodes or users, but patches for other entities like files or
taxonomy terms are welcome. Depends on Field Tool for retrieving information
about node and user fields and getting/setting the field data.

(The main reason that this module is not a part of Transformations itself is
maintainability - support for Drupal objects might grow extensive and would
probably account for a large chunk of porting effort between Drupal versions. Split
out into a separate module, Transformations can be changed without taking full
responsibility about potentially complex Drupal-native data.)

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-15
notes for 6.x

Find out more · Bugs and feature requests

1569 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

« first ‹ previous … 245 246 247 248 249 250 251 252 253 … next ›
last »

Page break by AutoPager. Page( 250 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

File Newest Revision


By deviantintegral on the 19th of April, 2009

This module allows for the use of "stable" links to the newest revision of a file. If
node revisions are enabled, and a newer version of a file is uploaded, the user is
automatically redirected to that revision. This is useful for sending out links to a
file outside of your Drupal site, such as through email.

The module was developed by Andrew Berry for use at Pinchin Environmental. For
information about sponsoring development of this module, please contact Andrew
Berry.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Apr-19
notes for 5.x

Find out more · Bugs and feature requests

PEGOEditor - WYSIWYG HTML editor

1570 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By anastasis on the 8th of May, 2009

This module enables the use of


PEGOEditor within Drupal. PEGOeditor
is an accessibility-oriented wysiwyg
editor for (x)html pages.
Why another wysiwyg editor? Because
PEGOEditor generates clean and
accessible XHTML pages AND it is itself
accessible.
Here you can find information about PEGOEditor: http://www.accessibleeditor.org/

Download PEGOEditor

Due to licensing problems, the code of PEGOEditor itself is not distributed with this
Drupal module.
Here you can download the packages: http://www.accessibleeditor.org
/?q=download
All you need to do is extract the files and copy them in the PEGOEditor module
directory.

Demo

Here you can find a demo version of PEGOEditor: http://www.accessibleeditor.org


/?q=demo

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-15
notes for 6.x

Find out more · Bugs and feature requests

Paybox payment for Ubercart


By mogtofu33 on the 20th of August, 2009

Paybox payment system for Ubercart

Paybox is a french payment system used by a lot of French Bank (like SIPS/ATOS).
http://www1.paybox.com/

Requires:

Ubercart
to set-up Paybox CGI on your server. Download kit and doc (fr)

Please, feel free to test and report any issue.

1571 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Test a lot before production mode with paybox.

---------------------------------------------------------

Ce module vous permet d'utiliser le kit de paiement Paybox avec votre boutique
Ubercart.
http://www1.paybox.com/

Le kit de paiement Paybox fonctionne grâce à un binaire CGI.


Téléchargement du Kit et doc

N'hésitez pas à tester ce module et faire vos remarques.

Testez le plus possible paybox avant de passer en mode production.

---------------------------------------------------------

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

Ubercart PaymentExpress (PXAccess, PXPay and


PXPost from DPS)
By xurizaemon on the 26th of August, 2009

Payment processor implementations for DPS (Direct Payment Solutions) Payment


Express payment gateway.

Payment Express offers both merchant hosted and provider hosted payment
processors and is commonly used in Australia and New Zealand. This module
implements methods for each of these (via PXPay, PXPost and PXAccess).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-02
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Aug-27
notes snapshot

Find out more · Bugs and feature requests

Activity Stream for Identi.ca

1572 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By toddejohnson on the 19th of September, 2009

Activity Stream for http://Identi.ca, a micro-


blogging service.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-07
notes for 6.x

Find out more · Bugs and feature requests

Examples for Developers


By rfay on the 3rd of October, 2009

Goals of this project:

Move the example modules that used to be hidden over in the documentation
CVS over to the modules repository as first-class modules, which can be
maintained, updated, and discussed in the issue queues.
Create simpletest suites for the example modules so that we know when
there's a problem with them.
Add new example modules that show off core functionality for developers
Provide a standard repository for examples that can be used by handbook
pages (or books, or other articles). Are you writing a book? You may want
your examples maintained here instead of in some dead ftp zone.

Overall, we want the examples to be maintained!

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Mar-11
notes snapshot
Download · Release Development
6.x-1.x-dev 2010-Feb-12
notes snapshot

Find out more · Bugs and feature requests

Deny Node Path


By snufkin on the 20th of October, 2009

This simple module overwrites permissions the node declared menu path /node by
adding an extra 'access node path' permission to your permissions page.

Version Date Links Status

1573 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-20
notes for 6.x

Find out more · Bugs and feature requests

Filefield Stats
By nicholasThompson on the 1st of November, 2009

FileField Stats is a small module which provides a new formatter that outputs a
special link for tracking downloads.

Each download tracks the File ID, User ID, Node ID, Host IP & Referrer URI and a
timestamp.

The formatter will produce a URL like this:

http://www.example.com/sites/example.com/files/filefield_stats/2/1/1
/d4df983bbca181f8c9ef7683db1c3ab0

This URL works in a similar way to the ImageCache module. It provides a drupal
callback within the files folder. This URL contains the File ID, the Node ID, the User
ID and a special "hash" which is made up of the 3 ID's and the websites special
private key. This means each user gets a unique ID. You cannot simply change the
File ID to start scanning the website for files as this will invalidate the hash on the
end of the URL. Without knowing the websites random 64 character private key, a
user cannot regenerate this hash for themselves.

Once the URL is validated (ie, the system confirms the hash matches the
requested file for the requested node by the requesting user), the file is served by
Drupal.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-02
notes snapshot

Find out more · Bugs and feature requests

Widgets

1574 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By blixxxa on the 18th of November, 2009

Widgets is a module that enables a site


editor to, on a per node basis, select
"widgets" that should be displayed
when viewing a node. A "widget" in it's
simplest form is just a regular node
(page, story etc) but the power of the
module is that you can create custom
content types (with CCK) to use as
"widgets". You could say that Widgets brings the power of the block right into the
node edit form.

Prerequisites
Widgets depends on the modules jquery_update (version 6.x.2.x-DEV) and
jquery_ui. The current version of jquery_ui, 6.x.1.3, ships with jQuery UI version
1.6. The jQuery Multiselect widget requires jQuery UI version 1.7. Follow the
directions to upgraded jQuery UI to version 1.7 in the README.txt of the jquery_ui
module.

Roadmap
Functionality that might be implemented in the future.

Support for multiple regions


Expose Widgets to site users
Ability to create "sets" of widgets
Inherit widgets from menu item higher in hierarchy

Drupal 7

Drupal 7 will implements CCK in core (Fields). This opens up for the possibility to
use blocks instead of nodes for widgets as blocks now will support custom fields.
Will have a look at this when D7 is released.

Credits
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta3 2009-Nov-24
notes for 6.x

Find out more · Bugs and feature requests

Advanced Exposed Forms

1575 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By dagmar on the 26th of December, 2009

Advanced Exposed Forms (AEF) provides


fine grained dynamic data filtering by
allowing the aggregation of views
exposed filters
into groups. AEF provides AND/OR
operators between individual exposed
filters and between groups of exposed
filters.

AEF will allow one to:

Filter users, content and comments using views exposed filters in a "sticky"
way by filtering a filtered set of data.
Provide AND/OR operators between individual exposed filters.
Aggregate exposed filters into groups.
Provide AND/OR operators between groups of aggregated filters.
Apply the same exposed filter multiple times using different values.
Provide a more specific level of filtering data.
Provide a dynamic jquery interface to allow:
Re-ordering of filters within groups.
Moving filters between groups.
Removal of individual filters.

Dependencies
Views 3. You need to install the last development version, until Views-3.x-Alpha 2
be released.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-30
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 246 247 248 249 250 251 252 253 254 … next ›
last »

Page break by AutoPager. Page( 251 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1576 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Icecast Streaming Server


By sanduhrs on the 24th of March, 2007

This project is a collection of modules which provide integration with Icecast, free
server software for streaming multimedia.

So far two modules are available for Drupal 6: an Icecast YP directory module and
an Icecast YP logging module. Further contributions are welcome!

Icecast YP directory module


The Icecast YP directory listing specification provides a means for Icecast
servers to update a central directory with information about the server's
public streams. This module allows a Drupal site to serve as the YP directory
server. It provides both a YP CGI which can be added to the directory listings
section of the Icecast server configuration file, and a themable table view of
the YP directory.
Icecast YP log module
The YP log module takes periodic snapshots of the YP directory data; this
data can then be analyzed and graphed. The graphing component requires
the PEAR Image_Graph and Image_Canvas packages.

Co-maintainers: mfb,

Version Date Links Status


Download · Release Recommended
6.x-1.3 2008-Sep-09
notes for 6.x

Find out more · Bugs and feature requests

Hidden
By ekes on the 30th of August, 2007

"Open Publishing" sites require transparency of the "open editing" process.

This module creates a way of removing nodes and comments from the main site,
but keeping them accessible to users in a special location with an explanation of
the editorial reasons for "hiding".

1577 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Features include:

Hidden articles are always displayed with the reason that they are hidden,
and custom css class.
The reason for hiding can be selected from a list or/and typed in.
All pages with /hidden have robots meta tags to ask for no indexing.
Filters can be set to automatically hide posted nodes and comments, this can
be obfuscated with delay.
Notification of hidden articles can automatically be sent out by e-mail. This
can be individually or in batches.
Non-admin users can be encouraged to take part in editorial process by
enabling the reporting of posts for hiding.
This is not a node access module. Nodes and comments are indexed and
unpublished.
Views integration (Drupal 6 Views2 integration to do).

This module was developed for Indymedia Drupal sites and should be of use to any
other sites that want to ensure transparency of editorial process.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-13
notes snapshot
Download · Release Recommended
5.x-2.3 2008-Dec-18
notes for 5.x

Find out more · Bugs and feature requests

Nodeforum
By Summit on the 28th of May, 2008

Please note that the 6.x-1.0 version of Nodeforum is compatible with the
6.x-1.x branch of Nodecomment. While the 6.x-1.x-dev version of
Nodeforum is now compatible with the 6.x-2.x branch of Nodecomment.

The nodeforum module is a complimentary module to the nodecomment module. It


makes the comments used in the forum nodecomments so they will be able to use
all advantages of the node-system.

Code originally committed to CVS by eaton.


Development possible thanks to http://www.vindtocht.nl (Dutch) and
http://www.trekking-world.com (English).
A link to one of these sites is very much appreciated when using this module!

Version Date Links Status

1578 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-22
notes for 5.x

Find out more · Bugs and feature requests

Transaction
By David Strauss on the 14th of August, 2008

This module uses functionality available only in PHP 5 or later. It also


requires the InnoDB engine as MyISAM tables do not support transactions.
There is now a release for Drupal 6, but it has been only minimally tested.

This module supersedes and replaces the original pressflow_transaction module


which is now deprecated. This implementation provides a legacy API for drop-in
compatibility with code that relied on the previous module.

Transaction provides a nested transaction API modeled after Java's synchronized


functions. This makes using transactions easy because there is no need to worry
about transaction "garbage collection" like running COMMIT or ROLLBACK just
before the function returns. This module also protects against the hazards of
nested transactions and partial ROLLBACKs.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Mar-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Aug-14
notes for 5.x

Find out more · Bugs and feature requests

CoovaEWT - Embedded Web Toolkit Integration


By wlanmac on the 17th of September, 2008

CoovaEWT is the combination of a Google Web Toolkit (GWT)-based application


and Ajax/JSON data services to drive the dynamic graphical user interface. EWT
web interfaces are able to be embedded or served up easily in a number of
front-ends; browser, webkit, adobe air, xulrunner, and now embedded in Drupal
pages. The JSON formatted Ajax services can be implemented in Java, C, or any
number of languages. This Drupal module provides integration allowing fully
functional EWT GUIs to appear within Drupal pages.

More info:

1579 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://www.coova.com/CoovaEWT

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-01
notes snapshot

Find out more · Bugs and feature requests

Search Engine Referer API


By yaph on the 4th of November, 2008

The Search Engine Referer API module is indented to be used by other modules, in
blocks or themes to provide targeted content to users who come from search
engines.

This module provides a function to retrieve information on the search performed by


a user who comes from one of the supported search engines. The function
serapi_get_search() returns an array containing the referring URL, the extracted
search string and an array with the search keyword(s).

If you do not develop Drupal code and have no other module installed that
requires the Search Engine Referer API module, do not install it.

Currently supported search engines are:

Google
Yahoo
Bing (ex Live)
Ask
Aol
Altavista
Alltheweb

The word referer in the project name is deliberately spelled incorrect. See why.

The very similarly named Search Engine Referers module serves a different
purpose, as it provides an overview of past search engine searches that led to your
site retrieved from the watchdog table.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

1580 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Mode
By Zen on the 10th of February, 2009

The Mode module is a utility module that allows administrators to manage different
permission sets and switch between them conveniently. It works by manipulating
the permissions table during each switch.

Example scenarios where this module will prove useful:

Setting the site to a read-only mode by creating a mode where users only
have the 'access content' permission.
Manually throttle access to certain modules such as search by limiting access
to 'search content' and 'use advanced search'.
Create permission templates for multi-site installations to ease
administration.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Scholarly
By brevity on the 24th of February, 2009

Utility functions for scholarly publications/content, e.g.

search, download, and attach PDF according to node title (+ field authors) or
from field URL linking to PDF
rename attached PDFs according to title (+ other fields, e.g. year, author)
normalize concatenated author list field (lots of diverse variants to consistent
Surname, Forname; Sur...)
split/join authors from/to concatenated/multiple field

Currently, you find the functionality in admin/content/node in the drop down list as
well as partly in the menu next to 'edit'; also see admin/settings/scholarly

Related modules

createfromweb
citationcounts
biblio, but biblio_facet won't be available for D6 -- new SoC
oai2forcck

1581 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

cck content type definition for import (enable module content copy) via
admin/content/types/import available, see cvs

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-07
notes for 6.x

Find out more · Bugs and feature requests

Mailing Label
By aaroncouch on the 12th of May, 2009

This module generates mailing labels (ie Avery 5160) from a list of fields
generated from the Views module.

The module converts the views fields to a printable PDF file using the UFPDF
converter and follows in the footsteps of the CiviCRM mailing label functionality.

This module uses the UFPDF library and the Views module.

This module was developed at Zivtech on behalf of BJENY.

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2009-Oct-25
notes for 6.x

Find out more · Bugs and feature requests

Support SMS
By Jeremy on the 18th of June, 2009

Adds the ability for Support to send SMS messages depending on a ticket's state
and priority.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-19
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 247 248 249 250 251 252 253 254 255 … next ›
last »

Page break by AutoPager. Page( 252 ).

1582 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

N/A Checkbox
By vkareh on the 27th of July, 2009

N/A Checkbox will allow website builders to add a checkbox next to a number
textfield. The idea is to provide the users a textfield to enter a numeric value, or
mark N/A in case they don't have it. When the N/A option is marked, a different
value is set in the database so that it knows what was selected.

Both the internal value of the checkbox and the N/A label are configurable. The
internal value can be outside of the max, min, and allowed values and it will still
validate properly.

To use

To use this module, go into the CCK field editing form in Administer >> Content
management >> Content types >> Manage fields and select the field you want to
enable N/A Checkbox for.

You can now configure the value that will be stored and the label that will be
displayed.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2009-Aug-13
notes for 6.x

Find out more · Bugs and feature requests

MediaWiki API
By adam-griffiths on the 13th of August, 2009

The MediaWiki API module

1583 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module provides an input filter which allows the conversion of content marked
up using MediaWiki syntax to html for display on your drupal site, by using the
"parse" feature of the MediaWiki API.

Alternatives

There are alternative ways to filter MediaWiki syntax in Drupal:

http://drupal.org/project/mediawiki - Wraps the MediaWiki PHP directly so


benefits from the full MediaWiki syntax but the downside is that this module
therefore tightly coupled with the MedaiWiki release it was developed against
and may not work with the most recent MediaWiki release. At the time of
writing this is in need of some maintenance and an upgrade to Drupal 6.0.
http://drupal.org/project/pearwiki_filter - Uses the PEAR if they want a
simple alternative the parses a subset of the MediaWiki syntax. The upside of
using this module is that there is no need to download the entire MediaWiki
code base. the downside is that the PEAR modules it relies on do not seem to
have been maintained for some time and worse of all the MediaWiki code that
has been released does not contain all the bug fixes that are available in the
development code repository.
This module. Using this module has some advantages:
1. There is no tight coupling with the MediaWiki codebase, all re-use of
MediaWiki code is done via the API.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2009-Sep-16
notes snapshot

Find out more · Bugs and feature requests

GMap Direction Extras


By jurgenhaas on the 14th of August, 2009

GMap_Direx (GMap Direction Extras) is a module that allows the request of


directions
from Google's GMap service and stores all details about the direction in the Drupal
database for later view. All those directions are user specific and no route can be
saved more than once.

This module was driven by specific customer request and has been developed in a
generic
form to be able to submit this to the open community. However, in the next few
weeks it's
like to get changed fundamentally, so you should expect some important changes.
Therefore
use with care in production sites for the time being.

1584 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

After installation and configuration, just visit your account profile at


http://www.example.com/user/your_name and you'll fina a new tab called "My
Directions"
or go there directly: http://www.example.com/user/your_user_id/gmap_direx.
Here you
find two new tabs to either display all saved locations or add a new one.
Everything
else should be self-explaining.

Requirements

Drupal 6 and the GMap module (including a free Google Map API key)

Installation

Install as usual, see http://drupal.org/node/70151 for further information.

Configuration

Configure Gmap_Direx in Administer >> Site configuration >> GMap Direction


Extras

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-25
notes snapshot

Find out more · Bugs and feature requests

Complementary Currencies
By matslats on the 7th of September, 2009

Complementary Currencies is an
all-embracing and flexible package
which includes a mutual credit engine,
and user interface. The module also
provides several useful views and
blocks to get you started.

Features

customisable themable transaction form


offers/wants directory (a simpler module than classified ads)
global/personal kin/max balance limits
mass payments

1585 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

visualisation & stats


email notification
transaction api
Views integration
multiple currencies (experimental)

Usage

This module was designed for use by community groups such as classic LETS
schemes and Timebanks, but is being used more by a 'younger' generation of
monetary reformists. This is not a shop, a cart, or an ecommerce system, but a
mutual credit system which tracks credit flowing between user accounts.
Contrast with userpoints in which points are awarded to users for their online
activity.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

Fast File Transfer with X-send file


By heshanmw on the 22nd of September, 2009

If your talking about very very very


fast file transfer then here is the
destiny.

Why xsend module is made


for?
xsend is a simple module to help you to
speed up your private file transfers.
Normally Drupal private file transfer is
quite troublesome and not secure if the files folder is located at public_html. This
module will also help protect your files from unauthorized access.

Why you need this?


If you're still using Drupal public file transfer you're not secure at all. Every
one can get your files.
If you're using Drupal private file transfer, you're secure. But file transfer to
the client is very slow.
Fast secure file transfer can only be achieved from the xsend.

How to migrate to xsend?

1586 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If you're using a standard Drupal installation then follow the instructions in


the INSTALL file.
If you're currently using private file transfer correctly, then you can still use
this INSTALL guide, but make sure keep empty, the path to Drupal
installation directory settings.

What is mod_xsendfile
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler.

Version Date Links Status


Download · Release Recommended
6.x-2.3 2010-Jan-12
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Sep-23
notes for 5.x

Find out more · Bugs and feature requests

System Theme++
By pounard on the 19th of October, 2009

This module provide the "Administration


theme" system page alteration, which
allow the site administrator to configure
a full set of arbitrary path on which the
administration theme should be active.

It also provides some integration with


node, workflow and revisionning
modules; while the user can type in its
own pathes, a list of predefined ones can be checked (depending on which module
are enabled on the Drupal instance).

It also integrates well with admin module, calling its init stuff within the hook_init()
in case the slate theme is selected. This allow to override default system module
behavior on content editing pages and ensure that the slate theme won't break.

This module is extensible, it means that it provides a really simple hook that allow
other modules to integration with it.

Important notice: this module is very similar to the Administration theme


module. There is an open discussion if people wants to complain about this module
being a duplicate, see #608556: Duplicate module?

Version Date Links Status

1587 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Jan-25
notes for 6.x

Find out more · Bugs and feature requests

Userpoints Node Access


By betz on the 24th of October, 2009

The Drupal userpoints nodeaccess module enables


you to sell access to a single node for a specific
category and amount of userpoints.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-19
notes snapshot

Find out more · Bugs and feature requests

Facebook-style Statuses Auto-Responder


By IceCreamYou on the 16th of November,
2009

Allows automatic responses to statuses


posted from the Facebook-style
Statuses (Microblog) module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-16
notes for 6.x

Find out more · Bugs and feature requests

Filefield Styles
By aaron on the 10th of December, 2009

1588 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Filefield Styles module works in conjuction with the Styles module to create a
sensible display formatter parser to Filefield.

Basically, the module will allow an administrator to set up a file field with multiple
supported types, such as image, audio, or pdf, and have the formatter display
according to the file type. So that if an editor uploaded an image, it might use an
Imagecache preset to resize it; a pdf might be displayed in a similarly sized
iframe; an audio file in a small player; a text file might be displayed inline; etc.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-10
notes snapshot

Find out more · Bugs and feature requests

eTracker
By jurgenhaas on the 28th of May, 2009

#D7CX: I pledge that eTracker will have a full Drupal 7 release on the day that
Drupal 7 is released.

eTracker, a bit like Google Analytics, reports web traffic to a webmaster and other
authorized users. A big plus of eTracker is that the reporting is happening in real
time and that even without installing anything other than some small code into the
websites themselves.

Thanks to Drupal's modular approach it is quite simple to integrate eTracker


dynamically into web pages and modify the parameters on the fly. Give it a try and
let us know when you sign-up for an eTracker account, it's recognized as a
donation to this project.

More details about eTracker can be found on eTracker's website


(http://www.eTracker.de).

This project has been sponsored by PARAGON Executive Services GmbH, providing
IT services as individual as the requirements. Find out more from
http://www.paragon-es.de

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-21
notes snapshot
Download · Release Recommended
6.x-1.2 2010-Mar-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 248 249 250 251 252 253 254 255 256 … next ›

1589 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

last »

Page break by AutoPager. Page( 253 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Log Search
By deekayen on the 30th of May, 2005

A module that allows site administrators with "access site reports" to search
through site logs (watchdog).

Help bring this module to the end of its life by merging its functionality into core.
#24957: Search Watchdog Log

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-19
notes snapshot

Find out more · Bugs and feature requests

Movie database
By ultimatedruid on the 14th of November, 2006

The moviedb module provides the tools to maintain a large database, and is set up
for a Movie Database however it can be modified for any type of relational data (ie,
Band - Album/Book - Author, etc).

The module treats movies, people (actors, directors...) and companies as separate
nodes. This allows a great flexibility and extensibility.

Update 24th June 2009


Sorry for lack of updates for this module of late. Had a lot of non Drupal relating
things to sort out, however, I'm back on it now, and plan to devote more time to

1590 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

this module over the coming weeks. As always, your patches and suggestions are
very much appreciated. See updated roadmap.

I have also taken the executive decision to remove the 5.x branch as a
release (it will still be available in the bowels of the site), so as to solely
focus on the new 6.x branch.

There are known bugs in the script, which are outlined below. Please do
not post issues about these bugs (unless you are posting a patch).

Example Roadmap
6.x-dev release
Integration with Views
Add new fields through control panel (still very buggy, but works and
have little control over them after creation)
Actor and Character Functioning, but produces error messages that don't
effect end result
Bug fixes (and removal of unneccessary features)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-24
notes snapshot

Find out more · Bugs and feature requests

Pay-per-node
By blackice78 on the 10th of December, 2006

This module allows creation of a number of nodes of chosen type for some users.
It temporarily overrides the node creation permissions and keeps track of the
number of nodes the user can create.

How it works

Drupal 5 version

It can work as a stand alone module, with the administrator deciding how many
nodes of which types a user can create or as an eCommerce plug-in, providing a
new product type which will allow, upon purchase, to create a number of nodes.
5.x version supports creation of all node types created by admin UI: content types
added by other modules (such as Ad module) may not function properly.

Drupal 6 version

Like before, it can be used as standalone module or as an e-commerce plug-in. In


the second case paypernode can be integrated with:

Ubercart, providing a new "product feature" which will allow, upon product

1591 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

purchase, to create a number of nodes


eCommerce, providing a new product type which will allow, upon purchase,
to create a number of nodes

6.x version supports creation of all node types created by admin UI.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Recommended
5.x-1.0 2010-Jan-30
notes for 5.x

Find out more · Bugs and feature requests

Hypergraph
By vacilando on the 19th of September, 2007

#D7CX: I pledge that Hypergraph will


have a full Drupal 7 release on the day
that Drupal 7 is released.

Integration of Java hyperbolic tree


geometry visualization developed at
http://hypergraph.sourceforge.net/

Don't get scared by the words and play with the demo (hold the left mouse button
to pan the graph!) Hypergraph is not only beautiful, but also conceptually a very
clever beast; enormously useful for site navigation.

This module aims to make full use the Hypergraph capabilities and provide
visualization of menus, taxonomies, and content in general. In the current version,
the Hypergraph module simply takes the menu tree of your choice and turns it into
its visual equivalent.

Features:
• Configurable applet size.
• Configurable centre of display.
• Has both a default page ( /hypergraph ) and a block, for straightforward use, but
any visualization can be entered into any page or custom block using a special tag.
• Depth-dependent label colouring.
• Possibility to choose from database (default) or file system caching (very fast!)
(automatic removal of expired items implemented).
• Full tag syntax (for placing galleries in enabled content types):
[hg|reserved|width|height|centernode]

Version Date Links Status

1592 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-26
notes for 6.x
Download · Release Recommended
5.x-1.4 2008-Mar-31
notes for 5.x

Find out more · Bugs and feature requests

Security scanner component for SimpleTest module


By ingo86 on the 26th of April, 2008

Automated XSS scan of your Drupal website through Simpletest.

This project is based on SimpleTest library which is developed to execute unit and
browser testing of PHP code. SimpleTest is a framework for enabling automated
code checking and has a browser component available which can simulate users
entering form data or retrieving certain URLs. Within Drupal there is a team
focused on the development of this recent module. Anyway, based on the results
presented in GHOP (http://code.google.com/p/google-highly-open-participation-
drupal/issues/...) concerning penetration testing, I would add a vulnerability
analysis test for Sql Injection and Cross Site Scripting.
This project is inspired by the scanner developed within Yahoo by Rasmus Lerdorf
to detect the vulnerabilities in the web application, but that scanner is not open
source.
Existing tools such as code-checker.php e Coder module's are based on the
research of regular expressions within the code, but no tool exists to simulate such
attacks to detect vulnerabilities.

How to use it

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Oct-02
notes for 6.x

Find out more · Bugs and feature requests

Area

1593 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jaume on the 30th of November, 2008

AREA is a visualization tool that allows


friendly-graphical browsing of your
nodes and creation of intuitive
representations. Also allows the user to
see the weight of their searches of the
entire site.

PLEASE: if you are running Area


module in your drupal, send me an
email to jaume AT nualart.cat
I want to improve this tool and share experiencies and ideas.

When you install this module (only tested in drupal 6.x) you get a tree map
representation of your site, which can be enabled in a block.

Check administration > Area settings to tune the module

NOTE: this is the first release of area module


comments to jaume AT nualart.cat

Version Date Links Status


Download · Release Recommended
6.x-4.1 2009-Jul-31
notes for 6.x

Find out more · Bugs and feature requests

pclzip_zip_node_files
By ssm2017 Binder on the 10th of February, 2009

This module allows you to zip all the attached files contained in a node ( zip node
attachments ).

This module needs the pclzip module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Mar-19
notes for 6.x

Find out more · Bugs and feature requests

Style Switcher
By Roger López on the 21st of February, 2009

This module takes the fuss out of creating a theme with alternate stylesheets. The
module takes care of outputting the appropriate markup and javascript, leaving

1594 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

only the stylesheet portion of the work up to the themer. Implementing this in
your theme is a simple 2 step process:

1. Create stylesheet(s) for each different style. Note that each stylesheet is
added to the existing set of default stylesheets.
2. Add a line to your theme's info file like
styleswitcher[css][Style 2] = css/style2.css
where "Style 2" is the title associated with you style, and css/style2.css is the
location of the stylesheet, relative to the theme's path.

That's it. The module will present a block with links for each of these styles. It is
much like the color module; in order to use it you must have the module enabled
AND use a theme that implements it.

To read more about how alternate stylesheets are implemented in browsers, see
this *old* A List Apart article.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-21
notes snapshot

Find out more · Bugs and feature requests

Uploaded Files Mover


By Neodym on the 27th of March, 2009

Introduction

Uploaded-Files-Mover moves uploaded files to user-defined directories.

When uploading files with the FileField (CCK) or Upload (Core) module, Uploaded-
Files-Mover will kick in and move the files to the specified directory. The paths can
be set for each content type and may contain placeholders (Token support
planned).
Fields and uploads can be enabled separately.

A cleanup routine will clean the filesystem from empty directories. This can be
started manually or by running cron.
After changing path settings, the files can be moved to their new directories using
a batch process.

Errors are tracked in the watchdog.

Current development release needs testing, but is considered stable.

Features

1595 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Moves files uploaded with Filefield (ImageField) or Core's Upload module to


directories specified with placeholders
Destination directory per content type and field
Move files in batch process after changing destination directories
Cleanup and restructuring as cron task
Error tracking in the watchdog

Alternative modules

FileField Paths

http://drupal.org/project/filefield_paths
Pros: Uses Token and Transliteration. Supports restructuring after rule change to
a certain point. Supports Core's Upload module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-27
notes snapshot

Find out more · Bugs and feature requests

Webalizer Integration
By munroe_richard on the 21st of April, 2009

There are a variety of web statistics collection and analysis packages around.
Webalizer is one of the fine old traditional (and free) ones. This module provides a
mechanism for configuring webalizer, instructions on how to configure your
(Apache) webserver to gather the statistics in the proper format, and the
necessary (U*x) shell scripts to process the log files via cron.

Support is provided for Drupal 5 and Drupal 6.

I have no plans to provide a Drupal 7 or higher version of this module (my current
client base won't be shifting for years, if ever) so let me know if you're interested
in picking up support for this module for higher versions of Drupal.

Special thanks to the folks at Economic Security Planning, Inc. for allowing this
work for pay to be put in the public domain.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-May-08
notes for 6.x
Download · Release Recommended
5.x-1.2 2009-Apr-26
notes for 5.x

1596 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

« first ‹ previous … 249 250 251 252 253 254 255 256 257 … next ›
last »

Page break by AutoPager. Page( 254 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Media: Viddler
By Alex UA on the 3rd of May, 2009

This is a provider file to integrate Viddler with Embedded Media Field.

Adapted from the provider file created by BassistJimmyJam.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-May-06
notes for 6.x

Find out more · Bugs and feature requests

Viddler
By jeremyheslop on the 11th of May, 2009

The Viddler drupal module creates a CCK field for nodes to:

Record via webcam to Viddler.com's website


Upload videos to Viddler.com's website
Show a video from a Viddler.com URL's
Show a video from a Viddler.com video id

1597 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

It will then grab the details of the video via the Viddler.com API
(http://developers.viddler.com/documentation/api/), save those details for use in
Views and allow you to display the media in a few different ways. You will need a
Viddler API key which is now easily available. Simply log into Viddler.com, click on
You > Settings and generate a key for your development project.

Planned additions are:

Search for videos (similar to the wordpress plugin)


Search own videos. Will use a Viddler username and password in a user's
profile setting to list videos.
Private video support.

Work in progress so please comment or post a patch if you find any issues.

Module sponsored by http://omnitechpro.com and http://viddler.com

Version Date Links Status


Download · Release Recommended
6.x-1.6 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

Promos
By justindodge on the 14th of May, 2009

Overview
Promos is a handy little module that lets you use
designated nodes or groups of nodes (based on
content type) as easily addable and removable content
from blocks that you can administer on the fly using its
ajaxy / lightbox, what-you-see-is-what-you-get style
interface.

Its speed and ease of use allow you to instantly see


the results of adding, removing, or reordering nodes from a content block. It also
make promos an ideal module for setting up page layouts or administering
dynamic content such as news or front page items, blog entries, etc.

Truth be told, promos for me has long surpassed it's simple intention of offering
clients a way to hot-swap various promo content on their sites without having to
dig into Drupal's sometimes ugly and cluttered editing screens. It's really become
the only way I want to administer content - but then again, I'm really not fond of
Drupal's edit screens or waiting for forms to post.

Quick Start

1598 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

1. Enable the module at admin/build/modules


2. Delegate permissions (needed if you're not user 1) at admin/user
/permissions
Giving 'administer promos' will allow the selected role to do all the operations
available.
3. Optional: Configure the module's settings at: admin/settings/promos

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Aug-07
notes for 6.x

Find out more · Bugs and feature requests

OpenPGP
By Arto on the 20th of May, 2009

OpenPGP is the most widely-used e-mail encryption standard in the world.


Originally derived from PGP (Pretty Good Privacy), first created by Phil
Zimmermann in 1991, the standard is now defined by the IETF in RFC 4880.

This module provides encryption for Drupal's outgoing e-mails using GNU Privacy
Guard, an open-source implementation of the OpenPGP standard.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Sep-18
notes for 6.x

Find out more · Bugs and feature requests

User Board
By 4vinoth on the 24th of May, 2009

simple module which allows nodes as Scrapbook, Testimonials, video scrap, image
scrap or any kind of user boards.

every post on the board will be a node, and replies will be the comments of the
nodes. This functionality is not same as Orkut, (orkut posts the replies as new
scrap to the recipient's scrap board)

But this module has some extra functionality,

Features

You can define any content type as user board posts, means it can be image,
video, audio, kiss, hugs or etc...

1599 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Multiple user boards allowed


private boards: only board owner & author can see the posts. (access)

This module has built-in sub modules:

user_board_activity: records activity of user boards


user_board_userpoints: points for each posting & comments of user_boards

Configuration

goto content type admin page and enable any content type as user board.
configure the settings at user_board settings tab of that content type.
set the user permissions at permissions page.
User boards will be displayed in users account page as tabs.

Whats make us busy?

Integration with views, panels, user points, activity, user_relationships,


notifications
fine tuning for the actual needs.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-03
notes snapshot

Find out more · Bugs and feature requests

Post Reminder
By Barrett on the 4th of September, 2009

#D7CX: The Post Reminder module will have a full Drupal 7 release on the day
that Drupal 7 is released.

The Post Reminder module provides a mechanism for users with the relevant
permission to set up reminders to be sent to them after a configurable length of
time has passed since their last post of a given content type (e.g., 3 weeks since a
Blog was last posted by the user).

Reminders are sent to the email address set for the user's account as a cron
process.

Site administrators can determine which roles are allowed to set reminders for
themselves and which content types are remind-able.

Plans of future development include:

integration with Messaging module

1600 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Allow reminders to be set based on taxonomy term


Creation of 3rd party reminders; reminders sent when some other user has
not posted

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Nov-21
notes snapshot
Download · Release Recommended
6.x-1.1 2009-Oct-28
notes for 6.x

Find out more · Bugs and feature requests

Dimdim - web conferencing


By univate on the 29th of November, 2009

Dimdim lets anyone deliver synchronized live presentations,


whiteboards and web pages and share their voice and video
over the Internet - with no download required.

This module integrates with dimdim via its SaaS Hosted API and adds a new
content type to create dimdim conference nodes in drupal.

Once the module is installed to schedule or start a conference you create a dimdim
conference node in drupal.

Note: this module is still heavily under development.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-12
notes snapshot

Find out more · Bugs and feature requests

Vietnamese Typing
By vph on the 19th of October, 2006

This module allows users to type Vietnamese characters while creating or editing
Drupal nodes or setting the site name or menu names or taxonomy names, etc.
The module creates a block, in which there are options of several Vietnamese input
method. This block should be automatically turned on. It is set by default to
appear only in the editing mode, i.e. when you add a node, edit a node, or edit
something in admin panel. To modify this configuration, go to admin/block and
change the block's configuration.

1601 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Feb-14
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Dec-01
notes snapshot
4.7.x- Download · Release Development
2007-Mar-27
1.x-dev notes snapshot

Find out more · Bugs and feature requests

LMO - League Manager Online


By MartinSfromB on the 24th of October, 2006

This Module integrates the famous 'Liga Manager Online' into Drupal.

Of course you need an actual version of the 'Liga Manager Online', so download it
'here'!

Features:

integrates LMO so you can use it in your drupal site as you would normally do
this without drupal
provides an interface to create blocks with content from LMO (yet rank lists
only)

Future plans:

more different blocks for your drupal site


filter to insert content from LMO into your nodes
integration with event and views module

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2008-Aug-25
notes snapshot
Download · Release Development
5.x-2.x-dev 2008-Aug-25
notes snapshot

Find out more · Bugs and feature requests

Peek
By adixon on the 22nd of March, 2007

The purpose of this module is to allow drupal site administrators to provide


temporary access to a node page, for one or more 'users', not necessarily

1602 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

registered on the site. A typical use might be for an organization to provide


temporary client access to a private project page or a collection of documents
located on their drupal-powered intranet.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2008-Oct-14
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Mar-23
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 250 251 252 253 254 255 256 257 258 … next ›
last »

Page break by AutoPager. Page( 255 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Media Manager
By rhys on the 7th of December, 2007

This module is now in beta testing phase.


This was updated on March 27, 2008.

Media Manager is designed for easily managing the incoming media from a variety
of sources. It provides for media simply as files, or, by using the media_nodes
module, allows media to have the full benefits of nodes. Media can be attached to
nodes, providing the ability for playlists or slideshows, and display of images,
audio and video within a node.

There are quite a few features planned to be added, however, the first deployable
version will be rather limited.

1603 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Requires Media API.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-20
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Sep-25
notes snapshot

Find out more · Bugs and feature requests

Shareomatic
By KrisBuytaert on the 14th of May, 2008

New social bookmarking services are appearing almost every day. Shareomatic!
tracks them for you, whether you are a blogger or a blog reader.
Shareomatic! currently supports up to 63 services!

This Drupal module based on DiggThis adds a ShareOmatic button to your posts

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jan-10
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-14
notes for 5.x

Find out more · Bugs and feature requests

ParaChat
By mmilano on the 8th of September, 2008

This module provides full ParaChat integration with Drupal. ParaChat is a


feature-rich, Java based, managed chat application. A ParaChat account is
required.

For more detailed info, including configuration and screenshots, visit the project
homepage.

Note: I developed this on a ParaChat demo account and I'm not sure if there's any
difference. If this isn't working for you, please report the issues.

2008-09-21 - IMPORTANT: Use the development snapshots for now

I'll make new official releases within the next couple weeks, but I'm getting some
good feedback on issues right now and I don't want to keep making new releases.

1604 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-10
notes for 5.x

Find out more · Bugs and feature requests

Node Access Password


By danielb on the 22nd of October, 2008

Allows a node to generate a password for itself that users must enter into their
profile to be able to see that node.

The idea is that someone who has access to the node anyway (e.g., because of
their user role) will be shown the password which they can then give to somebody
else in person.

Usage example:
You run a body corporate website and are obligated to provide fire safety reports
to residents.
Create a node type representing 'property', and create nodes representing
apartment buildings with the fire safety information.
Create a nodeaccess_password realm named 'resident'.
Use another node access module to give access to the property node to someone
in a user role 'manager' access to see the property and it's passwords.
This manager gives the password in person to residents along with instructions.
Residents can now sign up to the website and enter the password into the profile
to be given access to see the property page, and to see it listed in views.

Note: a little bit of php and templating will be required to make use of this module,
until more features are added. See README file for more information.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2010-Feb-01
notes for 6.x

Find out more · Bugs and feature requests

Views: Latest Post(s)

1605 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By seutje on the 21st of February, 2009

This project was discontinued as


the approach is far too specific and
unperformant.

Short Description

A relatively small module that allows


one to add a field to a view of type user that will expose one or more of the latest
posts made by that user, without the use of complicated computed fields or
custom argument code.

Installation

The use is pretty simple:

Install the module like you normally would


Create a view of type "User"
Expose a field for "User: Latest post(s)"
Set configuration options to your liking
Enjoy the ease!

NOTE: at the moment this module is probably not desirable for huge listings of
users and like their 10 latest posts, as this will most likely cause some stress on
the DB

Obviously there won't be a Drupal 5 version of this module

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-22
notes snapshot

Find out more · Bugs and feature requests

Firebug Lite

1606 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By develCuy on the 31st of March, 2009

This module integrates Firebug Lite 1.2 in


Drupal.

Firebug Lite simulates some Firebug


features in browsers that are not named
"Firefox".

Firebug is an amazing developers tool


available as a plugin for Firefox. The people
behind Firebug have also released Firebug
Lite which is available as a standalone
JavaScript utility that can be embedded on any web site.

TODO

- Admin interface to setup firebug lite settings


- D7 port

Sponsored by CONDESAN

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-24
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Apr-01
notes snapshot

Find out more · Bugs and feature requests

Administration Notifications
By Jay Matwichuk on the 19th of April, 2009

Concept
This is a simple module that can be used for communication of site
changes/updates between the site designer/developer, and the site owners.

For example, if you maintain a drupal installation for another company, you can
use this module to inform them when you have updated versions of the site (ex
drupal 6.10 -> 6.11), updated modules on the site (i.e. Administration
Notifications 6.x-1.0 -> 6.x-1.1), added new modules, or changed the site design
in some manner.

This module creates a content type called 'Administration Notification'. When a


node is created using this content type, it posts to the site just like any other
node, but it also automatically posts an email to to a specified email address,
containing the contents of the node.

1607 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Pages this module creates


node/add/admin-notification - this is the node creation page.
admin_notification - this is a page that shows a list of all past notifications.
admin/settings/admin_notification - this is the page where you set the
destination email address for admin notifications.

Post Installation
After installing this module, you should go to admin/settings/admin_notification
and set the email address right away. It is set as a default to the site email
address.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

EZ Menu
By shaisachs on the 22nd of April, 2009

The goal of this module is to prevent users from having to worry about path
attributes, and unnecessarily repetitive menu fieldsets on node edit forms. With
the excellent new menu drag-and-drop tool in Drupal 6, users should never have
to worry about parents and weights, and now they won't have to worry about
menu titles or paths either.

The module requires no configuration. Just install it as you normally would, and
you will notice a couple of changes on the site:

Node edit forms no longer have a menu fieldset


On each menu's "List items" page, you will see links for "Add a page to this
menu".
When a user clicks this link, she will be taken to the node/add/page
form.
After saving the page, the page will be added to the top of the menu
from which she had clicked "Add a page to this menu".
The user will be redirected to the original "List items" page, and
prompted to place the page in the appropriate location.

There is also a very simple API, mainly for installation profile developers, to make
it easy for users to add views to a menu:

The module works fine, but it is still in development because it could use a little
sprucing-up as far as administrative settings go.

1608 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-23
notes snapshot

Find out more · Bugs and feature requests

Git Browser
By gordon on the 30th of April, 2009

This module provides view cvs style


integration to allow a user to view a git
repository. This module has been split
into 2 parts so that the git browser can
be embedded within another module to
allow access to any git repository.

Included is a local browser which allows the user to browse a git repository which
the current Drupal Installation uses.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2009-Nov-04
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.0-beta5 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

Callouts
By mikemiles86 on the 1st of May, 2009

Callouts creates a way to display


multiple blocks that are related by
taxonomy terms. After you place the
module into a region on your site, when
a user goes to a page any callout blocks
(callout is a new content type) with the
same taxonomy terms as that page will
be displayed in the region.

This Module is great if your looking to show related products in an e-commerence


enviroment, or announcments depending on what page of the site your users are
on.

In the Admin section (at Admin > callouts) gives you the ability to choose the max
number of callout blocks to display, as well as the option to turn on 'random'
callouts. When random is enabled, if no callout nodes are found with related

1609 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

taxonomy terms as the page (or if the page does not have taxonomy terms) then
the module will display random callout nodes (up to the set max).

NOTE: The way this module retrieves the taxonomy terms is based on the address
(a.k.a 'node/%' , where % is the node id 'nid'). If someone knows a better way to
retrieve the nid for a node, please contact me and I'll update this module.

Installation

This module, when enabled, creates a new content type 'callout' and also gives
that content type access to all existing Taxonomy vocabularies. you will need to
display this block in one of the themes regions (at Admin > Site Building >
Blocks).

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-30
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 251 252 253 254 255 256 257 258 259 … next ›
last »

Page break by AutoPager. Page( 256 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

OAuth Common
By Hugo Wetterberg on the 8th of May, 2009

OAuth Common implements the OAuth classes for use with Drupal and acts as a
support module for other modules that wish to use OAuth. The prime example of
this is the services_oauth module.

1610 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module uses the OAuth php library, which is originally licensed under the MIT
license, and is to be found at google code: http://code.google.com/p/oauth/. I, the
maintainer of this module, will NOT accept any patches to that library if they
haven't been submitted to the original project first. This is to avoid any license
hijacking, and to further the development of a common OAuth library for PHP.

Development sponsored by Good Old and Mindpark.

NOTICE: The 6.x-1.x branch of services_oauth is not compatible with the 6.x-2.x
branch of oauth_common. To use the 6.x-2.x branch with services you must use
the 6.x-2.x branch of services_oauth and services 6.x-3.x.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta5 2010-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

JS-Kit Echo
By rehos on the 11th of May, 2009

#D7CX: I pledge that the JS-Kit Echo module will have a full
Drupal 7 release on the day that Drupal 7 is released.

Integrate the JS-Kit Echo service with your Drupal website.


Comments can be displayed in the content area, in a separate
block or both. With External Profile Binding authenticated Drupal users are
automatically authenticated in JS-Kit Echo (if enabled in Drupal and if your Echo
subscription supports it).

Version Date Links Status


Download · Release Recommended
6.x-2.5 2010-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

Link Weights
By Dustin Currie on the 22nd of July, 2009

Link Weights is a utility module that allows you to rearrange the order that links
display in the links section of nodes. For example, with this module you can display
flags and commenting links before sharing and printing links.

Development time for this project was funded by LevelTen Drupal website design

1611 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-22
notes for 6.x

Find out more · Bugs and feature requests

Open Library API


By Matthew Davidson on the 11th of August, 2009

This module is designed to be a set of simple wrapper functions for querying book
edition and author metadata from Open Library or a service running the same
software, using the Open Library RESTful API. It also transparently caches
requests, to be kind to the providers of these services.

In addition a set of theme functions are provided, which for many developers may
be all they need to achieve what they want. eg:

theme('openlibrary_edition', '9781882114986', 'isbn', 'title');

... will return a book title, linking to the Open Library, and

theme('openlibrary_edition', '9781882114986', 'isbn', 'block');

... will return the cover image for that edition of the book, plus more detailed
information about the book (template file provided to make it easy to customise
this).

There are also two sample modules included that make use of the API:

Open Library Filter

This is an input filter module which inserts book edition metadata into posts using
a simple wiki-like syntax. eg.:

[[isbn:9781882114986]]

... and

[[isbn:9781882114986|block]]

... are equivalent to the two PHP examples above.

Open Library ISBN Formatter


Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Aug-11
notes snapshot

1612 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Ubercart Checkout Review Extras


By psy on the 11th of September, 2009

UberCart Review Extras

DESCRIPTION

Ubercart Review Extras provides an extra Pane on the Checkout Review page of a
UberCart store.

This pane allows for 8 brief (or long) policy statements to be shown to a customer
before sending off payment information during the Review process. Some Australia
banks and financial institutions, and consumer watchdogs require this information
be displayed before granting Merchant accounts to businesses.

The policies by default are named Currency, Domicile, Privacy, Security, Refunds,
Returns, Delivery and Product.

Each review policy can be individually renamed and enabled or disabled.

INSTALLATION

Copy the contents of the module package to a folder in your 'sites/all/modules'


directory.
Enable the module under '/admin/build/modules'.

CONFIGURATION

All settings can be configured under Ubercart's Checkout Settings at '/admin/store


/settings/checkout/.

The global enable function can be used to disable without disabling the module.

The Review Pane itself can have any title you wish to set.

Each policy can be renamed and individually disabled.

Find out more · Bugs and feature requests

E-Publish Email
By jerdiggity on the 11th of September, 2009

This module adds the functionality to the E-Publish module of being able to email
an E-Publish edition via the web (browser) interface. A link will appear on each
edition that, when clicked on, will present the user with a Send this edition to: type
of form.

1613 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-17
notes for 6.x

Find out more · Bugs and feature requests

Flickr ImageField
By sirkitree on the 12th of October, 2009

This module basically just adds a submit handler to imagefields and uses phpFlickr
to upload your images, saved through imagefields, to Flickr.

Features:

Automated token retrieval after you've input your Flickr API Key and Secret.
Just make sure your callback url for your Flickr API is set your site's
[flickr_imagefield location]/phpFlickr/auth.php
Global tags setting with location token replacements. Currently you can put
[city] [state] [country] in the global tags and if location module is enabled,
these will be replaced with the location data upon the node.
This module will not handle deletion of images from Flickr.

Requires:

ImageField
Flickr

Some code appropriated from Flickr Upload.

Sponsored by Citizen Group.


Developed by Rapid Waters Development, LLC.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-17
notes snapshot

Find out more · Bugs and feature requests

DataTables
By duellj on the 6th of December, 2009

The DataTables module integrates the jQuery plugin DataTables into Drupal as a
views style and a callable theme function. DataTables lets you add dynamic
features to tables, including:

1614 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Variable length pagination


On-the-fly filtering
Sorting with data type detection
Smart handling of column widths
Themeable by CSS
And more to come...

* jQuery DataTables Plugin Page: http://plugins.jquery.com/project/DataTables


* Demo Page: http://www.datatables.net/examples/example_zero_config.html

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-16
notes snapshot

Find out more · Bugs and feature requests

Webform Simplenews Component


By pcambra on the 20th of February, 2010

This module provides a component called "Newsletter email" for Webform module,
with this component you can build webform nodes with simplenews integration.
This is useful if you want a form of newsletter subscription with more than the
email address, maybe the name, region, etc.

This module works only with Webform 6.3

Webform Simplenews Component will be in dev version at least until Webform 6.3
gets a stable release.

The origin of the code is in this issue #525446: Public API for allowing other
modules to provide components and has been adapted to use the webform api.

Find out more · Bugs and feature requests

Ubercart Organic Group Subscribe


By ezra-g on the 25th of September, 2009

Ubercart Organic Group Subscribe makes it possible to sell Organic Group


membership to one or more groups when a user purchases a particular product.
uc_og_subscribe implements Ubercart features, making it possible to have the
purchase of one product result in subscription to one or more other groups.
Subscriptions can be configured as regular or admin subscriptions.

You need this module if

1615 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You want to sell membership into a group.


You want to sell the ability to create a group that other people can join.
You want to create a members-only paid section of your site using private
posts into an organic group where people pay for membership.

Development and maintenance credits

uc_og_subscribe was written by mikey_p, was sponsored by Top Notch Themes for
Fusion Drupal Themes and is co-maintained by ezra-g.

This module is fairly new and has some known issues. Adventurous site owners are
encouraged to help test and fix the module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-26
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 252 253 254 255 256 257 258 259 260 … next ›
last »

Page break by AutoPager. Page( 257 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

JSONRPC Server
By Hugo Wetterberg on the 12th of February, 2009

Co-Maintainer Wanted!
The list of modules that I maintain has become quite long, and
I'm now a proud father. So the time that I have for being a good
maintainer will be very limited.

1616 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

See http://goodold.se/blog/tech/co-maintainer-wanted for more


info.

Provides a JSONRPC 1.1 and 2.0 server implementatation for the services module.

This module is being developed over at github but is mirrored to the drupal CVS.
You are very welcome to contribute with patches, or even better, get a account at
github and fork it!

Development sponsored by Good Old.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-11
notes for 6.x

Find out more · Bugs and feature requests

Feemanager
By geek.de.nz on the 18th of April, 2007

Feemanager allows special (admin) users to maintain a database section for fee
types and amounts people (e.g. members of a club) have paid and have to pay.
So, for example, a club member has to pay a certain amount of money per month.
Then the manager (admin user) would create a fee type with a name and amount
of money due each month and assign this fee type to a member. Then it becomes
easy to track how much who paid and when the next payment is due and/or how
much.

For Drupal or general website consulting, please visit my website: iHostNZ

Please DONATE to improve this software.

Please download CVS for latest bug fixes. There is also a new feature in there
which is not quite working right. That's why i didn't make a release. As soon as
that's working I will make a release.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Oct-24
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Nov-06
notes for 5.x
4.7.x- Download · Release Development
2008-Jul-19
1.x-dev notes snapshot

Find out more · Bugs and feature requests

1617 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

PDF-IDcard
By jredding on the 11th of July, 2007

IDCard is a simple module that creates PDFs from user's information for the
purpose of creating a printable Identification card. The module allows an
administrator to define a badge template that is then filled in with information from
the user's account. Examples would include security badges, identification cards,
Conference badges, etc.

A template defines the background image to be used, size of the card (height,
width), print orientation and has a PHP code area to define what user's fields will
be printed and where. If the profile module is enabled those fields will be available
for inclusion on the card. This module was created for Manhattan Neighborhood
Network to provide physical ID cards for the Community producers, and staff.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Feb-11
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Oct-18
notes for 5.x
Download · Release Development
4.7.x-1.x-dev 2007-Aug-08
notes snapshot

Find out more · Bugs and feature requests

Smackdown
By sirkitree on the 23rd of September, 2007

Smackdown provides a way to compare two pieces of content to vote upon.

Looking for a maintainer. If you are interested please contact me.

5.x-dev version only allows "apple to apple" comparisons, not "apple to orange",
meaning that you can only compare two pieces of content that are of the same
content type. Please note that 5.x is no longer supported.

6.x-dev uses core content type and cck nodereference fields so you can do "apples
to oranges" comparisons.

Smackdown features

Autocomplete form fields for selection of content


Taxonomy integration, which essentially limits your autocomplete results (5.x
only)
A standings page to view results (coming in 6.x once views is integrated)

1618 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Upon voting, you are redirected to the next Smackdown of the same content
type.
Ability to have your users create more smackdowns.

5.x-dev requires VotingAPI.


6.x-dev requires VotingAPI, Content Construction Kit (CCK) (specifically Node
Reference) which has it's own other dependencies.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-05
notes snapshot

Find out more · Bugs and feature requests

ShoppingAds
By yaph on the 12th of January, 2008

ShoppingAds is a Drupal module for adding shoppingads advertising to nodes of


activated types.

Features

Enter ad keywords or let them be added automatically by using the terms


associated with a node.
Select from 12 Ad formats.
Select the weight to position the ads above or below the content.
Select whether to display ads in full view and or teaser view.
Select the node types you want ads to be displayed.
Enter color values for border, background, heading, description and links.
Specify whether to open ad links in new windows.

Do not install Development releases (*-dev) on production sites. You can find
more information here: ShoppingAds Drupal Module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Feb-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Feb-03
notes for 5.x

Find out more · Bugs and feature requests

Project administration category

1619 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jpetso on the 27th of May, 2008

In just one tiny function, this module does nothing but provide a category named
"Project administration" in the admin overview. Other modules can depend on this
one instead of creating their 'admin/project' menu paths all by themselves.

This module makes sense because there is no single project management related
module that all project management related sites use, and without this module,
other ones must either duplicate the 'admin/project' menu path with special care,
or put themselves into 'admin/settings' in order to avoid complications. By
depending on this module however, other modules can simply register
'admin/project/*' menu paths and be done with it.

Target audience: modules like Project, Version Control API, Storm, Time budget or
Project forecast.
No module dependencies.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jul-09
notes for 6.x

Find out more · Bugs and feature requests

Ping.FM Block
By cwells on the 30th of July, 2008

As of 2.0, this module extends the ping.fm


module, rather than standing alone (that is,
this module now depends on the ping.fm
module). This module creates a single block,
at the site level, to display recent updates
received through ping.fm. The ping.fm
module handles setting up the custom URL,
and instructs you how to do so (hint: edit
your account; you will need to add a new service to your ping.fm, which is the
"custom URL" shown in your account information).

This module is useful for personal/blog-type sites that are operated by a single
person, or by a company with a handful of people each of which you want to allow
to update the site's block via ping.fm. If you want any per-user type functionality,
or to store more than one update, the ping.fm node module (included with ping.fm
module) is recommended instead. This is a simpler version which does not create
nodes for updates, but just stores it in a single variable. (Note, nothing is stopping
you from not using the block and using the variable for something else, either).

This module is sponsored by Redfin Solutions.

Version Date Links Status

1620 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

External Search
By Xano on the 11th of November, 2008

Create forms that submit a search to an external search engine, like Google,
Yahoo!, Wikipedia, Last.fm or any other engine that uses query strings for form
submissions (GET). External Search comes with predefined settings for a lot of
common search engines in the following categories:

Dictionaries and encyclopediae


General Search sites
Media
Programming

If you would like a form for a search engine that isn't predefined, you can enter its
settings at the External Search administration page.

Adding predefined engines


If you know a public search engine that is used by a lot of people, please create a
feature request. Keep in mind that not all search sites will be predefined. The
internet is very big and only settings for important or widely known and used sites
will be shipped with External Search.

Warning
When using the development version, you may need to reinstall the module if you
are experiencing problems after updating. This is because the database tables
have changed during development. Reinstalling External Search makes sure your
tables are up to date.

Customisations
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Apr-18
notes snapshot

Find out more · Bugs and feature requests

JS Registry
By effulgentsia on the 20th of December, 2008

1621 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

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.

The logic is as follows:


1. A module can override a javascript file from drupal's core "misc" folder by
placing a file of the same name in the module's "misc" folder. If a module is taking
advantage of this, it should list the jsregistry module as one of its dependencies.
2. Files in "sites/<site>/misc" and "sites/all/misc" override files in the module's
"misc" and drupal core's "misc" folders.
3. Files in "sites/<site>/misc/module_override/<module_name>" and "sites/all
/misc/module_override/<module_name>" override javascript files in a module's
folder.

The above is the default logic. This module also invokes hook_js_registry_alter(),
so other modules can adjust the registry to something else.

This module depends on the jsalter module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-18
notes for 6.x

Find out more · Bugs and feature requests

Latest Drupal Core Releases Block


By Psicomante on the 23rd of December, 2008

A block which shows last releases for Drupal, including Stable,


Old stable and Development branch.

The block is fully configurable.

Developed by AlmAck, Mavimo, Psicomante and Uccio at


Drupalitalia.org.

Support donating via ChipIn

Support Development via Paypal Donation -> Version 2.x and Support!

@TODOs

Readme and Install files


Improve XML Parsing
Private Key?

Version Date Links Status

1622 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Jan-11
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 253 254 255 256 257 258 259 260 261 … next ›
last »

Page break by AutoPager. Page( 258 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Gamabhana
By abhisheknagar on the 4th of March, 2009

Need for phonetic editing has its roots in different keyboard layouts developed and
used by different users and multiple fonts which in combination failed to produce
unique easy to use compatible typing/editing solution. The problem is more in the
area of software solutions being developed for different Indic Languages. Web
based Direct editing or phonetic editing is an implementation which allows user to
type in the context using phonetic key patterns across different keyboards,
browsers and different Indic scripts.

What is gamabhana?

gamabhana is an open source implementation that uses purely client side java
script to enable phonetics in editable html tags such as div (not editable in mozilla
firefox) , iframe, input, textarea, document so that you can type in the context
phonetically in the selected Indic script with transliteration capabilities that support
unicode fonts with the help of pre-designed gamabhana maps.

With gamabhana library and gamabhana phonetic maps you can:

* Attach phonetics to editable html tags such as iframe and/or input (single line)

1623 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

and/or textarea and/or document.


* Design your own transliteration maps for any language/script.
* Achieve Unicode support across browsers, applications, platforms.
* Type in the context phonetically ( direct input method) in IE ( V 5 above) and
Firefox Mozilla.

Version Date Links Status


Download · Release Recommended
6.x-3.2 2009-Mar-27
notes for 6.x
Download · Release Recommended
5.x-1.3 2009-Mar-27
notes for 5.x

Find out more · Bugs and feature requests

Validations
By sebagr on the 8th of March, 2009

Validations extends Forms API to add validation procedures, which should


minimize the use of custom validation functions.

Currently, it has server-side (i.e. PHP) validations, but will be extended shortly to
provide client-side (i.e. JavaScript) validations as well.

Version Date Links Status


6.x-0.1- Download · Release Recommended
2009-Mar-08
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Spelling mistakes
By doq on the 18th of April, 2009

Adds ability for users to notify administrators about spelling mistakes on the site.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Apr-21
notes for 6.x

Find out more · Bugs and feature requests

Bot theme switcher

1624 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By bz on the 22nd of April, 2009

[EN] With this module you can show any selected


pure theme for search bots (without graphics and
«hard» layout) and complete theme for users (for
SEO). P.S. This module should be used with attention:
content in Theme for the users and content in the
Theme for the search bots must be equal, otherwise
the search engine mark the project as «fiction» and
lock him in the search.

[RU] Благодаря этому модулю вы можете


показывать любую простую Тему поисковым
роботам (без графики и «тяжелой» верстки) и обычную Тему пользователям
(для SEO). P.S. Данный модуль следует использовать с вниманием: контент в
Теме для пользователей и контент в Теме для поисковых роботов должен быть
одинаковым, иначе поисковая система посчитает ваш проект «фикцией» и
заблокирует его в поиске.

Realization / Реализация - Vertal Alexey (Верталь Алексей)


The idea / Идея - Lynxlab.org

View large screenshot


Description [RU]

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Apr-22
notes for 6.x

Find out more · Bugs and feature requests

Salesforce Webform Integration


By openbook on the 26th of April, 2009

The Salesforce Webform Integration module extends the Salesforce API to allow
mapping between Webform submissions and Salesforce objects.
Features:

Create fieldmaps based on user's login status - either export all user
submissions, authenticated submissions only or anonymous submissions
only.
Manual export of submissions either individually or in batch at node/NID
/webform_salesforce
Export submissions using cron

Dependencies:

Salesforce API

1625 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Webform

Usage:

Please see the installation and usage instructions provided by the Salesforce
API module for information on setting up and configuring the PHPToolkit and
fieldmaps required to export data to Salesforce.
When creating a new fieldmap to export webform submission select 'Webform
node' from the 'Drupal object' dropdown and select the corresponding
Salesforce object that the submission will be mapped to from the 'Salesforce
object' dropdown.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-16
notes snapshot

Find out more · Bugs and feature requests

Dictionary
By Sara Adams on the 23rd of June, 2009

Technical terms are often not included in normal dictionaries, or aren't translated
correctly. The dictionary module allows the setup of a dictionary for such terms.

Live demo
A live demo (running on Drupal 6) is available at http://www.happyfolding.com
/dictionary (for origami terms).

Requirements
search (Drupal core module)
CCK: content, number, optionswidgets

Main features
Create custom languages and items to translate, then translate items to the
created languages.
Supports multiple translations of the same item (synonyms).
Searching for terms across languages implemented (requires you to add
Dictionary Term pages; content type created on installation).
Template files for the dictionary page and dictionary term pages included to
allow easy customisation of the display.

Drupal 7 Support
#D7CX: I'll give Drupal 7 a try before the end of February 2010, and will look into
porting the dictionary module.

1626 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

Ubuntu Drupal Planet


By MTecknology on the 17th of July, 2009

#D7CX: The Ubuntu-Drupal pledges that


UDPlanet will have a full Drupal 7 release on the
day that Drupal 7 is released.

Description
This module will add a page to your site
(/planet). This will function similarly to
PlanetPlanet which powers planet.ubuntu.com.
One significant difference between this module
and the aggregator module is the fact that any user can edit their own feeds. If a
user uploads their own image, that image will be displayed along with their post.

This module contains significant styling to make the page look like
planet.ubuntu.com.

Settings
This module will let any user to add a feed and attribute it to their user account. If
they uploaded an image for their account is will display next to their feed.
Administrators can choose to lock feeds so no user can edit them or disable feeds
to prevent them from being displayed.

Dependency
This module is an overlay for the Aggregator module. This module is built in so
there's no extra work. However, this module will not allow you to work with the
Aggregator module due to this heavy dependency.

Development
Development occurs on Launchpad. Support requests, bug reports, latest code,
etc. can be found at this project page.

Development Page: https://launchpad.net/ubuntu-drupal-planet

Support
Version Date Links Status

1627 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-6.0 2010-Jan-20
notes for 6.x

Find out more

Community Tasks
By matslats on the 18th of July, 2009

Support the request / commit /acknowledgement process for volunteering tasks.

Typical story of a task


1 The community organiser posts a task to the site
2 A member commits to do this task
3 The organiser marks the task as complete, and the member's task counter
increases.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jul-29
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Product Quote


By AntoineSolutions on the 28th of August, 2009

The Ubercart Product Quote module allows store administrators to specify which
shipping methods/services to enable on a per product and product class basis.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-29
notes snapshot

Find out more · Bugs and feature requests

Colorbox

1628 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jdwfly on the 13th of November, 2009

Colorbox is a lightweight customizable


lightbox plugin for jQuery 1.3 and 1.4.
This module allows for integration of
Colorbox into Drupal.

Dependency
jQuery Update version 6.x-2.x

Integrates with:
Image
Imagefield

Under Development
Do not use on production sites. Support requests will probably go unanswered
since this is an early development version. In other words, you are on your own
until some documentation gets written on how to use this module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-22
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 254 255 256 257 258 259 260 261 262 … next ›
last »

Page break by AutoPager. Page( 259 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Meebo

1629 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By kharbat on the 12th of January, 2010

Meebo lets users share and


communicate with friends via the
Meebo Bar at the bottom of the page of
your site. We share revenue with
publishers via brand advertising sold by
Meebo. Partners running Meebo on their
sites see increases in user engagement
and audience growth.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

Basic E-news
By jbomb on the 4th of January, 2010

#D7CX I pledge that Basic E-news will have a full Drupal 7 release on the day that
Drupal 7 is released.

Basic E-news was created for users that want to use Drupal to generate e-mail
newsletters, but wish to use a third-party delivery provider such as
VerticalResponse. The module allows administrators to define "e-news" or
"newsletter" content types, and easily export those content types in both HTML
and plain text formats.

Basic E-news provides a global "e-news" template and content type specific
templates so that themers can customize their markup for newsletter broadcasts
while maintaining a "live" website version of their newsletter or newsletters.

Version Date Links Status


7.x-1.0- Download · Release Recommended
2010-Mar-09
alpha1 notes for 7.x
Download · Release Recommended
6.x-1.0 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

Connect

1630 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mgifford on the 4th of August, 2007

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.

Thus, setting up an online email campaign consists in setting up participant and


campaign node types, and then creating a campaign node and assigning the
appropriate functions, such as "participate once", "send email", and so on.

We've also extended this module to be able to reference external databases for
customized targets. So if you get a postal code from someone in a political riding
you can link it with a database containing that postal code's elected official.
Unfortunately for many jurisdictions this type of quick lookup isn't available,
however we have developed a web service to help support this in Canada.

Users: an extensive "Help" page is provided, and the module provides useful
feedback about what settings are required in order for everything to work properly.

Version Date Links Status


Download · Release Recommended
5.x-2.0-beta1 2009-Apr-08
notes for 5.x

Find out more · Bugs and feature requests

Extended Tracker
By kbahey on the 8th of November, 2005

This module provides a drop in replacement for the core tracker module, but with
the following differences:

Ability to display terms from a certain category as tabs, then users can
restrict the listing to the one term in the category
Interfaces with the nodevote.module and displays score for each node
All columns displayed are sortable, so the output can be sorted by node type,
author name, title, number of replies, date of last reply, or the score from
node vote.
Configurable number of nodes per page

1631 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-07
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

Petition
By seanr on the 15th of April, 2006

The petition.module is a means of conducting online petitions and collecting


signatory names in CiviCRM.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-01
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Oct-05
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Keyboard shortcut utility


By nestor.mata on the 8th of February, 2008

This module allow you to create keyboard shortcuts that you can associate with
paths, addresses or javascript functions.
It also contains a block to display the available shortcuts that has being entered.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Oct-08
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-02
notes for 5.x

Find out more · Bugs and feature requests

Imediasee Premium Player


By steve-at-imediasee on the 26th of February, 2008

1632 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

New January 19, 2009: Bug fix to support Drupal 6.

Now you can easily add affordable high quality streaming video to your Drupal site,
even if you’re using shared hosting and have limited bandwidth. With the
Imediasee Premium Player Module for the Imediasee Flash Video Streaming
Service you can embed your www.imediasee.com hosted videos to your site with a
simple tag. Upload your Flash videos to Imediasee or have us encode them for
you. Either way you can video enable your 5.x or 6.x Drupal site in just a few
minutes.

Unlike many video services, Imediasee leaves you with complete ownership and
control of your videos. This is especially useful if your videos are meant to enhance
the value of your site, or should only be available to authenticated users.

The module also includes support for the Embedded Video Field of the emfield
module so if you use emfield, Imediasee can appear as a supported video format.

Note: Imediasee supports streaming live video as well as prerecorded content. The
Imediasee Premium Player for Drupal currently only supports streaming
on-demand prerecorded content. However you can still play live streams from
Imediasee on your Drupal site by directly accessing a 3rd party player, such as the
JW Player, in your node. Please feel free to contact Imediasee Support if you have
any questions about using live streams on your Drupal site.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Jan-19
notes for 6.x
Download · Release Recommended
5.x-2.1 2008-Jun-03
notes for 5.x

Find out more · Bugs and feature requests

ulink6
By garthee on the 8th of March, 2008

Several changes were made on ulink,


hence is released under a different
name ulink6 to emphasis its port to
Drupal6.

Objective statement from Ulink

http://drupal.org/project/ulink
A package of modules to restructure the link filtering thus implement the
auto-completion of links through AJAX.

The project, when all the options are selected, will enable the user to complete the

1633 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

links dynamically, with the use of the background architecture it will be done in a
structured way, thus further extensions and configurations for personal
preferences will be made effortless.

Changes are notably

1. To reduce the complexity there are only four types of targets: node
(encompasses node and comment), user, intern (any internal asset as fileobject),
extern (any external asset as URL)
2. User need not worry about choosing between remembering the results locally or
on server. Everything is cached as much as possible (in client and server) to make
things work fast
3. Imagecache support is removed mainly due to the delay in porting imagecache
module to drupal6, and in favor of Image module, for which inherent support is
provided through image addon(extending intern)
4. Complex UI (although beautiful) is removed and autocomplete like popup list is
provided, thus following drupal customs

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Translation tabs
By zuuperman on the 7th of November, 2008

translation_tabs module adds extra tabs on top of the node form, so that users can
easely go to the translation, or add a new translation. Without going to translate
every time.
If they click on a tab, immediately, the correct url is formed. And the node-edit
form, or the node-add, with language selected is shown.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-09
notes snapshot

Find out more · Bugs and feature requests

FeedAPI RDF processor


By alex_b on the 5th of December, 2008

FeedAPI RDF processor saves feed item data in RDF format.

Requires RDF module and FeedAPI module.

1634 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Dec-06
alpha2 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 255 256 257 258 259 260 261 262 263 … next ›
last »

Page break by AutoPager. Page( 260 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

FeedAPI Language Detector


By acreibo on the 14th of December, 2008

Features
This module detects the language of nodes created by FeedAPI and adds the
language information to the node. This makes it for example possible to show only
the nodes in the users language on a multilingual site.

It uses statistical text analysis to determine the language of a node. This means
that a feed can contain nodes in different languages and the correct language is
detected for each individual node of the feed.

For the technological implementation a lot of ideas of Reto Fassbind were used.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-14
notes for 6.x

Find out more · Bugs and feature requests

1635 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Access Keys
By Bjoern on the 25th of January, 2009

This small module allows to specify access keys for menu items and is developed
by BÜRO GT. More information about access keys: http://en.wikipedia.org
/wiki/Access_keys

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-28
notes snapshot

Find out more · Bugs and feature requests

QP Services
By mbutcher on the 4th of June, 2009

This module is experimental. Please give us feedback.

QP Services is an integration module that provides


additional blocks and tools for the QueryPath and
Amplify modules.

Included in this package:

Flickr photos
Flickr photos by amplification terms
Amazon books by amplified terms
Technorati posts by amplified terms
Twitter messages by amplified terms
Shopping.Com product search (amplified)
Bloglines Blog entries from around the web (amplified)
SVG-based heat maps (amplified)
Mood clouds (amplified)

You do not need the Flickr, Amazon, or Twitter modules to make this work.
QueryPath can contact those services directly.

Configuration
You will need API keys for the web services above. Add these keys in Administer >
Site configuration > QP Services.

The module provides many blocks that you can use. Add them in the standard
block configuration page (Administer >Site building > Blocks)

1636 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Jan-18
notes for 6.x

Find out more · Bugs and feature requests

Google Base
By jtsnow on the 29th of June, 2009

The goal of this module is to allow Drupal to:

Publish content to Google Base, providing syndication for your content.


Google Base indexes and syndicates content at the field level. This allows
your content to be searchable in a more powerful and flexible way. For
example:
Products searchable by price
Events based on location
Real estate searchable by number of bedrooms
Recipes searchable by cuisine type or number of calories
Jobs based on salary
Map CCK fields to Google Base attributes.
Map content types to Google Base item types.
Query Google Base to search your content and/or items submitted by others.

Sponsored by Trellon.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Dec-05
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Ubercart Payflow Link


By longwave on the 13th of July, 2009

Payflow Link is a payment solution provided by PayPal but maintained separately


from Website Payments Standard.

It is a hosted solution, meaning customers will be redirected from your checkout


review page to the payment page to enter their credit card details. This module
requires you to have a Payflow Link account which has significant startup fees but
fairly low operating costs.

To test the module, use the following settings in your Payflow Link account:

1637 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Return URL Method: Link


Return URL: http://www.example.com/payflowlink/return
Silent POST URL: Check the box. http://www.example.com/payflowlink/post
Transaction Process Mode: Test

When operating in test mode, the order total determines the response you will
receive from PayPal. Complete checkout for any order under $1000 to test with an
accepted payment. When you're ready to process real transactions, simply change
your transaction process mode to Live in your Payflow Link account settings.

Drupal 5 version by rszrama. Drupal 6 upgrade sponsored by Droplits.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-13
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jul-13
notes for 5.x

Find out more · Bugs and feature requests

Service Attachments
By Davy Van Den Bremt on the 15th of August, 2009

Service Attachments is an framework that allows you to find information related to


nodes on YouTube, Flickr, Wikipedia, ... You can extend it to add your own
services.

Finding information is done on "candidates" you define. To see how it works, watch
a presentation about this module at :
http://www.slideshare.net/davyvdb/service-attachments

How can you get involved?


Help write or improve the documentation.
Write a review for this module on drupalmodules.com.
Help translate this module at http://localize.drupal.org/translate/projects
/service_attachments.
Report any bugs, feature requests, etc. in the issue tracker.
Contact the maintainer with any comments, questions, or a quote for custom
module customizations.

How can you be kept up to date?


Enable the updates module.
Read my blog.
Follow me on twitter.

1638 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Author
Davy Van Den Bremt

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-21
notes snapshot

Find out more · Bugs and feature requests

Campaign Monitor Advanced


By Davy Van Den Bremt on the 20th of
August, 2009

Development of this module is


discontinued. Please use (or upgrade
to) E-mail Marketing Framework. This is
actually the same module, but rewritten
to work with other services like
MailChimp etc. too.

Sponsored by Calibrate.

Advanced integration with Campaign Monitor.

Features:

Support for multiple lists.


Automatically fetches lists and fields on CM.
Asynchronous pushing of subscription and unsubscription requests. Reduces
load and makes it more reliable and faster. Subscription statuses are locally
available though.
Map fields to Drupal tokens, profile fields and PHP code.
Provides block per list. Provides block to subscribe to all lists at once.
Custom field values for authenticated users are automatically calculated an
not asked again.

If you want basis integration, check out Campaign Monitor module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-16
notes for 6.x

Find out more · Bugs and feature requests

1639 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Auto Admin
By _rune on the 18th of September, 2009

Auto Admin is a module targeted at developers that


generates administration pages for database tables
automatically. Using its drush commands it is possible
to create list, add, edit and delete pages for multiple
tables in a matter of minutes. One-to-many and
many-to-one relationships are supported.

Auto Admin is good at managing data for custom


modules whose data structure does not fit as node
types. It lets you get of the ground and writing "the fun
stuff" really, really quick.

If you have questions, feedback or needs it to do something that it does not do


already, write or jabber me at rumi.kg@gmail.com and/or open an issue.

News
02-20-2010: New 1.2 release that fixes issue #699864. And a big thank you
to aenw for making some improvements to the docs!
12-29-2009: Happy holidays everyone! I can see a few people has started
using Auto Admin which makes me happy. Would love to get some feedback
about what was easy/hard/good/sucky to improve the experience for future
users.
12-07-2009: Added a handbook section. Please let me know if you notice
any errors.
12-07-2009: Version 1.1 is out. Fixes an E_NOTICE and makes is possible
to use core drupal tables in has-one relationships. You could ie. have an
{employe} table that has a has-one relationship with the {users} table. To
make the generate script autodiscover this relationship, name the database
field "users_uid" (tablename_primarykeyname).
12-06-2009: Version 1.0 is out. Wauw took a while but I think it looks really
good. Be aware that there are minor but crucial changes to the configuration
schema compared to the previous release. See handbooks for more info.
Handbooks will be up soon. If you have feedback or questions, PLEASE
contact me. This is my baby, so I will give as much support as needed:)
11-23-2009: Working on the last tuneups for the 1.0 release. It looks good
and the drush integration is very nice. Its taken me a long time to get this
done due to work, but now its (real) close, I promise :)

Features
Automatic generation of pages for Create, Read, Update and Delete (CRUD)
operations.
Sortable, Paginated list page. Edit page with form elements and save, delete

1640 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

and cancel buttons. Delete page with confirmation.


Drush commands that generates or updates .install files and autoadmin
config files automatically by inspecting the database schema.
Fine grained permissions for each table and each CRUD operation.
Configurable.
Possibility of overwriting form elements on the edit page.
Field titles are generated from columns names in the database and are
correctly pluralized.
Automatic detection of relations based on naming conventions.
One-to-many and one-to-one relationships.
Cascading deletes (Only one level a.t.m. This will change).
Almost everything is managed outside the database. Upload your files and it
works.
178 functional tests all in all.
Compatible with E_ALL|E_STRICT.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-20
notes for 6.x

Find out more · Bugs and feature requests

Google Analytics Service


By skyredwang on the 10th of December, 2009

Google Analytics now tracks mobile


websites and mobile apps so you can
better measure your mobile marketing
efforts. If you're optimizing content for
mobile users and have created a mobile website, Google Analytics can track traffic
to your mobile website from all web-enabled devices, whether or not the device
runs JavaScript. This is made possible by adding a server side code snippet to your
mobile website. Of course, you can still track visits to your regular website coming
from high-end, Javascript enabled phones.

This is a Services Addon Module, and you need the latest Services 6.x-2.x-dev.

For web based Analytics module, please check out the Google Analytics Module.

After installation, you must go to /admin/settings/gaservice to enter your Google


Analytics account number

Change of Implementation
The original server side script shipped by Google only works for "Browsers". I
modified the implementation so it can work with any "Client". The original script is

1641 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ga.php , which is not used. The modified version is ga_mod.php .

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Dec-17
notes for 6.x

Find out more · Bugs and feature requests

FileField AuthCode
By greg.harvey on the 12th of January, 2010

This module extends the FileField module to allow you to provide a simple text
string as a code users must enter before they can download the files attached to a
specific file field. There is a new widget type called "Private Download" which adds
a form field on the node add/edit form as a required field against the relevant file
upload field where you can enter your download code. On field display, instead of
being presented with the files users are presented with a box to enter the
download code. If they enter the code correctly then they are shown the files in
the usual way.

An example use case is you might have an event and then post the leave-behind
materials for that event on your website. In this case, you might want only those
who attend the event to be able to access the materials. You can tell them the
code, perhaps print business cards with the code on, so that everyone who was
there can download the materials from your file field, but everyone who was not
cannot! (Unless someone they know gives them the code, obviously!)

IMPORTANT

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 256 257 258 259 260 261 262 263 264 … next ›
last »

Page break by AutoPager. Page( 261 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1642 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ajax Todo List


By fizk on the 22nd of February, 2010

A To Do list that pulls your data and


saves your data via AJAX.

What is AJAX?

Ajax (shorthand for asynchronous JavaScript and XML) is a group of interrelated


web development techniques used on the client-side to create interactive web
applications. With Ajax, web applications can retrieve data from the server
asynchronously in the background without interfering with the display and
behavior of the existing page. The use of Ajax techniques has led to an increase in
interactive or dynamic interfaces on web pages. -- Wikipedia

Huh?

Using AJAX allows you to save your TODO list items without refreshing the page.
It's quick and easy!

Initial version based on

http://www.hesswebservices.com/download_scripts/TodoV1/
http://www.codepost.org/view/120

Although the Tasklist module may be similar, there is no port for Drupal 6.x, and
there is no active maintainer.

Initial TODO list for Ajax Todo.... :P

1. Make the list beautiful


http://www.blogflaunt.com/projects/images/ajax-todo-list-mockup.jpg
iGoogle To Do list: http://img638.imageshack.us/img638
/8378/igoogle.png

Version Date Links Status

6.x-1.0-beta2 2010-Feb-25 Download · Release Recommended

1643 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Simplify Node Add


By fabianderijk on the 10th of January, 2010

This module can be used for simplifying


the forms used to add and edit nodes.
With this module you can define which
fields to show to a user.

Newly added is the hook you can use to


custom add fields that this module uses.
You can use
hook_simplify_node_add_gettypes().

Example hook:

<?php
function myModule_simplify_node_add_gettypes() {
$field_types = array(
'access' => array(
'fieldname' => t('title'),
),
'unset' => array(
'fieldname' => t('title'),
),
);
}
?>

The hook uses a nested array which holds an array of field to set the access to
false or unset the field.

#D7CX: I pledge that Simplify Node Add will have a full Drupal 7 release on the
day that Drupal 7 is released.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-08
notes for 6.x

Find out more · Bugs and feature requests

Imap Auth

1644 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Cainan on the 4th of April, 2006

This module allows Drupal users to authenticate against one or more


IMAP/POP3/NNTP servers. They must supply a valid IMAP/POP3/NNTP email/news
account in the form user@server style as user name to login.

More details...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2007-Sep-03
notes snapshot
Download · Release Development
5.x-1.x-dev 2007-Sep-03
notes snapshot
Download · Release Recommended
4.7.x-1.0 2007-Jan-19
notes for 4.7.x

Find out more · Bugs and feature requests

OG Join Role
By ultimike on the 4th of April, 2007

The OG Join Role module simply adds a "join organic groups" permission to the
Organic Groups module. A use case for this would be if you have a site where only
members of a certain role are allowed to join an organic group.

The module is written in an all-or-nothing sort of way - either certain roles can join
any and all groups or they can join no groups. It will not work on a per-group
basis.

In addition to granting/denying permission to join a group, the module also


modifies any text and/or links to join a group unless the user has the proper role.
For example, the module removes any "og/subscribe" links on the page and
replaces them with "nicer" text that you define in the admin settings.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-28
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Feb-14
notes snapshot

Find out more · Bugs and feature requests

Drawing API
By snufkin on the 29th of May, 2007

1645 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The Drawing API is an abstract graphic handling API, and ships with SVG toolkit by
default. It was originally written as a 2007 Google Summer of Code project. The
aim of this module is to provide a parser for a FAPI-like data architecture for
graphics making the display of drawings easy to understand on the back-end,
without requiring the knowledge of the actual front-end toolkit that it will be
rendered into. It makes it easy to generate different graphs, plots, charts, maps
and so on.

Drupal 5
The Drupal 5 version contains:

an SVG toolkit that handles the painting,


generic drawing.module that is responsible for understanding the syntax.
a graphing module
demo modules, providing examples how the module can be used

Drupal 6
The Drupal 6 version is currently in development by danielb.

The Drupal 6 version contains:

an SVG toolkit that handles svg painting,


a GD toolkit that handles php/gif/jpg painting,
generic drawing.module that is responsible for understanding the syntax.
a graphing module
demo modules, providing examples how the module can be used

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-May-23
notes snapshot
Download · Release Development
5.x-2.x-dev 2007-Dec-27
notes snapshot

Find out more · Bugs and feature requests

Top Node
By eaton on the 11th of July, 2007

Top Node provides a Views display type called 'node page' that displays a single
node, using the same code that the node module does on that node's own default
page.

This lets you use Views to set up pointer URLs like http://example.com/random or

1646 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

http://example.com/latest-comic that always show the first node from a view's


results, complete with breadcrumb trails, comments and the comment form, menu
tabs and subtabs, etc.

It's not for everyone, but it is handy if you find that you need it.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Jan-17
notes for 6.x

Find out more · Bugs and feature requests

HTTP Action
By eaton on the 31st of July, 2007

An administrator-configurable action that makes HTTP requests. Why is this


useful? Quick-and-dirty integration with web services, pinging of external servers,
and other assorted web tasks can all be performed when nodes are posted, users
register, cron runs, and more. Anywhere you can trigger an action, you can fire off
a request to a site with REST APIs.

Naturally, this can be used for evil, and will probably cause you to explode in
flames if badly-formed HTTP requests are sent to important servers. Treat it with
the same care you would the PHP input filter.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jan-28
notes snapshot

Find out more · Bugs and feature requests

Simplelist
By jcfiala on the 16th of May, 2008

Simplelist is a simple method of getting lists of content to display in pages or


blocks on your site. It doesn't try to do everything, instead it relies on node_load
to pull in node data and node_view or a theme function to display it. As such, it
doesn't require any special coding to use a custom module with Simplelist - it just
works.

For example, you could create a block to display 10 images in order of highest
ranking or most recent comment, or create a private page containing all nodes
submitted by a user in a particular role.

Version Date Links Status

1647 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-May-20
notes snapshot

Find out more · Bugs and feature requests

YUI Button
By jeffcd on the 23rd of May, 2008

This module integrates the YUI Button into Drupal forms.

NOTE: This module depends on the YUI module. You need to install the YUI
module for the editor to work.

Videos

COMING SOON

YUI Dependency Issue

Both releases now require YUI 2.5.1. Sorry for any inconvenience. We are working
on coming up with a dependency solution that is less abrupt.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta3 2008-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

CiviCRM 2.0 Compatibility


By douggreen on the 20th of June, 2008

This module attempts to provide a compatability layer between the old CiviCRM 1.0
API and the new CiviCRM 2.0 API.

Only install this module if you are using CiviCRM 2.0 and if a CiviCRM module
depends on it, or the CiviCRM module project page tells you to install this
module.

The module is currently under development.

It is being used by civicrm_subscribe (see #235904) and civinode (see #230103).

ATTENTION MODULE DEVELOPERS:

1. This is an API module that requires (minimal) change to your civicrm dependent
module.

1648 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The only change you need to make in your code is to replace calls to
civicrm_initialize() to civicrm20_initialize().

But it is reocommended that you do something like:

function yourmodule_civicrm_initialize() {
if (function_exists('civicrm20_initialize')) {
civicrm20_initialize(true);
}
else {
civicrm_initialize(true);
}
}

And then replace all calls to civicrm_initialize() with calls to


yourmodule_civicrm_initialize().

2. New modules should be written using the new CiviCRM 2.0 API. But this file
provides a quick way to upgrade to CiviCRM 2.0 without a lot of work.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-19
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Jun-21
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 257 258 259 260 261 262 263 264 265 … next ›
last »

Page break by AutoPager. Page( 262 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1649 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Mailman Groups
By netgenius on the 8th of August, 2008

Overview

The Mailman Groups module provides a level of integration between Organic


Groups and Mailman mailing lists and complements the existing Mailman Manager
and User mailman register modules.

Target audience

This module is probably particularly relevant to sites which operate a large number
of Groups and/or Mailing Lists. By implication, you would probably have an existing
Mailman system and expertise in Mailman. For new projects, consider whether to
use Drupal's own mailing facilities, e.g. with the Notifications, Mass Contact,
Simple News or other module.

Features

* Users can easily see which mailing lists relate to their joined Groups.
* Lists can be hidden from users who are not a member of a related Group.
* Mailing Lists can be set auto-subscribe - subscription is triggered when a new
member joins a related Group.
* Mailing Lists can be linked to any number of Groups.
* Each Group may have multiple Mailing Lists.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-23
notes for 6.x

Find out more · Bugs and feature requests

Ajax Controller (AC)


By ac on the 10th of August, 2008

This small module provides a simple API and should not be installed unless
required by another module, or for your personal development.

Features
Route XMLHttpRequests to mapped callbacks
Option to gzip output
Display status and error messages based on request status
Message display duration
Output messages to specific elements, or the default of #ac-messages

1650 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Response headers
Ability to alter responses via hook_js_response_alter()
Lock arbitrary requests to a set duration

Examples
This example utilizes AC.request() to delete a piece of content.
The URI of example.com/js/example/delete will call example_js_delete().

// example.js
AC.request('example', 'delete', { 'content_id' : 1 },
function(response){
// AC.checkResponse() will return TRUE when the response was a
success, and also manages
// functionality such as displaying messages.
if (AC.checkResponse(response)){
$('#content-1').remove();
}
});

// example.module
function example_js_delete(&$state, $args) {
// Lock the user for 10 seconds regardless of success, to prevent arbitrary
requests
$state['lock'] = 10;

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Dec-07
notes for 6.x

Find out more · Bugs and feature requests

DefaultTextForNode
By MarcElbichon on the 14th of August, 2008

When creating a note, prepopulate the body field with custom text.
Text is defined by content type.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-12
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Mar-24
notes for 5.x

Find out more · Bugs and feature requests

1651 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

TinyMCE Drag and Drop Integration


By effulgentsia on the 20th of December, 2008

The 6.x-1.1-dev version of the TinyMCE module doesn't work when used in a CCK
text field set to "unlimited" for two reasons. One is that drag and drop functionality
provided by Drupal core's tabledrag.js causes the tinymce editor's iframe to be
reloaded, resulting in it breaking. This module addresses that problem by altering
the tabledrag behavior. While a CCK multiple text field is the most common
use-case, this module also enables tinymce to be used in other scenarios that use
tabledrag.

The other reason tinymce doesn't work well in a multiple CCK text field is due to
integration problems with AHAH. This problem is addressed in a separate module:
tinymce_ahah.

This module depends on both the tinymce module and the jquery_aop module.

If you're using the Wysiwyg API module for integrating the tinymce editor (or a
different wysiwyg editor) into your website, you may be interested in the Wysiwyg
API CCK Integration module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-20
notes for 6.x

Find out more · Bugs and feature requests

Time Tracking
By Allie Micka on the 16th of February, 2009

This module provides time tracking for your Drupal site. You can use it to track
time spent on issue resolution, or just about anything else you'd like to track. The
time data is available to Views so you can query and report on your time tracking
activities.

Other handy features:

Provides a stand-alone time tracker, or can be included as a tab on your


nodes or into comment forms.
Time entries are stand-alone, or they can be linked to nodes and comments.
Supports multiple time tracking profiles, so you can set up different activities
for different node types.
The base time tracking class can be extended for each profile in order to
support external data providers or alternate business rules.

This module is in the Advantage Labs petri dish. Please review our module

1652 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

maintenance policy before contacting the maintainer with questions on


downloading or using this module.

Find out more · Bugs and feature requests

Testimonial
By EclipseGc on the 6th of April, 2009

Testimonial module is a cck/views


based solution for creating easy to
manage testimonial nodes within a
view. Included is a customized
administration to make the module
simpler for individuals not already
familiar with Drupal's administrative
paradigm.

This module's intended purpose is to provide an easy to use testimonial module


that provides links back to the testimonial provider's website. This module provides
a view of testimonial nodes. In addition to this administrative tabs have been
added to the testimonial page view. These include a link to manage testimonial
nodes (as no direct link to the node is provided) as well as a link to create new
testimonials. Testimonial nodes have been set to forward users back to the
testimonial page. This is to help provide a consistent interface that will eliminate
the likeliness of users, unfamiliar with drupal, from getting lost in its administrative
systems.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-07
notes snapshot

Find out more · Bugs and feature requests

ImageWall
By sevi on the 26th of April, 2009

With Imagewall nodes and field become


draggable within a canvas.
It can be used to build photo albums.

This module implements a new Views-style-


plugin and inherits everything Views offers.
The structures can be organized with
ImageWall structure revisions. These structure
revisions are represented by node revisions
and can be organized by editing the nodes.

1653 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This project is provided by Looforoyoo SARL.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Apr-26
notes for 6.x

Find out more · Bugs and feature requests

CRMAPI Form Nodes


By seanr on the 7th of May, 2009

This module integrates with CRMAPI to allow users to create nodes that contain
CRMAPI forms with customizable options. A key example is multiple custom
contribution forms with different header text and source codes for each. This
allows you to have different forms targeted to different ad/action campaigns,
allowing you to easily track who came from where.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jul-31
notes for 5.x

Find out more · Bugs and feature requests

Revision-Fu
By bradfordcp on the 24th of May, 2009

Allows simultaneous edits on a node without blocking saves. Instead separate


revisions are stored with non-conflicting edits being displayed and conflicted edits
simply stored for later review.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-09
notes for 6.x

Find out more · Bugs and feature requests

Trees
By domidc on the 5th of July, 2009

Description

1654 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The trees module is based on the book module. Like the book module the trees
module allows users to structure nodes in a hierarchy or outline. The main
difference is that the trees module supports adding one node to multiple trees
which the the book module does not. The output is also different. The book module
provides a navigation, the tree module does not. Instead it produces for each tree
a set of blocks, being the parents of a node, the siblings and the children.

Updates

As from version 6.X-1.1 views integration is present.

Get involved

Write a review for this module on drupal modules

Example

- You have products and product categories as content types


- You want to create an outline using the product categories, the leaves of your
trees are products
- You have different trees, representing different categories of products.
- One product could appear on more than one tree (which means a product in
more than one category). With the tree module this is possible so only one product
node needs to be maintained.

Install

- Enable module on admin/build/modules


- Goto admin/content/trees/settings
- Select the content types allowed in your trees
- Select the default child node
- Select the number of elements in your children - siblings block

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-21
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 258 259 260 261 262 263 264 265 266 … next ›
last »

Page break by AutoPager. Page( 263 ).

Modules
1655 of 2323 3/13/10 1:22 PM
Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Sentry Client
By snufkin on the 24th of July, 2009

Sentry client is the lightweight client component for the Sentry project. Through a
central server it allows administrators to monitor an arbitrary number of Drupal
based sites at once.

The central server, currently located at http://drupalsentry.com is being tested


before opening to the public. If you would like to participate feel free to subscribe
on the site, we will get back to you.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-24
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jul-28
notes snapshot

Find out more · Bugs and feature requests

Cpanel operations
By compujohnny on the 9th of September, 2009

Enables users to control their cpanel account operations from their drupal website.

Currently supported operations:

Create new mysql database.


Create new ftp account.
Create new email account.

The module provides a block that when enabled provides access to the add pages.

Steps to use the module:

1656 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Enable the module.


Set its permissions.
Enter cpanel configurations in the Cpanel settings page under site
configuration
Enable the Cpanel admin operations block.
Start using the links provided by the block.

This module was sponsored by JesoX

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Sep-12
notes for 6.x

Find out more · Bugs and feature requests

Authorize.net Advanced (CIM) Payment Gateway


By RSTaylor on the 12th of October, 2009

Overview
This module enables advanced functionality for the Authorize.net payment
gateway, based on their Customer Information Manager (CIM) system. With it you
can store your customer's credit card information on Authorize.net's servers. This
makes several important features possible, without exposing a store owner to the
security risk of storing credit #'s in their database.

You'll like this module if you want to:

Help your repeat customers checkout more quickly by entering their credit
card info only once.
Accept pre-orders for a product and charge the customer when you ship it.
Process recurring payments using the uc_recurring module.
Process refunds from within Ubercart.

Comparison
Ubercart 2.x has some support for Authorize.net's CIM service built-in to the
Ubercart core payment gateway module. If it meets your needs, then you do not
need this module.

This module exists to provide more advanced features (including extended


interface), which have not yet made it into Ubercart's core module.

1. A page where the customer can edit/update the credit card information that
you have on file for them (user/[uid]/creditcards), such as updating their info
when their card expires.

1657 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-12
notes snapshot

Find out more · Bugs and feature requests

User displays
By swentel on the 18th of October, 2009

#D7CX: I pledge that User displays will have a full Drupal 7 release on the day
that Drupal 7 is released.

User displays is part of the Display Suite and is an implementation of its API. It
makes it possible to render the user profile fields (with or without the core profile
module) into regions. It also exposes a block build mode so you can render
different data of a user into a block region.

We have documentation, a roadmap, screencasts and more information available.


Go and explore the world of Display suite.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-27
notes snapshot

Find out more · Bugs and feature requests

Email Filefield
By awebb on the 19th of October, 2009

General project information


Defines a CCK file field formatter that allows for the emailing of files attached to
content.

There has been a focus on making this module as themable as possible.

You are currently able to theme:

1. The formatter output.


2. The email that is generated with the file attachment.

See the TODO.txt for known remaining tasks. If you have ideas, let us know.

Version Date Links Status

6.x-1.0-beta2 2009-Nov-24 Download · Release Recommended

1658 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Set Menu Parent Action


By ghing on the 21st of October, 2009

This module provides a way to place multiple nodes within a menu. This module
was designed to be used with Views Bulk Operations.

The original use case for this module was to place nodes imported with the Node
Import module into the menu structure after import.

This module was originally developed for the Center for Research Libraries website.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Oct-21
notes for 6.x

Find out more · Bugs and feature requests

Form Beautifier
By davexoxide on the 18th of November, 2009

.:DEMO:.

This module is a collection of GPL jQuery


scripts that easily integrate into Drupal
forms.

These scripts will improve the way forms


look and usability.
Please submit your own custom
styles so this module can provide
more out-of-the-box options for users

Currently Includes
Include or Exclude each feature based upon FormID's
Checkboxes & Radios - easily styled w/ CSS
Autocomplete Dropdowns - easily styled w/ CSS
Field Focus - highlights current field selected

Development Sponsored by: Rapid Waters Development, LLC

1659 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-18
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Modal Nodereference
By Crell on the 13th of January, 2010

This module turns the nodereference widget into a modal popup allowing new
linked nodes to be created on the fly. Because it uses an iframe, it should support
even Javscript and file uploads within the sub-node.

The big feature: It should work with editors, image fields, and all of those other
JavaScripting things. We built it precisely to meet those needs. We started with
modalframe, instead of one of the other popup libraries, because we knew that we
could make this work with TinyMCE, CKEditor, and ImageField -- libraries that
have difficulties dealing with other popup APIs.

It depends on the automodal module, as well as the excellent modalframe module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-14
notes snapshot

Find out more · Bugs and feature requests

Force Password Change


By Jay Matwichuk on the 23rd of January, 2010

Concept
This module performs two functions:

1. It gives site administrators the ability to force all members of a particular role
(including 'authenticated users') to change their password immediately. For
users who aren't signed in, they will be required to change their password
immediately upon their next sign in. For users who are signed in, they will be
required to change their password on their next page click, but after
changing their password they will be redirected back to the page they were
attempting to access before being forced to change their password.
2. It adds an option to force new users to change their password on first-time
login.

Versions

1660 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

I am releasing this project initially as a release candidate. It is a very simple


module, and should have very few bugs to work through. Initially my focus is just
making sure that this initial release is bug free. If anyone has any feature
requests, they will be put into version two. At the moment, I cannot give a release
date for version two, as it is entirely dependent upon the number of features
requests.

Find out more · Bugs and feature requests

Ajax modules install


By adciserver.com on the 21st of February, 2010

Enhancing "modules installation" page by adding "install via ajax" button. When
you click this button - modules will be installed in a simple, nice way without page
refreshing.

This module doesn't download code, it helps in the process of enabling a module
that has already been downloaded.

Written by ADCI LLC team and F. Indutny.

Find out more · Bugs and feature requests

« first ‹ previous … 259 260 261 262 263 264 265 266 267 … next ›
last »

Page break by AutoPager. Page( 264 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Bookmarks with login reminders


By deekayen on the 31st of March, 2006

A simple bookmarks module with some advanced features like

1661 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

bookmarks RSS feed per user


sorting bookmarks in folders
optional login/password reminder with encryption
optional column consolidation in the link display page

Please seriously consider SSL encryption for your site, if you want to use the
login/password reminder functionality.

Originally branched from bookmarks module [1]


[1] http://drupal.org/project/bookmarks

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-05
notes snapshot

Find out more · Bugs and feature requests

Import manager
By drumm on the 3rd of August, 2007

Helps manage a large number of import scripts in a consistent user interface.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-11
notes snapshot

Find out more · Bugs and feature requests

TWikifilter
By mradcliffe on the 1st of March, 2008

TWiki Filter is a set of custom content filters that formats nodes using TWiki style
formatting. This module will help users converting from TWiki to Drupal, or provide
an alternative formatting method for nodes.

TWiki Filter is in development and not yet ready for official release, however it is
usable. Currently bulleted lists, numbered lists, tables (no sorting), headings,
WikiWords, and basic formatting are supported.

December 2008 Update: I am currently rewriting the module to use the theme()
function. Work is slow. Sorry.

TWiki WikiWord support has been added. Webs have been implemented by using
taxonomy vocabulary 'Webs' with unique and mandatory terms for each web.
You can then select a Web for each node. [[Web.Topic][Description]] does not

1662 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

replace Web.Topic with Description, but it does work for [[url][Description]].

taxonomy module is required for Web support. Setup a vocabulary called "Webs"
with unique terms.
pathauto module recommended for the WikiWord filter if you set up Webs. Setup
for node paths: [term-raw]/[title-raw].

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-31
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-May-12
notes snapshot
4.7.x- Download · Release Development
2008-Jun-22
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Term Relation Types


By mh86 on the 1st of June, 2008

This module enables to specify relations


between terms in more detail. For this,
you can create different types of
relations, which can be added to related
terms. It's based on the taxonomy's
term_relation table.
For adding the types to the relations,
you have to use the Taxonomy
Manager.
Additionally, this module contains a feature to show related content, based on the
relation type. (e.g. two terms are related with a so called 'see also' relation, when
viewing the node a block with nodes tagged with the related terms can shown)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-18
notes snapshot

Find out more · Bugs and feature requests

Node Preview by Content type


By dereine on the 17th of June, 2008

This Project allows to set the nodepreview settings per content type.

USAGE

1663 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

1. Install the module.


2. Edit your content type and change nodepreview settings (Workflow section).
3. Changes should be visible on creation new node.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-26
notes snapshot
Download · Release Recommended
5.x-1.0-beta1 2009-Jun-12
notes for 5.x

Find out more · Bugs and feature requests

Autocomplete username
By Dave Reid on the 16th of September, 2008

Adds auto-completion to login forms' username field.

WARNING: You will have to grant anonymous users the 'access user profiles'
permission for this to work. Anonymous users will have access to every users'
username, so use with care.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-16
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

TinyMCE AHAH Integration


By effulgentsia on the 20th of December, 2008

The 6.x-1.1-dev version of the TinyMCE module doesn't work when used in a CCK
text field set to "unlimited" for two reasons. One is that the "Add another item"
button uses AHAH and the tinymce module doesn't handle that well. This module
enables the tinymce module to play well with AHAH. While the most common
AHAH use-case for it is within a CCK field set to "unlimited", this module also
enables tinymce usage in other AHAH scenarios.

The other reason tinymce doesn't work well in a multiple CCK text field is due to
integration problems with drag and drop. This problem is addressed in a separate
module: tinymce_dragdrop.

This module depends on both the tinymce module and the jquery_form_update
module.

1664 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If you're using the Wysiwyg API module for integrating the tinymce editor (or a
different wysiwyg editor) into your website, you may be interested in the Wysiwyg
API CCK Integration module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Dec-20
notes for 6.x

Find out more · Bugs and feature requests

Chords
By usonian on the 21st of December, 2008

The Chords module provides a musical


chord finder/chord builder page for a
variety of instruments.

Requirements

GD module

Usage

After installing the Chords module, the chord finder tool will be located at the path
'chords'. The module provides one permission, 'view chords'.

Credits

The underlying chord-building logic used by Chords was ported from the Scale &
Chord Generator project by Ken Scott (GPL).

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Dec-21
unstable1 notes for 6.x

Find out more · Bugs and feature requests

Zipcode Redirect
By tom friedhof on the 19th of January, 2009

This module redirects users based on a zipcode that is entered on a site. This
module provides a block with a field to enter in your zipcode and then determines
the proximity of the zipcode to zipcodes you have specified in the module
configuration. You can setup any number of zipcodes to check proximity against.

1665 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You also add a URL for the TRUE and FALSE responses in the module settings
page.

This module sets a cookie to remember your zipcode so you don't have to
constantly put in a zipcode whenever you visit the site. Once you put in a zipcode,
say on the front page of a site, you'll never get the "real" front page again,
because it will automatically redirect you based on a cookie that was set to one of
the URL's you specified on the module configuration. This module is also set up so
you don't get sent into a redirect loop if configured improperly, if the block is
placed on a page that was redirected to, the redirect stops and an error is sent to
screen.

You can configure distance in kilometers and miles.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-27
notes for 6.x

Find out more · Bugs and feature requests

Ifbyphone Click-to-Call
By ifbyphone1 on the 6th of May, 2009

This module supports Ifbyphone's Click-to-Call service. Click-to-Call enables


website visitors to enter their phone number in a form, click a button, and call you.
When they click on the "Click-to-Call", both your phone and their phone will ring
and you'll be on the phone together.

This module will let you easily add Ifbyphone's Click-To-Call button to your Drupal
site. You will also need to setup an account with Ifbyphone.

More Details:
About Click-to-Call
Support on PhoneMashup.com
Developer Accounts - Free Signup.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-17
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 260 261 262 263 264 265 266 267 268 … next ›
last »

Page break by AutoPager. Page( 265 ).

1666 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC eCheck.Net
By rszrama on the 21st of May, 2009

The UC eCheck.Net module implements eCheck payments using


Authorize.Net's eCheck.Net service. In order to use this module, you
must have an Authorize.Net account with eCheck.Net enabled. This module defines
a new payment method that collects bank account information on the checkout
form and processes payment upon review order form submission.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-May-21
notes for 6.x

Find out more · Bugs and feature requests

SimpleTest Clone
By jhedstrom on the 3rd of June, 2009

The SimpleTest Clone module allows existing Drupal configurations to


be cloned and tested (rather than the default SimpleTest behavior of
building a test site up from install hooks).

It is meant to serve as a placeholder module until this ability is


backported to Drupal 6.x from 7.x. There are several issues where this
is being pursued:

#448820: SimpleTest extension to clone an existing site, allowing for


test-driven site development
#323477: Tune SimpleTest

This module is supported by OpenSourcery.

1667 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Some very basic usage examples can be found here.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

DBTNG
By mikey_p on the 5th of June, 2009

This is a backport of the Drupal 7 PDO database compatibility layer for use with
Drupal 6 modules.

It is named after the original issue by Larry "Crell" Garfield titled Database Layer:
The Next Generation.

Functionality
You should only install this module if another module instructs you to, as this
module does not provide any end-user functionality.

This module does not override the existing database functionality but makes the
new compatibility layer available under a series of functions identical to their
Drupal 7 counterparts named dbtng_ instead of db_. For example with this
module, use dbtng_set_active instead of db_set_active .

Many new functions for common tasks are named the same as their Drupal 7
counterparts: db_select, db_insert, db_update, db_truncate, db_merge, db_delete,
and db_transaction.

Features
This module allows Drupal to connect to multiple types of databases at the same
time. While Drupal 6 supports multiple types of databases and multiple
connections, it can only connect to 1 type at a time. This module allows different
types to be active at the same time.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2010-Jan-05
unstable3 notes for 6.x

Find out more · Bugs and feature requests

Ubercart Taxes Florida Surtax

1668 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By setfree on the 9th of June, 2009

Description:
This module adds support for calculating Florida
Discretionary Surtax in Ubercart. Florida
Discretionary Surtax is added to the standard
Florida state tax (currently 6%) and limited to the
first $5000 of the order. The Florida Discretionary
Surtax amount is calculated by determining the
delivery county (via zip code) of the order and
adding that county surtax amount to the normal
state tax.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Jan-02
notes for 6.x

Find out more · Bugs and feature requests

Cave Your Trolls


By danielb on the 26th of June, 2009

Shun / Tachy Goes To Coventry / Global


Ignore / Cave Your Trolls

This module allows administrators to hide a users


posts from all other users. This is an effective
strategy for dealing with troublesome users as it
discourages attempts to evade bans.

Caving User Accounts


Simply check the 'cave' checkbox on the user's account page. (This method is
flawed as user can log out and see that their posts are removed)

Caving IP addresses
You need the Troll module to blacklist the user's IP addresses for Cave. (Currently
only hides nodes/comments created after this module was installed)

Known issues: Node still visible if directly accessing node's path, Comment count
not adjusted correctly. If using the Troll module for something already (i.e. for
banning), you cannot keep a seperate list of Caved IPs.

If you would prefer to actively aggravate your trolls try the Misery module.

Version Date Links Status

6.x-1.0-beta4 2009-Sep-11 Download · Release Recommended

1669 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes for 6.x

Find out more · Bugs and feature requests

Mentions
By Deciphered on the 16th of July, 2009

The Mentions module offers Twitter like functionality, recording all references to a
user's username - using the [@username] or [@#uid] filter format - from
various locations, providing a centralized page to track all mentions.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

FeedAPI Data
By alex_b on the 16th of July, 2009

Deprecated module. Use Feeds instead


of FeedAPI + FeedAPI Data for
aggregating into Data tables.

FeedAPI Data is a FeedAPI processor


plugin for storing feed items. You can
use it as alternative to the default
processor FeedAPI Node.

It uses Data module for storing feed items, and Feed Element Mapper 2 for freely
configuring which feed elements to store as what field type.

Feed items are stored in single row records dynamically allocated by Data
module.
Which elements of feed items to store can be configured on UI.
Data module generates Views integration.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-28
alpha2 notes for 6.x

Find out more · Bugs and feature requests

1670 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Link Jump
By effulgentsia on the 29th of July, 2009

This module lets you display a multi-valued link field as a select list (drop-down
menu) with a GO button. This is commonly desired for library websites, for letting
a user navigate to an external database. Once this module is enabled, go to the
"Display fields" tab of the content type with the link field you want to display this
way, and select "Dropdown with GO button" as the desired display. If this isn't an
available option, try emptying the Drupal cache (admin/settings/performance --
the "clear cached data" button at the bottom). I'll have this fixed for RC2, so you
won't need to do that.

This module uses the Jump module to render the select list and go button. This
module simply provides a connection between the jump module and a link field.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jul-29
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy term lock


By pounard on the 7th of August, 2009

Taxonomy term lock adds a permission for each vocabulary, this permission allow
users which does not have the "administer taxonomy" permission to add and
reorder terms for this vocabulary.

Users with "administer taxonomy" permission will be able to lock some terms,
prevent editing and prevent node to be tagged with those terms.

Locking is an optional feature, you can just use the module to assign individual
administer terms for vocabulary N permissions (N is the id of that vocabulary,
permissions strings uses the vid in order to ensure consistency if vocabulary name
changes).

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Aug-12
notes for 6.x

Find out more · Bugs and feature requests

Domain Meta Data


By nonsie on the 11th of August, 2009

1671 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Provides meta tags for individual domains by integrating Nodewords and Domain
Access modules. At the moment only provides keywords and description settings.

Current version works with Nodewords 6.x-1.1 and 6.x-1.2 version!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-25
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 261 262 263 264 265 266 267 268 269 … next ›
last »

Page break by AutoPager. Page( 266 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Yelp Search Results


By mikemiles86 on the 13th of August, 2009

This Module uses the Yelp API to display search


results in a block on your site.

The module creates a new block ('Yelp search


results') which you can place on your page from the
block administer section.
(Administer > Blocks).

For individual site pages (nodes) you can specify


settings for the Yelp block (Block title, location,
search radius, maximum number of results and which Yelp categories to search
from).

1672 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For example you could display the 5 best rated Hotels near you on one page, and
the 10 best bars near you on another page.

Initially the module will just display photo, name, rating, address & phone for each
search result. The display of search results is completely themable and provides
you with alot of information you can display (such as reviews, longitude & latitude,
etc..) for a complete listing of variables available to you open 'yelp-
business.tpl.php' and view the comments.

You need a Yelp API key to use this module (can get for free from
http://www.yelp.com/developers/getting_started/api_access)
If you have a very high traffic site, the module might stop working (yelp
allows you 10,000 API calls per day).
Per the Yelp API Terms of Use, you have to display the Yelp logo along with
your results (the only part that is not themable.)

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Sep-17
notes for 6.x

Find out more · Bugs and feature requests

OG Member Import
By dgtlmoon on the 29th of September, 2009

Similar to User Import Organic Groups but with less dependencies.

Alllows you to mass add (subscribe) user's to a group by pasting email addresses
into a textarea.

User's that do not exist by that email address are created and assigned to that
group.

Provides a menu tab when viewing the group if you hold the correct permissions.
(administer own group members)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-29
notes snapshot

Find out more · Bugs and feature requests

Inject

1673 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Jochen Wendebaum on the 8th of October, 2009

Attention, please read before


using this module!
As this module allows for inserting your
own code unfiltered and unhandled by
Drupal, it does allow for security
breaches which are beyond the security
means of the Drupal software, meaning
that this module allows bypassing all the
safety features of Drupal.

There are other modules offering the functionality you might be looking
for here:

Adding Meta-Tags: please use the Nodewords-Module


Adding Canonical URLs: please use the Canonical URL-Module
Adding some code into the footer: just add a block, add your code
and place the block into the footer region.

So please use this module only if you are absolutly sure that other
modules don't upfill your needs.

This module allows the "injection" of administrator defined code into your pages,
without having you to fiddle around with template files. It features the adding of
code into the header (between the <head></head>tags) and into the footer just
before the </body> tag.

This is done using the drupal_set_html_head() function and the inject_footer()


hook.

Security note
Version Date Links Status
Download · Release Recommended
6.x-1.0 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

OG User Roles Access


By miro_dietiker on the 24th of October, 2009

OG User Roles Access (OGURA) extends OGUR 4+ (OG User Roles) and introduces
group roles specific node access realms.
Thus you can specify assign group specific roles to a user and have per content
type specific access permissions.

This module overrides og_subscriber realms (on request) and further limits

1674 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

permissions instead of granting more permissions.

(Compatibility to OGUR before version 4.0 has not been tested and is not subject
of this project.)

Parts of this functionality might be integrated in OGUR one day...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-25
notes snapshot

Find out more · Bugs and feature requests

jQuery Carousel Output Method for Gallery API


By ershov.andrey on the 10th of December, 2009

This module provide jQuery Carousel output


method for Gallery API.

More description coming soon...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-11
notes snapshot

Find out more · Bugs and feature requests

Node Reminder
By indytechcook on the 19th of December,
2009

The node reminder allow for you to


recieve an email at a desinated time
period of time. This module is based
upon the code from Post Reminder.

Features
Allow Reminders per content type.
Template for email Subject and Body with Tokens integration.
Views integration.
Actions Integration.

1675 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can make an administration page using Views Bulk Operations.

How the Node Reminder module works


You can set one reminder for any node of the allowed content types.
The reminder is set on the node form.
The email address is defaulted to the current user.
Once the email is sent, then the reminder is deleted. A new one can be set at
any time by editing the node.
The reminder can be changed by editing the node.

This module is sponsored by Tree House Agency

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Dec-22
notes for 6.x

Find out more · Bugs and feature requests

Custom Publishing Options


By arcaneadam on the 20th of January, 2010

This module allows you to create


custom publishing options for nodes. It
allows you to add to the default options
of Publish, Promote to Front Page, and Sticky. It also ingrates with views to allow
you add as a field, sort and filter by, your custom options.

Sponsored By

Me (Adam A. Gregory) and Masonry Media A full service Ad agency that develops
on Drupal.

Donate
Donate to the maintenance of this module

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

FileField Private Downloads


By Alan D. on the 3rd of February, 2010

1676 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

An experimental module to enable true private downloads for Drupal 6.

If you simply require .htaccess protection read the handbook page here:

Restrict specific folders from public download (via .htaccess)


Drupal Handbook - http://drupal.org/node/540754

Or try one of the following private downloads related projects

Private Upload: http://drupal.org/project/private_upload


Private Download: http://drupal.org/project/private_download
Protected Download (Drupal 5): http://drupal.org/project/downld

From Drupal 7, both private and public downloads will be supported by core.

Find out more · Bugs and feature requests

Theme settings extras


By andrewmacpherson on the 12th of February, 2010

This is an experimental project to explore usability


enhancements for Drupal's theme settings page.

It currently comprises two modules:

Theme settings UI extras simplifies the logo and


shortcut icon by using radio buttons instead of
checkboxes. Custom path and file upload elements
are hidden unless needed.

Theme settings vertical tabs arranges the theme settings fieldsets in a neat
vertical tabs layout, complete with summaries. (Depends on the Vertical tabs
module.)

Both modules can be enabled or disabled at will without affecting the stored theme
settings.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

Dropbox Integration
By deviantintegral on the 15th of March, 2009

This module allows users to have a "Send file" page where users can send a file

1677 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

directly to their Dropbox account. It will also contain additional API functions as
Dropbox makes them available.

For paid customization of this module, contact Andrew Berry.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-31
notes snapshot
Download · Release Recommended
6.x-1.6 2010-Mar-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 262 263 264 265 266 267 268 269 270 … next ›
last »

Page break by AutoPager. Page( 267 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CSS Embedded Images


By jcarnett on the 1st of March, 2010

CSS Embedded Images replaces image URLs in aggregated CSS files with
embedded images using data URI schemes. This can greatly reduce the number of
page requests necessary to load a page, especially in graphics-heavy themes, by
including image data along with aggregated CSS files. Embedded images are
supported by most modern browsers, and the module includes logic to work
around browsers that do not have support. It is compatible with core performance
features, including page caching, as well as other contributed modules, such as
CSS GZip and Boost.

Version Date Links Status

1678 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Mar-01
notes for 6.x

Find out more · Bugs and feature requests

Meez Integration
By greggles on the 5th of January, 2007

This module provides integration with the Meez


avatar/profile site. Meez is a system for creating a
centralized avatar that you can use on multiple sites. Visit
http://www.meez.com/ for more details.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-11
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Dec-22
notes for 5.x

Find out more · Bugs and feature requests

Geobrowser
By phayes on the 30th of October, 2007

Geobrowser is a module for browsing drupal's spatial information. It provides a


google maps powered interactive viewer for location enabled nodes.

An example implementation of the geobrowser module can be seen on


http://mapping.uvic.ca

Features Include

Scalability to thousands of nodes


Custom icons based on node taxonomy
Layers (based on taxonomy) that can be turned on and off by the user as
they browse the map.
Hierarchical (nested) layers.
Support for multiple simultaneous vocabularies (meta-layers).
Icon viewing priority via fivestar module. When the map would normally

1679 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

clutter, geobrowser prioritizes certain nodes for viewing and only shows lower
priority nodes when the user zooms in.

Contact:
For more information about the Geobrowser module, or to arrange help setting up
your own implementation, please contact Patrick Hayes of MapsWest at
patrick.d.hayes [at] gmail.com.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-07
notes snapshot

Find out more · Bugs and feature requests

Node Color
By draco2002 on the 6th of March, 2008

Node Color / node_color

Sorry for the vague module description and bare bones code.
A couple of people at Drupalcon Boston wanted me to push it out so they could use
it on their sites while i finish it.

I'll update the code/screenshot and description shortly.

Mainly right now you can set a color in the content type edit page and in the edit
term page for taxonomy. Then in your theme you can use the exposed function to
set a background color or anything else you need with that color. The example
given in the readme allows you to over ride the month view of the event calendar
and assign colors to the taxonomy or content types. A bug/feature in the event
module i'm putting an issue in for is that taxonomy doesn't work currently for multi
day.

An example can be seen here : http://cmes.hmdc.harvard.edu/event

if you click the "color key" link it displays a popup with the taxonomy list and their
associated color.

There will be more documentation,examples,features to come soon.

-------------------------------------

Node Color is a helper module that allows themers and developers to assign colors
used to display nodes on their site

What it currently does:


Allows assigning color by Taxonomy
Allows assigning color by Content Type
Displays assigned color on the event calendar

1680 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Exposes node_color_get_color($node) which gets the color

To Do :

Find out more · Bugs and feature requests

WeatherFacti -- from a weather.com xml feed


By Abandoned Projects on the 22nd of April, 2008

Note: As of 2010/01/29, this module appears to no longer be supported.


If you are interested in taking this module over, or you as the module
maintainer feel this message has been posted in error, please reply to
#360213: WeatherFacti seems abandoned .
If you are looking for a module with the same purpose, see Weather.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2008-May-06
notes for 6.x

Find out more · Bugs and feature requests

pgapi - Payment Gateway API


By gor on the 31st of May, 2008

PGAPI - was built for unification purchases (or payments) through diffirent
payment gateways. Currently, it supports purchases (or payments) through
- paypal
- linkpoint
- RBK Money
- webmoney
- roboXchange
- Account balance peer drupal user payment gateway systems.

Also, simple module pg_simplepay is included in the package. This module takes
payment from pgapi and allowes users to view full node content. Simplepay will be
available here

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta4 2009-Nov-25
notes for 6.x

Find out more · Bugs and feature requests

CiviRegister

1681 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By matt2000 on the 21st of August, 2008

There is a current limitation of CiviCRM that contact matching rules are not applied
to contacts created via profiles injected into Drupal's User Registration.

So this module was written in order to redirect from Drupal's Registration form to a
designated Profile instead, essentially handing the task of creating users to
CiviCRM instead of Drupal (though drupal's user_register form is still processed in
the background). This allows full Contact matching rules to be observed.

In short, if you don't use e-mail address for matching, and you keep
getting duplicate CiviCRM records from Drupal Account registrations, and
don't know why, you probably need this module.

Module minimally requires Drupal 5.x and CiviCRM 1.8+. Tested with MySQL
database only. Note that it is still dependent on CiviCRM's contact matching code,
which has improved greatly over time, so matching will be more effective in more
recent version.

To minimize required configuration, the module will select your first Profile
designated for 'User Registration' as the Account Registration form, and will set the
required settings for you. However, you are free to select any User Registration
Profile you wish to use at admin/user/settings .

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Apr-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Aug-21
notes for 5.x

Find out more · Bugs and feature requests

Tar - Archiver / Download Utility


By tjholowaychuk on the 26th of September, 2008

Utilizes the tar program to archive files or directories, optionally presenting


archives for download. ( This is an API, do not download other than for
development or as a requirement from other modules)

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-26
notes for 6.x

Find out more · Bugs and feature requests

Site Country

1682 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By stella on the 11th of November, 2008

This module enables users to set a default country for their site at "Administration
> Site configuration > Site Information". It is intended primarily to be a helper
module for other modules needing to implement country specific settings, e.g. date
formats, number formats, etc.

#333156: Add ability to configure site default country is an issue to introduce this
functionality into Drupal core.

Development of this module was sponsored in part by CivicActions.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-13
notes snapshot

Find out more · Bugs and feature requests

HTPasswd Sync
By m.fu on the 16th of March, 2009

The HTPasswd Sync module let you synchronize a htpasswd and a htgroup file with
drupal user database.

The purpose of this module is to let you protect folders outside drupal directory
structure with an htaccess file. And then to manage users from Drupal.

The password will be synchronized when the user is created or he changes his
password. I will not "guess" password of user allready registered.

Support both standard crypt hashing and crossplatform SHA-1.

Version Date Links Status


Download · Release Recommended
6.x-1.4 2009-Nov-03
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 263 264 265 266 267 268 269 270 271 … next ›
last »

Page break by AutoPager. Page( 268 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their

1683 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node theme
By Abandoned Projects on the 16th of April, 2009

Note: As of 2009/10/29, this module appears to no longer be supported.


If you are interested in another module with the same purpose, see
ThemeKey.

Adds ability to change theme for specific node.

Find out more · Bugs and feature requests

LiveJournal Sync
By noelbush on the 3rd of May, 2009

This module synchronizes LiveJournal entries and comments from a LiveJournal


account to a Drupal site. It can be considered complementary to LiveJournal
Crossposter. It integrates well with ljxp, and avoids re-copying entries that were
crossposted from your site to LiveJournal by ljxp.

When copying comments to your site, this module will automatically create new
openid-based user accounts for the LJ users who left the comments. It also copies
their current LJ userpic to your site.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-27
notes for 6.x

Find out more · Bugs and feature requests

Anatoa - together against profile fraud

1684 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By anatoa on the 6th of May, 2009

Anatoa - together
against profile
fraud!
Tired of fake user profiles set up to scam,
spam and defraud your legitimate
members? Anatoa is a collaborative
attempt to solve this problem. Our service
allows new users to be checked against
our proprietary fraud detection system
which is powered by feedback from all our participating sites. If a scammer has
tried his tricks on one of "our" websites, we will know who he is and put many
measures in the way of his continued activity on other websites which use our
service.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-06
notes for 6.x

Find out more · Bugs and feature requests

Apache Solr Service


By aufumy on the 20th of May, 2009

Return search results from apache solr module through services.

This module was created as suggested http://drupal.org/node/459334

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-15
notes for 6.x

Find out more · Bugs and feature requests

Registration Role Keys


By Alan D. on the 20th of May, 2009

Since there are far too many modules implementing partial functionality of this
module, and the slow uptake (~40 users or 0.01% of Drupal sites), I have decided
to declare the end of the road for rolekeys.

Here are some alternatives

To assign a role on registration try

1685 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Core actions can easily handle this


http://drupal.org/project/autoassignrole
http://drupal.org/project/registration_role

To allow a user to choose a role on registration


http://drupal.org/project/user_selectable_roles

To provide a role using a key during registration


http://drupal.org/project/regcode

Memberships (not covered by rolekeys!)


http://drupal.org/project/ubercart

To allow role assignment via "My account" area


http://drupal.org/project/autoassignrole

Also
http://drupal.org/project/og_joinrole
http://drupal.org/project/civimember_roles

Older modules
http://drupal.org/project/user_autorole (5.x)
http://drupal.org/project/rolesignup (5.x & unpublished)

Hopefully someone will be able to unify this mess.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-21
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-May-25
notes for 5.x

Find out more · Bugs and feature requests

Reset password page


By doq on the 22nd of May, 2009

Remove "Reset password" page.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-May-22
notes for 6.x

Find out more · Bugs and feature requests

oEmbed

1686 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By voxpelli on the 13th of June, 2009

This module will allow your Drupal site to embed content from other oEmbed-
providers as well as for the site to become an oEmbed-provider itself to enable
other oEmbed-enabled websites to easily embed your content.

Version Date Links Status


Download · Release Recommended
6.x-0.5 2010-Feb-21
notes for 6.x

Find out more · Bugs and feature requests

ForexFeed
By ForexFeed on the 9th of August, 2009

The ForexFeed module provides a centralized API for


FOREX (Foreign Exchange) rates with data retrieved
by the ForexFeed.net PHP data API.

Version 2.x has been refactored to provide a general


purpose realtime data API for FOREX, Currency cross
rates, conversions as well as Precious Metals (Gold &
Silver). This module doesn't provide any user facing
functionality on it's own, it is designed to be used by
other modules that need access to realtime currency and metals data.

For developers, this modules provides easy access to live Bid+Ask ("Tick data"),
Open,High,Low,Close (OHLC) data series, and true real-time Currency conversion
functions. Due to the use of Realtime currency data, the currency conversion
functions provided by this API deliver much more accurate results compared to
other options (which may be significantly out of date),

Other modules depending this module:


http://drupal.org/project/forex_feed_ticker

Version Date Links Status


Download · Release Recommended
6.x-2.1 2009-Oct-06
notes for 6.x

Find out more · Bugs and feature requests

OG Mailhandler
By xurizaemon on the 22nd of September, 2009

This module is for sites combining Organic Groups and Mailhandler modules.

Currently these two modules have some points of difference, and the

1687 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

og_mailhandler module aims to provide interoperability between the two.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-25
notes snapshot

Find out more · Bugs and feature requests

Quiz raffle
By meba on the 8th of October, 2009

Quiz raffle module allows quiz admins to draw random winners from quiz
takers. Winners are picked using random permutations algorithm. You can
choose how many winners to generate with a minimum score.

Requirements:

Quiz module
CCK

Authors

Module developed by Dynamite Heads. We are available for custom modifications


(info@dynamiteheads.com).

Follow us on twitter! @dynamiteheads

Random permutations code by Jan Zaruba, thanks!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 264 265 266 267 268 269 270 271 272 … next ›
last »

Page break by AutoPager. Page( 269 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

1688 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart Make an Offer


By compujohnny on the 27th of December, 2009

This module allows users to make offers on


ubercart products

It has the following features:

It provides a checkbox in the product node


edit form that allows users to add the Make
an Offer button to an existing product, the
Make an Offer button is placed next to the
Add to Cart button
It also replaces the Add to Cart button for zero priced products with the Make
an Offer button
When the user clicks on the Make an Offer button, an Ajax popup appears
where he can enter his name, email and phone number followed by his offer
When the user clicks send, an email is sent to the site's main email with the
Product information, Offer and Customer Information

If you want to remove the occurrence of the zero price at all you can add the
following code to your theme to replace the $0.00 sell and list price with a Call for
price using the following code (using the marinelli theme as an example)

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

Activitystream Foursquare
By kylebrowning on the 14th of January, 2010

Provides integration for foursquare.com into Activity Stream

Version Date Links Status

1689 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

Touch Icons
By andrewmacpherson on the 20th of January,
2010

The Touch Icons module allows site


administrators and themers to specify
icons for use as Web Clip bookmarks on
the homescreen of an iPhone or iPod
Touch.

Extra theme settings are provided so that


iPhone/iPod Touch icons can be
configured for each theme, similar to the
logo and shortcut icon settings provided by Drupal core. The module comes with
default Druplicon touch-icons which complement Garland's blue look.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-09
notes snapshot
Download · Release Recommended
6.x-1.0-beta4 2010-Feb-19
notes for 6.x

Find out more · Bugs and feature requests

Read and Understood


By pobster on the 22nd of January, 2010

This is a simple module which displays a checkbox below nodes


(specified by content-type) to allow users to accept that they've
"Read and Understood" the content of the node.

Configurable text for all form elements


"No return" option so users are locked into their agreement
Graceful fallback if js is disabled
"Pretty checkbox" option to display styled graphic checkbox
Integrates with Views

This module is sponsored by Red Bee Media

1690 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-23
notes for 6.x

Find out more · Bugs and feature requests

Context Reaction: Theme


By brynbellomy on the 5th of February, 2010

Allows the Context module to change the theme of the site. 1.x is for use with
Context 2. 2.x is for use with Context 3.

Version Date Links Status


6.x-2.0- Download · Release Recommended
2010-Feb-17
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Second Life framework


By kbahey on the 28th of November, 2007

This module is a simple Second Life framework, allowing objects inside Second
Life, written in LSL script, to interact with applications on your Drupal web site,
and do neat things.

To discuss this module, and other aspects of Drupal and Second Life integration,
you can subscribe to this group.

Requirements
This module requires Drupal 5.x, and PHP 5.1.x.

Installation
To install this module, Upload or copy the the entire secondlife directory and all its
contents to your modules directory.

Configuration
To enable this module go to Administer -> Site Building -> Modules, and enable
second life.

Developing for Second Life


Second Life objects are written in a language called Linden Scripting Language
(LSL). For more on how to use this language, refer to this wiki
http://wiki.secondlife.com/wiki/LSL_Portal.

1691 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

A good tutorial on LSL can be found in this Dr Dobbs Journal article using the
Linden Scripting Language.

The Second Life framework Drupal module interfaces with Second Life using the
llHTTPRequest() function.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-13
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Mar-08
notes for 5.x

Find out more · Bugs and feature requests

SimpleTest automator
By cwgordon7 on the 16th of September, 2007

This module automates the process of creating SimpleTests by recording manual


testing to a SimpleTest. Features include:

lets you create a user with given permissions,


switches you over to be that user,
records the links you click (and other pages you visit),
saves form submissions into a file,
adds assertions made from the content of the result -- not the blocks, just
the content itself.

This module was originally written by chx.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-May-25
notes snapshot
Download · Release Recommended
6.x-1.0-beta2 2007-Dec-25
notes for 6.x

Find out more · Bugs and feature requests

Node Info
By nedjo on the 17th of October, 2007

Displays post information as part of full node views. So far the options are to
display created and updated time and author. This may be useful for sites not
using the standard "submitted" data for a particular node type. Displays only on

1692 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

full node views.

To use, navigate to a content type configuration page. Under "Display options" in


the Workflow fieldset, check the desired information to display. These options are
particularly useful if you choose to disable the "Display post information on" option
for this content type in the global theme settings but still wish to display selected
information, e.g., the time posted or updated.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Nov-26
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Nov-25
notes for 5.x

Find out more · Bugs and feature requests

MARC
By aaustin on the 18th of December, 2007

MARC is the standard format for bilbliographic records for libraries. (More about
MARC: http://www.loc.gov/marc/)

This module allow you to import MARC records as nodes, to do things like
pre-populating book review sites or even recreating your library's catalog in a rich
social environment.

Do not download or update your site with the 5.x-dev version.I am


currently having some learning pains with CVS, I have managed to replace the
Drupal 5.x-dev version with code for Drupal 6. I will try to fix this. However, the
Drupal 6 version is much nicer and you will want to use that version moving
forward.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Jun-13
notes for 6.x

Find out more · Bugs and feature requests

Indymedia IMC Alba


By tomm on the 26th of February, 2008

Note: The code on CVS here is out-of-date. Please use the repository on
github.org: http://github.com/tomm/drupal-indymedia-alba/tree/master

A set of modules intended to make drupal more suited to an open publishing


website such as Indymedia. Modules include:

1693 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Imceditor: allows editors to hide posts and state why, and to vote for articles for
promotion to the front page.
Newswire: shows non- front page articles and hidden articles, so that the
moderated open-publishing can be transparent.
Dadamigrate: Imports articles from the legacy Indymedia CMS 'Dada', and sets up
redirects so old urls are not broken.
Article: A node type which permits all users to view hidden articles. Necessary for
transparency.

If used to create an Indymedia site, you might want to use the Indymedia Cities
module as well: http://drupal.org/project/indymedia_cities

There is an Indymedia install profile that makes use of this module. You
can find it at http://drupal.org/project/indymedia_alba

Version Date Links Status


Download · Release Recommended
6.x-1.5 2009-Jan-17
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 265 266 267 268 269 270 271 272 273 … next ›
last »

Page break by AutoPager. Page( 270 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mailbuild

1694 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By benkant on the 12th of March, 2008

Merged with Campaign Monitor


The Mailbuild.com service has merged with the
CampaignMonitor.com service so please see the
CampaignMonitor module.

__________________________________________________________

The mailbuild module integrates the popular Mailbuild email newsletter service with
Drupal.

It works by using a Mailbuild API key to make remote calls to the Mailbuild service.
The administration section allows you to create 'subscription blocks' by using a
Mailbuild List ID key.

End users can then subscribe to your Mailbuild lists via these 'subscription blocks'
on your Drupal site without ever leaving the site.

This module was built by Spoon Web Design.

Find out more · Bugs and feature requests

Ubercart Text Based Best Sellers Blocks


By drupalhizmetleri on the 19th of June, 2008

1. Displays 10 best sellers items as a text within a block. When mouse over
occurs on an item an image of the product is displayed form imagecache
product_list
2. Has an additional block that uses the somewhat evil tag to show a small
block that scrolls through the top ten sellers. Added by Frank Carey
http://www.gamefacewebdesign.com

Currently module is in development and need javascript/css help for better display.
The image is not positioned very well and in some cases and the image is blinking.

appreciate any help.

Developed By http://www.drupalhizmetleri.com

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-24
notes snapshot

1695 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Jun-19
notes for 5.x

Find out more · Bugs and feature requests

Endless Page
By asund on the 5th of November, 2008

A module for creating an AJAX content


display - loading new content as you
scroll to the bottom of the page. Much
like ie Google Reader. You can see the
module in action on my blog (Som
might find the blog NSFW).

Requirements
The module uses jQuery, and requires the jQ module.
For views integration, you will need Views 2.1 or newer.

How to use the module

Without the Views integration

Simply call the endless_page_create() function, and define an array of node IDs to
use.

With the Views integration

In the settings of your view, choose Endless View as you style plugin. You should
set Items per page to 0 if you want the page to be truly endless.

Example use
This is an example on how to use the module without Views. More examples are
included in the endless_page.module file.

<?php

// Get all nodes of type Story with status published


$result = db_query(db_rewrite_sql("SELECT nid FROM {node} WHERE status = 1
AND type = 'story' ORDER BY nid DESC"));

// Add all nodeIDs to an array


$nid = array();
$i = 0;

1696 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

while( $n = db_fetch_object($result) ) {
$nid[$i] = $n->nid;
$i++;
}

// Create the endless page using default settings


return endless_page_create($nid);
?>
Find out more · Bugs and feature requests

Jquery Bidi
By alaa on the 10th of December, 2008

uses Jquery to automatically set directionality attributes of HTML elements based


on first strongly directional letter in the element.

useful when you mix RTL and LTR languages in one website.

Project sponsored by Translate.org.za

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-07
notes for 6.x
Download · Release Recommended
5.x-1.1 2010-Feb-07
notes for 5.x

Find out more · Bugs and feature requests

Authorize.net payment gateway for e-Commerce


By gordon on the 3rd of February, 2009

This module provides Authorize.net integration to e-Commerce for credit card


payment services.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-25
notes snapshot

Find out more · Bugs and feature requests

Ubercart ServiceObjects.com Taxes


By ankur on the 13th of February, 2009

This module allows you to use the ServiceObjects.com DOTS FastTax web-service
with Ubercart. The web-service uses the customer's city and state/territory to

1697 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

determine the tax that should be applied. The configuration allows you to decide
whether or not to apply a tax per product, per state. Finally, the module also
allows you to configure which states also require a state sales tax on shipping.

Please see the README for more details.

This module was sponsored by ISL Consulting (http://islco.com) and Clearmetrics


(http://www.clearmetrics.com).

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Aug-28
notes for 6.x

Find out more · Bugs and feature requests

File Relations Server


By Justin Miller on the 2nd of March, 2009

This module allows access to nodes with attached and related files, as well as
access to file node contents, via a WebDAV metaphor similar to File Server. The
user can browse all files existing in the system by file MIME type, attached- or
related-to node type (e.g., event, story, etc.), and attached- or related-to node
parent group. Group browsing additionally supports OG Vocabulary integration,
which browses by group taxonomy to find attached- or related-to nodes.

For a faster understanding of this module, please see the original author's
presentation from Drupalcon DC, available here.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Mar-02
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Suppress Teasers
By Jay Matwichuk on the 23rd of April, 2009

Concept
The current Drupal core defines two content types, page and story. Anyone with
'access content' permissions is able to see both the nodes these content types
define, as well as the teasers that they provide.

When creating modules that define new content types, the developer sets 'view'
permissions inside hook_access(). However, this hook is not called when rendering
teasers, and as a result, users who do not have permissions to view the node itself
(but do have 'access content' permissions), will still be able to view the teaser for

1698 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the node. This can be a risk to the security of the data on your site, as users may
be able to see content of nodes that they shouldn't be able to see.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jul-06
notes for 6.x

Find out more · Bugs and feature requests

email2image
By dalkire on the 1st of May, 2009

This module creates an image of a user's email address given the uid. It can be
used in views, for example, to list users' email addresses as images instead of
plain text, which can be picked up by bots for spamming.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-02
notes snapshot

Find out more · Bugs and feature requests

Ubercart Donation Incentives


By ryan_courtnage on the 13th of May, 2009

Ubercart Donation Incentives allows a


store owner to apply donation
incentives to products.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-May-21
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 266 267 268 269 270 271 272 273 274 … next ›
last »

Page break by AutoPager. Page( 271 ).

Modules

1699 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Webcam trigger
By itarato on the 26th of May, 2009

Webcam trigger is a trigger:) It gives


you a page showing your webcam. If
the cam recognizes a pattern (which is
currently the Druplicon logo) it fires the
trigger. You can assign any actions to
it. It ships with a built in action that
logges in with a given account and
redirect to a custom page.

Installation
Enable modules on admin/build/modules/list page
Create action(s) for the trigger:
"Login with a user"
"Redirect to URL"
Assign action to the trigger on the admin/build/trigger/webcam_trigger page
Create a menu item pointing to webcam page with the url of:
webcam_trigger
Don't forget about the permissions: webcam trigger access
That's it. Print out the webcam_trigger.pdf file (states in the module's
directory), load the url: YOURSITE/webcam_trigger and concentrate:)

Customizing
[Actionscript source in cvs!]

Custom page

Edit the webcam_trigger_page.tpl.php

Custom pattern

If you are interested in this technology there are some blog posts:

1700 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Mikko Haapoja: http://www.mikkoh.com/blog/?p=182


Lee Brimelow: http://gotoandlearn.com/play?id=105
The main AIR application that makes patterns:

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-May-26
notes for 6.x

Find out more · Bugs and feature requests

Translate Core Labels


By noelbush on the 27th of May, 2009

The labels for the "Title" and "Body" fields (whatever you decide to label them for a
given content type) do not get translated in node.module or node.pages.inc. This
tiny module takes care of that, passing the labels through t().

According to the developer of the i18n module, a future release of that module will
address this issue, making this very simple module unnecessary (see
http://drupal.org/node/149349#comment-1181176).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-May-27
notes snapshot

Find out more · Bugs and feature requests

Entrez Database Import


By Stefan Freudenberg on the 5th of June, 2009

This module allows to import PubMed articles by ID and by Search term into the
biblio database. Moderated mass retrieval per Batch API and cronjob as well as
automatic updates in cron makes it a valuable addition to the biblio module.

Built mostly by agaric on behalf of the Science Collaboration Framework.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-16
notes for 6.x

Find out more · Bugs and feature requests

Striptags Formatter
By nickurbits on the 12th of June, 2009

1701 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module provides a lightweight field formatter that strips all X/HTML from a
text or link field to ensure it is only the text.

This module is a good solution for following issues, possibly others


too!.

Often when displaying content with Views using the teaser format type
(especially when you're also using WYSIWYG editors) HTML can be
invalidated and break your theme by only displaying the opening HTML tags.
Simply enable the 'Strip HTML' display type in your node type display settings
to fix this.
You may also want to have no styling on lists or teasers, but have it on the
full node page.

Note that views does have a filter of this sort buried within the field display settings if you have selected
the 'Table' or 'Unformatted' display type. Once you have highlighted the field, select 'Trim this field to a
maximum length', and select the 'Strip HTML from display' checkbox.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Dec-01
notes for 6.x

Find out more · Bugs and feature requests

Media: YouKu
By junedkazi on the 30th of June, 2009

This is a provider file to integrate Youku with Embedded Media Field.

Youku is one of the famous online video site in China.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-01
notes snapshot

Find out more · Bugs and feature requests

SugaronDrupal: Drupal connector for SugarCRM


By ilo on the 12th of July, 2009

SugaronDrupal provides the connection link between the SugarCRM and Drupal
applications. With this set of modules Drupal could be set as a Self Service portal
for a company customers, or serve as a lead capture engine of the website users.
Within the scope of this project you will find two kind of modules providing a very
good level of integration: for the Drupal site, to be able to understand and feed the

1702 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

SugarCRM information and for the SugarCRM site, to be able to query the Drupal
site about information.

These modules will be an extension and mature version of the sugarondrupal


concept code published at sugarforge. Promising features will be:

Convert any Drupal site in a Self Service portal. Customers will be able to
communicate and share information with the company using a fashioned and
sexy web.
Use your current Drupal site to capture leads, through registration,
subscription or many other user actions.
Convert any Drupal content in a campaign or oportunity and track its status
in SugarCRM
Even more sexy features to be revealed soon

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-09
notes snapshot

Find out more · Bugs and feature requests

Block Description
By nvanhove on the 13th of September, 2009

The blockdescription module allows users to input a


description at a block detail page, and is displayed on the
blockoverview page. This can be useful when you've got a lot
of blocks which name you can't control or don't want to
change, for example with Views or Nodeblock.

The 2.0 release contains an experimental interface for the


Context module.

Sponsored by Colours

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-13
notes for 6.x

Find out more · Bugs and feature requests

Node Agreement
By infojunkie on the 10th of November, 2009

This module is useful to publish nodes that require an agreement to be signed by

1703 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

each user before they can access the content. Examples of agreements include
Non-Disclosure Agreements, End-User License Agreements, etc. Nodes of any type
can be protected by agreements, and each node can have its own specific
agreement.

QUICKSTART GUIDE
Create a new content type to hold the agreements (e.g., Agreement).
Open the admin settings (admin/settings/node-agreement) and select the
content type you just created.
Create a new node of type Agreement and write the terms of the agreement.
Create a new node of any type and click the Agreement tab. You'll get a list
of available agreements - just the one created above, so go ahead and select
it, then submit.
Try to access this new node: you're first shown the agreement to accept
before you can access the node.

CREDITS AND SPONSORSHIP


Sponsored by AdHack. Some patches sponsored by Aviisha Medical Wellness
Institute. Thank you for your generous support.

If you feel this module is useful to your business, please consider the following:

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-24
notes snapshot

Find out more · Bugs and feature requests

Node import via cron


By dealancer on the 25th of November, 2009

Allows user or bot to add new or update


existent data for specified tasks in
theirs files and then process it via cron
by Node import module. It may help if
you want to automatize data import.
Module works in several modes:

Imports only new data, which was


appended to the file.
Imports all data from the beginning of the file.
Updates imported data (deletes old nodes and imports all data again from the
beginning of the file).

Ability to change number of rows to import on cron run is added in settings page.

1704 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By default it equals to 25.

Instructions

This module is very simple to use, you need to:

1. Add new task.


2. Select type of forced import in cron.
3. Save configuration.
4. Append new or modify existent data it in the file assigned for the task.
5. When cron is run data will be processed as the way you have configured.

CCK File Field preprocess

If you would like to import nodes with CCK File Fields, you have to manually move
the files at their final location before importing. This function will move your files to
their final location before the import process.

This is how it works:

you have a node with a file field, which is stored in"files/nodefile" folder;

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Feb-27
notes for 6.x

Find out more · Bugs and feature requests

Vimeo
By Starnox on the 3rd of February, 2010

This is not an official module, and we


have no affiliation with Vimeo.com.

Introduction:

Don't confuse your end users by asking


them to paste embed codes or URLs
into your website. Instead let them
browse the videos visually and insert
which ones they want by clicking on them. Now that's easy!

Features:

A CCK field which holds all the Vimeo video data.


A beautiful video browser which feels right at home to Vimeo users.

1705 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Copies high-resolution video thumbnails from Vimeo to your server for use
with ImageCache.
Ability to control which Vimeo sources (users, groups, albums or channels)
users can browse.
Ability to set which Vimeo source (user, group, album or channel) is loaded
by default.
Ability to change how the player looks (will not override Vimeo Plus
member's settings).
Ability to paste Vimeo video URL for quick inserts if needed.

Demo:

Try it out for yourself online: http://vimeo.coredesigns.co.uk/

Find out more · Bugs and feature requests

« first ‹ previous … 267 268 269 270 271 272 273 274 275 … next ›
last »

Page break by AutoPager. Page( 272 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Direct Debit Payment


By clemens.tolboom on the 27th of March, 2008

This module provides a

Direct Debit Payment 'API'


uc_directdebit module for Direct Debit Payment for UberCart. See
http://www.ubercart.org/contrib/3493

The module directdebit provides some basic functions with are used by the

1706 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

contained uc_directdebit module and the contrib module clieop.

Just install the module the normal way.

1. Enable direct debit api


2. Enable uc_directdebit
3. Configure the Direct debit payment method the ubercart way

Import one of the available translation if needed.

Version Date Links Status


Download · Release Recommended
5.x-1.0 2010-Mar-01
notes for 5.x

Find out more · Bugs and feature requests

UC PagSeguro | Ubercart payment


By pedrofaria on the 4th of December, 2008

The UC PagSeguro project aims to integrate PagSeguro payment services with


Ubercart.

PagSeguro is a Brazilian only payment system which provides individuals and


companies a way to send and receive payments efficiently and safely.

Attention:
This project is still in development stage and have not been tested on production
environments yet.

USE AT YOUR OWN RISK!

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Mar-05
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-05
notes snapshot

Find out more · Bugs and feature requests

Last.fm library
By Xano on the 30th of January, 2006

Last.fm library allows modules to easily fetch data from Last.fm. The module isn't
very useful by itself for end users, so please only install this module if another
module requires you to. You will need an API account to access Last.fm data. For

1707 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

non-commercial use such an account is free.

Developers
Last.fm library provides an OOP-library with all 'classes' and methods available in
the Last.fm API. Last.fm's user.getRecommendedEvents method becomes
lastfmUser.getRecommendedEvents , for instance. With the Last.fm library you don't
have to worry about actually fetching the data, caching it or default variables (like
passing on the API key, a token, a session key, etc.). Your code will be clean, short
and readable.

THE CURRENT DEVELOPMENT VERSION ONLY SUPPORTS USER AND SOME


AUTHENTICATION METHODS.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-20
notes snapshot

Find out more · Bugs and feature requests

Whisper
By atuyo60 on the 4th of January, 2008

This module was created in response to http://groups.drupal.org/node/3720 and


to simulate sealed comments similar to the whisper function at Vanilla and private
comments on blogs at wretch.cc

Its just a simple module for sealed comments, so it does not have any of the fancy
features proposed in the above discussion.

Guestbook module support now available! Please install guestbook first before
enabling this module or you have to run the 6110 update to have the guestbook
table altered.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2008-Aug-06
notes for 6.x

Find out more · Bugs and feature requests

Pear

1708 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mepcotterell on the 2nd of May, 2008

The Pear module provides Drupal administrators with an easy


way to manage a PEAR installation. This is accomplished by
letting Drupal act as a package manager front-end to PEAR. The
goal of the project is to provide an easier alternative to go-pear
for site administrators that have a Drupal installation with
correctly configured file and directory permissions. Beyond that,
migration of the PEAR installation to another location on a the
same server will be supported and enabled via an easy to use wizard wizard.

Version Date Links Status


Download · Release Development
6.x-0.x-dev 2008-May-07
notes snapshot

Find out more · Bugs and feature requests

Ubercart Webform Productize


By EclipseGc on the 26th of September, 2008

The uc_webform_productize module is designed to be paired with the


webform_associate module. Currently the code is alpha and appears to be
working. The objective is to create a uc product node that is paired with content
types used by webform_associate. This product should then be added to the cart
each time a webform submission is created. It then stores the webform nid,
submission id and the order_id in a many to 1 relationship.

This functionality is all complete so I need some help going around the rough
edges and make sure it's good to go. Paired with webform_associate, this module
goes a long ways toward making event registration in Drupal quite simple.

Currently this is Drupal 6 only, I have no intention of doing this same dev
for D5.

Currently:

Allowing you to pick node types that have webform associations


Appending the necessary form elements to accept price
Auto-creating product nodes associated with the proper node type
Editing of existing information
Successfully adding an associated product node to the shopping cart
Submission to Transaction tracking (many to one)

Needed: (in order of importance)

Permissions checking. I would VERY MUCH like help here.

1709 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Oct-11
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Filter Macros
By rhys on the 11th of November, 2008

This provides a generic filter macro API, allowing tags of almost every style to be
processed into either HTML or text without much fuss.

Once the filter is enabled through Input Formats, the module will allow other
modules to convert tags, such as bbcode style ([b], [i], etc), [image:width=300;
height=400], [audio:1pixelout:width=300], into module defined text.

It also provides a way to locate all tags within text, the recreation of those tags,
via functions such as filter_macros_find, and filter_macros_tag.

It currently provides a context for tags located within node teasers or bodies, to
transform themselves for later reprocessing.

Wish list:
- The ability to allow configuration of a tag through the filter_macros_configure
function, to generate tags for insertion into textareas.
- Sub-module to set usage permissions per tag.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-07
notes snapshot

Find out more · Bugs and feature requests

XAJAX Integration
By vitzo.com on the 20th of December, 2008

!!! IMPORTANT: Currently there is a delay in CVS updates due to high workloads. A
release will be added on Drupal.org asap but for now, please download the
complete Vitzo Modules pack.

This module integrates the XAJAX library. XAJAX is an open source PHP class
library implementation of AJAX that allows developers to create web-based Ajax
applications using HTML, CSS, JavaScript, and PHP. Applications developed with
XAJAX can asynchronously call server-side PHP functions and update content
without reloading the page.

1710 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Unlike some other Ajax frameworks, XAJAX is designed to allow the programmer to
have no prior knowledge of JavaScript.

Drupal module development sponsored by Vitzo Internet Services

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

Maintenance Helper
By greggles on the 6th of January, 2009

The maintenance helper provides


features to assist site admins in
performing maintenance on their site. It
provides a permission to login and
allows admins to set a configurable
message to appear on all pages of the
site.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-10
notes snapshot

Find out more · Bugs and feature requests

Ubercart PayTrace Payment Gateway


By longwave on the 7th of February, 2009

This module implements the PayTrace API as an


Ubercart payment gateway for both
authorization-only and immediate capture
transactions.

An API-enabled user name and password must be


entered in the configuration page at /admin/store
/settings/payment/edit/gateways. PayTrace
require that passwords must be changed
regularly; an option is available to do this
automatically.

Development sponsored by Covenant Design and PayTrace.

1711 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Feb-07
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 268 269 270 271 272 273 274 275 276 … next ›
last »

Page break by AutoPager. Page( 273 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

webReader
By Gos77 on the 22nd of March, 2009

Searching Co-Maintainer for this module preferred from berlin/germany

The webReader module inserts the webReader from VoiceCorp in selected


nodetypes. So it is possible to get an audio read of your selected nodetypes text.
You have to create your own webReader account to use webReader module.

More about the webReader you'll find at http://webreader.readspeaker.com

How to setup webReader for Drupal?

1. Create your own webReader account at http://webreader.readspeaker.com


2. Download, install and enable webReader module on your Drupal website.
3. Copy your webReader ID from http://webreader.readspeaker.com
4. Configure webReader module on your website at content management ->
webReader
5. Now webReader is ready to read your selected nodetypes on your Drupal
website

1712 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Requirements for webReader module

Your own webReader account


A Drupal 6.x website
A browser with enabled JavaScript or client with installed MP3 player

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-27
notes for 6.x
Download · Release Development
5.x-1.x-dev 2009-Apr-09
notes snapshot

Find out more · Bugs and feature requests

Weather_es
By bullakio@drupal.org on the 30th of March, 2009

This module uses AEMET, Agencia Estatal de Metereología, data


from their website to display a weather forecast conditions from
almost 8112 cities of Spain.
Features

Supports an "unlimited" number of locations per block.


Provides a custom block which can be administrated by a
user.
Users can search for a location and get a display of the
weather conditions.
Download of current AEMET data is scheduled in a smart way to reduce
unnecessary network traffic and keep your site responsive.
Fully translatable, currently available in English, Spanish, Catalan, Euskera
and Galician.
Works well with MySQL databases, it's supposed to work on PostgreSQL too,
but its not tested.

This module is not ready to work in multilingual sites...

I'm looking for co-maintainers. Would you like to help?

Este módulo usa los datos del AEMET, Agencia Estatal de Metereología, que publica
en su Web para ver una predicción del tiempo de unas 8112 ciudades Españolas.
Características

Soporta un número "ilimitado" de ciudades por bloque.


Provee un bloque configurable administrable por el usuario.

1713 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Los usuarios pueden buscar una localidad y ver su predicción.

Version Date Links Status


Download · Release Recommended
6.x-1.9 2010-Feb-14
notes for 6.x
Download · Release Recommended
5.x-1.6 2010-Feb-14
notes for 5.x

Find out more · Bugs and feature requests

Localsolr Integration
By mikejoconnor on the 16th of April, 2009

A module to provide location based search using ApacheSolr and location. This
module is currently in development, please participate by providing feedback(and
patches) in the issue queue.

More information, and help to follow.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-17
notes snapshot

Find out more · Bugs and feature requests

Services OAuth
By Hugo Wetterberg on the 8th of May, 2009

A OAuth authentication provider for the services module.

This module depends on the oauth_common module. You must also download the
inputstream module, which is a dependency for oauth_common.

Development sponsored by Good Old and Mindpark.

NOTICE: The 6.x-2.x branch of services_oauth is not compatible with the 6.x-2.x
branch of services. To use the 6.x-2.x branch you must use the 6.x-3.x branch of
services.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta6 2010-Jan-25
notes for 6.x

Find out more · Bugs and feature requests

1714 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Image optimize (OptiPNG)


By doq on the 6th of June, 2009

Provides API to optimize PNG images using OptiPNG.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jul-21
alpha2 notes for 6.x

Find out more · Bugs and feature requests

Userpoints History: graphical representation of points


achievement
By ilo on the 14th of July, 2009

This module generates graphical


representation of userpoints history, so
users could see plotted their points
evolution in time.

This module is currently in design


stage and code will be unestable,
so if your are not going to help or
develop on it, please don't use it
yet.

Module dependencies:

Userpoints module: http://drupal.org/project/userpoints


chart API module: http://drupal.org/project/chart
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Jul-16
notes snapshot

Find out more · Bugs and feature requests

Tiered Taxonomy Block

1715 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By jajathejazzcat on the 14th of August, 2009

Tiered taxonomy block module takes 2 vocabularies and


creates a tiered block. 1st tier is a list of all 1st vocabulary
terms. Under each 1st vocabulary term, a list of 2nd
vocabulary terms are displayed only if there are published
nodes that are tagged with both 1st and 2nd vocabulary terms.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-18
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Clean Taxonomy
By jonnyp on the 19th of August, 2009

Sometimes when working with large database generated sites, or administrating


large user-generated content sites you can end up with hundreds of empty
taxonomy terms and tags.

This is a very simple little module that will check all terms to see if they currently
have any nodes mapped to them, and if they don't it will delete them for you. To
use, simply add the module and go to admin/content/cleantaxonomy

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-20
notes snapshot

Find out more · Bugs and feature requests

Intranet
By jvizcarrondo on the 27th of August, 2009

Intranet module allow handles worker inside institution. Data worker is collect in
two items (personal and position inside institution). This module was developed
under proyect Plataforma para el Desarrollo de Software Libre (PDSL) of Cenditel
(Centro Nacional de Desarrollo e Investigación en Tecnologías Libres, url:
www.cenditel.gob.ve). The proyect page is http://plataforma.cenditel.gob.ve/.

Thus, additional institution's data are admin such as:

Braches.

1716 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Positions.
Occupations .
Employee types.
Position Types.
Classifications .

Intranet module could be begin of system to manage an institution, making


activities such as presence worker, material handling, among others, expanding
the functionality of intranet with integration with other operations performed by
third party modules.

New modules intranet compatibles are developing:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-11
notes for 6.x
Download · Release Recommended
5.x-2.0 2009-Aug-27
notes for 5.x

Find out more · Bugs and feature requests

viewers
By apanag on the 5th of September, 2009

Viewers is a small module, which builds


a block showing which other users are viewing the same page as the current user.
The 'other' users are logged in users or anonymous users or both users. You can
set for how long you want a user appear on the viewers list of each page. And
finally you can choose the position of the block from the admin/build/block page.

Todo before version 1.0


Option to omit UID(s) (Completed)
Allow the admin to color each role(In progress)
Show block in custom pages

Sponsored by E-pcmag.gr
Developed by Eresus.gr

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-18
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 269 270 271 272 273 274 275 276 277 … next ›

1717 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

last »

Page break by AutoPager. Page( 274 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Hours
By axlroach on the 14th of September, 2009

This project includes two modules:

Hours
Invoice

The Hours module allows a user to enter and submit to an admin, any number of
time entries complete with date, client and task description.

The Invoice module uses the submitted time entry data to generate invoices. Each
user having proper permissions to do so, may generate and submit to an admin
any number of invoices.

Requirements
The Hours module requires date, date_api and date_popup modules.

This module was originally developed by axlroach and is partially supported by


CivicActions

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Sep-15
notes for 6.x

Find out more · Bugs and feature requests

1718 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

User Creator
By elliotttt on the 18th of October, 2009

Allows users with the permission "create limited


users" create users without having to give them
full user administration privledges. Site
administrators can select which roles can create
which other roles.

Ex. Principal could be configured to create both


Teacher and Student accounts, and Teacher
could be configured to create student accounts
but not other teacher accounts or principal
accounts.

Development of this module is sponsored by The SuperGroup

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-19
notes snapshot

Find out more · Bugs and feature requests

Pubmed Integration
By Kevin Hankens on the 13th of November, 2009

As part of implementation of CMS for Biomedical applications, it is often a


requirement to display publications from well known databases. One such database
is called PubMed which is provided National Center for Biotechnology Information,
National Library of Medicine and National Institutes of Health. PubMed includes
bibliographic information from MEDLINE, which contains over 17 million citations
from life science journals for biomedical articles dating back to the 1950s.

This module integrates with the biblio module (http://drupal.org/project/biblio) to


save citations as biblio nodes. PubMed is used as the authoritative source, so if this
module locates a previously imported citation it will overwrite any data that is
coming in from PubMed. Other fields will remain intact.

Important:

When importing citations from the PubMed database you assume certain
responsibilites. Please make sure that you are familar with the copyright
information and the Entrez user requirements before you use this module.

Version Date Links Status

1719 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Nov-13
notes for 6.x

Find out more · Bugs and feature requests

Fortune
By slurslee on the 28th of November, 2009

Fortune has arrived for Drupal 6.

The Fortune module is a port of the


venerable BSD Unix fortune cookie program created by Ken Arnold. It provides a
block that displays a random fortune each time the page is reloaded.

Fortune is similar to Quotes, but was built to specifically support the huge library
of "fortune cookie files" which often rely on an 80 column display, a monospaced
font, and tabs set 8 spaces apart.

The "fortune cookie file" itself is a simple ASCII (ISO-Latin-1) Unix text file in
which each fortune is followed by a percent symbol (%) on a line by itself. Fortune
files usually come with a binary index file having the same name plus a ".dat"
extension.

The Fortune module uses the "fortunes" folder in the files directory as storage for
both fortune and index files. You can add new fortunes to that folder via FTP or by
using the Upload field on the Fortune Settings Page (admin/settings/fortune).
When using FTP you should include the .dat file, but in the Settings form you only
have to upload the fortune file itself, and a .dat file will be created automatically.

There are lots of places on the web to get fortunes. Most fortune files are GPL or
public domain and free for distribution. Some links to sources of fortune files are
included on the module's settings page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-08
notes for 6.x

Find out more · Bugs and feature requests

Comments in a View
By eaton on the 26th of December, 2009

This module one thing: It hijacks the normal node display page and uses a view to
display that node's comments rather than comment module's normal output
function. This allows comments to be sorted, filtered, and displayed using all the

1720 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

features of the Views module.

This module is more fun if you say its name while thinking of "Snakes on a Plane."

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-26
notes for 6.x

Find out more · Bugs and feature requests

Graceful Email Obfuscation Filter


By JamesK on the 29th of January, 2010

This email obfuscation module works similar to the technique described at the list
apart article http://www.alistapart.com/articles/gracefulemailobfuscation/. It uses
an input filter to "hide" email addresses, then uses javascript to "unhide" them for
normal users. It also implements the core contact module for non-javascript
browsers in order to keep clickable email links.

Most other email obfuscation methods either remove clickable links entirely and
just give you a "garbled" address, or they only keep clickable links for js-enabled
browsers. The method used by this module allows both js-enabled, and non-js-
enabled browsers to see a normal clickable link which they can use to contact the
addressee without having to retype the address manually.

Find out more · Bugs and feature requests

Form Alter UI
By lyricnz on the 20th of February, 2010

New module that provides a UI for


altering forms. This module will also
support export/import operations and
generating module code for a static
hook_form_alter module.

Find out more · Bugs and feature requests

Feeds Image Grabber

1721 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By publicmind on the 19th of November, 2009

Feeds Image Grabber (FIG) is successor


of FeedAPI ImageGrabber, an addon for
Feeds module, which grabs image for
each feed-item from their respective
webpages and maps it to an image field
in the node created by Feeds (Node
Processor).

[Google Reader (with thumbnails) can


be imitated on a Drupal site by using
Feeds, Feeds Image Grabber, FileField, ImageField, ImageCache, ImageAPI and
Views module]

Features

Automatically downloads and attaches image to the node created by Feeds


module.
Configurable XPath of the desired image location on the webpage of the feed
item on per feed basis (using element's id or CSS class).
Support for FileField Paths module.
Configurable maximum image size.
Configurable minimum and maximum image resolutions.

Roadmap

Better error logging and reporting.


Integration with Views to grab images for only selected feed items.

Please do not open issues in the queue that request features already on the
roadmap.

Tutorials and other resources:

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Dec-11
notes snapshot
Download · Release Recommended
6.x-1.0-beta1 2010-Mar-03
notes for 6.x

Find out more · Bugs and feature requests

Advanced Help Topic Nodes


By e2thex on the 23rd of April, 2009

1722 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module is being deprecated. It functionality will be implemented in Advance


Help Inject Module http://drupal.org/project/helpinject

The module allows nodes to be advanced help topics. At the moment it requires a
patch of advanced help (see #423188: Create hook for topics ).

After installing it one needs edit (or create) a content type and set it to be a
advanced help topic node.

The module also has a theme function for putting help icons and help topic
creation icons any where one would like them.

There is a sub module advanced help topic nodes for forms which uses this
function to place help topics on all forms. While I think it demonstrates the power
of advanced help topic nodes, I do not think it works very well, and hopefully can
be replaced.

More info is available at this blog post Using Nodes to Store Advance Help Topics.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-24
notes snapshot

Find out more · Bugs and feature requests

Comment Luv
By pcambra on the 25th of March, 2008

When someone posts a comment on your site Comment Luv attempts to find their
latest blog post and add the title and link to the bottom of their comment.
Comment Luv is great for attracting people to comment on your blogs and a
great way to build back links to your site.

Installation

Upload the commentluv directory to your modules folder.


Download & Install Feeds module.
Go to the modules section in the administration section and enable.

Configuration

Enable Commentluv support for each content type in admin/settings


/commentluv.
You can also enable nofollow link and a limit of the length of the texts.
If you want to customize the appearance of the commentluv output, there
is a template (commentluv_link_template.tpl.php) that you can copy in your
theme and modify as you need.

1723 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Support for authenticated users (profile module)

Roadmap & changes


Feel free to suggest new features and changes in this issue: #337535: The future
of Commentluv

The branch 6.1 is not supported anymore but you can download it from CVS and
install it following these steps.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 270 271 272 273 274 275 276 277 278 … next ›
last »

Page break by AutoPager. Page( 275 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

CVS integration
By dww on the 28th of September, 2003

A module that lets you track CVS commit messages. You can see it in action at
http://drupal.org/cvs. Interfaces with the project module to make releases via
specific CVS branches and tags, and provides per-project source code access
control.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Nov-25
alpha3 notes for 6.x

1724 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2008-Feb-21
notes for 5.x

Find out more · Bugs and feature requests

OG Project
By dww on the 15th of June, 2006

Allows the Project issue tracking module to function properly on a site that has
Organic groups enabled. Without this module, the issue tracker does not work if
you enable organic groups.

Specifically:

1. Makes sure that comment followups include an audience field so that it


doesn't get removed and to allow moving issues between groups. (note that
this is broken in the current 5.x code)

Eventually:

1. When you click on the OG "add issue" link og_project should see the gids[]=
in the URL and use that for the project and, vice versa, Project links to
node/add/project-issue/{project-name} should prepopulate the OG audience
2. Filter the assignees list by OG

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-19
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jun-18
notes snapshot
4.7.x- Download · Release Development
2009-Jun-18
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Ohloh
By Rob Loach on the 4th of July, 2007

Ohloh is a web application that tracks open source projects and contributers.
This module allows users, with the right permissions, to display their Ohloh profiles
in their Drupal account page.

Version Date Links Status

1725 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2007-Oct-02
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Jul-04
notes for 5.x

Find out more · Bugs and feature requests

DIY Map
By yraber on the 13th of October, 2007

DIY map generates clickable, zooming


maps written in Flash. You can add
points, color countries, add links, and
much more. This module adds a layer
on top of the Flash application to create
and insert the maps into Drupal without
having to manually edit an XML configuration file (although you can still write your
own XML file).

The flash application has to be added manually and is available from this website :
http://www.backspace.com/mapapp/
Please check licence condition before downloading

Some instructions
1. Install the module (as usual)
2. Enable it (you also need colorpicker)
3. Copy the map swf files

$cd /sites/all/modules/diymap
$wget http://backspace.com/mapapp/world/world.zip
$unzip world.zip && rm world.zip

4. Create a new DIY Map content (create content/ DIY Map)

There you have a "Map config" section where you can setup the map content

Colors : Here you can chose the colors of the elements (background,
...)
Zoom : Here you can setup the default zoom level and position
Default point : How you want your points on the map

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-07
notes snapshot

1726 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.1 2009-Feb-17
notes for 5.x

Find out more · Bugs and feature requests

Wikio vote
By Narno on the 9th of January, 2008

Display a Wikio vote button in nodes of


enabled types.

Wikio

Wikio is a personalised page of


news, including a news search
engine that searches media
sites, blogs and member
publications.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Apr-25
notes for 5.x

Find out more · Bugs and feature requests

Millennium Integration
By janusman on the 14th of January, 2008

This module imports records from


Millennium WebOPACs (library catalogs)
and generates nodes which include
bibliographic information, subjects and
other MARC fields as taxonomy terms,
and optionally real-time holdings
information, Google Books links and
embedded preview, along with tables of
contents, book descriptions and other metadata.

Requirements
Drupal 6 version: PHP5
Drupal 5 version: PHP5, allow_url_fopen setting in php.ini plus with

1727 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

XRECORD requests enabled in wwwoptions, and the Bibliography Module

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Mar-10
notes snapshot
Download · Release Recommended
5.x-1.4 2008-Aug-13
notes for 5.x

Find out more · Bugs and feature requests

Flex Image
By cmswebsiteservices on the 28th of March, 2008

The Flex Image module is not suitable for use until further notice
due to insecure code. If you have this module installed, please
disable and remove it.

Flex Imageincorporates a Flash interface to make managing your photo galleries


more intuitive: Search your hard drive for pictures, upload or delete with
drag and drop functionality. Also incorporated is a built in web image
search using Google.

Find out more · Bugs and feature requests

High-performance JavaScript callback handler


By sun on the 26th of April, 2008

JavaScript callback handler is an interim solution for high-performance server


requests including (but not limited to) AHAH, AJAX, JSON, XML, etc.

Note that this module does nothing on itself, only install it if another module
leverages its functionality and instructs you so.

By copying the included js.php front controller to Drupal's root directory, setting
up clean URLs, and adding an Apache RewriteRule (see README for full installation
instructions), any JavaScript code is able to retrieve information from Drupal at
lightning speed.

Apache benchmarks speak for itself:


Using index.php as usual:

ab -n20 -c1 http://example.com/index.php?q=js/mymodule/callback


Requests per second: 2.24 [#/sec] (mean)
Time per request: 446.846 [ms] (mean)

Using js.php:

1728 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ab -n20 -c1 http://example.com/js.php?q=js/mymodule/callback


Requests per second: 16.84 [#/sec] (mean)
Time per request: 59.371 [ms] (mean)

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-09
notes snapshot
Download · Release Development
5.x-2.x-dev 2010-Jan-09
notes snapshot

Find out more · Bugs and feature requests

Sphere
By incidentist on the 19th of June, 2008

Adds a "related content" link to nodes, using functionality from sphere.com.


Related content comes from all across the blogosphere, not just the site that
displays the links.

Sponsored by Trellon.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2008-Dec-11
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Jul-31
notes for 5.x

Find out more · Bugs and feature requests

WebPurify
By rwohleb on the 2nd of July, 2008

The WebPurify module provides developers an easy to use interface to the


WebPurify REST API.

It also provides multiple filtering options using this interface, right out of the box.
You have the option of blocking profane nodes/comments, replacing expletives
upon submission (via input filter), or not doing any filtering at all.

This module is free, but the WebPurify service is a paid subscription service. Please
see the WebPurify website for details.

This module was developed by Chapter Three and sponsored by PBS as part of the
PBS Engage project.

1729 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta1 2009-Feb-24
notes for 6.x
Download · Release Recommended
5.x-1.1-beta2 2008-Sep-16
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 271 272 273 274 275 276 277 278 279 … next ›
last »

Page break by AutoPager. Page( 276 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Yahoo Search BOSS


By mfb on the 14th of July, 2008

The yboss module integrates Yahoo's Build your Own Search Service (BOSS)
platform.

This module is still in development feature-wise but should be functional. It


integrates with the core search module and also provides an API for submitting
search queries.

PHP 5 is required.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-Jul-14
alpha1 notes for 6.x

Find out more · Bugs and feature requests

1730 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Substitute Node
By jchan on the 23rd of August, 2008

This enables you to substitute any node's content with a


different node, when a predefined condition is met.

For example, node/2 can be replaced with node/4 for


authenticated users only. Or a node can be substituted when
users view it through a domain name alias. Meaning, if
www.example.com and www.example.net are both
aliases pointing to the same Drupal site, the same node can
show different content to users viewing it from
www.example.net. It is also possible to show past
revisions of any node.

Multiple conditions and replacement nodes may be attached to any node. PHP
conditions are also supported.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-14
notes for 6.x

Find out more · Bugs and feature requests

Neologism
By scor on the 30th of August, 2008

Neologism is a lightweight web-based vocabulary editor and publishing tool built


with Drupal. It makes RDF vocabulary authoring easy and fun. Just create a
vocabulary, add classes and properties to it, and your vocabulary is instantly
published and available online! Several formats are supported via content
negotiation: HTML, RDF/XML and N3.

The main repository is hosted on googlecode.

Neologism was presented in DrupalCon Szeged 2008:


http://szeged2008.drupalcon.org/program/sessions/drupal-and-semantic-web...

Watch the Neologism screencast or browse to the demo site directly.

The Neologism module requires the CCK module.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-31
notes snapshot

1731 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

DrupalMU Helper
By wmostrey on the 19th of September, 2008

This is a helper module for the DrupalMU installation profile.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Sep-27
notes snapshot

Find out more · Bugs and feature requests

jQZoom
By Matt V. on the 21st of September, 2008

The jQZoom module is a wrapper for


the jQuery plugin jQZoom. The module
provides a javascript magnification
effect for images. When a user mouses
over an image, a larger version of the
area under the cursor will be displayed
beside the image.

When installing the jQZoom modules, please read and follow the README.txt file
carefully. The file explains how to install the jqzoom plugin, which must be
downloaded separately. Also, several additional Drupal modules must be installed
in order for jQZoom to function.

The module is new and could use some testing and feedback. Specifically, it has
been tested primarily with the ImageField module, rather than the Image module.
Image module feedback is especially welcome.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-20
notes snapshot

Find out more · Bugs and feature requests

jWYSIWYG
By sfranchi on the 21st of September, 2008

This module has been replaced by Wysiwyg API, which (also)


integrates the jWYSIWYG editor with your Drupal site and
provides the same functionality. Users should install or migrate

1732 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

to Wysiwyg API instead.

Find out more · Bugs and feature requests

Thumb
By Davy Van Den Bremt on the 24th of November, 2008

With Thumb you can create thumbnails of your images. Thumb is under the hood
just an administration module around phpThumb
(http://phpthumb.sourceforge.net/).

You could also use the excellent ImageCache module, which was built specifically
for Drupal. For generating thumbnails of local files this is a much better solution.
The only drawback is that it can't generate thumbnails from remote files. That's
the reason why Thumb was developed.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-18
notes snapshot

Find out more · Bugs and feature requests

Content Aggregator
By jonathanbradley on the 15th of December, 2008

Description

A RSS/XML aggregation utility that creates both teaser and story nodes based
upon content from the feeds

Per Feed Options

- Set Title for Feed


- Set Source of Feed
- Set URL of Feed
- Set independant refresh rate per feed
- Set the amount of items you wish to aggregate
- Select if the feed is an RSS or XML feed

Modules Used

- CCK - Required
- Workflow - Optional
- Views 2 - Required

1733 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

System Requirements

- PHP 5.2 (SimpleXML needs to be enabled)


- Drupal 6.x

Project is sponsored by Web Services, LLC. and Drupal Rehab.

Find out more · Bugs and feature requests

Accessible Helper Module


By johnbarclay on the 27th of January, 2009

Goals:
1. Make Drupal content more accessible by hooking into released modules.
2. Demonstrate modifications to existing themes to make them accessible.
3. Serve as a demonstration to promote accessibility improvements to Drupal
core and contributed modules. We realize accessibility should be integrated
into core and all contributed modules, but understand the need for short term
fixes also.

We are using the Functional Accessibility Evaluator and WAVE for evaluating
accessibility.

http://fae.cita.illinois.edu
http://wave.webaim.org/

We are working toward the following standards and best practices. We hope to
avoid discussions about best practices and focus on their implementation.

http://html.cita.uiuc.edu/
http://www.w3.org/WAI/intro/aria
http://www.w3.org/TR/WCAG20/

Discussion on this module takes place in http://groups.drupal.org/accessibility and


the issue queue linked to below. Initial discussion started at
http://groups.drupal.org/node/18461 .

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-06
notes snapshot

Find out more · Bugs and feature requests

pclzip_zip_content_files

1734 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ssm2017 Binder on the 12th of February, 2009

This module allows you to zip all the attached files contained in the nodes
displayed in the content. ( zip displayed nodes )

This module needs the pclzip module.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2009-Mar-19
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 272 273 274 275 276 277 278 279 280 … next ›
last »

Page break by AutoPager. Page( 277 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

LangsAtOnce Create node with translations


By nerkn on the 2nd of March, 2009

At one step you create node with translations. Taxonomy and other cck
fields bind to these translations too.

LangsAtOnce creates additional title, body fields for selected languages. So


when you go "create node" page you face with normal fields and
title/body areas. These additional ares will be added as translations.

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta2 2009-Mar-06
notes for 6.x

1735 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Memo
By sanduhrs on the 21st of April, 2009

Write memos on users, nodes and comments.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-22
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jul-22
notes snapshot

Find out more · Bugs and feature requests

Role Limits
By webkenny on the 21st of April, 2009

#D7CX: I pledge that Role Limits will


have a full Drupal 7 release on the day
that Drupal 7 is released.

Overview
Role Limits is a small, but useful,
module that allows for users with
proper permissions to set a limit on the number of users in a given role. Think of
this module very much like "Maximum Node Population" in CCK only for users. This
could be useful when a site is licensed for use to a third party. It allows the source
of the license to set limits on how many users can utilize the site. Currently this
interacts with all user operations whether it be an update from the user profile or
from the user list.

Maintainer
This module is developed and maintained by Kenny Silanskas. Special thanks to
sethcohn for coming up with the final name of the project and to cpliakas for
helping me get acquainted with CVS.

Installation and Usage


Version Date Links Status
Download · Release Recommended
6.x-1.8 2009-Jun-17
notes for 6.x

1736 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.8 2009-Jun-17
notes for 5.x

Find out more · Bugs and feature requests

Holding page
By joachim on the 13th of August, 2009

Show a holding page or site to non-logged in users while you develop your site.

Can also be used with different domains, eg send 'www.example.com' to the


holding site while you access your site normally at an IP or a different domain.

If the site you are working on is part of a multisite, give it more than one domain,
make them point to the same site by putting a symbolic link in the /sites folder,
and access the site at one domain while sending the other to holding.

Still being tweaked but should be fine to use -- please report any issues you find or
suggest improvements.

There is also an htaccess way of doing this which is probably more suitable if the
holding site itself runs on a script.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-01
notes snapshot
Download · Release Recommended
6.x-1.2 2009-Sep-23
notes for 6.x

Find out more · Bugs and feature requests

Simple Geo
By Hugo Wetterberg on the 29th of September, 2009

Co-Maintainer Wanted!
The list of modules that I maintain has become quite long, and
in the beginning of next year I'll have a little daughter (if the
nurse guessed right on the gender). So the time that I have for
being a good maintainer will be very limited.

See http://goodold.se/blog/tech/co-maintainer-wanted for more


info.

Provides simple functionality for positioning content and users, nodes can also be
given an area. Positions are rendered using the geo microformat

1737 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

(http://microformats.org/wiki/geo) in full and teaser nodes and in views listings.


Simple Geo can display all geotagged content on a page using Google Maps (see
http://malmotown.com/en/list/culture and http://plansverige.org/pakistan for
sample uses).

Simple Geo integrates with Views (http://drupal.org/project/views) and Apache


Solr (http://drupal.org/project/apachesolr). The Apache Solr integration adds the
spatial relationship between positioned nodes and nodes with an area to the index.

As with all my modules, Simple Geo is also available on GitHub (http://github.com


/hugowetterberg/simple_geo), and that's where all the development takes place,
so if you really want to use the dev release, or take part in development, that's
the place to do it.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-11
notes for 6.x

Find out more · Bugs and feature requests

Custom 404
By minghui.yu on the 15th of October, 2009

Background
When porting a static HTML site to a Drupal site, you often encounter this problem:

For the legacy site, it has a link: http://www.example-legacy.com/path/to


/directory/index.html and you do not want to change this link; and its Apache
configure file declares that DirectoryIndex index.html, index.php .

On the new new Drupal site, you create a node with nid = 100 and duplicate the
content of http://www.example-legacy.com/path/to/directory/index.html . Thanks
to Path module and Clean URL feature, you can set http://www.example-drupal.com
/node/100 's URL path as path/to/directory/index.html .

By doing this, you guarantee that a visit to http://www.example-drupal.com/path/to


/directory/index.html gets the same content as http://www.example-legacy.com
/path/to/directory/index.html .

So far, so good.

But what if your visitors go to http://www.example-drupal.com/path/to/directory ?


Unfortunately, as they are visiting a path alias, not a physical path, they will not be
able to get http://www.example-drupal.com/path/to/directory/index.html
automatically, even on the new Drupal site's Apache configure file, it also declares
that DirectoryIndex index.html, index.php , as it only works for physical directory.

1738 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-02
notes snapshot

Find out more · Bugs and feature requests

Twitter Views Backend


By dereine on the 1st of November, 2009

This module allows to use views of twitter messages. Therefore it directly build a
query and send it to the twitter api http://apiwiki.twitter.com/API-Overview.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-21
notes snapshot

Find out more · Bugs and feature requests

Clean End of Lines


By TBarregren on the 3rd of November, 2009

Clean End of Line provides an input format filter that removes trailing white spaces
from lines.

This input format filter can be used whenever you wish to remove spaces, tabs and
other white spaces that ends lines in a text area. This is of particular interest if you
use the Markdown filter and want to avoid that spaces mistakenly left at the end of
lines become line breaks, i.e. <br /> , in the HTML output.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-03
notes for 6.x

Find out more · Bugs and feature requests

Wikify
By eaton on the 8th of December, 2009

Allows users to mark individual pieces of content as publicly editable: useful when
the "Edit all..." permission for a given content type is too broad.

Version Date Links Status

1739 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Dec-11
notes for 6.x

Find out more · Bugs and feature requests

Domain node type


By zserno on the 25th of January, 2010

This is an extension module for Domain Access.


Its one and only aim is to give privileged users the ability to set default domains
for content types.

Authors
This module was originally written by Pasqualle
and developed further by the CEU Web Team.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 273 274 275 276 277 278 279 280 281 … next ›
last »

Page break by AutoPager. Page( 278 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

qwebirc integration
By japerry on the 25th of November, 2009

1740 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This is the qwebirc module. it works in beta right now.

Based on the mibbit module, and is NOT compatible with it running at the same
time!

This module takes the qwebirc IRC client, which has created a very nice (AJAX)
widget that gives your community members access to IRC channels via a window
(iFramed widget) on one of your site's pages.

This module makes it easy for administrators to add the IRC widget to their Drupal
sites.

Sometime in the future we hope to make this work as a block (aimed for drupal 7
release), but for now you must navigate to /irc on your site to see the page.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-25
notes for 6.x

Find out more · Bugs and feature requests

Agreservations
By agill on the 19th of January, 2010

The agreservations-module is a module to handle reservations of


resources on a daily basis.

It is thought to be a module for Hotel websites or other sites offering resources for
rent on a daily basis.

The agreservations-module depends on the merci module (general


resourcemanagement module) , the calendar and date module, and the ubercart
modules
to provide:

a bookingcalendar displaying bookable resources like (rooms, boats etc.) in a


matrix with days to see.
which resource is free on which day.
mercireservationsformular is prefilled by the module by clicking on the '+' in the
bookingcalendar making it easy
for Receptionist of hotels to make roombookings
a searchwidget to allow not signed in pagevisitors to search for free rooms
possibility to pay for rooms online with ubercart for pagevisitors
when an onlinebooking is made, the Admin / Receptionist / Resourcesmanager can
see the booking in the bookingcalendar

1741 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Next to implement Features: (needs to be ready July 2010):

allowing the backend Admin / Receptionist to make bookings AND Ubercartorders


AND new Userregistration on 1 smart form
this is necessary i.e. when someone is making a room-reservation by phone and
not online.
hooking in the new Uberpos module to allow cash payment...

Dependencies:

Find out more · Bugs and feature requests

OG Garden
By wundo on the 25th of October, 2008

OG Garden allows you to simulate the creation of multiple WebSites in a single


drupal installation.

It's usefull to create a Blog Server like Wordpress.com

This module is no longer maintained!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-26
notes snapshot

Find out more · Bugs and feature requests

cctags
By Helg on the 9th of February, 2010

module cctags - as an alternative to module tagadelic.

flexible configuration and advanced features for theming


clouds.
(individual files of templates for tags, the names of the
dictionary, pages clouds)

Possibility (in settings include several dictionaries (as for dictionaries with tree
structure - in addition to enable / disable the desired level)) tags.
Automatic generation of the required number of blocks and / or pages.
Generation unit of Tag attached to the node.
Generation of block-related materials for the node (via tags)
Cloud members users (block and page) (with weights proportional to the number
of published material)

1742 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.5 2010-Mar-07
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy single tag


By arhak on the 4th of November, 2009

taxonomy_single_tag improves core's


taxonomy adding support for free single
tagging.

Why such a module might be necessary is


explaned at Taxonomy autocomplete
without multiple select:

is it possible to create a taxonomy-input with autocomplete, but


without the possibility to select multiple terms?
With "Free tagging" its possible to separate multiple terms with
a comma, but i like to select only one term.
Autocomplete is necessary because 1000+ terms are too much
for a single dropdown...

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2010-Mar-06
notes for 6.x

Find out more · Bugs and feature requests

Bluga WebThumbs
By zostay on the 1st of March, 2008

The Bluga Webthumbs module allows your Drupal site to take advantage of the
Bluga Webthumb service for generating thumbnails from URLs automatically. As of
this writing, the module is very primitive and merely implements the basics of
allowing you to embed a webthumb with a PHP snippet:

<?php
print bluga_webthumb('http://www.example.com', 'large');
?>

You may place a snippet like this in your templates or as PHP filtered code in a
node. The module will automatically ask the Bluga WebThumb service to generate
the thumbnail using your API key, present a message asking the user to wait while
the thumbnail is fetch, and fetch the thumbnail when it becomes available. The

1743 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

thumbnail is cached locally on your Drupal installation. The refresh even happens
on the browser without having to reload the page.

Thanks to Konigi.com for sponsoring the 6.x-1.0 release of Bluga


WebThumbs for Drupal.

This module does not work with PHP4.

This module is maintained by Qubling Software.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Nov-07
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Nov-01
notes for 5.x

Find out more · Bugs and feature requests

Memetracker
By kyle_mathews on the 24th of April, 2008

Memetracker is looking for a new


maintainer. If you're interested, send an
email to Mark Boudreau at
memetrackermodule@gmail.com

The memetracker module uses algorithms in


the machinelearningapi to intelligently filter and
group content from designated content sources
both internal and external. The module's
purpose is to find and display to a community
in real time the most interesting conversations and memes within a community as
they emerge.

Memetracker seeks to emulate the functionality of successful commercial


memetrackers such as Techmeme, Polymeme, Google News, Tailrank, and Megite.
It will be an open-source implementation of memetracking technology that can be
easily plugged into Drupal-based community sites.

Depends on the machinelearningapi. Both modules must be installed.

I led a session on memetracker at Drupalcon Szeged. View the session or


download the PDF of the slides.

Version Date Links Status


6.x-1.1- Download · Release Recommended
2008-Aug-30
alpha6 notes for 6.x

1744 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Time Map
By sethfreach on the 2nd of June, 2008

About

Time Map is a timesheet application


with

a simple, non-intrusive and unburdened interface that can easily be used


during the day
a visually rich reporting facility

Time Map supports personal and global categories. Entries and categories can be
color coded and are reported via the Simile Timeline API interface. A similar facility
offered by this module could be built with with CCK + Views + Timeline, and may
be a better option for some environments. One of Time Map's goals, however, is to
be a self-contained, turnkey application.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-07
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Jun-04
notes for 5.x

Find out more · Bugs and feature requests

Ad GeoIP
By Jeremy on the 10th of June, 2008

The Ad GeoIP module adds geotargeting


functionality to the Drupal advertisement
module. This functionality allows you to
optionally configure individual
advertisements to only display to visitors
of one or more countries, regions, and/or
cities. The advertisement module's cache
modules are fully supported for optimal
performance.

IP lookups are performed using MaxMind's GeoIP databases. The Ad GeoIP module
supports MaxMind's free GeoLite Country and GeoLite City databases. It also
supports MaxMind's commercial GeoIP Country, GeoIP Region, and GeoIP City
databases.

1745 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The original development of this module was sponsored by Pricescope.com.

Version Date Links Status


Download · Release Recommended
6.x-2.0-rc1 2009-Apr-17
notes for 6.x
Download · Release Recommended
5.x-1.1-1 2008-Jul-30
notes for 5.x

Find out more · Bugs and feature requests

Comfortable OpenID Login Box


By taroza on the 11th of August, 2008

This is an OpenID selector for Drupal.


The inspiration for this project comes
from www.idselector.com. The module
is useful for OyenID consuming sites.

There are two ways of selecting a provider (see the image):

1. Using the shortcut (e.g. w:taroza will select the Wordpress provider)
2. Using the selection box (clicking on a specific provider)

The goal of this project is to make OpenID comfortable for the end users.
Hence the challenge is mostly in user experience; the functionality comes from the
Drupal core.

Unfortunately the OpenID in Drupal 6.x has some issues (e.g. read
http://drupal.org/node/216101) and will fail in some cases. It works with
Wordpress at least.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-11
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 274 275 276 277 278 279 280 281 282 … next ›
last »

Page break by AutoPager. Page( 279 ).

Modules

1746 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

ApacheBench
By tjholowaychuk on the 12th of September, 2008

ApacheBench is a module that provides both invocation of the ApacheBench


program, as well storing and reporting on cron-based invocations.

- Who? Developers or webmasters.


- Why? Because the results are interesting to track over time.
- How? Ensure that 'ab' is available via the command line (packaged with Apache
2.x)
- Where? Most likely a local environment used to track or manage remote sites. (I
do not suggest using this on a production site or server)
- Pretty? Hate tables? grab the open_flash_chart_api module for cool charts ( not
yet supported ).
- Future? More/better reports, implementing charts, additional metrics.

Project was renamed from "ab" to "apachebench" in 1.3. Read the release notes to
get info how to upgrade your existing installation. Please, sorry for inconveniense,
it should be done.

Developed and sponsored by Vision Media - Victoria Drupal Development.


Module is currently maintained by neochief.

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Mar-19
notes for 6.x

Find out more · Bugs and feature requests

UC Setcom
By Max_Headroom on the 2nd of November, 2008

uc_Setcom is a Ubertcart payment gateway for Setcom.com

Please note: As from 21 November 2009, Setcom.com has rebranded to


Monsterpay.com.

1747 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Please read more at Setcom home page.


This module still works, but you and you customers will end up on a
monsterpay.com page to process orders.

I am in the process of updating this module to Monsterpay.

Setcom is an easy, convenient and secure way to send or receive money on-line
and on your mobile phone.

For Buyers

Use your Setcom account to pay for products and services purchased on the web
or with your mobile phone. You can send payments to anyone with an email
address in 200 countries and territories worldwide. It's free to send money, and
works with your existing credit card, debit card, and bank account.

For Sellers

Use your Setcom account to accept payments on your website from customers
worldwide, in multiple currencies. Cut down on the administrative hassles of
handling fund transfers, so you can focus on your business. We take care of
getting you paid.

Visit Setcom for more information


Support further development: Register for a Setcom account from here.

Setcom has the following payment methods:

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-19
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Nov-09
notes for 5.x

Find out more · Bugs and feature requests

Drupal.org project link filter


By z.stolar on the 10th of December, 2008

This is a tiny, yet useful module, which


adds a filter, to facilitate linking to
Drupal.org projects.

Lots of us blog about Drupal projects,


or mention them in our forum
discussions. Linking to a Drupal project,
each time it is mentioned is a bit of a
pain. This filter lets you write something like "views.module", and it generates a
link to views module page (http://drupal.org/project/views).

1748 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The following formats are all the same, and are provided for ease of read/write:
name.module, name.theme, name.translation, name.installprofile and
name.project

New in the 6.x-2.x branch:

This version now uses update.module, if it is activated, to fetch real project names,
so instead of having a link like this:
dopl.module
you will now have a link like this:
Drupal.org project link filter

If a such a project does not exist, it simply ignores it.

If update.module is disabled, the filter will turn all the usable patterns it finds, and
turns them into links, regardless of whether a project of that name really exists.

Version Date Links Status


Download · Release Recommended
6.x-2.2 2009-Apr-02
notes for 6.x

Find out more · Bugs and feature requests

DineroMail Payment for Ubercart


By ingridlael on the 15th of December, 2008

The development of this module was kindly sponsored by Duplika.

This module implements an Ubercart payment method for the Latin American
DineroMail payment gateway.

Version Date Links Status


Download · Release Recommended
6.x-1.6 2009-Aug-31
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Dec-15
notes for 5.x

Find out more · Bugs and feature requests

Inxmail Professional
By Stefan.Biermann on the 19th of December,
2008

About Inxmail Professional

1749 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The internationally available Inxmail Professional e-mail marketing solution


provides innovative professional functions for e-marketeers used by over 600
companies worldwide. Inxmail Professional offers not only a professional system
for mailings and newsletters, but also a comprehensive support service, to ensure
that email marketing contributes to the success of your business. Our solution for
all email marketing requirements is available in license and ASP versions. For
companies which want to introduce their own ASP operation, there is also a client
enabled version: Inxmail Enterprise.

Benefits:

Simple address management


Rapid data matching from CRM, Shop and other systems.
Intelligent design templates
Flexible mailing templates.
Professional quality checks
Spam, phishing and SPF tests, imagesuppressed preview and test mailing.
Inxmail Blacklist Monitor
Proactive mailserver monitoring with automatic querying of the main
blacklists.
Integration options
Connection to a wide range of systems such as CRM, ERP and e-business
solutions.
Inxmail Inbox Preview Service
Display test of mailings in various email programs

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Mar-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-20
notes for 5.x

Find out more · Bugs and feature requests

Easy Translator
By vitzo.com on the 19th of December, 2008

As the name suggests, this module


makes I18N (Internationalization) easy!

Features

Intuitive interface
Translations completely visible
next to original text

1750 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

AJAX provides immediate feedback without reloading the entire page


Mark translations as fuzzy
Commenting is possible (provide context for translators)
Inline spelling correction

Dependencies

PowerSQL module
XAJAX module

Download the Vitzo Modules Pack for a single download containing all the required
modules and more!

Watch the Powerpoint presentation.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Mar-18
notes for 6.x

Find out more · Bugs and feature requests

JS Debug Helper
By effulgentsia on the 20th of December, 2008

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

1. alters the script tags that load javascript files to use a "_src" version of the file if
one is available in the same folder as the packed version.
2. forces the query string that drupal appends to javascript files to "0", so that
drupal's cache can be cleared without losing firebug breakpoints.

This module depends on the jsalter module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-20
notes for 6.x

Find out more · Bugs and feature requests

Translation Links

1751 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Bevan on the 9th of January, 2009

Translation Links module creates


links to translations in convenient
places for semi-multi-lingual sites, such
as next to teaser titles, as local tasks
(aka tabs) and on node/edit pages.

Notes

1. Not recommended for use with


sites that have full multi-lingual implementation including menu block and
views translations, or sites with more than about 4 enabled languages.
2. Requires Drupal core's Locale and Content Translation modules.

Install and Configure

Add <?php print $t9nlinks; ?> in your theme's node.tpl.php file to add links next
to teaser titles. For best results, put it inside the <h3> tag, but outside the title's
<a> tag. E.g.

<h3>
<a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php
print $title ?></a>
<?php print $t9nlinks; ?>
</h3>

Rounded corners will work in Internet Explorer with a yet-to-be-released version of


Themer module.

Credits

By Bevan Rudge, sponsored by CivicActions and Conservation Strategy Fund.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Jan-09
notes for 6.x

Find out more · Bugs and feature requests

Term Tree
By nonsie on the 4th of February, 2009

Provides a widget for Content Taxonomy module similar to Taxonomy Tree with
one major difference - it only loads term tree branches required instead of
rendering the entire taxonomy tree on page load.

1752 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

At the moment it has been tested to work for radio buttons (eg only 1 value in
number of values dropdown).

------------------------------------------------------------------------------------
To install:
1. enable Content Taxonomy Term Tree and Term Tree modules
2. create CCK field of Content Taxonomy field type and set the widget to Term
Tree.

Not all configuration options work for the field in the dev version
Please do not file bug reports - I am aware of those issues. Feel free to submit
patches if you can.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-30
notes snapshot

Find out more · Bugs and feature requests

SMS Payments API


By pen-exe on the 10th of March, 2009

Русская версия
Модуль позволяет принимать платежи через смс-биллинги.
Текущая версия работает с www.a1agregator.ru

Возможности модуля

субмодуль sms paid posts


добавляет поле для ввода кода при создании ноды, который
генерируется при отсылке пользователем смс
Для разных типов нод, свои смс номера
Закрепление вверху списков
Помещение на главную страницу

Настройка
1. Создайте проект в своём аккаунте a1agregator, url на который
биллинг должен посылать запрос sms_payments_api/a1
2. на странице admin/settings/sms_payments_api поставьте нужные
галочки, а1 всегда шифрует секретный ключ
3. admin/settings/smspp - настройка префикса для sms paid posts, и в
настройках каждого типа материала есть поле для ввода номера

1753 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

TODO
Работа с биллингами www.smscoin.com, www.mobilmoney.ru
Интеграция с Voting API
Покупка роли за смс

мой ник на drupal.ru - penexe

English version
coming soon...

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Sep-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 275 276 277 278 279 280 281 282 283 … next ›
last »

Page break by AutoPager. Page( 280 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Yahoo! Pipes
By Rob Loach on the 3rd of April, 2009

#D7CX: I pledge that the Yahoo Pipes module will have a full
Drupal 7 release on the day Drupal 7 is released.

Provides integration with Yahoo! Pipes.

1754 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Recommended
6.x-0.1 2009-Apr-03
notes for 6.x

Find out more · Bugs and feature requests

Wysiwyg ASCII Math


By iva2k on the 23rd of May, 2009

Wysiwyg ASCII Math is a Wysiwyg editor plugin that adds ASCII math and ASCII
graphs.

Currently supports only Drupal-6.0 and TinyMCE.

Requires Wysiwyg API.

Note: Updated to work with Wysiwyg API 6.x-2.x.dev 2009-05-19 (editors moved
to sites/all/libraries). It is known to NOT support Wysiwyg API 6.x-2.0-alpha1.

Relies on mimetex.cgi (see INSTALL.txt for instructions).

File feature requests to support other editors/versions.

Known Problems
It is confirmed that Wysiwyg Ascii Math is incompatible with TinyMCE media
plugin:

#505254: Inserted Graphs - Interference from Media button.


#505268: Add new Math/Math symbols - Interference from media button.

There is poorly written code in media plugin that messes up <embed> tags that do
not belong to media plugin, which breaks Ascii Math. There is no solution to that
yet.

Credits
Drupal module written by iva2k.

ASCIIMath and ASCIIsvg plugins for TinyMCE written by:


(c) 2008 David Lippman.
http://www.pierce.ctc.edu/dlippman/
http://www.imathas.com
http://www.imathas.com/editordemo/demo.html
(Forked at ver 0.16 2/26/09)

Other

1755 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Looking for co-maintainers - if you want to be involved - please send your request.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jun-11
notes for 6.x

Find out more · Bugs and feature requests

Cron key
By doq on the 24th of May, 2009

Protect "cron.php" against unauthorized access.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-May-25
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Dashboard for users


By azriprajwala on the 20th of June, 2009

User Dashboard module which allows the users to arrange their dashboard with the
different blocks.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jun-20
notes snapshot

Find out more · Bugs and feature requests

Lockdown
By Arto on the 22nd of June, 2009

A state machine for paranoia, with the halting state typically


entailing the implementation of a scorched earth policy response
(i.e., erasing the Drupal database). Think DEFCON for Drupal.

This module is meant primarily for "paranoid" Drupal use cases involving
information warfare. Typical users might be political dissidents in repressive
regimes, BitTorrent bootleggers, various kinds of activists, and so on and so forth.

Basically, if you have adversaries trying to hunt & shut your site down or limit your

1756 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

ability to disseminate information, you'll probably want to install Lockdown to help


maintain tight information discipline as well as to guard the perimeter and perhaps
give you some advance warning when it's getting to be time to move shop.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-26
notes for 6.x

Find out more · Bugs and feature requests

UC Image Product
By VinceW on the 25th of July, 2009

This is a module for Drupal and Ubercart. It converts regular drupal


image node-types into Ubercart products. This module handles the
conversion(s) in a batch. You can attach a Taxonomy to the image(s). You may
also use your own defined product class.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-20
notes snapshot

Find out more · Bugs and feature requests

Profile Operations
By theoldfather on the 6th of August, 2009

Adds options to mass update profile


fields directly from the user
management page.

This release only support text and


textarea fields. Checkbox, list selection
freeform list, URL, and date have not
been implemented yet.

Also, I resorted to using a session variable to pass the callback arguments to the
field update form. If anyone knows a more legit way to pass the arguments in the
context of the hooks being used, please post it to the issues or submit a patch.

Sponsored by Reusser Design.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Aug-08
notes snapshot

1757 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Aug-06
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Platnosci.pl
By ad4m on the 15th of September, 2009

The Platnosci.pl module is an integration of www.platnosci.pl payment


gateway with Ubercart e-commerce project. It allows to process payments with
the Polish payment gateway called Płatności.pl. The module depends on Ubercart
package.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc2 2009-Nov-01
notes for 6.x

Find out more · Bugs and feature requests

Annotated Bibliography
By Shannon Lucas on the 25th of September, 2009

The annotated bibliography provides a means of associating a bibliographic entry


(provided by the Bibliography module) and storing an excerpt from the work cited
or an annotation for that reference. For example, a writer could reference a
bibliographic entry to a story and include an excerpt from the content of the work
being referenced or a brief explanation of why the work was cited.

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2009-Sep-25
notes for 6.x

Find out more · Bugs and feature requests

HTML5
By alli.price on the 2nd of October, 2009

This module implements fixes which adds HTML5 support for Gecko-based
browsers with a Gecko version pre 1.9b5, and Internet Explorer.

The IE fix will work straight off but the Gecko pre 1.9b5 fix requires some
implementation, please see the readme for full configuration details.

1758 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Module sponsored by Deeson eMedia - UK Drupal services

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-04
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 276 277 278 279 280 281 282 283 284 … next ›
last »

Page break by AutoPager. Page( 281 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Quiz for register


By GDI on the 28th of November, 2009

This module allows administrators to choose a quiz for anonymous users if they
want to register on the website. Quizzes which may chose administrators should be
created by using module Quiz. Quizreg is using existing quizes to use one of they
for testing users before registering on website.

Can be using for:

Testing of knowledge anonymous users before registration on website and


limitation the number of users based on their knowledge.
Restriction registration for spambots.
Show Agreement or Terms and conditions before registering.
etc...

Requirements:

1759 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Quiz module.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-02
notes for 6.x

Find out more · Bugs and feature requests

Accessible Content
By kevee on the 2nd of December, 2009

The Accessible Content module helps


content authors create and manage
content in a way that ensures that the
content meets accessibility standards,
and lets site administrators build and
customize the standards the site should
adhere to. When the module is enabled,
it creates two kinds of nodes, a
collection of Accessibility Tests (you
can view a list of all the available tests), and a group of these tests called
Accessibility Guidelines.

The module can test the accessibility of content in both the node body and also
any CCK Text field with input filtering (not plain text).

Requirements

Most current release of the QUAIL project


PHP 5
DOMDocument
cURL

An optional feature to improve the usability of the highlighted view of accessibility


problems requires the BeautyTips module; however, this module is not required for
Accessible Content to function.

Important Notes

This module installs two node types: Accessibility Tests and Accessibility
Guidelines. In addition, it will create around 200 Accessibility Test nodes and the
following Guidelines:

Section 508

1760 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-21
notes snapshot

Find out more · Bugs and feature requests

Multi Node Edit


By a_c_m on the 15th of January, 2010

This module lets you edit more than one node on a single page (form).

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-05
notes snapshot

Find out more · Bugs and feature requests

GDriving
By tyabut on the 26th of January, 2010

GDriving allows users to input an address via a Google Map marker's info window,
and displays the Google Map driving directions in a printable facebox overlay.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-05
notes for 6.x

Find out more · Bugs and feature requests

Freemind
By Yorirou on the 12th of December, 2005

Freemind is an open source "mindmapping" tool to help organise your thoughts


and to provide a clear visual means of displaying ideas.

Currently, the module displays or exports a vocabulary, but I am planning views


integration and more (even the craziest ideas are welcomed :) ).

Status update: since it is very difficult to edit a mindmap and send it back to the
server, this module will do only visualization. If you want to do mindmapping with
editing support, you probably want Graphmind.

Version Date Links Status

1761 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-18
notes snapshot

Find out more · Bugs and feature requests

Excluded Users
By pukku on the 1st of November, 2006

Excluded Users is a helper module which allows administrators to select users not
to appear in user listings by modules that know how to work with excluded_users.
This should only be installed if you're using a module which knows how to work
with it (at this time, organizational infrastructure, minutes, and site user list).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Dec-09
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jun-19
notes snapshot

Find out more · Bugs and feature requests

User Agent Logger


By dllh on the 11th of May, 2007

This module logs user agents for nodes and comments. It also adds a "view user
agents" permission that can be used in themes to show the user agent a given
post was made with. This may be useful for sites with support forums pertaining to
browsers or to web sites themselves, in which knowing a user's user agent might
help resolve issues. The module adds "useragent" property to $node and
$comment objects that can be used anywhere the fully-loaded nodes are available.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-28
notes snapshot
Download · Release Recommended
5.x-1.2 2007-Jul-08
notes for 5.x

Find out more · Bugs and feature requests

What Would Seth Godin Do?


By Richard Eriksson on the 14th of September, 2007

1762 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Displays a block with a configurable friendly message to first-time visitors. The


block then expires after a configurable amount of visits by that visitor. Based on
the What Would Seth Godin Do WordPress plugin.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-12
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Apr-24
notes for 5.x

Find out more · Bugs and feature requests

Flexifilter Cite
By cwgordon7 on the 12th of January, 2008

Allows for citations of other nodes to be added as components in flexifilters.

This is an excellent example for how a module can extend flexifilter.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Machine Learning API


By kyle_mathews on the 24th of April, 2008

The Machine Learning API is looking for a new maintainer. If you're


interested, send an email to Mark Boudreau at
memetrackermodule@gmail.com

Has a number of machine learning algorithms. Used by the memetracker module


to power its results.

Version Date Links Status


6.x-1.1- Download · Release Recommended
2008-Aug-30
alpha6 notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 277 278 279 280 281 282 283 284 285 … next ›
last »

1763 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 282 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Apachesolr Ubercart Integration


By mikejoconnor on the 1st of August, 2008

The apachesolr module provides a great replacement for core search,


complete with faceted search.

The Apachesolr Ubercart integration module aims to provide a seemeless


integration of apachesolr with Ubercart, a drupal commerce package.

Installation
Please follow the installation guide for the apachesolr project. Once solr is running,
enable the apachesolr_ubercart module to add sku and price fields to the index.

Features
Currently this module only adds the sku(model), sell price, and list price to the solr
index. Hopefully more fields, blocks, sorting, and range options will follow.
Enables model, list price, sell price, weight, height, length, width facet blocks.
The price blocks can be divided in divisions like from 0 to 20€ (of kg..), from 20 to
40 and this division is configurable per block.

Limitations and comments


Please note that currently our indexer for solr is only some basic options. Mainly
the 5.x release only offers really basic search within the prices. the 6.x offers more
options and sorting blocks (for the faceted search). If you want improvements
please add an issue and we'll take care of it as soon as possible!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-09
notes snapshot

1764 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-Aug-02
notes snapshot

Find out more · Bugs and feature requests

Media Player
By aaron on the 4th of August, 2008

This module provides a home-grown flash media player for video and audio
playback. It's written in OpenLaszlo to make modifications relatively easy for
developers and requires no flash IDE. It plans to provide an extensive API for
custom administrative modifications as well.

Calls made as follows:

<?php
theme('media_player_player', $file, $options = array(), $params = array(),
$player = NULL) ;

/**
* Display a file embedded in a media player.
* @param $file
* The path to the media to play.
* @param $options
* An array of options to pass to the player:
* 'absolute' => TRUE or FALSE. If TRUE, this is used when building URL's (useful
for embedding externally).
* 'autoplay' => TRUE or FALSE
* 'width' => The width of the player
* 'height' => The height of the player
* 'bgcolor' => The background color of the player, such as 'red', 'black', or a Hex
value.
* 'display_logo' => TRUE or FALSE
* 'logo' => The path to an icon to display
* 'logo_x' => The x coordinate to display the logo
* 'logo_y' => The y coordinate to display the logo
* 'display_splash' => TRUE or FALSE
* 'splash' => The path to an image to display before playing the media
* 'splash_x' => The x coordinate to display the splash
* 'splash_y' => The y coordinate to display the splash

Find out more · Bugs and feature requests

Ecommerce Node Access Product


By danielb on the 6th of August, 2008

1765 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Provides 'Node Access' settings for product nodes, whereby users who purchase
the product are granted view access to content, which can be predefined
either by category, by node, or by view.

Define nodes which have 'purchasable access'; these nodes cannot be seen by
anyone except for the Author, Administrators, and anyone who purchases the
relevant 'Node Access' product. 'Node Access' products grant view access to
'purchasable access' nodes, either by categories, by specific nodes, or by a view.

If the 'Node Access' product is also an 'EC Recurring' product, then view access will
be granted for nodes published during the period of the recurring purchase.
Therefore this can be used to create a subscription system to your website.

This module is unlike EC Role where a user is granted a new level of access to the
site, in this module the user is given access to only the specific nodes chosen by
the content administrator on the add/edit page of the product, so purchasing
different products can give access to different sections of the site.

This module is sponsored by tiPythia - financial tip marketplace.

Versions

5.x-2.x - Full and stable release for Drupal 5


6.x-2.x - Stable release for Drupal 6, no Views integration, access can only be
updated by an admin via rebuild.

Version Date Links Status


Download · Release Recommended
5.x-2.6 2009-Apr-16
notes for 5.x

Find out more · Bugs and feature requests

Known User Role


By greg.harvey on the 20th of November, 2008

For a Drupal 5.x equivalent to this module, see http://drupal.org/project


/recognized_user

What It Does

This module adopts the known (or recognised) user concept, like you see on
websites like eBay and Amazon, where a user who has previously logged in to the
site is remembered by a cookie. In the case of this module, the site administrator
can optionally assign a role to known users, extending their permissions to do
some things that are more than an anonymous user can do.

As an example, with a site I'm working on you have to login to download files.

1766 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

However, for "remembered" known users we don't want them to have to login just
to get a file - that's annoying - so we'll create a 'known user' role, set it as the role
for known users to receive (in admin/user/known-user-role) and allow it to
download files. That means you don't have to login fully to download files, but you
must have logged in at least once on that computer in the last 30 days.

Known Issues

Version Date Links Status


Download · Release Recommended
6.x-1.3 2009-Jun-12
notes for 6.x

Find out more · Bugs and feature requests

Offline Reminder
By will_in_wi on the 4th of January, 2009

After forgetting to turn a Drupal site back on for the second time, I decided to
write this module. It simply notifies you at your email address when the site is
offline for a certain (configurable) time.

What this module will NOT do:


* It will not send you an email when your host is offline.
* It may not work with poormanscron

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jan-07
notes snapshot
Download · Release Development
5.x-1.x-dev 2009-Jan-07
notes snapshot

Find out more · Bugs and feature requests

PAD Files

1767 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By AlexisWilke on the 11th of January, 2009

Introduction

This project offers a way so users can


create PAD Files on their Drupal site
without having to know anything about
the XML format or have to use some
"weird external tools".

The module lets users enter all the


necessary data, validate the data
properly, and serve the PAD files as required.

You can have a look at the output on the Turn Watcher website. Look at the
bottom of the page (right after the scroll). Click on the white links to see the XML
file and the PAD Page. Those are the result of entering the necessary data in the
PAD File as created by this module.

How it works

Extract the package in your sites/all/modules or some other modules folder.

Select the modules you want to use under admin/build/modules

PAD File; main module used to create the files and serve them
PAD File Input Filter; insert links in your nodes with [padfile <language>
<name> <field>]
PAD File Page; enable padpage/<name> to visualize the PAD file as a node
PAD File View; gives you access to all the PAD file data in your views*

*At this time the views do not support multi-language descriptions. They only
show the English version. More soonish, maybe?! (Jan 19, 2009)

PAD Files creation

Version Date Links Status


Download · Release Recommended
6.x-1.4 2010-Mar-02
notes for 6.x

Find out more · Bugs and feature requests

Language Checker
By Boobaa on the 10th of February, 2009

Language Checker module provides a tiny little overview page which lists each
installed module's translation percentage for each enabled language. Utilizes and

1768 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

depends on the Translation template extractor module.

Initial module development was sponsored by KYbest.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Feb-25
notes for 6.x

Find out more · Bugs and feature requests

android
By liorkesos on the 17th of February, 2009

The android module is intended to expose administration functionality for the


android mobile operating system.
The android app, droidpal , can be found here - http://github.com/gby/droidpal/ it
receives the notifications for different content moderation tasks for the
linux/drupal geek on the go.
This is a proof of concept developed by:

linnovate on the drupal side


Codefidence doing the android development.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-11
notes snapshot

Find out more · Bugs and feature requests

Aurigma Uploader for Imagefield


By awolfey on the 11th of March, 2009

The Aurigma Uploader for Imagefield module integrates the commercial Aurigma
Image Uploader with Drupal. Multiple images are uploaded in a single batch into a
multiple imagefield.

6.x-1.x supports version 5 of the uploader.


6.x-2.x supports version 6 of the uploader.
6.x-2-dev now adds ajax loading of images. Please try it!

For an open source java uploader see JIFUpload.

Requirements
- Modules: CCK, filefield, imagefield
- Aurigma is a commercial product. A valid license key is required.
- Users must have Java installed, or allow ActiveX for IE browsers.

1769 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Configurable features
- Selection of content type used.
- Selection of imagefield field used.
- Size of the uploader on the page.
- Aurigma parameters may also be entered manually in the module's admin page.

Benefits
- Allows batch image uploading to imagefield.
- Set image descriptions in the uploader and/or the imagefiled.
- Deletions are handled by imagefield and filefield.
- Image types are limited to jpg, gif, png.

Suggestions
- FileField Paths enhances the file path options provided by Token. Without Token
images are saved in the default files directory.

Version Date Links Status


Download · Release Recommended
6.x-2.0 2009-Jul-24
notes for 6.x

Find out more · Bugs and feature requests

Inline References
By cYu on the 20th of March, 2009

This module leverages Popups API in order to provide a form of inline editing for
nodereferences on a CCK edit page. It also shows the referenced node's field data
in addition to the title [nid: ] info normally displayed. The module also provides a
setting for preventing old nodes from being referenced in a node reference field,
forcing a user to create a new node using Popups: Add and Reference.

The module is still in it's very early stages and all testing thus far has been done
with the assumption that Popups: Add and Reference is also being applied and that
only a single autocomplete widget for nodereference is being used. In the future
I'd like this module to also work for User reference, multiple fields, and other
widgets.

If you'd like to see this module in action, 3 patches will need applied to the
Popups: Add and Reference module:

#407592: Trigger Change Events after newly created nodes are referenced ,
#308589: Autofill base form NodeReference field on popup close , and #416046:
add class to div wrapping Add New link

Version Date Links Status

6.x-1.x-dev 2009-Aug-07 Download · Release Development

1770 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 278 279 280 281 282 283 284 285 286 … next ›
last »

Page break by AutoPager. Page( 283 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Selector Element
By lashad on the 5th of April, 2009

FAPI Selector Element:


jQuery Sortable Selector

Description

This is an extension module for Drupal Forms API that provides jQueryUI linked
sortable element as a Forms API element. This element is a multi-selectbox
"killer". You would probably want to use it instead of select-box with "#multiple",
in many cases, because:

1. It looks so much cooler.


2. This element provides sorting capabilities that select-box does not.

Syntax

This is how you would use the new element in your form code:

<?php

1771 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

$form['country_selector'] = array(
'#title' => t('Select Countries'),
'#type' => 'jquery_selector',
'#description' => t('Some description here'),
'#options' => array(
'#enabled' => array('one'=>'one', 'two'=>'two', 'three'=>'three'),
'#disabled' => array('four'=>'four', 'five'=>'five', 'six'=>'six'),
),
'#default_value' => array('one'=>'one', 'two'=>'two', 'three'=>'three',
'four'=>'four', 'five'=>'five', 'six'=>'six'),
);
?>

#default_value is used when #options itself or both #enabled and #disabled


arrays, in it, are empty. In such case, #disabled array is filled with #default_value
and #enabled is set to empty array (Starting position).

Attention
Version Date Links Status
Download · Release Recommended
6.x-1.0-beta2 2009-Apr-06
notes for 6.x

Find out more · Bugs and feature requests

Open Media Project


By civicpixel on the 29th of April, 2009

This module leverages Organic Groups to add


functionality around projects. In the Open Media System,
Shows and MERCI Reservations are tied to Projects.
Project and Show share several fields and Project
settings are autocompleted for Shows making it much
easier to add Shows with accurate metadata.

Project allows producers at public access stations to


share responsibilities with other members as well as
enabling some basic Web2.0 social networking functions
(blogs, wikis, media enabled RSS feeds). Every Project has it's own feed making it
Miro Ready.

When used in combination with the TVframe theme and Pathauto, producers get
an attractive homepage for their project with a URL they can remember and
promote. PEG stations benefit far more from a producer's promotion when hosting
the content than when the producer uploads their video to YouTube.

This module is still being actively developed and will be included in the
Open Media install profile scheduled for release before the end of 2009.

1772 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Dec-04
notes for 6.x

Find out more · Bugs and feature requests

UC Correios Quotes
By wasare on the 18th of June, 2009

Correios Quotes is to calculate the shipping quotes from Correios (Brazilian Postal
Service). This is a especific module to Brazilian Drupal community and it is a
contrib module to Ubercart project.

Do you want help?


* Write a review for this module on http://drupal-br.org.
* Report any bugs, feature requests, etc. in the issue tracker.
* Contact the maintainer with any comments, questions, or a quote for module
customisations.
* If you use this module and consider it useful, donations will be welcome.

Roadmap
#656596: Include POT file and pt_BR translations
* Add new sources/webservices for obtain the rate quote, for example other
webservice instead of official Correios webservice;
* Calculate shipping quotes based on the original location of the product (?).

Sponsors
This project has been sponsored by ospath.com.
Original Drupal 6 port and improvements by Wanderson S. Reis.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-13
notes for 6.x

Find out more · Bugs and feature requests

Module taxonomy
By Dave Reid on the 1st of August, 2009

Ever wanted to move modules around on admin/build/modules? Well now you can!
By using this module you can alter module's package information by visiting
admin/settings/module-taxonomy.

1773 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-02
notes snapshot

Find out more · Bugs and feature requests

BannerConnect Adspace
By tcniki on the 4th of August, 2009

The BannerConnect adspace module is an easy and simple ad display system


created for Drupal web sites. Adspace creates a block for each ad, which gives the
users full control over where their ads are placed within the Drupal layout.

BannerConnect specializes in the online display advertising market with service


quality, and an unique blend of marketing solutions. Empowering over 4500
scanned websites in over 90 channels, Bannerconnect can deliver what’s
important: quality inventory for quality advertising.

In answer to queries from many of our publishers, I have created the


BannerConnect adspace module for Drupal users who want to earn money by
displaying ads on their web site.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-04
notes for 6.x

Find out more · Bugs and feature requests

Shopatron
By rszrama on the 27th of August, 2009

Shopatron offers hosted e-commerce services for manufacturers


desiring to sell their products straight to their customers without cutting
out their existing distribution/retail network. This module currently integrates
Shopatron's XML Online Order Processing Tool (XOOPT) which enables the
following workflow:

1. Customers browse your product catalog on your site and add products to a
shopping cart.
2. When they're ready to checkout, you submit their product information to
Shopatron.
3. Upon validation you receive an order ID you use to redirect customers to
Shopatron to checkout.
4. Checkout and payment are handled at Shopatron, and your retailers can view
the incoming orders for fulfillment.

1774 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

If there is an error in the request, the customer is redirected to a simple form they
use to provide their contact information. The customer's contact information and
product details are e-mailed to Shopatron (and optionally a store administrator
e-mail) for follow-up and manual conversion. Basically, Shopatron will do whatever
it takes to assist you in converting the sale.

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2009-Aug-29
notes for 6.x

Find out more · Bugs and feature requests

Hidden Author
By RoboPhred on the 8th of September, 2009

Hidden Author gives users with certain permissions the ability to hide their
username from other users when posting a comment. This allows users to post
anonymously to other users, but still be able to edit/delete their comment as well
as keeping the user connected to the comment for administration purposes.

This module brings parity with a phpbb3 mod that serves the same purpose.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

Taxonomy access user


By superbaloo on the 10th of September, 2009

Module sponsored by Open Web Solutions

At first sight, you may think it's just another fork of already available module on
drupal.org like taxonomy_access or tac_lite. First one is a taxonomy control access
based on roles, second one is a taxonomy control access based on users. But both
of those modules miss the - according to me essential - inheritance notion :
if you have access to one term, you don't automatically have access to the children
nodes. My module does take care about inheritance and this way permit a
powerfull user access control.

Version Date Links Status


Download · Release Recommended
6.x-0.1 2009-Nov-26
notes for 6.x

1775 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Name
By Alan D. on the 27th of September, 2009

Name is a module that provides a name fields and a FAPI name element
"name_element".

Each field type consists of one or more of components from the following list:

Title, Given name, Middle names, Family names, Generational suffix, Credentials.

Each field is made up for two or more input fields. The title and generational fields
are select lists and the other fields are all text fields. Multiple values are supported
via the core fields engine.

As of version 6.x-1.1, there are five built-in formatters to control the output.

Full
The complete name using all parts.
Given Family
The given and family names.
Given
The given name, but has a fallback to the surname if empty
Family
The family name, but has a fallback to the given name if empty
Formal
The title and family name components. If the family name is empty, the
given name is used.

You should be able to use the Custom Formatter module to define up more
combinations, but I have not personally tried this. As of version 6.x-1.2, these
have token support.

Note: The format of these two change with the users' language. In Chinese, the
family name comes before the given and / or middle names. Please let me know
if other locales require this reversed ordering.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Feb-23
notes for 6.x

Find out more · Bugs and feature requests

CCK Embedded Field Input Method for Gallery API


By ardas on the 19th of October, 2009

1776 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

coming soon...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-19
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 279 280 281 282 283 284 285 286 287 … next ›
last »

Page break by AutoPager. Page( 284 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Lazy image loader


By sinasalek on the 4th of November, 2009

Websites with lots of images on a single page


might take a long time to load, and it
sometimes annoys visitors. for fixing this
problem this module loads only the images
that are visible to or requested by visitors and
the other images loads only when visitor scroll
downs to them (This is the default behavior
there are other options available live
mouseover, mouseclick etc).

This module might also be useful for themes since it can be used for any image
anywhere on the page.

Status:
New stable version for Drupal 6 (including several bug fixes , code cleanup) will be

1777 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

released soon 2010/01/17.


I'll release a full Drupal6 compatible in the next few weeks 2009/11/07.
Drupal 5 release is only for demonstration, do not use it on production site. it
might be functional however but i'm not going to release any new version for
Drupal5.

Roadmap :
Version 1.0

#630800: Full Drupal 6 support

Version 1.1

#630812: Custom "not loaded" default image


#630808: Admin settings page
#632364: Following Drupal coding standard
#632366: Some help and documentation

Version 1.2

#695626: Renaming function names from lazy_image_loading to


lazy_image_loader to match the module name
#630936: Displaying image loader while image is getting loaded
#690576: Separating Admin and View code into two modules for improving
performance
#688544: Compatibility with aggressive caching

Future versions

#630806: Filter support


#691524: Doesn't work in a div with scrollbar?
#630802: Integration with jquery-plugins module

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-27
notes for 6.x

Find out more · Bugs and feature requests

CiviCRM Sunlight Congressional District


By dalin on the 10th of November, 2009

This module automatically gets congressional district information about your


contacts into CiviCRM using the Sunlight API.
http://wiki.sunlightlabs.com/Sunlight_API_Documentation

1778 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

It also fetches data about the current members of congress. You can access all this
data via the module's API or via CiviCRM. The included Congress module uses this
API to provide blocks and a user tab showing members of congress.

This module is written with performance in mind and has already made millions of
lookups through Sunlight.

Developed By

Advomatic LLC
http://advomatic.com

Sponsored By

Democrats.com
http://democrats.com

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-12
notes for 6.x
Download · Release Recommended
5.x-1.0-beta1 2009-Nov-18
notes for 5.x

Find out more · Bugs and feature requests

Ubercart Sermepa Payment Systems


By pcambra on the 11th of November, 2009

-- Ubercart Sermepa --
This module gathers payment methods for spanish banks that use Sermepa
systems.

-- Install & Config --


Enable ONE of the modules (not all are compatible to be enabled together) and
configure it in the Ubercart payment configuration.

-- Banks supported --
La Caixa - supported by Neurotic & HBW
Caixa Catalunya - supported by Neurotic & Amatusalud
Banc Sabadell - supported by Neurotic & Jamones Domecq

-- Roadmap --
uc_sermepa 1 will only provide the modules independently, the plans for the
version 2 include joining all these modules in one with support for any bank.

-- Collaborate --
If you want to help with this module, you can submit patches, find bugs and

1779 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

communicate them through the issue queue or even your own sermepa module
for a bank in particular

If you want new banks supported, you can contact with Neurotic

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-17
notes snapshot

Find out more · Bugs and feature requests

Orm
By brendoncrawford on the 28th of November, 2009

DrupalORM provides a programmatic ORM interface to nodes and their


corresponding CCK fields.

Assume you have a content type called "page" with the following node and CCK
fields...

* Node title
* Node body
* CCK Field "field_desc"
* CCK Node reference "field_ref" which points to content type "story"

You could query "page" content type in the following ways...

<?php
orm('Page')->find(array(
'Page.nid' => 34
));
?>

<?php
$nodes = orm('Page')->find(array(
'Page.field_desc' => 'foobar',
'Page.title' => 'hello world'
));
// $nodes will be an OrmNodeCollection object
print $nodes->{0}->title;
print $nodes->{1}->title;
// Or you can also do
foreach ($nodes as $node) {
print $node->title;
}
?>

Assuming the corresponding nodes exist, both of these will return an


OrmNodeCollection object which contains a set of PageNode objects. Also, any

1780 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

story nodereferences will be populated recursively....

<?php
$nodes = orm('Page')->find(array(
'Page.title' => 'bup'
));
// Prints title of corresponding Story node which is defined via CCK nodereference.
print $nodes->{0}->FieldRef->{0}->title;
// You can also do this
$nodes->{0}->FieldRef->{0}->body = 'Hello World';
// Now save the changes. There are many ways to do it...
// Method 1
$nodes->saveAll();
// Method 2
$nodes->{0}->save();
// Method 3
$nodes->{0}->FieldRef->{0}->save();

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-11
notes snapshot

Find out more · Bugs and feature requests

1781 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Jquery Colorpicker
By Jay Matwichuk on the 4th of January, 2010

Concept
This module creates a new Form API element
type: colorpicker, which relies on the 3rd party
integration of the jquery colorpicker. After
enabling this module and downloading the
relevant files from the site linked above, a new
form element can be created as follows:

<?php
$form['element'] = array(
'#type' => 'colorpicker',
'#title' => t('Color'),
'#default_value' => 'FFFFFF',
);
?>

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Feb-15
notes for 6.x

Find out more · Bugs and feature requests

WikiTools Auto Node Title


By Robert Castelo on the 9th of January, 2010

Enables Auto Nodetitle module to work with the unique title feature of WikiTools
module.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-09
notes for 6.x

Find out more · Bugs and feature requests

Category tokens
By scheepers on the 11th of February, 2010

Category tokens expose additional tokens per category that relate to the first and
last terms of a node within that specific category.

Especially useful with Pathauto.

1782 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Content locking (anti-concurrent editing)


By EugenMayer on the 11th of February, 2010

Features yet implemented


The user gets notified when he
trys to edit a node, which is edited
by someone else. He cant enter
the edit mode.
The user gets notified when he forgets to unlock a node (see below - unclean
transaction). He will be pleased to click on a link to unlock this node.
You can set a time after which nodes get unlocked automatically

Compatibility / Dependencies

Server Dependencies

You must be able to run cron to be able to use the automatically unlocking system
(by time).

Client Browser Dependencies

- none

Installation
1. Just download and activate the module
2. Configure the user permissions
1. check out documents - This enables content locking when a user starts
editing it. Note that even without this permission, users are still
able to edit contents, they're just not protected against concurrent
edits.
2. keep documents checked out - Whether to allow users to keep content
locked
across edits. This will enable a similar named checkbox on the content
edit form.
3. administer checked out documents - View and release locked contents
of all
users. This enables the administrative tab on Content management >>

Version Date Links Status


Download · Release Recommended
6.x-1.0-rc1 2010-Mar-04
notes for 6.x

1783 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

The eXtensible Catalog (XC) Drupal Toolkit


By pkiraly on the 13th of March, 2009

The eXtensible Catalog (XC) project is working to


design and develop a set of open-source
applications that will provide libraries with an alternative way to reveal their
collections to library users.

Please visit our project website at http://www.extensiblecatalog.org for a more


complete overview of the eXtensible Catalog project and the software we are
creating.

Additionally, there is an overall XC mailing list, not just for the Drupal Toolkit, but
other toolkits and topics, available at http://groups.google.com/group/extensible-
catalog.

Drupal Toolkit

The Drupal Toolkit is a modular system that handles the creation and manipulation
of metadata in accordance to the XC schema format within the Drupal content
management system by:

Defining metadata
Importing and exporting metadata
Storing and retrieving metadata
Searching metadata
Extending and modifying metadata
Controlling user access to metadata
Generating fully customizable XHTML and CSS output

Some modules are part of the Toolkit however can be used independently from it.
These are:

Version Date Links Status


6.x-1.1- Download · Release Recommended
2010-Mar-05
alpha5 notes for 6.x

Find out more · Bugs and feature requests

Chartbeat

1784 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Rob Loach on the 11th of November, 2009

A small module to provide third party


integration with Chartbeat, for real-time
site monitoring statistics. Note that the
module currently just reports to
Chartbeat. If you would like to do more
with it, then please get involved in the
issue queue.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2010-Mar-05
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 280 281 282 283 284 285 286 287 288 … next ›
last »

Page break by AutoPager. Page( 285 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Views Slideshow Menu


By redndahead on the 18th of November, 2009

This module associates a slideshow slide with a menu item. As the slideshow
rotates the menu item gets the class "activeSlideMenu". In addition, hovering over
the menu causes the slideshow to go to the associated slide. Note: if you don't add
CSS to your install defining behavior for the class "activeMenuSlide," then this
module will not work. For example, the following statement in your css will cause
each menu item to have a yellow background color when a slide associated with it
is displayed.
.activeSlideMenu a {
background-color: yellow;

1785 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Jan-24
notes snapshot

Find out more · Bugs and feature requests

FUDforum integration
By naudefj on the 4th of June, 2006

This module provides integration with FUDforum (a popular PHP forum system like
phpBB). The following (all optional) blocks are provided to integrate your forum
with your drupal site:

Version Date Links Status


Download · Release Recommended
6.x-1.1 2009-Jan-11
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Sep-15
notes for 5.x
4.7.x- Download · Release Development
2006-Nov-13
1.x-dev notes snapshot

Find out more · Bugs and feature requests

Bugbits
By tmckeown on the 20th of June, 2006

Bugbits is a module that allows some integration between Drupal and the popular
open source bug tracking software Mantis. Bugbits is starting to become more
mature but there is much left to do.

The module in it's current state only allows single login between mantis and
Drupal. We currently working on updating this module to Drupal 6 and developing
a roadmap for more a robust feature set and mantis API level integration. Please
give Daften a warm welcome to the bugbit's development team. He is making a
huge difference!

We released a 6.x-1.x-dev branch a while back. Please feel free to get involved,
post patches, help test, and offer feed back!
This version is the first working version for drupal 6, this integrations mantis into
an iframe to view within drupal. This is a temporary step while we phase out some
legacy code.

After months of inactivity, we are back. Everything is set up, and next

1786 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

week we start finishing up the 6.1 release and reviewing our code. We
hope to release a beta 6.1 version by the end of august.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Aug-22
notes snapshot

Find out more · Bugs and feature requests

Moderation Log
By mikhailian on the 4th of March, 2007

This module logs the modifications of nodes and comments done by non-authors
(that is, anyone with the "administer content" or "administer comments" privileges
that edit the nodes and comments of the others) and displays the statistics on
these modifications in a block as well as a detailed view of the modifications on
separate pages.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-15
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Dec-21
notes snapshot
Download · Release Recommended
4.7.x-1.0 2007-Mar-04
notes for 4.7.x

Find out more · Bugs and feature requests

Role Control
By elliot on the 9th of July, 2007

Role Control, allows administrators to grant users the ability to add themselves to
a specific role. When used in conjunction with Taxonomy Access Control this
provides an easy way for users to give themselves a simplified view of your Drupal
installation.

This is very useful if your site serves a population who might be overwhelmed by
the mass of content on the site if they are dropped into everything at once. It lets
them explore a sanitized site until they are comfortable, at which point they can
check a box on their user edit page and gain access to the remainder of the site.

The administration section is setup so the administrator can specify all text
associated with the checkbox on the user edit page so the user doesn't know
they've been added to a
specific role, but might see something like "Enable premium content", or "Show me

1787 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

the videos."

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Aug-23
notes snapshot
Download · Release Recommended
5.x-1.0 2008-Jan-04
notes for 5.x

Find out more · Bugs and feature requests

User edit notification


By davistv on the 14th of December, 2007

Sends an email to a configurable address whenever a user profile is changed. This


module compliments the functionality of User registration notification.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2009-Aug-10
notes snapshot
Download · Release Recommended
5.x-1.2 2008-May-08
notes for 5.x

Find out more · Bugs and feature requests

On This Day
By Richard Eriksson on the 18th of January, 2008

#D7CX: I pledge that On This Day will have a full Drupal 7 release on the day that
Drupal 7 is released.

Shows a block and a page of nodes created on this day for past years.
Administrators can set how many years back to display nodes. Future versions will
add a Views plugin.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-09
notes for 6.x
Download · Release Recommended
5.x-1.1 2008-Apr-26
notes for 5.x

Find out more · Bugs and feature requests

FeedAPI Node Discussion

1788 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By mustafau on the 13th of March, 2008

Finds out who links to who between FeedAPI Node Items.

News

6.x-1.x-dev package will be compatible with latest FeedAPI package.


5.x-1.x-dev package is compatible with FeedAPI 1.0

Requirements

FeedAPI Node
PHP 5

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-May-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-May-06
notes snapshot

Find out more · Bugs and feature requests

Time Budget
By jpetso on the 27th of May, 2008

A module that makes it possible for users to enter their time budget for upcoming
weeks, where time budget means the amount of hours that a user plans to spend
on a project in the future. Time budgets can be entered for multiple projects,
where the set of projects is defined by a view that is selected by the admin.

This module regards itself as a building block for other modules - it doesn't do
anything with the time budget data by itself, it just collects it and provides the
data in a simple API.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2008-May-27
alpha1 notes for 6.x

Find out more · Bugs and feature requests

Reservation

1789 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By maulwuff on the 17th of June, 2008

Overview
This module brings the possibility to create
forms which let users reserve things you
define using CCK.

You know it from reservating seats at the


cinemas, or when going out for dinner.
It was developed for reservating seats at a
local theater.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Feb-08
notes snapshot
Download · Release Recommended
5.x-1.0-beta6 2009-Feb-09
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 281 282 283 284 285 286 287 288 289 … next ›
last »

Page break by AutoPager. Page( 286 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Node2Node
By Abandoned Projects on the 8th of July, 2008

Security: This module is considered insecure by Drupal security team and all
of it's releases have been unpublished. You are strongly encouraged to
disable the module on your site.

1790 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Node2Node allows you to create relationships between nodes. The main features
are:
- Allowed relationships are defined in the admin screen (ie node type A can be a
parent of Node type B)
- Relationships are Parent/Child
- Relationships are many-to-many
- Relationships can have a defined sequence, ie the child nodes of a parent will be
listed in a user-defined order
- Relationships can be set up by end users (with editing rights)
- Relationships can be named (ie Node 1 Uses Node 2)

Comparison
Here's a brief comparison with some of the other node relationship modules, of
which there are several. Here I am comparing:
- Node2Node (N2N)
- Node Hierarchy (NH)
- Node Relativity (NRel)

Features:
- Defining relationships: N2N lets you specify a relationship between specific node
types. NH lets you says that a node type can be a parent (of anything that can be
a child). NRel is also very specific about node types.
- Cardinality (is that the right word?): N2N allows many-many. NH allows 1-many.
NRel is even more specific, letting you specify 1:1, 1-many, many-many etc

Find out more · Bugs and feature requests

IDEAL Easy | Ubercart Payment


By kees@qrios on the 18th of August, 2008

This module provides payment methods for iDEAL Easy online banking for
Ubercart based projects.

Overview: http://drupal.org/project/uc_ideal

Development by:
Qrios Webdevelopment

--------------------------------------

Release info
Version Date Links Status
Download · Release Recommended
6.x-1.4 2009-Aug-18
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Aug-08
notes for 5.x

1791 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Find out more · Bugs and feature requests

Twistage Integration
By xmattus on the 11th of September, 2008

Twistage Integration is a module which interacts with the API for Twistage, a
white-label enterprise video hosting service with a fairly robust API that is intended
to be integrated closely with a CMS.

It provides tools to sync your local database of videos with Twistage, update the
local list of videos in real time by processing "pings" sent from Twistage to your
site, and to embed videos into blocks, pages, or anywhere else with theme
functions.

This project also includes bonus modules which allow automatic syndication of
video, and one-click publishing of videos in the node form.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-06
notes for 6.x
Download · Release Development
5.x-1.x-dev 2008-Oct-08
notes snapshot

Find out more · Bugs and feature requests

OpenID Provider AX
By darren.ferguson on the 14th of October, 2008

The OpenID Provider AX module provides attribute exchange functionality for the
openid_provider module for Drupal. It allows hooking into
openid_provider_persona, content_profile (via openid_cp_field) or any other
module that users wish to retrieve their information from.

This module is undergoing changes according to the proposal outlined at RFC:


OpenID roadmap. Beta 2 reflects the adjustments proposed in step 1 of the road
map.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.


Development sponsored by Development Seed

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jul-06
notes for 6.x

Find out more · Bugs and feature requests

1792 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Flashmaker
By frankcarey on the 23rd of October, 2008

Allows users to create specific flash


slideshows (doesn't use taxonomy, or
galleries). A user creates a slideshow, then
creates individual slides for each slideshow.

NOTE: This is a dev version of this module.


Work needs to be done to integrate it with
existing modules like swftools.
Also, Work on this module has been
suspended in favor of Views Slideshow.

Flashmaker Installation Instructions

Required Modules:
- CCK
- Imagefield

Dowload flashmaker from the project page and extract it to your modules folder
http://drupal.org/project/flashmaker

Install the Module and the Required Modules

Add an image field to the "Flashmaker Slide" content type

1. In Drupal, Go to Content Management -> Content Types -> Flash Slide ->
Manage fields
2. Under "Add Field" :
Label: Slide Image
Fieldname: slide_image (must be exact)
Type: Image
Form Element: Image
3. under Global settings:
- make the field required and have only 1 value (can't have multiple images
per slide)

Imagecache (optional) - make slide images appear when editing a


slideshow

1. Install imagecache and imagecache ui


2. Got to Site Building -> Imagecache -> add new preset
Preset Name: slide_list (must be exact)

Version Date Links Status

1793 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Oct-24
notes snapshot

Find out more · Bugs and feature requests

KML Parser
By rsoden on the 4th of December, 2008

A KML Parser for the Feed API module.

KML, or Keyhole Markup Language, is an XML dialect for capturing geographic


features and their metadata. It is an Open Geospatial Consortium (OGC) standard,
and is very popular format for exchanging location data on the web.

This module provides parsing capability to Feed API so that it's possible to
aggregate the contents of KML files into Drupal.

Note: This module is a somewhat limited in functionality, it doesn't yet expose


some data, like style information or complex geometries, which can be stored in
KML. Patches are accepted!

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-31
notes snapshot

Find out more · Bugs and feature requests

File (hook_file)
By aaron on the 3rd of January, 2009

This is an experimental backport of Drupal 7's file.inc "hook_file" API to Drupal 6.


Things work the same, except anywhere you would call a file_xyz function, you
would call hook_file_xyz. Also, anywhere you would implement hook_file_xyz, you
would instead implement hook_hook_file_xyz.

This would give modules the new functionality, and when ultimately upgrading,
developers would replace the functions by simply changing all occurrences of
"hook_file" to "file".

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Jan-29
unstable4 notes for 6.x

Find out more · Bugs and feature requests

1794 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

e-Commerce role purchasing support


By sammys on the 19th of January, 2009

Adds role purchasing support to Drupal e-Commerce.

Module created by Sammy Spets from Synerger Pty Ltd.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

Primary Group
By KingMoore on the 24th of February, 2009

Primary Group extends the Organic Groups (OG) module to allow users to select a
primary group when saving a node, and provides API functions to get the primary
group of a node.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Mar-02
notes snapshot

Find out more · Bugs and feature requests

PHP4
By kenorb on the 24th of April, 2009

PHP4 module contain PHP5 functions which have been rewritten to make it
compatible with PHP4.
Of course this module can't provide full support for PHP5, it's only define
compatible functions.

*You don't need to install this module, you can install PEAR PHP_Compat instead.*
Try:

pear install PHP_Compat-1.6.0a2

PHP_Compat Page: http://pear.php.net/package/PHP_Compat


If you can't do that, then install it.

Supported Functions

1795 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jul-29
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 282 283 284 285 286 287 288 289 290 … next ›
last »

Page break by AutoPager. Page( 287 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Ubercart securepay.com.au Payment Gateway


By univate on the 27th of April, 2009

This is a payment gateway for the securepay.com.au gateway (Note: this module
will NOT work with the securepay.com gateway as it is an Australian ONLY
gateway)

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Dec-19
notes snapshot

Find out more · Bugs and feature requests

EZProxy
By aaron1234nz on the 28th of April, 2009

#D7CX: I pledge that EZProxy will have a full Drupal 7 release on the day that

1796 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Drupal 7 is released.

This module provides a bridge between Drupal and EZProxy.

EZProxy helps provide users with remote access to Web-based licensed content
offered by libraries. It is middleware that authenticates library users against local
authentication systems and provides remote access to licensed content based on
the user’s authorization.

There are three main methods of authenticating between Drupal and EZProxy:

External Script Authentication


CGI Authentication
Ticket Authentication

This module provides three methods. Here are the use cases:

1. External script authentication

Version Date Links Status


Download · Release Recommended
6.x-2.1 2010-Jan-05
notes for 6.x
Download · Release Recommended
5.x-1.1 2009-Jun-27
notes for 5.x

Find out more · Bugs and feature requests

Loader
By caktux on the 6th of May, 2009

This module provides a block displaying a page


loading progress indicator as percentage (for
theming) or as a default Drupal Progress bar.

It's actually a jQuery plug-in that counts the


number of img:visible tags on the page and
attaches and onLoad event to them, which
updates the counter once that image gets loaded.
This gives a certain control over what you need
your content to do while you load image intensive
pages.

Features

Set the minimum number of images to have on the page before displaying
progress.
Use Drupal.progressBar or not, in which case a simple div > span with the

1797 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

percentage will be inserted in the block and the span element will get
updated with the progress in percentage.
Enable or disable animations (content fading in when the page finished
loading)
Set the element in which we check for the images (img tags) to load
(#wrapper by default)
Set the container for your content which will get hidden then faded-in when
the page has finished loading if animations are turned on (#container by
default)
Set the CSS Class applied to both elements specified above while the page is
loading ('loading' by default)
JS callbacks for the different loading stages (25%, 50%, 75% and 100%
[backed by $(window).load when img tags don't fire their onLoad events])

Callbacks

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-25
notes snapshot

Find out more · Bugs and feature requests

Media: Smugmug
By winston on the 6th of May, 2009

This module currently provides support for Smugmug images and videos to
Embedded Media Field.

Future development will further support the Media module.

We are close to a release. The module should be usable now.

To Do:
- Add a smugmug photoset provider

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Jul-15
notes snapshot

Find out more · Bugs and feature requests

Media: VideoJug

1798 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By junedkazi on the 8th of May, 2009

This is a provider file to integrate VideoJug


with Embedded Media Field.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-08
notes for 6.x

Find out more · Bugs and feature requests

Beautifier
By danielb on the 13th of May, 2009

PHP Formatter / Beautyfier / Tabifier / Pretty Printer / Code Format /


Coding Style / Indent

Provides a code formatter with web interface. Users upload file or paste code, hit a
button to either receive feedback about their code style (similar to Coder), or to
beautify/tabify their code. The user will also select from a list of coding standards
to use against their code. Users with permission can customise the coding
standards for themselves.

Important: Beautifier requires Drupal 6.13 or higher. This is due to a design


problem in older versions of tablesort.js that was exposed during Beautifier's
development.

The engine that drives this module is ready for use, and there is an
implementation of Drupal 6 coding standards (using algorithms from the
coder_format scripts that come with the Coder module). Once this is working
smoothly we can add PEAR and Zend standards, as well as adding beautification
for source code other than PHP. See documentation for developer advice.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Sep-20
alpha2 notes for 6.x

Find out more · Bugs and feature requests

TimeCert
By Arto on the 15th of May, 2009

TimeCert is a web service for timestamping content. This provides


evidence by a trusted third-party that something (e.g. a blog post, a
document, or a file) existed at a given time. TimeCert records and gives you the
timestamp for when someone first referenced a given digital fingerprint.

1799 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-19
notes for 6.x

Find out more · Bugs and feature requests

Block descriptions
By ilo on the 24th of May, 2009

This module will improve the user


experience when the site has some
blocks the user may show or hide.
Currently drupal doesn't support block descriptions, and when there are some site
created blocks or blocks with similar names the user may be confused about wich
one is each.

The module introduces the field description in the block configuration form, as this
is the place where the administrator should first enable the user interaction with
the block visibility. Once the user goes to edit the account settings to show or hide
the site blocks, each block will have it's description attached.

Note: As blocks are being refactored completely for D7, an interesting topic to read
about:
#257032: Blocks system refactoring

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-06
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jun-06
notes for 5.x

Find out more · Bugs and feature requests

1800 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Activitystream for Yelp


By Grayside on the 6th of September, 2009

Activity Stream module integration for


Yelp.
Required: Activity Stream

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-15
notes for 6.x

Find out more · Bugs and feature requests

VIN Field for CCK


By arpieb on the 9th of September, 2009

This is a CCK field module that provides SAE-compliant validation on a Vehicle


Identification Number (VIN) to verify it is well-formed.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-10
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 283 284 285 286 287 288 289 290 291 … next ›
last »

Page break by AutoPager. Page( 288 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

1801 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

View revisions by content type


By Wim Leers on the 27th of September, 2009

#D7CX: I pledge that View revisions by content


type will have a full Drupal 7 release on the day
that Drupal 7 is released.

Description
This module provides per-content type 'view revisions' permissions: " view
revisions of <content type> content ".

Developed for http://driverpacks.net/

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-27
notes for 6.x

Find out more · Bugs and feature requests

UC Nochex
By bscott on the 8th of October, 2009

A Ubercart Nochex payment module with Automatic Payment Confirmation.

Nochex is a UK based online payment company, specialising in providing smaller


online businesses with simple, accessible, easy to use, online payment services.
(http://www.nochex.com).

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Oct-08
notes for 6.x

Find out more · Bugs and feature requests

Menu Add Content

1802 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By Servit on the 19th of November, 2009

Create new content directly where you want them.

This module allows users to create content through links in


the menu.
End users are having a hard time linking their new pages
from the menu at the desired place, The drop down select
box is not user friendly, This module creates an "add
content" link below every menu item so it is easy for end
users to create a new content at the menu place they
want.

The module depends on popups API to work, and that is to make the interface
more User-Friendly.

Installation
------------
1. Copy menu_add_content folder to your sites/all/modules directory.
2. At Administer -> Site building -> Modules (admin/build/modules) enable the
module.
3. Configure the module settings at Administer -> Site configuration -> Menu Add
Content Settings (admin/settings/menu_add_content).

Contact
------------
This module is developed by Servit Open Source Solutions
and maintained by Rabe'e AbdelWahab

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-19
notes for 6.x

Find out more · Bugs and feature requests

SWF Link
By eaton on the 15th of January, 2010

A simple CCK formatter that allows CCK Link fields to be displayed using the
SWFTools module's output formatters. This allows you to easily use externally
hosted files for podcasts, video streaming, and so on without the overhead of the
emfield module.

It was written because I wanted to stick podcast audio files into an Amazon S3
bucket, copy the link, paste it into a CCK Link field, and see it formatted as a flash
player. It does that and that only, and I am happy.

Version Date Links Status

1803 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

Feature
By kbahey on the 28th of September, 2003

A module that lets you organize and maintain a feature list by category.

The 5.0 version has configurable categories.

This modules used to run the Drupal.org features page but is now retired.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jan-07
notes snapshot
Download · Release Recommended
5.x-1.0 2007-Dec-05
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2007-Dec-05
notes for 4.7.x

Find out more · Bugs and feature requests

Import Typepad / MoveableType


By dgtlmoon on the 19th of November, 2005

Module allows the importation of typepad content from the typepad export file.

This module can capture:


* Comments
* Categories/taxonomy
* Blog author
* Rewrite links/substitution

**UPDATE : I'm out of time out moment for testing this module, if you'de like to
be a CVS maintainer just let me know, this module needs general cleaning up,
include some simpetests for typepad's "vocabularies" and generally make it work
slick with D6.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Sep-25
notes for 6.x

1804 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-1.0 2008-Sep-24
notes for 5.x
4.7.x- Download · Release Development
2008-May-27
1.x-dev notes snapshot

Find out more · Bugs and feature requests

News
By Allie Micka on the 20th of January, 2006

A news module that uses Send to deliver one or more nodes to a mailing list.

Because News uses the send and MLM frameworks, it is short and efficient. But it
includes all of Send's feature list, including CiviCRM integration, message history
and HTML formatting. You can deliver news to any of MLM's mailing lists.

This module requires Mime Mail, Send, and MLM.

Version Date Links Status


6.x-1.0- Download · Release Recommended
2009-Oct-23
alpha1 notes for 6.x
Download · Release Recommended
5.x-1.0 2008-Mar-20
notes for 5.x

Find out more · Bugs and feature requests

Carbon Account
By john ackers on the 2nd of December, 2006

Allows users to create and update their carbon footprint as a carbon account. By
entering utility meter readings, gasoline/petrol consumption, daily commutes and
plane trips etc., drupal registered users can build a picture of their CO2 emissions.
Measuring one's own footprint is a big shock and awakening for many people - it is
not just the [insert your country] government that's at fault.

To get going a user creates a carbon account. Then adds carbon stamps such as
trips, meter readings etc as they occur throughout the year.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-12
notes for 6.x

1805 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
5.x-0.2 2009-Jan-07
notes for 5.x

Find out more · Bugs and feature requests

Interests
By Agileware on the 2nd of May, 2007

2nd August 2009 - Module requires extensive work,


please do not use unless you want to contribute
patches.
Allows users to select taxonomy terms from vocabularies as 'interests'. Each time
they visit a node with that taxonomy term applied to it the interest level bumps up
one, or creates a new interest for them. Interests can be added/removed manually
on an administration/user level or by the user itself.

Integrates with Tagadelic for a 'My Interests' tag cloud block.

Has a browse interests page level that lists users with similar interests in order of
the most counts for the term, latest blog entries of interest and then any other
nodes that have matching interest tags.

As of the Drupal 6 version and 5.x-2.1, the user's interests page integrates into
the users 'My Account' area and vocabularies are flagged as interests vocabularies
on the vocabulary edit screen.

About the Developers


This project is maintained by Agileware Pty Ltd, http://www.agileware.net. Please
contact us if you require a Drupal theme, custom Drupal module development,
Drupal systems integration or have a complex Drupal project. We love Drupal!

Find out more · Bugs and feature requests

Bing Search
By mfb on the 17th of October, 2007

Provides a search tab which pulls results from the Bing web service. The search
query can be limited to a set of sites, and various advanced search query strings
can be used (or appended to all search queries).

The 1.x branch of this module supports the original Live Search API 1.x, while the
2.x branch supports the Bing API 2.x.

Version Date Links Status

1806 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Mar-16
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-Dec-22
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 284 285 286 287 288 289 290 291 292 … next ›
last »

Page break by AutoPager. Page( 289 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Dialectic
By eaton on the 27th of November, 2007

DEEelectic is a nufelty muduole-a zeet cunferts ingleesh text intu a feriety ouff silly
furmets: l33t 'hecker speek', Pig Letin, Purete-a telk, Rut13, und su oun. In
iddeetiun tu un inpuot feelter, it ixpuses a pege-a zeet lets users cunfert lerge-a
blucks ouff text oun demuond. Bork Bork Bork!

(Dialectic is a novelty module that converts english text into a variety of silly
formats: l33t 'hacker speak', Pig Latin, Pirate talk, Rot13, and so on. In addition to
an input filter, it exposes a page that lets users convert large blocks of text on
demand.)

Is this useful? I suppose it depends on the kind of site you're building...

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2008-Jun-21
notes snapshot

1807 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
5.x-1.x-dev 2008-Jun-21
notes snapshot

Find out more · Bugs and feature requests

GB Comment Revisions
By LasseP on the 15th of December, 2007

A revision system for comments reacting on editing comments.


You can create, force automatic creation without letting the users know, revert and
delete. Setting of maximum amounts for forced or created revisions prevent your
system from running out of discspace.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2008-Oct-16
notes snapshot
Download · Release Recommended
5.x-1.1 2008-Jun-29
notes for 5.x

Find out more · Bugs and feature requests

Zend Feed
By mustafau on the 11th of March, 2008

Uses the Zend Framework's Zend_Feed to download and parse feeds.

News

Zend_Feed parser in 6.x-1.x-dev package will be compatible with latest


FeedAPI package.
Zend_Feed parser in 5.x-1.x-dev package is compatible with FeedAPI 1.0

Includes

Zend_Feed parser for FeedAPI.

Requirements

Zend Framework
PHP 5

Version Date Links Status


7.x-1.x-dev 2009-Sep-28 Download · Release Development

1808 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


notes snapshot
Download · Release Development
6.x-1.x-dev 2008-May-31
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-May-31
notes snapshot

Find out more · Bugs and feature requests

Module Paths
By soxofaan on the 17th of May, 2008

This is a simple helper module for module developers


and maintainers to keep an overview of the different
CVS branches (like DRUPAL-5, DRUPAL-5--2,
DRUPAL-6--1, HEAD, etc) they have enabled on
different test sites.

A module developer that has to maintain different


branches of the same module typically has CVS
checkouts of those branches in directories like
foo-DRUPAL-5, foo-DRUPAL-5--2, foo-HEAD. This
module provides a block (and page) that displays the path name of the enabled
modules on a site. That way it's easy to determine which version of the modules is
enabled the site.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-May-17
notes for 6.x
Download · Release Recommended
5.x-1.0 2008-May-17
notes for 5.x

Find out more · Bugs and feature requests

Project Forecast
By jpetso on the 27th of May, 2008

This module takes a user's time budget as well as a list of tasks (issues/cases
/bugs/...) with a specified time need, and uses this data in order to calculate
estimated target dates for these tasks. Optionally, target dates are then also
calculated for milestones that depend on these tasks.

In order to retrieve the required data, project forecast uses various data sources:
the Time Budget module for determining how much time a user plans to invest,
and Views/CCK in order to retrieve the list of tasks for each user as well as some

1809 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

other information. For a basic working forecast, you need the following set of views
and CCK fields:

A view of tasks that need to be done or have already been completed.


One or more filters for the above view that make an "open tasks" view out of
the general "tasks" view. For correct calculations, the tasks in that view need
to be sorted in the order in which they're expected to be completed.
A "Number" or "Duration" CCK field in the task content type that specifies
how much time is still required for the given task.
A "User reference" field in the task content type that specifies which user is
assigned the given task.
And a "Node reference" field in the task content type that links to the project
which contains the task. Required because the Time budget module allocates
the time per project, and estimates are in consequence calculated
independently per project.

If you're a coder, you can add value providers for the "hours", "nid" and/or "uid"
value types in order to use e.g. the Project module's tables instead of a CCK
nodereference. That's not supported out of the box though, maybe it'll be included
one day.

Apart from the admin settings, this module does not directly provide a visible UI -
instead, it provides Views fields that you can use in your own views, as addition to
a list of tasks or milestones.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-16
notes for 6.x

Find out more · Bugs and feature requests

REST Provider
By Greg Hines on the 25th of July, 2008

Abstract
The REST Provider module provides a simple framework for creating RESTful web
services using Drupal. It strives to be simple and unobtrusive, imposing as few
constraints on developers as possible. Developers are free to create any kind of
RESTful web service, not just "Drupalesque" services. This module also takes care
of some of the more tedious aspects of creating a RESTful web service.

Difference From Other Drupal REST Modules


There are currently three other REST-related modules for Drupal. Here's how this
module compares to those:

1810 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2008-Jul-25
notes for 6.x

Find out more · Bugs and feature requests

Acronyms
By dellintosh on the 5th of December, 2008

Acronyms is a small module which handles Acronyms (also known as


Abbreviations) on your site. The primary function is
acronyms_parse_string($string) which takes and returns a string, properly
formatted with the acronyms (or abbreviations) in it. This module was created for
a client project - we were importing several thousand company names into Drupal
and the php command ucwords() did not properly address acronyms/abbreviations
(it would turn USA into Usa), so I created this module as a solution to that
problem. This module is essentially a text parser, so can be integrated into your
theme, a custom block, or your module code (to name a few places).

Depending on the case of the input, the acronyms_parse_string($string) function


will return:

If $string is Mixed Case:


"The USA has 48 contiguous states." will return the same string (if "Auto Create" is
enabled in Administer >> Acronyms then it will also save the "USA" acronym for
future use).

If $string is ALL CAPS:


"THE USA HAS 48 CONTIGUOUS STATES." will return "The USA has 48 Contiguous
States." (if the "USA" acronym was added manually or automatically).

If $string is all lower case:


"the usa has 48 contiguous states." will return "The USA has 48 Contiguous
States." (same reason as above.)

NOTE

Version Date Links Status


Download · Release Recommended
6.x-1.1-rc2 2008-Dec-12
notes for 6.x
Download · Release Recommended
5.x-1.2 2008-Dec-11
notes for 5.x

Find out more · Bugs and feature requests

Userfly Advanced Integration

1811 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By vitzo.com on the 13th of January, 2009

With userfly you can run instant usability studies for


your website using your real users. userfly is a free
service and will allow you to watch movies/screencasts
of your users’ browsing sessions. Thanks to userfly you can analyze the behavior
of your visitors and increase your ROI.

Features of userfly Integration module

The admin can define which pages will be tracked with userfly.
The administrative pages will not be tracked by default.
Include the userfly script in the footer automatically.
Only include the script when not exceeding the free account limit.

How is this module different from the other userfly module


Both userfly modules essentially do the same thing. We're not sure why another
module (with slightly less functionality) was added 2 days after ours was made
available on Drupal.org.

Watch a screencasting of userfly in action

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-19
notes for 6.x

Find out more · Bugs and feature requests

e-Commerce recurring transactions


By sammys on the 19th of January, 2009

Adds recurring transaction support to Drupal


e-Commerce.

Module created by Sammy Spets from Synerger Pty Ltd.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-24
notes for 6.x

Find out more · Bugs and feature requests

Auto-Promote
By shaisachs on the 10th of February, 2009

Autopromote creates a new permission, "write automatically-promoted content".

1812 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Administrators can select the content types for which this permission will be
activated. Once those content types are specified, if a user who has the "write
automatically-promoted content" permission creates or edits a node belonging to
one of the auto-promoted content types, then that node will automatically be
promoted to /node.

The classic usage for this module is a community blog site. For such sites, an
administrator would create a "front pager" role, and gives that role the "write
automatically-promoted content" permission. The administrator designates the
Blog content type as an automatically promoted content type. Thereafter, all blog
posts by front pagers automatically appear at /node.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-22
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 285 286 287 288 289 290 291 292 293 … next ›
last »

Page break by AutoPager. Page( 290 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

ec_paperpayments accept and track cheques/bank


drafts/postal orders for Drupal eCommerce API
By Dublin Drupaller on the 11th of February, 2009

This module allows you to accept and track paper


payments (cheques/bank drafts/postal orders etc.) at
your Drupal eCommerce shop. Designed to work with
Drupal eCommerce API (version EC4.x for Drupal 6.x).

1813 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-2.0-beta1 2010-Jan-29
notes for 6.x

Find out more · Bugs and feature requests

Inline Errors
By jsfwd on the 22nd of February, 2009

This module has been replaced by Inline Messages

The Inline Errors module allows you to move form messages from the top of the
page to just above where your form appears.

An example usage is with the comment form, which is typically placed at the
bottom of the page. Should an error be generated when someone submits, they
jump back to the top of the page. So to get back to the comment form, you have
to scroll back to the bottom of the page.

With a little jQuery and the jQuery ScrollTo plugin, Inline Errors will capture the
$messages, place them just above your form and move the page to the top of the
form.

You can enable Inline Errors for any form that implements hook_form().

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-May-24
notes for 6.x

Find out more · Bugs and feature requests

1814 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Patch
By mr.baileys on the 21st of March, 2009

Patch is a unified diff parser and viewer for Drupal that lets you view patches in a
nicely formatted way, making the patch review process a little bit easier for
visually oriented people like me. The output is fully themeable, and displaying
special characters like tabs, spaces and carriage returns than can be toggled on or
off which is handy if you need to count the number of spaces, or if you want to
verify that a patch does not contain tabs or non-Unix line endings.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-14
notes snapshot

Find out more · Bugs and feature requests

Media: 8Tracks
By aaron on the 24th of March, 2009

This is a provider file to integrate


8tracks.com with Embedded Media
Field.

See a screencast at http://capellic.com


/blog/embedded-media-field-8tracks!

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-27
notes for 6.x

Find out more · Bugs and feature requests

Bot Google
By Gurpartap Singh on the 29th of March, 2009

Search for results from Google directly in IRC. Syntax: botname: google keywords
here

Currently being used by Lampoon bot in #jquery on freenode.net.

Version Date Links Status

1815 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Mar-29
notes for 6.x

Find out more · Bugs and feature requests

DataSync FeedAPI
By andrewlevine on the 3rd of April, 2009

DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with


hook_cron.

There are several benefits to doing this:

It prevents FeedAPI imports from timing out cron.php and ensures FeedAPI
imports run on schedule even if another long-running hook_cron job is
running.
It allows you to specify different schedules for different feeds (eg. you can
run one feed import every hour and another every day). Normally, FeedAPI
runs on every cron run.
You can use DataSync's error-handling support which will rollback all
database changes in the case of an error and reschedule the feed import to
rerun.
You can extend the default DataSync FeedAPI job class to run your own
custom jobs.

Read the README.txt for installation instructions.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta3 2010-Jan-04
notes for 6.x

Find out more · Bugs and feature requests

GeSHi code snippets


By Alan D. on the 8th of April, 2009

This can only be used with Wysiwyg - TinyMCE editor. All other editors will
certainly fail.

It is too specific / untested even think about using in a production site.

This is used to store code fragments with nodes. These are edited / created from
the Wysiwyg editor, similar to the well known IMCE or Image assist Wysiwyg
plugins. The code fragments are stored in the content using tags.

1816 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Installation

1) Enable the Code Snippet module


2) Enable the filter to use code snippets
3) Configure TinyMCE to have the Code snippet button added

The <> button should appear on the TinyMce editor.

Tag format

[snippet|type=drupal6|csid=13|tagstyle=block|lineNumbering=2|numberStart=301]

csid: The only required attribute (but untested if others are absent). The
database ID
type : Only here for image styling inside TinyMCE, the filter uses the value
stored in the database
tagstyle: Helps controls the formatting and this data is saved in the tag, see
the GeSHi Filter docs for more details.
lineNumbering: See the GeSHi Filter docs.
numberStart : See the GeSHi Filter docs.

Status
Version Date Links Status
Download · Release Development
6.x-1.x-dev 2009-Apr-09
notes snapshot

Find out more · Bugs and feature requests

Cache Static
By sebyoga on the 4th of May, 2009

********************
** CACHESTATIC **
********************
Developed and maintained by : Sébastien LIBBRECHT (sebyoga@gmail.com)
Development sponsored by : Company Noven http://www.noven.fr

##############
## INFORMATION ###
##############

This module allows to generate a static cache on file with the extension of your
choice. (.html by default)
It increases considerably the speed of load.

1817 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Any more access database.. Your page returned already generated since the cache
file.

It supplies several possibilities:


- Management of the cache according to an url
- Management of the cache according to a domain
- Management of the delay of expiration different from that by default for a given
url
- Display a toolbar in front site for showing the information on the cache for the
current page. More of direct access to diverse option of management of the cache
for the current page
- Display in the backoffice the list of pages at present in cache with their expiry
date
- Deletion of a page of the cache if we publish a content page.
- Management of the deletion of the cache via a cron
- Addition of a tag in footer
- Management of the cache activated or no if parameter present in the url.
- Management of the cache Multi-site!
- No cache on the admin page

Version Date Links Status


Download · Release Recommended
6.x-1.2-beta1 2009-May-04
notes for 6.x

Find out more · Bugs and feature requests

e-Commerce File Downloads


By Roger Saner on the 29th of May, 2009

Creates file download products for e-Commerce.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-30
notes snapshot

Find out more · Bugs and feature requests

Activity Stream for Qik


By liamgh on the 25th of June, 2009

Activitystream for Qik.com.

Required : activitystream

Maintainer: Liam Green-Hughes

1818 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Jun-25
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jun-25
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 286 287 288 289 290 291 292 293 294 … next ›
last »

Page break by AutoPager. Page( 291 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

UC Sell CCK Fields Access


By dmadruga on the 23rd of July, 2009

This module lets you sell access to CCK Fields in your Ubercart store.
So, you can have a node type with some CCK fields that you want to show for
everybody and some others you want to keep private unless the user buys that
specific node. This module is compatible with Ubercart Marketplace. It was inspired
by the forum topic
http://drupal.org/node/331415 .

It is currently used on www.surfingfinance.com, which is a portal to buy and sell


top-quality information, presentations and training material related to the financial
markets.

This module is sponsored by Zaine SaaS (www.zaine.com.br).

Version Date Links Status

1819 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Development
6.x-6.x-dev 2009-Jul-24
notes snapshot

Find out more · Bugs and feature requests

Translation MenuSync
By derhasi on the 3rd of September, 2009

The module provides the opportunity to ease Menu Link creation for multilingual
content.

You can assign each language a specific menu and restrict creation of content of
this language to this menu. Translations of nodes can be synchronized with the
source language's menu (either on first creation or any node update). Besides
creation of items, you can control deletion of items for translated content and
define behaviour for languag neutral content.

It is still in development, so feel free to post feedback!

This module was sponsored by Burg.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-04
notes snapshot

Find out more · Bugs and feature requests

Node Terms in a Block


By lelizondob on the 10th of September, 2009

Have you ever used CCK Blocks? This module does the same thing but for terms.

It's not very easy to create a block just to show the terms in the node, this module
will create a block for every Vocabulary. This module also provides a function to
print the terms of a node on a page or content, all you have to do is:

<?php
if(module_exists("nodeterms")): print nodeterms($vid); endif;
?>

Where $vid is the Vocabulary ID you want to show.

This module was sponsored by IIIEPE.

This module is stable but it has a couple of bugs. Do not try on a production

1820 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

environment, it will be ready in a couple of weeks but I need you to test it.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Oct-24
notes snapshot

Find out more · Bugs and feature requests

Activity Stream for Netflix


By toddejohnson on the 19th of September, 2009

Activity Stream for http://netflix.com. Shows what


movies you have at home.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-18
notes for 6.x

Find out more · Bugs and feature requests

CSS Flip
By kharbat on the 1st of October, 2009

#D7CX: I pledge that CSS Flip will have


a full Drupal 7 release on the day that
Drupal 7 is released.

CSS Flip is a powerful tool for Drupal


theme developers who need to create
multilingual themes easily and quickly.

It aims to act like a backend engine,


where it automatically parses stylesheets
from themes and modules, flips their styles and injects them into your pages. You
do NOT need to create RTL stylesheets.

However you still have the option to use the regular Drupal way, and utilize the
tools provided in this module to flip your stylesheets easily and quickly.

The module is designed to fit Drupal needs. It takes care of flipping and creating
CSS files in a proper way that Drupal themes understand.

TODOS:

Supress duplicate styles in flipped CSS files


Fix styles for absolute positions to fit with Drupal themes

1821 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Rely on native CSS Parser for flipping.

This module is sponsored and developed by Untitled Studios | Untitled


Web.
Version Date Links Status
Download · Release Recommended
6.x-2.0 2010-Jan-12
notes for 6.x

Find out more · Bugs and feature requests

Cite
By Ki on the 10th of October, 2009

This module allows users to retrieve citation information for nodes within a site.
This module will be useful to researchers and academics who need to cite their
sources in various styles.

'Cite' displays 10 different styles of citation (APA, MLA, et.al.), which can be fully
configurable by the site admin. Unneeded styles may be suppressed and replaced
with styles defined by the administrator.

The project has been sponsored by Urban Insight.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Oct-16
notes for 6.x

Find out more · Bugs and feature requests

Twitter search
By dragonwize on the 9th of November, 2009

Adds Twitter search functionality to the Twitter module.

An administrator can setup text to search Twitter for. On cron runs, the results are
saved via the twitter module. Because of the integration with the twitter module
you automatically get the same views integration it has.

There is also additional views integration to limit tweets to only specific searches,
list search terms, or using any of the other data this module adds.

Status

Road map

1822 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

When all the issues for a given version are completed and sufficient testing has
been done the listed stable version will be released. This road map is only
tentative and may change at any time.

Stable 1.0

Add additional views filter to filter by search text. Done


#656662: Breaks when pulling in duplicate tweet
Lots of testing

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-08
notes snapshot

Find out more · Bugs and feature requests

Linked theme
By jemmyw2 on the 10th of January, 2010

Linked theme allows linking one theme to another in order to synchronize block
settings between the two themes.

After installing this module visit the theme settings page and you can choose a
theme to link it to and the regions to allow linking. Once linked the theme will
inherit the blocks from the selected theme for matching regions.

Linked theme is similar to http://drupal.org/project/block_theme_synchronize,


except that it allows you to choose the regions that are linked.

Linked theme is also similar to http://drupal.org/project/blockregion, except that it


allows linking each theme individually instead of all themes together.

Version Date Links Status


Download · Release Recommended
6.x-1.1 2010-Jan-25
notes for 6.x

Find out more · Bugs and feature requests

U.S. National Weather Service (NOAA NWS) U.S.


weather forecast block
By dwaine on the 22nd of January, 2010

This module uses a SOAP interface to request weather data from the U.S. NOAA
National Weather Service. The module displays summary forecast data (high
temperature, low temperature, expected conditions, weather icon) and provides an

1823 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

API for retrieving other weather information based on published NWS SOAP/XML
APIs. This module requires 'SOAP' to be enabled on the host. It has no other
dependencies.

Find out more · Bugs and feature requests

CCK Password Field


By Benjamin Melançon on the 14th of February, 2010

Module by hefox.

CCK Password field defines a basic md5-ed CCK password field.

Widgets include the a normal password textfield and a drupal password confirm.

Passwords that have been set are not retrievable as their original value as they
have been hashed.

Passwords fields that have been set will have a delete check box.

Warning: required will not work correctly, as I haven't figured out how to make it
that work..

Find out more · Bugs and feature requests

« first ‹ previous … 287 288 289 290 291 292 293 294 295 … next ›
last »

Page break by AutoPager. Page( 292 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Statistics Granularity
By BassistJimmyJam on the 15th of February, 2010

1824 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Statistics Granularity extends Drupal's core statistics module by adding node


counts for week, month and year. Includes views integration for accessing these
values.

This module was originally developed for Jimmy's Sandbox.

Find out more · Bugs and feature requests

Geolocator
By tmcw on the 29th of July, 2009

Geolocator is an add-on behavior for the OpenLayers module. It uses work from
the camptocamp project funded by the UN to enable HTML5 and Google Gears
geolocation (via IP and other factors).

The project is unfinished; to be frank, it has barely started. Also, this functionality
needs a bit of explanation:

HTML5 geolocation is not supported by the majority of browsers. On the Mac,


only Firefox 3.6+ supports geolocation. Chrome and Safari do not.
Finding a user's location will never be automatic because this poses a
security risk. If a webpage asks for a users location via HTML5, the browser
will display a bar which asks the user whether they want to share their
location or not.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Mar-05
notes snapshot

Find out more · Bugs and feature requests

Priorities
By gibus on the 2nd of February, 2010

The Priorities module helps on choosing the


best and priorizing alternatives among a
set of various proposals. The scoring is
based on users' participative contribution
through rating each and every alternative
with a level of priority.

Version Date Links Status

1825 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.3 2010-Mar-09
notes for 6.x

Find out more · Bugs and feature requests

Mark
By jmiccolis on the 22nd of February, 2010

The Mark module allows users to "mark" any kind of content that is accessible to
Views. The module provides blocks to mark (and un-mark) nodes and users as well
as a View field that can be used on any type of view. Mark is designed to be used
by authenticated users. It's possible to assign the proper permissions for marking
content to anonymous users, but the behavior of the module in such circumstances
is "unspecified", at best.

Mark depends on three other Drupal modules: Views, Chaos tools and
VotingAPI.

Mark leverages the VotingAPI and Views to allow for many kinds of 'marked
content' listings. Mark uses Chaos Tools to provide exportables and Features
support.

How is mark different from Flag/Nodequeue?

Mark is, first and foremost, a VotingAPI module. VotingAPI does a the heaving
lifting of recording votes, tallying them and providing Views integration.

Mark is Views-centric. Modules don't need to provide both Views integration and
Mark integration. If a module provides new "base" tables Mark just works.

Mark doesn't have capacity for explicitly ordering things. Of course you can always
sort by the number of people who have marked something.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2010-Mar-12
notes for 6.x

Find out more · Bugs and feature requests

XBView (Bookmarks Viewer)


By Abandoned Projects on the 8th of May, 2006

Note: As of 2009/10/13, this module appears to no longer be supported.


If you are interested in taking this module over, please reply to #603202:
Mark XBView module abandoned .

1826 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The xbview module is a simple module to display bookmarks through a dhtml


(html/css + javascript) frontend. It is designed to read bookmarks from a XML
Bookmark Exchange Language (XBEL) file.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-25
notes for 6.x
Download · Release Recommended
5.x-1.1 2007-May-02
notes for 5.x
Download · Release Recommended
4.7.x-1.0 2006-Dec-19
notes for 4.7.x

Find out more · Bugs and feature requests

JSnippets
By Zen on the 21st of May, 2006

The JSnippets module can be used to insert code snippets,


general text templates
and so on into specified Drupal textareas. Snippets can be related
to textareas
in forms, using the element ID of the textarea and the form ID of
the form.
These can be obtained by way of the JSnippets section button
which should be
visible above all textareas for users with the 'administer jsnippets'
permission. Only users with the 'use jsnippets' permission are
allowed access
to the snippets.

This module uses Javascript in combination with XMLHTTP and JSON to retrieve
and
insert the snippets. It will not work without Javascript.

Example use cases:


* Inserting canned (consistent) comments / replies to users.
* Library of PHP code snippets.
* Create templates for administrative fields such as site off-line messages
etc.

Bug reports and other feedback are always welcome.

Initially sponsored by: Chris Meryck.

Version Date Links Status

1827 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.1-beta3 2009-Mar-06
notes for 6.x
Download · Release Recommended
5.x-1.1-beta 2007-Feb-20
notes for 5.x
Download · Release Recommended
4.7.x-1.1 2007-Feb-20
notes for 4.7.x

Find out more · Bugs and feature requests

Organizational Infrastructure
By pukku on the 19th of October, 2006

The OI module allows users to be categorized in a hierarchical manner in OI


entities. Entities by default propagate membership up (so that if a user in a
member of a child entity, they are usually in the parent entity as well). Entities
have roles, which can be filled by members of the entity, and fields (support for
this is very limited in the current code) which can support various meta-data about
the entity. Entities are categorized into different types of entities ("groups",
"committees", "organizations", "sites", etc). The OI entities can be used for node
access restrictions. There is also a text filter that allows you to display entity
membership. Node access restrictions do not apply to users with "administer
content" permissions (but this is true for all node access modules).

Sadly, documentation is very much lacking. I will work on this eventually.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta1 2009-Dec-07
notes for 6.x
Download · Release Development
5.x-1.x-dev 2007-Jul-19
notes snapshot
Download · Release Development
4.7.x-1.x-dev 2006-Nov-30
notes snapshot

Find out more · Bugs and feature requests

Register Country
By NancyDru on the 18th of July, 2007

Are you creating a country portal or a site dedicated to a specific country?

The Register Country module is designed to intercept new registrations and check
if the IP address being used is registered to a country that the site administrator
has chosen. In this way, you may limit sign ups to your site to specific countries.

1828 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

The IP2CC module is required.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Aug-28
notes for 6.x
Download · Release Recommended
5.x-1.0 2007-Oct-22
notes for 5.x

Find out more · Bugs and feature requests

SCORM
By sanduhrs on the 20th of December, 2007

We plan to develop SCORM [1] integration for Drupal.


There is alpha stage code available for Drupal 5 via CVS checkout [3].

If you are interested in joining forces, please don't hesitate to contact [2] me
or Join the discussion on SCORM integration on http://groups.drupal.org/scorm

[1] http://en.wikipedia.org/wiki/SCORM
[2] http://drupal.org/user/28074/contact
[3] http://drupal.org/handbook/cvs

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2010-Jan-08
notes snapshot

Find out more · Bugs and feature requests

Slot Machine
By mcarbone on the 9th of April, 2008

The Slot Machine module allows you to schedule your content by 'slotting' nodes
into different queues. The main building blocks of the module are topics and
feature types. Topics correspond to pages or channels, for example 'sport',
'entertainment', 'world' on a news site. You create a vocabulary with the channel
names as terms and then set this vocabulary as the slot machine vocabulary.
Feature types are slots within those pages and correspond more or less to content
types, e.g. ‘article’, ‘video’, ‘review’, etc.

Administrators can modify the update frequency of each slot (either by a time
interval or a time of day), configure content in certain slots to rotate to other slots
of the same type, and reorder the queue of nodes awaiting scheduling for each
slot. (Javascript is required for the administrator UI.)

1829 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

For output of the content there is a menu callback whose path depends on
whatever you set this to be in the settings – so when you go to
channels/entertainment, for example, it will display the current node for each slot
in the entertainment channel. There are two theme functions used to display
content for this path, depending on whether a channel name is passed in or not.
There is also an API function that can be used to get the current node in a
particular slot.

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta4 2009-Sep-11
notes for 6.x
Download · Release Recommended
5.x-1.0-beta5 2009-Sep-11
notes for 5.x

Find out more · Bugs and feature requests

« first ‹ previous … 288 289 290 291 292 293 294 295 296 … next ›
last »

Page break by AutoPager. Page( 293 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Taxidermy
By bangpound on the 16th of September, 2008

Taxidermy puts a modern face on Drupal's taxonomy.module.

The goals of Taxidermy are simply to implement the improvements suggested for
Taxonomy.module in D7 so that modules which implement the proposed
hook_taxonomy_term_load, hook_taxonomy_term_insert,
hook_taxonomy_term_update, and hook_taxonomy_term_delete can work on
Drupal 6 and earlier. See the core issue to add proper taxonomy term hooks for

1830 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

more information about the goals of this module.

Various modules rely on hook_taxonomy's update and insert operations, but all of
those modules have no shared mechanism for loading their additions on terms.
Taxidermy module provides that functionality in a way that should be forward-
compatible with Drupal 7.

This module doesn't do anything by itself. It has no user interface. It gives no


output. It has no independent functionality.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-16
notes snapshot

Find out more · Bugs and feature requests

OpenID Client AX
By darren.ferguson on the 10th of October, 2008

OpenID Client Attribute Exchange provides Attribute Exchange functionality for


Drupal as OpenID Relying Party (client).

This module is undergoing changes according to the proposal outlined at RFC:


OpenID roadmap. Beta 2 reflects the adjustments proposed in step 1 of the road
map.

Development sponsored by OpenBand, a subsidiary of M.C.Dean, Inc.


Development sponsored by Development Seed

Version Date Links Status


Download · Release Recommended
6.x-1.0-beta2 2009-Jul-06
notes for 6.x

Find out more · Bugs and feature requests

Dataset
By greg.harvey on the 3rd of November, 2008

The Dataset module is for grouping nodes together in sets. A typical use case for
this module is if you are importing data from a 3rd party in to nodes and you wish
to know if a piece of data is no longer in a feed. If you update all the existing items
in the feed, as you parse it, so they are in a new set, then any items that were not
in the feed this time will be in an older set, so you know you can delete them
because they are no longer valid. Dataset includes functions for performing bulk
actions on nodes in a given set or sets.

Created by Greg Harvey - http://www.drupaler.co.uk

1831 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Sponsored by Defaqto - http://www.defaqto.com and CMS Professionals -


http://www.cmspros.co.uk

Please note, if you raise an issue and I do not respond after a few days, feel free
to nudge me via my contact form on Drupal.org.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2008-Nov-03
notes for 6.x

Find out more · Bugs and feature requests

cPanel API
By Chris Herberte on the 27th of November, 2008

Provide API functions for cPanel (not WHM). This module has no UI and should
normally only need be to installed if another module requires it or you are writing a
module which needs these functions.

Includes admin interface for setting cPanel user and pass, SSL and port.
PLEASE NOTE: password is stored in plain text unless encrypt (http://drupal.org
/project/encrypt) installed and enabled.

Currently provides functions for:


Mail - add, delete, edit pass, edit quota
FTP - add, delete, edit pass, edit quota
MailMan - add list, delete list, edit pass
(see also Mailman API for managing lists http://drupal.org/project/mailman_api)

example function:
cpanel_api_mail_add($email, $domain, $pass, $quota = 100)

To Do:
(6.x-1.1 - 6.x-1.2)
Mail forwards: add, delete
Domains: add, delete (parked and addons)
MySQL: add db, delete db, add user, delete user

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Nov-10
notes for 6.x

Find out more · Bugs and feature requests

iContact
By greenSkin on the 3rd of December, 2008

1832 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

iContact allows businesses, non-profit organizations, and associations to easily


create, send, and track email newsletters, surveys, and autoresponders. The latest
release of this Drupal module utilizes iContact’s 2.0 API allowing for management
of an iContact accounts from your Drupal powered web site as well as allowing new
subscriptions by users and message statistics.

Version Date Links Status


Download · Release Development
6.x-2.x-dev 2010-Feb-06
notes snapshot
Download · Release Development
5.x-1.x-dev 2008-Dec-04
notes snapshot

Find out more · Bugs and feature requests

Page renderer
By recidive on the 11th of December, 2008

Allow rendering pages in other formats than html.

Currently only JSON renderer is implemented.

This module is required by Asynchronous module.

This module is under active development, and not ready for production
use.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Feb-16
notes snapshot

Find out more · Bugs and feature requests

SlUser
By ssm2017 Binder on the 14th of January, 2009

SlUser allows you to map SecondLife / OpenSim user to a Drupal's site user.

This module needs http://drupal.org/node/122669/release for Drupal 6

The version 2 is using xml-rpc and dev version is using http-in.


Actual dev version should work but i couldnt build a release with subfolders.

Find out more · Bugs and feature requests

Type User Nids

1833 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By ausvalue on the 26th of January, 2009

This module allows you to consecutively number nodes of a particular type


authored by a single user.
Generally used with the Token module (required) and the Pathauto module it's
most common use is to create URL's for nodes without having Drupal's standard
nid as part of the URL.

For example:
Assume you've created a form for users to fill out for each of their support
requests. This 'request' form is a new Drupal node type. If a user named userfoo
has 2 requests then the URLs for these could be consecutively numbered similar to
the following:

www.example.com/request/userfoo/1
www.example.com/request/userfoo/2

and if userbar has 9 requests then the URLs for these could be consecutively
numbered similar to the following:

www.example.com/request/userbar/1
www.example.com/request/userbar/2
... to
www.example.com/request/userbar/9

The numbers 1 to 2 for userfoo and 1 to 9 for userbar are created by this module.
The above assumes that Pathauto is used to create an alias for all request node
types similar to the following:

request/[author-name]/[unid]

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jan-26
notes for 6.x

Find out more · Bugs and feature requests

Ubercart SecureTrading Payment Method


By longwave on the 27th of January, 2009

This module provides an Ubercart payment method for the SecureTrading.com


gateway.

The SecureTrading site reference must be entered in the payment methods admin
page. You can configure whether to send SecureTrading emails to the customer
and/or the merchant.

The configuration page also lets you know which files need to be uploaded to the
SecureTrading file manager area, and provides simple copy-and-paste information

1834 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

for the callback data files.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Oct-09
notes for 6.x
Download · Release Recommended
5.x-1.0 2009-Jan-27
notes for 5.x

Find out more · Bugs and feature requests

Earth Hour
By mgifford on the 22nd of March, 2009

Share your concern for the environment


by shutting down your website for an
hour in conjunction with the annual
observance of Earth Hour.

The module counts down to Earth Hour,


displays how many other sites are using
this module, and shares the link to http://earthhour.org with your visitors.

I was inspired to create this module by @haggaret who asked on Twitter for a
Drupal version of the plugin for @bravenewcode's Earth Hour WordPress Plugin. It
looked pretty simple to construct and I had never done a Word Press to Drupal
port, so I decided to take it on.

After the module is installed and enabled you can add the Earth Hour block to your
website's footer and your site will display a banner at the top that shows others
that you support the Earth Hour initiative. It also counts how many other Drupal
sites in the world are also supporting Earth Hour.

At 8:30pm local time on March 28th, the Earth Hour module will temporarily
disable your site for the hour, showing instead a message of solidarity.

We’re hoping our combined efforts in the Drupal community will positively
contribute to a greater awareness of our environment and individual responsibility
for it.

Version Date Links Status


Download · Release Recommended
6.x-1.7 2010-Feb-06
notes for 6.x

Find out more · Bugs and feature requests

« first ‹ previous … 289 290 291 292 293 294 295 296 297 … next ›
last »

1835 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Page break by AutoPager. Page( 294 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Auriga e-Payment for Ubercart


By henrrrik on the 5th of April, 2009

This module provides a Auriga e-Payment (Posten Betalväxel) payment method for
Ubercart.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Apr-06
notes snapshot

Find out more · Bugs and feature requests

Welcoming Websites Wizard Modules


By shaisachs on the 27th of April, 2009

This package is a set of modules which support the Welcoming Websites Wizard.
Unless you are installing that installation profile, you probably don't need this
package.

Version Date Links Status


Download · Release Recommended
6.x-1.2 2009-Jul-16
notes for 6.x

Find out more · Bugs and feature requests

Ubercart Skipjack Payment Gateway


By longwave on the 7th of May, 2009

1836 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

This module implements the Skipjack API as an Ubercart payment gateway.

Skipjack API and Developer serial numbers must be entered in the configuration
page at /admin/store/settings/payment/edit/gateways before this module can be
used to take payments.

Development sponsored by Lansing IT.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-May-07
notes for 6.x

Find out more · Bugs and feature requests

MultiSafepay integration
By coworks_dieter on the 9th of June, 2009

Integration of the MultiSafepay online


payment in Ubercart 2.x

This module:

Integrates MultiSafepay into


Ubercart
Has a settings form for easy configuration
Has possibilities to track payments

Biggest advantages of MultiSafepay:

Accept all payment methods


No monthly costs
Cheap iDEAL transactiions
Possible to receive your payment every day
Unlimited number of webshops
Free tools to increase your incomings

This module was developed by Coworks and partially sponsored by MultiSafepay.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Jun-09
notes for 6.x

Find out more · Bugs and feature requests

1837 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Ubuntu Drupal Countdown


By MTecknology on the 17th of July, 2009

#D7CX: The Ubuntu-Drupal pledges that


UDCountdown will have a full Drupal 7
release on the day that Drupal 7 is released.

Description
This module will add a block that will display
a countdown timer. This will countdown the
days until the next version of Ubuntu is
released. This automatically pulls the latest
package of banners. The banner options can be viewed on http://www.ubuntu.com
/getubuntu/countdown.

Settings
After much work, most of the settings have been removed. At this point, you can
choose from any of the available banners or your own custom code.

Development
Development occurs on Launchpad. Support requests, bug reports, latest code,
etc. can be found at this project page.

Development Page: https://launchpad.net/ubuntu-drupal-countdown

Support
We have multiple support options. The first line of support you should take is to
look at our Setup Guides. These go through general aspects of utilizing the
module.

We also have other support options listed on our Wiki.

Version Date Links Status


Download · Release Recommended
6.x-6.0 2010-Jan-20
notes for 6.x

Find out more

Workflow Relationships
By crea on the 8th of August, 2009

This module allows to setup Workflow relationships. At the moment only "workflow
-> node" relationship is implemented, but the module could be expanded to
support any kind of workflow relationship.

1838 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Currently Workflow Relationships consists of 2 parts:

1. Administration UI, that allows to setup relationship table


2. CTools/Panels integration: relationship you set up is then available as CTools
relationship, so you can show "related" node (or part of it) in a Panel pane
that you put in Panel containing source node context

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Sep-05
notes snapshot

Find out more · Bugs and feature requests

Role Contracts
By wildkatana on the 15th of August, 2009

Role Contracts creates a new content-type, 'Role Contract', which consists of


terms/conditions that a user must agree to by clicking a check-box and/or typing
ACCEPT in a text box, after which they will be granted a role associated with the
Contract.

Version Date Links Status


Download · Release Recommended
6.x-1.0 2010-Jan-31
notes for 6.x

Find out more · Bugs and feature requests

Views child remover


By miiimooo on the 23rd of September, 2009

This module fills a gap in the current book support in views. Currently, views can
filter by book depth so you can, for instance, display all book pages with level 1 -
the top level book pages. But there is no way to display top level book pages AND
pages that aren't part of a book.

Issues addressed:
#275905: Filtering out Child Book Pages
#359251: More book related filters?

Usage:
Download and untar. Enable the module. In views filters under Book select
Child remover

Version Date Links Status

1839 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Version Date Links Status


Download · Release Recommended
6.x-1.0 2009-Sep-24
notes for 6.x

Find out more · Bugs and feature requests

Munin monitoring Drupal plugin


By McGo on the 1st of October, 2009

This module creates a shell script that


acts as a plugin for the munin
monitoring tool. It gathers information
about your site und reports them in the
way the munin server needs them.
Munin itself displays them in a graphical
way.

Because this module is a shell script the cvs branches are used to ensure that the
database structure fits with the corresponding core version. It generates a simple
backend to generate the shell script and offers an API for other modules to add
individual statistics. Please file your request as an issue for this project.

#D7CX: I pledge that this module will have a full Drupal 7 release on the day that
Drupal 7 is released.

Version Date Links Status


Download · Release Development
7.x-1.x-dev 2009-Oct-15
notes snapshot
Download · Release Recommended
6.x-1.0 2009-Oct-14
notes for 6.x

Find out more · Bugs and feature requests

Custom Contact
By KarenS on the 2nd of November, 2009

This module creates a custom user contact


page using Views. The Flag module is used to
mark which users to include on the page so
the views can include any arbitrary collection
of users. The Draggable Views module is used
to allow you to drag 'n drop the entries to
arrange the list in any order.

Drupal does not ordinarily allow anonymous


users to access personal contact pages, so the

1840 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

Contact Forms module is used to create contact pages that can be accessed by
anyone, and we use the Flag module to toggle on and off the option to make the
contact form available to anonymous users.

The User Management page is available as a tab on the User list, at Admin >>
User Management >> Users >> Custom Contact Page. On that page users with
permission to administer custom contact page can toggle options for each user to
add them to the Custom Contact page. Users with permission to administer the
custom contact page can also toggle those options on the user edit forms.

The Custom Contact page is located at '/contact-list'. If Draggable Views is


enabled, users with permission to administer custom contact page will see grab
bars they can use to drag the users in this list into any order.

Version Date Links Status


Download · Release Development
6.x-1.x-dev 2009-Nov-08
notes snapshot

Find out more · Bugs and feature requests

« first ‹ previous … 290 291 292 293 294 295 296 297 298 … next ›
last »

Page break by AutoPager. Page( 295 ).

Modules
You can also view an alphabetical list of projects that includes all projects but only their
names.

Contributed (contrib) modules are plugins for Drupal that extend, build or enhance
Drupal core functionality. Use matching versions (modules released for Drupal 5.x will
not work for Drupal 6.x). Contributed modules are not part of Drupal core releases and
may or may not have optimized code/functionality. If a module solves your needs
please consider joining forces and helping the maintainer. You can view module usage
statistics for all modules to view the most popular modules used by the Drupal
community.

Mapstraction CCK

1841 of 2323 3/13/10 1:22 PM


Modules | drupal.org http://drupal.org/project/modules?filters=drupal_core%3A87...

By plopesc on the 16th of November, 2009

Mapstraction CCK is a module which


allows users to georreference contents.
It provides an intuitive map Widget
based on the Geo module. It also
provides a map output formatter for
points, lines and polygons.
Mapstraction CCK integrates
Mapstraction into Drupal, making possible add a map as a CCK field. When a user
creates new content, he can edit the map, changing the map provider adding
points, lines or polygons, etc.

IDELab Mapstraction
Mapstraction is a library that provides a common API for various javascript
mapping APIs to enable switching from one to another as smoothly as possible.
Developers can code their applications once, and then easily switch mapping
provider based on project needs, terms and conditions, and new functionality.
IDELab MapstractionInteractive is an extension for Mapstraction that improves the
original Mapstraction functionality, and now, users can add,edit or delete features
in a Mapstraction map.

All in one Map Widget


With the Mapstraction CCK module, users can use totally configurable maps to
georreference contents. Mapstraction CCK allows to configure all this parameters:

Version

Anda mungkin juga menyukai