Search in group Search
X Points every 24h.
I installed CCK and content profile. I created a field "points" in the user profile. I want users to receive X points per day which will expire in 24h. Can do this with rules? How? Thanks ;)
He instalado CCK y content profile. He creado un campo "puntos" en el perfil. Quiero que mis usuarios reciban X puntos al día qe expiran en 24h. Se puede hacer con rules? Cómo? Gracias por adelantado ;)
Read moreSend an email when a node gets unpublished
Rules have a great way to email a user when a node is created or updated. But lets say a 3rd party module like scheduler.module that publish and unpublish nodes is used. Rules can send an email when a node is published but not when it is unpublished. Any ideas, coz this shoud be simple.
Read moreAction to set node commenting to read only
Hi,
I have been looking for an action to set a node's commenting status to read only (deny new comments). My rules trigger and condition - changes in a CCK field - works fine but I am struggling with the action part. The following "read/write" to "read only" toggle code example looks promising but I can't get it to work in my Drupal 6 environments. Could somebody help me with my poor PHP skills?
<?php
if(!module_exists("comment"))
return;
if($enabled)
$status = COMMENT_NODE_READ_WRITE;
else
$status = COMMENT_NODE_READ_ONLY;
$node->comment = $status;
Reset points every 24h with rules is possible?
I have a Triggered rule:
Event: User is a day older
Action: Grant 5 points to a user
But I want that points turns to 5 points every 24h. how to?
Read moreQuestion on available Form tokens in the rules module
I'm attempting to create workflow to consolidate our departments approval process for internal procedures. Want to have user submit request, and have it be routed to managers / directors based on conditions in the form. Seems fine so far, but I'm hung up trying to send an email to users with a link to the form url. I can't seem to find this as a token in the rules module. I copied all available tokens as displayed in the rules page and pasted them into the message but nothing seems to create a link to the node itself.
Read moreHow to modify a field in multiple referrers?
I have a situation where, after a scheduled rule changes a field in a node, all the nodes who have a reference towards that node need to have a CCK field updated. How do I do this on all the referrers at the same time?
Read moreDeleting related forum topic when the node is deleted - could this be done?
Hello all!
Looks like this is a heck of module, I must say. I'm wondering what might be your take on this problem I'm facing: on the site, there's a custom content type "Document" which can have "related" forum topics for commenting (created with the help of Discuss This! -module). I'm looking at a case where a forum topic has been created for some Document but this Document is going to be deleted. Now there's forum topic pointing to a non-existing Document-node, not good.
Read moreUpdate node field AFTER email sent?
Hi,
I've been struggling with finding a way to update a node field after an email has been sent. I've set up the Views Bulk Operations module to send an email to selected users in a view, which seems to be working fine, but I want to be able to update a field the associated node to say that an email has been sent to that user, as part of the workflow & tracking.
I'd hoped that this patch for Mail Logger would help, but alas, it does not seem to work.
Read moreAnyone done Rules performance checks?
Ok, I've been using the Rules module enough to know that I really* like it, but I still consider myself at the playing-around level.
Why? Because I can't yet use Rules on a production site. It's cool, inspiring and really useful, but I don't know if my site will choke when Rules gets hit by 1000 visitors in one minute or what happens when I get a crazy amount of nodes.
So, I'm curious: Has anyone made performance checks on some rules?
Read moreTrying to understand the execution order of rules
Hi,
I have created two rules that are fired as part of the new user registration process. I am using the nodeprofile module to add a simple option field to the registration form that the user chooses whether to indicate they are a healthcare professional and then i look at this field and add them to a "HCP" role if they have answered yes.
Read more


