This project is under active development.

Cache Object API

This module provides a cache class exposing hooks allowing other code to intercept calls to the caching layer.

ImageField Attributes

Imagefield attributes works in a similar way that ImageField extended worked in Drupal 6 by allowing site administrators to add custom attributes to image instances and then allowing content administrators to fill in those attributes.

Why Imagefield attributes?

Imagefield attributes is a more lightweight and targeted solution then file entities or field collections. The module will work on existing sites and is completely non destructive meaning none of your imagefields will be broken or have to be reconfigured (repurposing a site to use field collections or file entities can be time consuming and risky on existing builds).

Performance

The module works makes use of Drupal caching and static caching mechanisms to deliver the best possible performance. On sites with thousands of images with multiple attribute values you may begin to hit performance issues however null value attributes are not stored in the database so only images with attributes are recorded.

How to use

  1. Enable the module.
  2. Edit the image field you'd like to add attributes to. (For example, if the field you'd like to edit is within a node, go to content types; manage fields; and click the edit link next to the field.
  3. Under 'Image attributes' click 'add'

Workbench Access Automenu

Provides automatic section assignment when using the Workbench Access menu scheme.

World Flags

5 minute install

Overview

Uses IP to Location module to see where your user is located.
Then dynamically displays an appropriate flag for the user's location.
The flag can override the logo, override the favicon, or be displayed in a block.

Flag examples

9 Easy to configure options for the flags.

Commerce Cart for Later

This module adds a new order state of "Saved for later"

It provides a method of "restoring" the cart with PHP and with Rules.

Field Group Tooltip (D7)

Make possible to show entity fields as tooltip in field group.
Requires and Field Group modules.

Pages

Subscribe with RSS Subscribe to RSS - Under active development