VoIPCommerce

Component type

module

Maintenance status

Development status

Downloads

275

Component created

Component changed

This module provides VoIP (voice and SMS) integration with eCommerce platforms.

Currently, it only supports access to Drupal's Ubercart module (http://drupal.org/project/ubercart), but can be easily extended to support other platforms.

The VoIP Commerce module has been originally conceived and implemented by the MIT Center for Civic Media (http://civic.mit.edu/) and Terravoz (http://www.terravoz.net/).

Select Remix

Component type

module

Maintenance status

Development status

Downloads

1426

Component created

Component changed

Hide specific options of a select field for particular content type(s).

User Cases

A site's Resource section has two content types: 'Document' and 'Image'. They share a field called 'Resource Type' which has selectable options: 'Book', 'Report', 'Article', 'Photo', 'Chart', 'Illustration'.

This module enables the field to show the first three of these options in Document, and the last three in Image.

Yandex Map profile

Component type

module

Maintenance status

Development status

Component created

Component changed

Модуль показывает координаты пользователя на Яндекс карте, указанные в профили пользователя

Deep link

Component type

module

Maintenance status

Development status

Downloads

2486

Component created

Component changed

Sometimes you want to be able to give simple URL access to content that would not normally be available to a particular user (or perhaps someone not even registered with the site).

Deep link module allows the direct access to a specific item of content under certain circumstances and limitations. Such as one-off or time-limited deeplinks.

The deeplink module provides a framework for generating special URLs which can be inserted into emails that allow access to a content item or page, and tracks the uses of that link.

Streaming Media Field

Component type

module

Maintenance status

Development status

Downloads

1629

Component created

Component changed

Drupal 6
Provides a CCK field to facilitate streaming media. Field can be attached to any content type to store pertinent information about a media stream: stream name, stream location, live or on-demand.

Drupal 7
Provides a new field as part of the Drupal 7 Field API.

This module doesn't provide any display by itself, but is quite useful in conjunction with other modules. Requires custom code to implement the display.

Combination Field Storage

Component type

module

Maintenance status

Development status

Downloads

669

Component created

Component changed

This module stores fields both in MySQL and in MongDB. When loading entities, or querying them using EntityFieldQuery, it uses MongoDB. When using views, it uses MySQL. Have your cake and eat it too!

This is especially useful in read-heavy, write-light situations that make extensive use of views.

If you don't need full views integration, we would suggest instead using MongoDB field storage and EFQ Views

Alternate Label

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

The Alternate Label module allows you to add an alternate label to your cck fields while viewing the node.
This module displays the default label while creating a content and a different label while displaying them. The purpose is to make forms more interactive. This module depends on CCK module.