Closed (fixed)
Project:
Nodequeue
Version:
5.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2008 at 22:07 UTC
Updated:
14 Jul 2012 at 23:28 UTC
I figure this is probably possible w/ workflow, workflow_ng, and/or actions, but was wondering how easy it would be to add these actions in the base content screen? This project does this sort of thing effectively for taxonomy: http://drupal.org/project/taxonomy_node_operations
Looks like this hook is available: hook_node_operations ( )
Comments
Comment #1
merlinofchaos commentedYou'd have to add separate actions for every nodequeue and subqueue and that could become overwhelming very quickly. I'm not in favor of that.
Comment #2
nrasmus commentedHmm, I guess that would depend on how many nodequeues you are using for a given site. In my case, I'm only using 3. Perhaps this is better realized as a contributed module, though.
In saying "you'd have to add separate actions" do you mean specify adding the action for each nodequeue, or just that enabling such a thing w/ variables (and possibly an "enable this feature" checkbox in the admin screen) would add actions for every nodequeue?
Comment #3
moshe weitzman commentedSee Views Bulk Operations. It solves this need really nicely, when used with the Actions that come with nodequeue. Especially nice for D6.