Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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 on site
API functions to send push notifications to a device
Integrations
Integration with the Rules module. Added 2 actions to send messages to an individual user or all users, as well as several events that react to tokens being inserted, deleted, and push notifications sent.
Integration with the Views module. Expose token data in Views and created a default admin view that lists all tokens
Integration for PrivateMSG module: Messages sent through the PrivateMSG module will be delivered via a push notification to all recipients with a valid device token
The Push Notifications module provides the feature set to send out push notifications to iOS (iPhone/iPad) and Android devices using Apple's Push Notification Service (APNS) as well as Google Cloud Messaging (GCM) and the Android Cloud to Device Messaging framework (C2DM). This module does not rely on any external services and allows site owners to send out push notifications to any mobile device for free.
The Facebook Photo Sync module enables the ability to have Image(Field) fields automatically uploaded to an existing or dynamically generated Album upon Node/Entity creation.
About
This module pulls Google DFP (Doubleclick for Publishers) ad units/slots and makes them available as blocks in Drupal. The blocks will then display the ads from the unit's inventory. At the moment, integration is extremely basic and I'd like to keep it that way, since Google DFP is absurdly complex.
Requirements
Drupal 7 - there is absolutely no plan to port this to Drupal 6 or earlier versions
The Web Service Client Views module is useful for those who just simply want to parse and display content from a web service. This project integrates the Web service client with Views. Using the Wsclient module, you specify a web service description including operations and results. Then using this module, you can easily display those results using the Views UI.