Comment Settings

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module implements an action that allows site administrators to change a node's comment settings.

With this module you can use View Bulk Operations to update the comment settings of many nodes at once. Or use Rules to change a node's comment settings from Read/Write to Read-only after certain amount of time.

CiviCRM Entity

Component type

module

Maintenance status

Development status

Downloads

12037

Component created

Component changed

CiviCRM Entity is a Drupal module which exposes many CiviCRM API entities as true Drupal entity types. That means that almost any module that can use Drupal entities can also access and manipulate CiviCRM data, Drupal style.

Acts as a specific case of "remote entity types"

Unlike Red Hen, provides deep integration with an Open Source CRM wtih a large and vibrant community

Compatible with CiviCRM versions 4.3-4.7, but works best with 4.6 and above.

Rules Panes demonstration at DrupalCamp sthlm 2013

Component type

module

Maintenance status

Development status

Component created

Component changed

This sandbox holds the features and custom code used at the demonstration of Rules Panes at DrupalCamp Stockholm 2013.

There are videos on YouTube for this demonstration.

You can try this sandbox on simplytest.me.

OG extra rules

Component type

module

Maintenance status

Development status

Component created

Component changed

Sandbox module that provides three rules:
*Get group id from membership entity
*Get target node from membership entity (if og is related to another entity it does'nt work)
*Get all group members from group membership ( Get the group members the group membership belongs to)

Direct message form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a block and a page with a form. That's available only to users with permission( send direct message ) to contact all users. It uses the message module to do it, so on it uses rules.

Rules date difference

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

Rules Date Difference is a simple action for Rules that accepts two datetime values and calculates the time difference in years. This was created for a project where dates were incompatible with timestamp, that is all dates before 01.01.1970.

The granularity can be easily changed if you want to use days, weeks, months, et.c. Just edit the code in rules_date_difference.rules.inc , line 34, and swap out 'years' for something else.