Search in group Search
how to use rules to publish to group depending on field value
How can you publish a post to one or more groups depending on a field value?
Does anybody have experience or solution? Just putting it into rules doesn't do the trick.
Executing a View with a Rule
In short: I need to execute a view, or series of views, with a rule or rule set (or trigger).
Read moreHow do you pass arguments from an event to an action?
I'm creating a custom event like so:
/**
* Implementation of hook_rules_event_info().
* @ingroup rules
*/
function encoding_pipe_rules_event_info() {
return array(
'encoding_pipe_event_video_ready' => array(
'label' => t('After a video is uploaded and ready to encode'),
'arguments' => array(
'fid' => array('type' => 'number', 'label' => t('File ID')),
'media_id' => array('type' => 'number', 'label' => t('Media ID')),
),
'module' => 'Encoding pipe',
),
);
}Documentation of Rules API Changes from 6.x-1.x-dev to 7.x-2.x-dev
Hey fago and everyone,
We've been looking to port the Private Message module (http://drupal.org/project/privatemsg) to work with Rules 7.x-2.x-dev (Private Message already has Rules integration in the 6.x version), but it's been difficult to find documentation on the API changes from 6.x-1.x-dev to 7.x-2.x-dev. Does anyone know where to look?
I've found rules.api.php in the Rules 7.x-2.x-dev module itself, but I was wondering if there was maybe some additional documentation somewhere else.
Thanks,
Ben
P.S. Fago, it was great to meet you and chat at DrupalCon San Francisco!
Read moreWhere are the wildcards gone?
I have the following problem with rules: i need to send an email to a role when new content is created so they can verify it and enable it...
i first wanted to solve this with triggers but there is no option like sending to a specific role and also no option to send only if it is a specific content type. So rules solved all my problem but i have no wildcards in the mail!
Rules Optimization:Update-2
This is the second weekly update in row for Rules Optimization SoC Project. As I mentioned in my previous update, currently I'm working on the decision tree structure for the rules' conditions.
Summary of work done:
Read moreFlags 2.0 with Session API and Rules
Here is the flow process I would like to achieve on my site.
- Anonymous User tries to flag a node
- Anonymous User gets redirected to /user/register page
- Account Gets Created and Flags get associated
- Flagged Node author gets email with new users info
Best way to send mail to a slice list of author
Hello,
I'm building a website with 2 kinds of users in it.
I've created 2 roles: Clients and Professionels.
Professionnels are able to create node type: 'Services' with a particular Taxonomy called: 'Type'
Clients are able to create node type: 'Call4Service' having the same Taxonomy as previous: 'Type'
I'm trying to find a solution with rules for this things:
For example, I'm a client and I create a 'Call4Service' in a particular Taxonomy.
Read moreAutomate Twitter Posts from Submitted Content using Rules
I need help! I have fought with this for hours and have search everywhere with no luck. What I am trying to do I would of thought to be very simple, WRONG! I have a form that collects the users name (Title of node) and link (CCK text field) when the user submits a form of this content type I would like to generate a post to twitter with that information. That's it!
Read moreTextual Comparison - noob question
Hi folks.
I've just started out using the Rules module and it seems very cool/powerful. Initially I'm planning to use it to handle form validation.
My question:
Using textual comparison, how do you bring in the content of a particular field? I have element IDs switched on and am aware of the ID I need to use but still I'm having troubles. I need to do something like this:
--
Two texts to compare: *
the text that's been entered into the body field - body_field[body]
the string I'm checking for
--
Read more



