Search in group Search
How to send and email to a Moderator belonging to the same group of the Editor/content (and not to all moderators)
I all,
I'm using Rules, Organic Groups, Organic Groups User Roles (OGUR) and Workflow modules in my web site:
- There are group Moderators and Editors
- Moderators and Editors belonging to a certain Group cannot interact with other Groups Moderators and Editors
I have a lot of rules associated with "Workflow state has changed" event: all works fine, except for a particular rule that doesn't work in the right way: I need that when a Editor put his article in "to approve" workflow state, the system send an email to his moderator.
Read moreCan Rules do this?
I have a node with a date field. For this discussion let's assume that the value in the date field is 1/1/2010. I would like to check all the nodes (of a particular content type) and, once that date is equal to or greater then x number of days from today, send an email to someone. Obviously, each node would have a different date as populated at the time the node was created. I want to iterate through the nodes and if the node date is equal to or greater then x number of days from today, do something like send an email.
Read moreActivate user account after public form saved
Hi!
I have following problem
- database contains a lot of not activated accounts
- to activate account user has to fill public form with 2 fields
- some unique identifier which is known to user
- application finds user account by email, verifies unique identifier and sends activation email
Question is can Rules execute arbitrary PHP code to find user account (or even there is easier way?)
Read moreForm Logic Redirect
Hello,
I've been using Drupal for a while but this is my first attempt at the Rules module. I'm not sure if this is the correct module for my scenario, but it seems like it should work...
I have a form that has multiple radio check boxes, a set of 2 and a set of 3 to be specific (6 total ways a user could fill out the form). I have it setup in webform right now, but I could migrate it to CCK if need be.
I would like specify the redirect on form submit depending on which options were selected. So if A from group one was selected and C from group two was selected goto X.
Read moreEmail group owner/admins membership requests
I'm using organic groups and would like to have group owners / admins receive an email when a user requests access to one of their groups. I realize the notifications / messaging modules handle this but those modules are overkill simply for this type of notification. I was wondering how I might accomplish this with rules? I know I can trigger off of the user subscribing but I'm not sure how to generate the email to the group owner / admins.
Read moreBuilding a node expiration date.
Hello,
I'm building a site where people will be able to submit small ads.
I'm thinking of using the modules 'Rules' to automatically unpublish nodes after 1 month of life.
Do you think it is possible to run a cron rules every hours who will check for a particular field (cck_lifetime for example) in all nodes and if "that field +1 month" < "cron time" then unpublish the node.
Do you have any other advice for such a site ?
Thanks
Read moreUpdating a CCK field globally, on a schedule
I'm wondering if Rules is a good solution for the following scenario:
- Users log volunteer time on a regular basis (a content type with CCK field for date and hours worked).
- Once a week, a content profile field (last_checked_total, initially at 0) is checked against the current sum of hours worked.
- If the difference in the current total and last_checked_total is over 8, the user is added to a list which will be emailed; this is used for giving out awards.
Trigger on username-change
I want my users to be able to change their username once.
When they register, they have a role that allows them to change their username.
If they change their own username, the role would be removed and that way they can no longer change their username.
I however can't find how to make a rule that is triggered by a username change. I guess it's part of the "when user details change", but I just can't seem to find anywhere how to check if it was the username that got changed.
Anyone any ideas?
Read moreEmail From CCK Value
Hi all,
I've searched through these threads and I haven't seemed to find an answer to this type of question..
I've created a form in which question 3 asks for an email address (of email field type), and once that form is submitted, I'd like the form's edit node to be emailed to that specified email address (which is not the email address of the user creating the form)
IF
node type: customer satisfaction survey
on submit
DO
Get value from field 3 (an email address)
Send email to email address referenced
Message contains a link to the edit node url of that form
node creation in publication of a seperate node
Hi all,
I'm hoping that Rules can do this. Basically I have a content type that once it is approved via revisions module and published it is on the site and updates a variety of things. MY question is that once this node is published is there anyway I can have rules create a new node that is assigned to the creator of previously published node and send a tokenized email to creator saying please log in and fill out this form.
Thanks in advance!
Read more
