Mass Messaging

Component type

module

Categories

Maintenance status

Development status

Downloads

3491

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.

Rules examples

Component type

module

Categories

Maintenance status

Development status

Downloads

5374

Component created

Component changed

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.

Mail admin

Component type

module

Maintenance status

Development status

Downloads

1403

Component created

Component changed

Mailadmin is:

  1. A database structure for use with e-mail servers (MTA), both SMTP and IMAP/POP3, providing both routing and authentication.
  2. A Drupal module providing a management interface for this database structure.

It is made and used by Reveal IT to manage our own e-mail servers.

Quizzler

Component type

module

Maintenance status

Development status

Downloads

3570

Component created

Component changed

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.

QUESTION TYPES

At the moment, only multiple choice questions exist.

Drupal-to-Drupal data migration

Component type

module

Maintenance status

Development status

Downloads

221472

Component created

Component changed

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).

Signup Counter

Component type

module

Maintenance status

Development status

Downloads

652

Component created

Component changed

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.