Webform Rules
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
This module adds rules integration on webforms.
This module adds rules integration on webforms.
Module is currently in development. If you want an action/condition that is not currently provided please open a feature request in the issue queue.
Integrates Notifications with Rules. Currently known to be compatible with the 4.x and 2.x branch of the Notifications module.
Views SPARQL Query Backend.
This module provides SPARQL Query backend for Views 3.
To use VARQL you shouldn't necessarily be fluent in writing SPARQL queries, cause the module uses Views' fields, arguments and filters in generating a sparql query to query a sparql endpoint, and then bring these data back into your view.
Provides a "boolean" field type with an additional state of "not set" in addition to the usual "true/false" or "on/off." A separate display string can be defined for each state. For example, if the field represents the status of a cron job, the three display strings might be:
- Cron job completed without errors
- Cron job completed with errors
- Cron job has not been run.
The corresponding default storage values are 1, 0, and -1.
The field type is integrated with the Rules module.
Rules Geocoder provides a geocoding action for the Rules module.
This module provides rules module integration for the context module.
The module offers:
A. New Rules event to react when a context is set
B. New Rules condition to see if a selected context is set.
C. New Rules action allowing rules to set or unset one or more contexts.
Module now has stable releases for both 6.x and 7.x, thanks to all who submited issues and patches!
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.
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.
This module provides basic Rules integration for the Flag Friend module (6.x-1.x version).
Extends the standard flag module rules integration and offers Rules events to react to flag friend API: approve, deny, remove & request.