Closed (duplicate)
Project:
Rules Link
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 06:41 UTC
Updated:
25 Jun 2012 at 06:00 UTC
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
Comment #1
IWasBornToWin commentedAny suggestion?
Comment #2
sepgil commentedThat 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.
Comment #3
blackclover commentedHow 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
Comment #4
mitchell commented#1: #1283734: Make link-types pluggable
#3: #1506194: Integrate Rules Link with panels