Search in group Search
Rules & Modules: Implementing DataTypes
The rules documentation is pretty good all around; but, in my instance I have a custom module which stores data in a non-identifiable table.
In order to provide a user-supplied identifier, it looks as if Rules only allows me to utilize ONE field.
What can I do to implement a data type comprised of:
( nid (node:nid), vid (node:vid), uid (user:uid), model (string), serial (string), registered (date), purchdate (date) ).
NID/UID/MODEL/SERIAL should be adequate to identify the specific product registered to a user.
If its absolutely necessary, I could even get away without NID.
Can't assign multiple vocabularies to group
Hey everyone,
(I also posted this on the Rules Issues page, but I figured I might actually get more help here.)
So basically, I'm using rules in combination with Organic Groups and OG_Vocab. What I want it to do is assign 3 vocabularies to a new group when it is created. I set up a rule for this like this:
IF
Content is new
AND
Content is a group
DO
Add new vocabulary
Assign vocabulary to group
Drupal 7 - on create new content
Hi,
I'm new to Rules and have one question... I'm trying to build a rule in Drupal 7 which will be activated when a user tries to create a new node of certain content type.
As an extra option the rule schoul check if the user already created a node of that content type.
Thank you in advance
Read moreUnpublish Node if it has x refernces pointing to it
Hi!
I am creating a signup systems for events using CCK Signup (Normal Signup wouldn't work because I need to access the data in the signup nodes in views so I can export them to XLS and wan't to do some other things with the signups data)
I wan't to improve cck signup now. Because it avoids making additional singup nodes after a certain number of signups have been reached. But it does that by just showing a message after I alread tried to signup to an event. But I need the event to disapear when it has reached its capacity.
Read moreRestrict User to 1 Post per day
Is there any way to accomplish this?
I'm building out a "jobs" site that needs to restrict applicants from applying for more than one position (per job) per day.
Rules + Views + Scheduling challenge
I've been grinding away at this for many days now, and I feel like I'm never going to get past this brick wall. It's also becoming a pressing matter for my client. So I'm considering hiring this out, but first I'd like to take one last swing at getting this challenge solved.
Here's what we've got:
* There are CCK nodes called "quests". These quests have a hidden textfield on them containing a 10-character code.
* Users complete these quests in the real world, and upon doing so are given a little slip of paper with the quest's secret code.
Rules event for Signup module
Signup module is great, but at the moment it lacks Rules events. There was some initial work done to implement this and with some help I extended that patch. It would be great if someone who knows Rules better could have a look at "Add rules event for signup" and give some feedback or help develop the patch.
Joachim wrote a review here: http://drupal.org/node/595414#comment-3750890, but unfortunately I'm not able to sort everything out.
Read morePut some cck field / rules field? values into user profile.
I would like to update some profil data if a user creates a new node of a certain type. Can I create additional form fields with rules? At the momen the data I have are in some cck textfields. And thats ok because I need to get this data on the add node form. But it might be better for security not storing the data in the nodes but only in the user profile.
Read morepossible to re-save a node with rules?
Is it possible to re-save a node through Rules?
I am importing thousands of nodes via feeds and it appears one (computed?) field does not populate until it is resaved.
I have tried converting the node, populating a field, publishing and publishing via Rules.
None of those actions creates the same result as editing the node, and saving it again.
Read moreScreencasts introducing Rules basics, and more
I've taken on the challenge to create a screencast series explaining how to use Rules from the very basics and on towards quite complex stuff.
An overview of the screencast series can be found here: http://nodeone.se/blogg/learn-rules-with-nodeone-part-1-overview
Read more

