oEmbed Thumbnail

Component type

module

Maintenance status

Development status

Downloads

1560

Component created

Component changed

oEmbed module allows the easy embedding of third party videos using the Link field (from the Link module). One small problem I had was that I wanted to show listings of oEmbed videos, but as thumbnails instead of videos. This module creates a simple field formatter for the Link field called oEmbed Thumbnail that can use any image style and can also be used in Views. Simply enable it, visit the display fields settings page for your CCK field and change the formatter.

Group sandbox

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is designed to be an alternative to Organic Groups. Organic Groups does a lot of stuff and I don't pretend to understand it all, but I do know that organizing your crap into groups shouldn't be that complicated and can be achieved with already-written modules.

DMC aka PHP Framework

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal Module Classes.

This is my way to return something to the community.

The goal of this project is allow the developer to create new modules using pure PHP objects syntax instead of arrays.

Push Notifications

Component type

module

Maintenance status

Development status

Downloads

16729

Component created

Component changed

Push Notifications Feature Overview

  • Supports APNS (Apple Push Notification Service)
  • Supports GCM (Google Cloud Messaging)
  • Supports C2DM (Cloud 2 Device Messaging)
  • Allows tokens to be registered and deleted through REST interface (requires Services module)
  • Provides interface for mass push notification to all users with a registered token
  • Limit delivery of mass push notification to specific language
  • Limit token registration to enabled languages

Colorbox Video Popups D7

Component type

module

Maintenance status

Development status

Component created

Component changed

Colorbox Video Popups D7 is a features module which creates colorbox popups to display YouTube and Vimeo videos.

I've tried to include all the dependencies and variables including site_frontpage. Instructions for this module are as follows:

1. On a fresh installation of Drupal 7, enable the module.
2. Add 2 terms to the taxonomy 'Video'
Vimeo
YouTube

Apple tools

Component type

module

Maintenance status

Development status

Downloads

970

Component created

Component changed

This module provides integration with the Apple Push Notification Service (APNS) and also validation of receipts for items that have been purchased through the apple store from inside apps.

The development of this module has been sponsored by The Economist

DrupalWinCache

Component type

module

Maintenance status

Development status

Component created

Component changed

DrupalWinCache is an implementation of Drupal's DrupalCacheInterface interface for using wincache as cache.

This Drupal module make use of the PHP WinCache extension for caching key-value pairs. The PHP Wincache extension includes 5 different types of caches.

1. Opcode cache
2. File Cache
3. Resolve File Path Cache
4. User Cache
5. Session Handler Cache