Search in group Search
"Create or delete an URL alias" don't produce lowercase aliases
I'm using rules to create path alias after saving new user. Values are:
Existing path: user/[account:uid]/blog
New alias: [account:user-raw]/blog
Example
User name: Kotuha Matuha
Current result: http://127.0.0.1/Kotuha-Matuha/blog
Demanding result: http://127.0.0.1/kotuha-matuha/blog
Any idea? ;)
Read moreEmail address From User Register Form
Hi, I am having a problem to get correct value from "Token replacement patterns", when using Rules with User Register Form. Here is what I try to do: if an internal user (with my company email address) try to register, we don't save the registration info to Drupal, instead of, we redirect him to a page that tells "internal users don't need to register".
Read moreChecking and Setting User Session variables with Rules
Is there way to set and check user session variables with the Rules module? I know I could this with custom php but I am wondering if there is built in way to this with Rules or a contrib module.
I basically want a boolean session flag. This will allow me to perform some action the first time a user views a page(or does something else).
My idea would be:
Condition:
Check session flag(or variable)
Action:
Set Session flag(or variable)
Any ideas?
Thanks
Read moreAvoid duplicates when adding terms with rules
Hi,
i have a content type "work packages". Users can define particular work packages for other users. Those contents have only 1-word-titles, which represents some kind of types of those work packages. Now these titles should be also taxonomy terms for better categorization.
I'm trying to use rules for that. I created a vocabulary "package types". My rule set is the following:
1) Load a vocabulary ("package types")
2) Add a new term to vocabulary ([node:title])
Send email notification to user based on language
Im using internalization (i18n) module to translate content on my site and rules to send email to user after creating a node.
I would like to send them email based on their language. Does have anobody experience with this?
Read moreModify form using rules
Hi Rules people,
I'm trying to modify a node edit form to add one field based on a the user role. The idea is to add a checkbox which says "I am authorized to make changes".
<
ul>
$form['iagree'] = array(
'#type' => 'checkbox',
'#title' => t('I am authorized to make changes'),
Send a reminder
Hi
I have a webform where users register their name and e-mail address (and some other fields).
Is it possible to send a reminder to the e-mail address which the user submitted through the webform?
What I have done so far is enabled the Form Events module that comes with Rules, activated "Forms where events are activated: Webform emails form" created a triggered rule which uses the event "Webform emails form is submitted".
Created one condition "Form element 'e_post' value check" (is it possible to check if that field contains an @?)
Accounting with rules
So I have been trying to figure out a way to give users the ability to vote a certain number of times per week, vote a certain number of times per node and such all based on rank.
I.E.
Privates can vote 3 times per week, and vote once on each node.
Sergeants can vote 9 times per week, and apply two votes per node etc...
If possible it would be nice to have the usable votes left accountable, such as the private being able to bank up 9 votes adn the sergeant banking up 12 votes etc..
I found this topic where wordfallz thinks rules can be used to accomplish this. Question is how?
Triggered Rules vs. Form Events
Hi Rules People!
I try to get into the rules stuff at the moment but I am kind of stuck now.
I started with Johans talk at Copenhagen and watched the recording of his session (http://www.archive.org/details/BeAHappierDrupalDeveloperWithRules) several times now. (By the way is there anywhere a better quality version of the video than this Flash thing - other sessions are available as mp4!?)
The only other screencast I could find is one from Matt Petrowsky (http://gotdrupal.com/videos/drupal-workflow-automation) does anyone know another one?
Read moreRules, Content Profile and Page Redirect
I've seen this issue posted here and there - but never with a seeming resolution.
I am trying to do an extremely simple re-direct. User completes Content Profile, on "Content Profile is Submitted" - they are to be sent to an Ubercart products page to select
a membership. Right now, on Submit, it just saves the node and renders the profile page. Nothing else.
I cannot get that re-direct to happen..! Is there some underlying conflict with Ubercart that anyone knows of? Known module conflicts?
Any info at all would be greatly appreciated!
TIA.
Read more

