Considered feature-complete by its maintainers.

AJAX Newsflash

ajax_newsflash.jpg
If you need to scroll text only then use http://drupal.org/project/scrolltext which available for latest Drupal version

Ad GeoIP

GeoTargeting Advertisements

The Ad GeoIP module adds geotargeting functionality to the Drupal advertisement module.

Mail Redirect

The Mail Redirect module redirects ALL system generated email (see notes below that CC/BCC were not supported until the 3.x branches of D7/D8/D9) to a test mail domain or address. This is especially useful when doing site testing which uses a production database which is populated with real email addresses.

Works with any mail generated by drupal_mail().

General Usage:

redirect any system generated email to your configured email domain or address
usage (specific for 7.x-2.x and newer, see README for older releases):
- in your test site's settings.php set:
$conf = array('mail_redirect_opt' => "domain");
$conf = array('mail_redirect_domain' => "mydomain.com");
OR
$conf = array('mail_redirect_opt' => "address");
$conf = array('mail_redirect_address' => "myaddress@mydomain.com");

result:
- input $to: john_smith@about.com
- output $to:
john_smith@mydomain.com
OR
myaddress@mydomain.com

Taxonomy Other

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.

Moodle Course List

screenshot_11.thumbnail.png

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 database login information that Moodle uses.

XRDS Simple

This module is a simple implementation of the XRDS-Simple spec, which used to live at: http://xrds-simple.net/core/1.0/.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only