I'm trying to present user with a system message which has a rules link in the message. I added a variable, rule link entity, and inserted the rules link id. This gave me paramters to use for my next action but the paramters are rules link:id, path, label, etc. None of which give the actual, clickable link.
The message is like - "thank you for ...... click here (rules link) to proceed."
Can you please tell me how to use the link itself?
I also tried rule link url path but that doesn't work either. It takes me to page not found, similar to problem here http://drupal.org/node/1439560
Comments
Comment #1
mitchell commentedCould you please be more specific.
You want want the user to view the rules_link?
Comment #2
IWasBornToWin commentedYes, I wanted to have a rules link in a confirmation message requiring another new action.
"Thank you for making this action. Now please click this [rules link] and do another action."
Comment #3
rbrownellI too am looking for this functionality. Does it exist?
Comment #4
bennos commentedthis is simple.
Rules link and define "show a message on the site"
you can use PHP inside the message.
Here an example.
place this inside the textbox.
With simple rules links this work.
It not works when you want to create more nesting levels.