Postponed
Project:
Custom Contextual Links
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Feb 2012 at 06:16 UTC
Updated:
22 Feb 2017 at 22:19 UTC
Jump to comment: Most recent
Comments
Comment #1
bkoether commentedCustom actions are a bit more tricky then the default ones like setting the sticky flag.
What kind of custom action did you had in mind?
I was considering looking into an integration with rules down the road for more complex operations.
Comment #2
bensey commentedI had defined some custom actions for use in VBO in a custom module.
It took me a while to work out how, but I used
hook_menu()to add entries so these actions could also be performed through contextual links on teasers in various other views, not just the VBO view.When I found this module I thought it might have allowed me to also easily add links to these other actions, not just the core actions.
My actions were just doing basic things like toggling or checking a CCK boolean flag, then performing an
entity_save().I don't really understand how complex it would be for such an implementation in your module though... My understanding of this stuff is still pretty sketchy!
Comment #3
bkoether commentedJust to update, I have started the implementation fo this feature request.
My plan is to have ti available for 7.x-1.5
Comment #4
tedbow@bkoether wondering what you had planned for this feature. Were you thinking about making this work with custom Rules Components.
If so it would be nice if you could pass parameters to the component via the query string. You could use the machine name for the parameter in the query string. That way you could use the tokens to pass in the component parameters.
UPDATE:
Just watch this video on combining Rules Bonus pack with Page Manager. http://vimeo.com/25153525
It allows trigger custom rules. Maybe you could use functionality via this module?
Comment #5
bkoether commentedHi tedbow,
I'm planning on having the integration similar to how VBO works with Rules components.
Have a look at this video: http://drupalize.me/videos/using-rules-components-vbo
So you will be able to achieve what is done in the nodeone video without the overhead of Panels.
Comment #6
bkoether commentedStill working on this. So this will be part of version 1.6.
Comment #7
bkoether commentedI'm putting everything that is a new feature on hold until I'm able to clean up the issue queue and until after a possible D8 migration.