Enable the site to initiate automated actions from conditions, events, or defined schedules.

Signup Rules

The Signup Rules module provides Rules integration for Signup.

Provided Rules elements

Events

  • User signed up to content
  • User updated the signup to content
  • User canceled the signup to content
  • Signup to content was opened
  • Signup to content was closed
  • Displaying signup form is being inquired

Conditions

  • Is user signed up to content
  • Is display of signup form allowed

Actions

  • Allow displaying signup form
  • Forbid displaying signup form

Please read the README.txt of the module for more information.

In subsequent versions further rules elements are provided according to project needs and/or feature requests.

Dependencies

Rules 1.x
Signup 1.x

References

Vote

Description

Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).

Vote provides "functions" and "voting types":

A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.

A voting type basically combines a group of functions. For example a voting type "percent" would combine the functions "average" and "count" while "points" would also use the "sum" function.

Voting types and functions both use a set of classes as handlers to provide custom option forms and advanced (and individual) functionality for each function / voting type. The functions handler -for example- makes it possible to store function result values in seperate db tables with different table structures.

User Notifications

Example

Im actively seeking new maintainer for the project, please get in touch if interested!!

The User Notifications module was born out of the need for a Facebook Style notifications system where each user can see a list of notifications related to them.

The module offers a new Rules action "Send a new notification to a user" which allows admin users to trigger notifications to be sent when certain events occur on a site.
A default notification system is provided (based heavily on the privatemsg module code, thank you to litwol) for sending out notifications.
This default notifications system can be disable or complimented by enabling the messaging module API and send notifications via the methods offered there (mail, private message, sms etc).

Basic setup instructions can be found here: http://drupal.org/node/1080480

The module is in active development and will be part of the DrupalSN.com upgrade which will initial be to Drupal 6.
A Drupal 7 version will come in time.

Integrates with

- Rules (this module does the hard work and triggers notifications)
- Toolbar

Flag Friend Rules

This module provides basic Rules integration for the Flag Friend module (6.x-1.x version).

Context Rules

This module provides rules module integration for the context module.

Pages

Subscribe with RSS Subscribe to RSS - Automation