rules_list_extra

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module adds new actions to Rules, under 'Data' group:

  • Merge: Given a list-tyle variable, it will be merged with a second list (options to merge unique items)
  • Intersect (not implemented yet)

Commerce Bundle Helper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a framework for automating the creation of bundle groups from existing products.

The first view is a rule which sets up the product bundle group. The second is a helper which creates a bundle item and ties it to a product. It gets called in a loop in the first rule. The last is an action which can be used to allow VBO access to the rule, allowing you to select one or more items and have them automatically be duplicated as a bundle. The bundle SKU defaults to BUNDLE-[product_id], the quantity defaults to "1" and the default title of the bundle is "[product-title] Bundle".

Video Comment FranklyMe

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this plugin to spice up your posts with video comments instead of boring text comments. Simply start by creating a new post, the video comment feature is added automatically at the end of the post.

This plugin places two-set widget. First, a sleek 'record video' button, and a video carousel at the end of all of your posts. Official plugin from FranklyMe.

It'll be shown to your audience once your post goes live, where they can take a video selfie (velfie) that'll be viewable by everybody on your site.

FranklyMe Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Frankly.me plugin for Drupal adds Frankly.me social plugins to your Drupal site and optimizes the experience of your audience through easy ask buttons and social widgets. Associate your Drupal site with side pane widgets and embed shortcodes for frankly.me ask button and social widgets. All features are deeply integrated with Drupal APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from Drupal.

Rules Regex

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module adds regular expression (regex) actions to Rules. The idea is to allow site-builders to manipulate text data (especially from Feeds) without having to resort to PHP.

Specifically you can:

  • Find and replace text within a field, modifying it in place.

  • Find a pattern and generate a replacement, leaving the original text unmodified.

  • Match a regular expression against some text, getting access to all the sub-pattern matches.

Commerce Shipment Message Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds order shipment notifications to Commerce Shipment. It provides an order-based email that can be sent automatically with a rules event that triggers when an order's shipping numbers have been updated or changed.

It creates a rule for sending the message, a default message type, and a view that shows the tracking numbers on the order.

Rules Throttle

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

The Rules Throttle module allows an administrator to insert a "throttle" delay action into a rule set. The delay can be specified by the administrator in millionths of a second, up to a theoretical maximum of 2,000 seconds*.

The action also provides three return values: 1) a microtime() timestamp from before the delay begins; 2) a microtime() timestamp from after the delay completes; and 3) a calculation of the duration of the delay. These values are available to subsequent rules actions.