Active
Project:
Rules Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 15:46 UTC
Updated:
2 Aug 2019 at 19:43 UTC
Jump to comment: Most recent
Are we able to do any custom coding, tokens, etc. to the confirmation screen? I need to give the user confirmation data--such as you are about to delete [title name of node] , or you're about to favorite [user id].
Comments
Comment #1
sepgil commentedNo, currently thats not possible, sorry
Comment #2
tribsel commentedis it possible to display confirmation as a java-script popup as opposed to redirect to new page to confirm the action?
Comment #3
mitchell commentedI think Rules Forms Support could be used for this. It wouldn't be as pretty as a module-specific admin configuration screen designed for adding this info, but it should work well enough and be easy enough to pick up.Edit: strike-through
Comment #4
mitchell commented@sepgil: Would including 'confirm_question' in the 'rules_link' entity help here?
#2: Please file a separate feature request for this.
Comment #5
nitrocad commentedIf somebody need to add node title, the following modification can be useful.
rules_link.module (line:345)
You can now use %title in the confirmation question.
I know that writing into the module is not the best solution, but the last dev release is 4 years old...