Direct Debit Payment

Component type

module

Maintenance status

Development status

Downloads

2923

Component created

Component changed

This module provides a

The module directdebit provides some basic functions with are used by the contained uc_directdebit module and the contrib module clieop.

Just install the module the normal way.

Mail Logger

Component type

module

Categories

Maintenance status

Development status

Downloads

56710

Component created

Component changed

Logs all outgoing mail from your site that uses proper Drupal APIs.

Any user with "access mail logger" permission will be able to read logs of outgoing mail from any user to any recipient, including new user welcome emails, password resets, triggered actions, Rules-based actions, and more.

Watcher

Component type

module

Categories

Maintenance status

Development status

Downloads

37510

Component created

Component changed

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.

Radioactivity

Component type

module

Maintenance status

Development status

Downloads

91102

Component created

Component changed

This module provides a field type which can be used as a hotness metric or a regular view counter for entities and for much much more. In essense, entities receiving attention (views or actions defined by Rules) are heated while inactive ones slowly cool down.

2.x

Features are:

IP anonymize

Component type

module

Maintenance status

Development status

Downloads

7150

Component created

Component changed

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.

Language Sections

Component type

module

Maintenance status

Development status

Downloads

18447

Component created

Component changed

Designed for multi-language sites, Language Sections provides a way of storing content sections for different languages in a single text area.

Applications include

  • A simple multi-language site front-page.
  • Views module header, footer and "empty" text sections, to make them "language aware".
  • Translated Custom Tokens.
  • Language-specific custom 404 pages etc.
  • Text sections provided by other modules which do not offer multi-language capability.
  • An easy to manage alternative to the Content translation module in some situations, typically on small sites.

Geolocation Field

Component type

module

Maintenance status

Development status

Downloads

235131

Component created

Component changed

Geolocation Field provides a field type to store geographical locations as pairs of latitude and longitude (lan,lng). The Drupal 8 version also provides a views proximity search plugin. Geolocation Field can be used with all fieldable entities like nodes, users, comments, taxonomy terms, etc.

Geolocation Field aims to provide a light-weight, easy-to-use and robust alternative to more complex solutions.

Ubercart Option Images

Component type

module

Categories

Maintenance status

Development status

Downloads

18940

Component created

Component changed

If you are using Drupal Commerce package in Drupal 7 (not Ubercart), this module is not needed.

An initial beta version for Drupal 7 is filed under releases, please try it out and leave feedback. Thanks Aaron Craig for your contributions.

Features

The uc_option_image module provides the following features to Ubercart:

Mapdir

Component type

module

Maintenance status

Development status

Downloads

1147

Component created

Component changed

Mapdir is a small utility module that provides a very flexible and general functional programming (read: easy) mechanism for applying functions to all (or selected) files and subdirectories in a directory.

Sample applications include data import, extraction or transformation.

Any time you are tempted to use PHP's 'glob' function, you might think about using this instead.

ISBN Field

Component type

module

Maintenance status

Development status

Downloads

4988

Component created

Component changed

ISBN is a simple field/widget 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).

Drupal 7 and 8 versions

These versions are under heavy development and are not intended for production use yet.

For this version only validation through form submission is implemented. Javascript, format options and ISSN-8 validation will come soon.

Drupal 8 - Dependencies

Instead of reinventing the wheel, on Drupal 8 version of this module, both validation and format are done by an external library. The library used is Nicebooks ISBN library.
This library is already included to be download if you download ISBN module via Composer like:

composer require drupal/isbn