I created a custom url which pointed to the url in my rules setup...mysite/rules_link/nodeid?destination=nodeid. This link works wonderful as long as the rule has a confirmation. When I remove the confirmation, I get page not found. I noticed rules link adds a long identifier to the url when no confirmation is set. So how do I create a custom url to the rules link that will allow me to run it without confirmation? Is this possible?

Excellent module

Comments

IWasBornToWin’s picture

Any suggestion?

sepgil’s picture

That identifier is a security measure, to prevent Cross-site request forgeries.
You can't create a link without out this identifier, except for the confirmation links. The rules links rules sets should be triggered using the links and not the paths.

blackclover’s picture

How do you get the links to show up on a Custom Panel Page? I could create php custom content with the rules_link_render_link() function and I could use context keywords to pass it arguments but I can't figure out how to format the arguments. Can anyone give me an example of this function with all it's arguments? Thanks

mitchell’s picture