I'm trying to find a module or combination of modules that would allow me to do the following:

1) when viewing a node, all terms in a given vocabulary are displayed, whether they are assigned to the node or not
2) they can be toggled by the user on the normal "View" tab, without having to go to the Edit tab (ie "node/n" not "node/n/edit")
3) they are submitted either automatically with each click (view JQuery/AJAX) or with a single "Save" click

The objective here is to allow my colleagues to easily flag nodes that need attention. We're in the midst of a full overhaul and migration, so they'll be assigning terms like "Needs Photo" or "Needs Legal Review" or "Duplicate Content."

I know I could write this reasonably quickly myself, but since it's just a temporary need for the migration I'm hoping there is something out there already.

I'd also be open to some sort of popup or thickbox solution, as long as it can be focused on a single vocabulary (or CCK taxonomy field).

Thanks in advance for any insights.

Comments

silverwing’s picture

bradweikel’s picture

Sort of a viable option, but it only works for freetags, it doesn't have intuitive selection, and it isn't edit-in-place.

(Edit-in-place was the magic word I was looking for in the original post).

bflora’s picture

You should use the Flag module and create distinct Flags for each of the conditions you want your users to be able to associate with a node.

Rhino’s picture

I was looking for the same thing but went with the community tags. It doesn't do what you want, but I couldn't wait (I had tags to import that helped navigation).