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

merlinofchaos’s picture

You'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.

nrasmus’s picture

Hmm, 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?

moshe weitzman’s picture

Status: Active » Fixed

See Views Bulk Operations. It solves this need really nicely, when used with the Actions that come with nodequeue. Especially nice for D6.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.