Search in group Search
How to send emails to all referenced users in node. In Drupla 7
Hi All,
Not sure if this is the right place to ask this question. If any buddy knows that How to send emails to all referenced users in node using RULES module. For Drupal 7
Thanks in advance.
Read moreMy doubt: can rules do it?
Hi, folks.
I looking for a solution for this problem:
If five (or more) contents were created with a specific tag, I must do something (send an email, for example).
** Does RULES can control this for me?
I know RULES can control one content, but only if we reached five (or more) the automatic mechanism must send email. And then, no more.
If RULES can, so I will watch aaaaall screencasts produced generously by NodeOne team.
Thanks
Regards from Brazil,
Killer BR
Read moreUser profile fields as conditions
I'm having a hard time exposing fields from the user entity to rules conditions.
I'm trying to create a rule to verify certain profile fields are filled out when a user tries to create content of type "event". My rule fires when saving a node, has a condition to check the content type... and then I'm stuck. I can't seem to get the user entity fields to appear in the data selector for "field is empty". I've added conditions:
- site:current-user [entity is type = user]
- site:current-user [entity has field = field_profile_firstname]
Problems getting field value into custom php (Undefined index & Undefined offset errors)
I am trying to use the following php to take the url from Field A, clean it up, and save it to Field B.
If I put the domain in manualy the rule works just fine and saves somedomain.com to Field B
<?php
$myurl = get_domain ('http://store.somedomain.com/cart/index.php');
function get_domain ($url) {
$raw_url= parse_url($url);
preg_match ("/.([^\/]+)/", $raw_url['host'], $domain_only);
return strtolower($domain_only[1]);
}
echo $myurl;
?> Latest created node won't delete, only previous one
I have controlled field that lets the user select from either the "all" global list of nodes of one CT or the "my" list of nodes (which would be a subset of the first type) in the form that saves data for the "Record" content type. In my Rule I do a couple of things: 1) I let the user save a "Record" node with the node ref of the "All" or "My" item and 2) If the user selects from the "all" list, I also add a unique node to the My list with the node ref of the item.
Read moreRules Scheduler and Content Access
Hi,
I'm working on a site where we are going to streaming live events. I have, with help from Commerceguys in this tutorial managed to sell access to nodes per user. So far so good.
My problem is that i want to be able to set a date on every premium node (e.g +1 day, fixed date). So if you buy a recorded event you're supposed to have access to the node for 24 h and if you buy a live event you will have access to it for a specific date/time.
Read moreGetting error when using 'load a user list with views' action in rules bonus pack in drupal7
Hi All,
I am getting this error when using "load a user list with views" action in rules bonus pack in drupal7
Notice: Undefined property: view::$field in rb_views_create_view_representation() (line 82 of C:\wamp\www\drupal-7.10\sites\all\modules\rb\rb_views.module).
Warning: array_keys() [function.array-keys]: The first argument should be an array in rb_views_create_view_representation() (line 82 of C:\wamp\www\drupal-7.10\sites\all\modules\rb\rb_views.module).
please let me know if any one knows about this.
Thanks,
Mahil Jasani
Rules - Data Comparison
Hi,
I have a problem with the data compare condition and cannot seem to find a way to do it.
What I want : To create a rule which will compare the data entered via a text(current entry) with the same values already present in other nodes(old entries).
eg : Id : 6 ------- this is the value(data) the user adds in the page he is filling up before he hits a submit/save button
the rule should check if some other user has added the same value(6) for the same field(Id) of other nodes that were created initially.
Please help
Thanks!
How to Flag a created entity via Rules
Hi, Looking for help using Flag and Rules.
Once an even fires, I'd like a node to be created and for the created node to be flagged.
Currently:
The rule properly creates the node.
The flag can be manually toggled on the new node.
The rule does not flag the new node.
Initially I thought the data selector should be entity-created. I then attempted to fetch the entity [entity-created:type] and flag [entity-fetched:0]. Again, no love.
Any assistance on how to flag a created entity would be appreciated.
Read more"create new content" blank nodes - help!
I am using "create new content" so that I can save a special node ref from the "current content" to another content type that exists on the system. I hope that this is the best way of writing nodes for any other content type outside of the current "created content"!
This is what I do:
1) I do an action to create "new content" assigned to my other content type;


