Rules Modal

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

“Rules modal makes it easy to prompt a user for confirmation of a task during the execution of a rule. Combined with a module such as https://www.drupal.org/project/rules_conditional , this enables for more advanced validation. Here are some example use cases for Rules Modal:

- Used with a shopping cart system to prevent users from purchasing the same item twice by mistake (“Are you sure you want to add this item to your cart again?“)

File System Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

About

The module implements the following Rules Actions to interact with FS objects - directories and files:

  • Open directory
  • Create directory
  • Delete directory
  • Find directories
  • Find files
  • Copy file
  • Save file to the database;

and one additional action to support Image and File fields:

rules random

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

A simple rule action to generate either a random string or integer. Can define the length of the random result. For random strings, can also choose to include numbers and lowercase letters.

Rules Get Real Path

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This is a very simple rules action which, when provided with a file entity, returns the real local file path of that entity - useful if you are doing server side processing of the file.

Rules Reldate

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

112

Component created

Component changed

Rules Reldate adds an action to Rules that allows you to create a new variable that is a relative date from a given date field value. By default Rules allows you to add an offset to a date fields, however the duration settings of Rules limits that to an arbitrary amount of time.