Search in group Search
Need help clarifying the rules set to be used
Hello all,
First of, I'dl like to thank you all for reading this. As a newbie to rules, I would understand if people find my post too complicated or unclear.
I am currently in the process of creating a routine as part of a website I am developing. This routine is a major part of the website goal.
Basically, I want to the do the following:
1- User A sends email request to User B asking him to complete a form stored at a node created by User C or by Admin (i.e. myself)
2- If User B accepts, User B fills in form which at the end contains a link back to my website
Upon one node creation, populating a node reference by creating a new node of another kind and assigning it to the proper field, with proper ownership
Hello everybody.
Sorry if I ask something obvious but digging through the rule docbook and the group did not help me much.
I miss a documentation that goes beyond the "GUI" part but explains the mecanics and meaning of parameters of the most complex actions like "load node", "fill a cck field" and such.
What I need to do :
I have a content profile with an embedded node-reference toward another content type instance.
When the user create its profile, I want to silently create a new node of that type and assign it to the node reference in its content profile.
Unpublish Expired Nodes using Rules?
Similiar to a previous post, but different :)
I have a series of nodes that have a CCK repeating dates field [DATE].
When the last of each node's repeating dates has passed - ie: the item has expired - I'd like to unpublish the node and send an email to the author.
Presumably I'd like to do this nightly.
I assume that this should be possible to do using views and rules, but I'm not sure where to start....
The problem is that with views, I dont see any direct way of selecting the nodes that have expired (all nodes with all enddates < now)
Read moreCustom PHP to add 1 to a CCK number field?
Hi all,
Please could someone help me - I am trying to insert a bit of custom php into an action so that when triggered, 1 is added to a CCK numerical field.
Below is a jpeg of where I've got to so far - the problem is it keeps refreshing the CCK field with the number and not adding it on:
(In the example I was trying to add 5)
http://avocet-designs.co.uk/populate_rules.jpg
The content type is called 'track' and the field is called 'plusvote'.
The idea is that when a Flag is activated on a 'track', a rule is triggered and a vote (+1) is added to the CCK 'plusvote' field
Read moreFlagging content with "VBO" & "Flags"
Thank you for the wonderful module! I have used it many times in the past but I have a new and (hopefully) interesting problem.
I have a Views VBO setup that lists all of the nodes from one content type. The user can check the nodes that are interesting to them and get updates when the nodes change. Everything is working perfectly so far.
I would like to set it up so that if an anonymous user fills out the VBO and clicks submit they:
1. are redirected to the create account page
2. fill out the information needed to create the account and hit submit
Workflows with Drupal7
I just wanted to share some thoughts about possible implementations for workflow on d7.
Worklow states = a field
Basically I think workflow should work field-based, e.g. providing a workflow field, which can be attached to any entity. Thus the state transition settings would belong into the field settings, whereis the triggering part can be separated out and handled either by rules or trigger module.
Make a rule fire only once?
I've got a rule that displays a message when a user earns more than 50 points. I'd like this message to display only once, when the user first gets above 50 points, and then not again.
Is there any way to set this up with Rules?
Thanks, in advance.
Read moreFire Rule Set programmically
Automatically Generate Nodes with CCK Fields Populated When Another Node is Created
Hello all,
Read moreRules Optimization:Update-1
This is a long delayed first update of Rules Optimization SoC Project. The regular updates for the project would be posted here, which will be linked through the wiki page of the project.
I had several online meetings with my mentor(klausi) and co-mentor(fago) and my work is divided into three broad parts:
- Developing patch for Rules which would provide an interface for modules to optimize Rules condition evaluation
- Find a decision tree way to optimize event sets containing simple logical operations.
