Questions tagged [drupal-rules]

The Rules module is a Drupal module that allows site administrators to define actions that are conditionally executed, either programmatically or in response to predetermined events. Don't confuse this tag with drupal-roles.

The Rules module allows site administrators to define actions to be conditionally executed, either programmatically or in response to predetermined events.

Resources

125 questions
1
vote
1 answer

Convert drupal 6 rules module to drupal 7

The documentation for rules 2 development seems (to me at least) a lot more confusing than version 1. Im trying to get a user contributed module for a new rules action converted over to drupal 7/rules 2. The original post can be found here:…
websiteguru
  • 493
  • 1
  • 11
  • 23
1
vote
1 answer

Drupal rules line items

I'm doing something very simple. I have an order where rules fires on completed checkout. I'm trying to iterate through the existing line items and schedule recurring billing based on a text list that has either yearly or monthly. It wasn't working…
thomedy
  • 93
  • 11
1
vote
1 answer

I need to bring in list of integers as a condition in Drupal rules

I am trying to build a Drupal rule. My config is that my product has a integer list and a user reference. I have entity has field with both my user reference and my integer list. My field client which is a user reference is in, but my integer list…
thomedy
  • 93
  • 11
1
vote
1 answer

Rules scheduler for expire role and sending reminder email fire all at the same time

I have 3 rules which make up my "membership". Assign role when product X gets purchased (This one works!) Send a reminder email after 2 minutes. Remove role after 4 minutes. Please note the 2 and 4 minutes are only there for testing purposes, they…
Marameo
  • 33
  • 5
1
vote
2 answers

How to send an Email notification by day end using Rules with all the nodes published that day?

I am trying to achieve email notification . The condition is , it should go by end of the day with the current day published content list. For the same I have tried couple of things using Rules, but stuck in between. Any help? I tried using rules,…
santosh
  • 51
  • 1
  • 7
1
vote
1 answer

Drupal 7 - Functionality for multi-select of nodes and then action to send email to a manually entered email address

I have a webform setup along with a rule that creates a new content type called 'Idea' with most of the submitted data (so that comments can be made on node of type 'Idea') The webform is for new ideas for the business and depending on the idea it…
Scott
  • 171
  • 3
  • 23
1
vote
1 answer

Drupal Rules - Reference

I need to create something like this. Have several nodes ( NODE A ) with: C++, PHP, PLSQL, JAVA, etc... ( in each node ) And for, each one of these nodes i will have something like (NODE B): 1 - medium skills; 2 - good skills; 3 - guru; I have a…
1
vote
1 answer

Issue with "modify taxonomy"

I'm working with Drupal 6 to create a feed collecting site. I import the original feeds via the feeds module and copy their tags. But I also want to assign a category (terms from second taxonomy) according to the author name to be able to divide the…
PiHalbe
  • 171
  • 5
1
vote
1 answer

Drupal 7 - Delete old nodes with Node expire and their translated versions

Problem with deleting nodes and their translations with Node Expire. I've made a rule to delete the node when it's expire date is expired, but It only removes the node that has the expiry date and not the translated node. I have i18n_sync module…
1
vote
1 answer

How do I send an email with a PDF attachment using rules?

I am using Drupal 6 and I installed the rules module and configured it. I need to send email with an attachment to our users. How do I go about doing that?
yadavan
  • 11
  • 3
1
vote
1 answer

Get User from "After updating an existing og membership" event using Drupal 7 Rules

I have the current event "After updating an existing og membership" in Drupal 7 using the Rules module. Would I would like to do is get the User whose og membership was just updated using Actions, I can only get the current site user by default. I…
applecrusher
  • 5,508
  • 5
  • 39
  • 89
1
vote
0 answers

how to set a Drupal rules action to play a sound file

How can I set up a Drupal rules action to play a specific sound file. Eg I thought I can do this with the action 'fetch an entity', the entity value as 'file' and the property value 'title' (thinking title would be the file name?) but then how can I…
hrf
  • 75
  • 1
  • 7
1
vote
1 answer

Drupal 7 Create a new account for an anonymous order only for commerce license orders

With Drupal 7 using Rules 7.27, I've installed and set up Drupal Commerce with no real problems. The rule ‘Create a new account for an anonymous order’ works well but I need to add a condition that only executes the action of creating a new…
Ben
  • 21
  • 4
1
vote
0 answers

Consume and output SOAP web service using Drupal 7 Web service client and Rules

I need to get data from WSDL service and output into existing Drupal 7 CCK fields. How can I output information from WSDL into existing CCK fields or simply with PHP in templates with or without Rules module? I attentively learned and tried example…
BKI
  • 43
  • 1
  • 10
1
vote
2 answers

Add fields to email

I am looking for the syntax to add node fields to the body of an email. Examples I looked at the documentation, and the format is [content_type:content_type_title]. However, my email arrives with just the string…
bert
  • 287
  • 6
  • 14
1 2
3
8 9