There are two actions (i.e. Promote post to front page & Add to nodequeue) I would like to execute at the same time.
Can someone please guide me through on how can I achieve that?
There are two actions (i.e. Promote post to front page & Add to nodequeue) I would like to execute at the same time.
Can someone please guide me through on how can I achieve that?
Comments
Comment #1
infojunkieThere's currently no way to call two actions in the same run, short of using the PHP action and invoking the required actions programmatically. I'll consider this a feature request that allows the user to select multiple actions, and to give them a certain order of execution.
Comment #2
infojunkieComment #3
seakayjay commentedThanks for responding. Guess I'll execute the actions separately for now.
Btw, great module. It's really a time saver.
Comment #4
giorgio79 commentedJust been looking for this :)
Comment #5
strick commentedIn the meantime I think you can use the Rules module and make a Ruleset with your actions and then call that Rule set from VBO.
Comment #6
nghiadhcntt commentedYou can use this tutorial : http://vimeo.com/15666220
It could be:
Comment #7
bojanz commentedA ruleset can do this.
No sense in trying to hack this in the core actions support, because the core actions will always be more limited than what Rules has to offer.
It's additional complexity for an edge case, with no clear win.