modulate
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
This module allows you to send mass messages to users. To compose and select recipients the Views module is used. This allows complex selection queries setup by a administrator. The mapping of the view fields and the subject, recipient, message body and the attachments is done in the view. To send a message the view plus the arguments of the view are put into a queue. The cron does then send the messages in the background.
By default there is only a Rules action, but other modules can use the API to add Views to the queue. The implementation of the module ensures that the messages are delivered exactly once. It is reliable. We work with transactions. The message can be send by default only trough e-mail. The implementation allows to extend this and add other deliverable methods.
This project contains example code for Rules 2 plugins:
* Rules actions (including minimal example, an example with a required parameter, and an action that also provides a parameter)
* Rules conditions, including using parameters
* Declaring and invoking Rules events
The example code does not contain any Rules data types, nor any simple tests. Sorry about that.
I am currently working on a complete rewrite of this module to refactor everything out into a much more flexible framework as suggested in #1360218: Make this module more generic.
This will allow much easier integration into new modules, other systems, etc.
The Quizzler module allows you to associate quiz questions with node instances.
You may control who may create questions, and who may take quizzes.
Output may be easily modified through the standard themeing procedure.
Quiz statistics are automatically generated per user and as a conglomerate.
For developers, Quizzler implements a hook system to allow you to create your own question types and further integrate your site into Quizzler.
At the moment, only multiple choice questions exist.
Alternative subscription model for SunMailer where subscriptions are controlled entirely by user roles.
migrate_d2d provides a framework based on the Migrate API for migrating content from Drupal 5, Drupal 6, or Drupal 7 sites into the Drupal 7 site where it is installed. As of the 2.1 release, It requires Migrate 2.6 or later. Besides addressing contemporary needs to migrate to Drupal 7, it has helped serve as a proof-of-concept for incorporating the migration approach into core as an upgrade path (https://groups.drupal.org/imp).
This module will add a block for a signup node that shows the total number of signups. You can enable the blocks in the signup settings on the node form.
I started this project with big plans, but it never panned out.
If someone would like this project, just ask.
Parser plugin for Feeds that parses the Electronic Data Interchange format.