Image Hover Effects

Component type

module

Categories

Maintenance status

Development status

Downloads

14395

Component created

Component changed

A community contribution of http://www.sooperthemes.com/#-Drupal-Themes.

Field Formatter that adds a hover effect to a linked image.

This modules integrates with Drupal core Fields API as well as the Views API.

The hover effect option is added to the field formatter of the core Image field. Since it only makes sense to have a hover effect on an image that is a link, the styling depends on a link being wrapped around the image.

Context Meta

Component type

module

Maintenance status

Development status

Downloads

751

Component created

Component changed

Concept
Context meta module provides a facility to add tags likes Abstract, Description,
Keywords, Robots, Copyright and even OpenGraph meta tags to your defined page.
Whenever we create a custom module with custom menu then we are facing issue to
defined SEO tags for custom page. This module provide facility to defined
context based (i.e based on page URL) meta element.

Search API Hashtag

Component type

module

Categories

Maintenance status

Development status

Downloads

1155

Component created

Component changed

Search API hashtag module provides an index field to store hashtags that appear
in one or more indexed fields. This module is useful to create a facet field to
filter indexed contents by their hashtags.

Installation

Install as usual, see http://drupal.org/node/70151 for further information.

Working days

Component type

module

Maintenance status

Development status

Component created

Component changed

Working days is a module that allows to calculate working days between 2 dates or the final date given an initial date and an amount of working days.
It also can calculate which days in a month are free or working days.

It enables an administrative interface to indicate which days does not be considered as working days.

Session Expire MongoDB

Component type

module

Maintenance status

Development status

Component created

Component changed

Description
-----------
Expires rows from the MongoDB Sessions session table older than a certain time. This module is only useful if you use the MongoDB Drupal module to store sessions.

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.

Google Wallet Objects

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides some integration with the Google Wallet Objects API.

Provides an admin interface to input credentials. Provides hooks and form elements for displaying "Add to Google Wallet" buttons.

Requires Libraries and the google-api-php library from GitHub.

Example usage to generate a button:

Queue Unique

Component type

module

Categories

Maintenance status

Development status

Downloads

1708

Component created

Component changed

Did you ever wanted a queue that only accepts unique items? This module provides a way of doing that. If you try to insert a duplicated item in the queue, the item is ignored.