Search in group Search
Fixing the docs!
Unfortunately the handbook got scrambled when d.o. upgraded to d6. See http://drupal.org/node/376790.
As mentioned in the issue the work is ongoing and hopefully the docs are fixed soon. mitchell and me thought about doing our on documentation site in the meantime or forever, but I think it's better to stay on d.o. - so people can contribute faster, without the need for registering or even logging into another site.. (Yes, every d.o. user can contribute to docs).
Read moreuser_pass_reset_url token
I am trying to use the CCK+Rules+Token module to accomplish creation of a user when a content with its email address is being created.
This user should get an email notification with his password and/or a user_pass_reset_url link.
The token_user.inc does not provide password, nor the creation of the user using the rules action.
In addition, the !password of the user_mail_tokens does not apply here.
Any suggestion what should be the right way to solve this ?
Regards,
Shushu
Looking for advice on a complex system of executed rules on nodelist from views.
In my system I have a series of nodes that are created every hour, each one with a set of environmental paramaters. the date is stored as a cck datetime with the time ignored and the time is stored as an integer in a cck feild and is from 0-23. Lastly is a field called station which contains a code for a particular station. Now at run time during creation of the nodes, which is handled by feedapi, a series of physics equations which has been converted into php functions and are activated by a set of trigger rules and rule sets.
Read moreRules Module extension und perfection (a.k.a. Rules monkey)
Overview
The Rules module is designed to support actions that are executed depending on events and conditions (ECA rules) in Drupal. This proposal is about extending and enhancing Rules module with new features and ideas.
Motivation
Read moreTokenized eMails
Hi,
first of all, thanks for this nifty little module for Drupal.
One question which wasn't answered by reading the documentation:
Rules can use the "Token" module to tokenize some data in some areas.
What I'm missing (actually tried out, but didn't work) is the usage of "Token" for eMail sending.
I'm using also the workflow module and there I can use the "Send tokenized mail ..." action, but I couldn't find anything for the "Rules" module.
Do I miss something or it's just not implemented right now?
Regards,
\sh
Read moreSuggestions on an approach using Rules and Workflow Module
I just today started looking at the Rules Module. The description looks like it fits the bill but not being a programmer type I want to make sure I am on the right track.
I have workflow, workflow access, and workflow fields set to do the workflow transitions I would like on a per content type basis.
The Rules Module description states, "The rules modules allows site administrators to define conditionally executed actions based on occurring events (ECA-rules). It's a replacement with more features for the trigger module in core and the successor of the workflow-ng module." On first glance I wasn't sure, but...
Read moreRules and the SummerOfCode?
Hi!
I noted the post is missing in this group, so I just want to point to this soc-idea:
Rules Module extension und perfection (a.k.a. Rules monkey)
Feedback wanted .. :)
Read moreUsing rules to populate parent item
I'm new to Drupal, but have PHP experience. I posted this in the forums with no response:
My problem is this: I am developing a boat website. I have a user tree-menu (built with Taxonomy_menu) with with sub-menus for boat lengths which will contain leaf elements for boats as they are added, viz:
--boats
-----5 metres - 9 metres
--------boat one 5.5m
--------boat two 6m
-----10 metres - 15 metres
--------boat three 10m
--------boat four 12m
--------boat five 13m
Idea: Allow user to choose between direct input and variable assignment
When doing the rules integration this question often arises when one adds a new data type:
Should the data type, when used as argument, make use of an direct input form or should it be assigned by a state variable?
So often there are pros and cons for both approach, e.g. for flag and taxonomy terms. Direct input is easier to use, but the variable assignment is together with an loading action a bit more powerful. So to solve this, the idea is to allow the user to choose between direct input and the variable assignment. Note, that this won't be ready for 1.0 for sure.
Read moreUsing Rules with a Container Node? Design advice sought.
Quesions:
- Should I design a custom form or a "Node Container"?
- Is there a way so that Rules can prevent the creation of the "Node Container" after submit? (I don't want the useless nodes)
My goal is to have a "Node Container" in which there is a list of set node types that a user can then select a node type and they are re-directed to the node/add form. The tricky part is that I want to carry-over the title and body field from the "Node Container" to whatever node type they select from the list. See the image attached for a clear example.
Read more




