Search in group Search
Understanding the Data selector
I would like to add a comment to the OG node each time a user becomes a member of the group using Rules 7.x-2.0. (Odd use case, I know, but believe it or not it really does make sense in the context of the site.)
My Process:
React on Event: "User has become a group member"
The Action will be "Create a new entity," "comment" but my data selector is lacking fields so I need to use the condition 'entity has field' (or 'content is of type').
It seems we'll need to load the GID.
Add condition:
"Entity is Group" with the Data selector "site:current-group."
Fields from nodes into a form for easy submission
First, I set up a Content Type w/ some fields and named it "NFL" then using a module called Feed Import I have the ability to import XML content off the internet into Content type "nodes". After that my site displays a table of games in a list using Views. All my fields get populated and each game is separated into it's own node.
Read moreHelp with rule designating user's role
I have a rule with the following traits that doesn't work as expected.
If a field in the user's profile = "yes", then user's role should be set to "organization rep." This is not happening with the current settings. Does anyone know what is wrong here? Thanks.
Events:
After saving a new user account
After updating an existing user account
Conditions/Elements:
Data comparison
Parameter: Data to compare: [site:current-user:field..., Data value: Yes]
Actions/Elements:
Add user role
Parameter: User: [account], Roles: organization rep]
How to validate taxonomy term field with a Rule?
I need some help understanding how to validate taxonomy terms associated with a node. I have two taxonomy term fields based off of the same vocabulary. One field is for the user and the other is for a content type. I'd like to validate the node field against the user field. I want to throw an error if the user selected something that is not also selected in the user field.
User Field:
City 1 - checked
City 2
City 3
City 4 - checked
Node Field:
City 1 - checked
City 2 - checked(this should cause an error message and not save the node)
City 3
City 4 - checked
Performance Difference Between Rules Scheduling Architectures
I am using Rules to process changes in user role expirations for a paid membership site.
The question I have can be applied to the more general case of acting upon an entity in the future. I believe there are two different ways to accomplish this. The first method is via a scheduled rule. The second method is via a date field and views query.
Read moreNeed help in OG listing
Hello,
I have set my content_profile at time of registration and also it is set as group node for OG module. Now when new user register, its own group is created but it is not listed at http://mysite.com/og. Why it is so ? Do i have to set some special permission for that or some configuration i have to set ? Please let me know if anyone have idea on this.
I am using D6 with OG module of 6.x-2.x-dev.
Thank you
Tejas Mehta
Trigger a view bulk operation with Rules 2 and Drupal 7
I'm trying to trigger a simple view bulk operation (unpublish a batch of nodes) with Rules 2 and Drupal 7. I've been trying to add an action but only get exposed Load a list of entities from a VBO View while I'd be waiting for "Execute a VBO" or similar instead.
Is there anything I'm missing ?
Read moreSending out mails on specific dates
Hi everybody,
I hope you can give me a little guidance out in the world of Rules.
I would like to be able to send out individual emails to the users of my webpage. Each user will type in the date of his birth on his profile, and I would like for him to receive a mail not just on his birthday but also on other dates set by me. The mail will consist of a standard message determined by the amount of time since his birth. I could be a mail saying: “Today its 10.000 days since you were born – maby its time to go see a dentist”.
Read moreUse Case: If node of certain taxonomy terms exist use as reference, if not create it first
I've searched for the answer to this question before asking here but I'm stumped. I also found a number of people with similar questions but no answers. I also posted this on stack exchange ...
http://drupal.stackexchange.com/questions/19059/rules-help-check-to-see-...
Here is my scenario;
Read moreData comparison
I just got started with rules and I set up a simple data comparison but it does not work I have attached a screenshot.
Read more
