I realize this is probably not the correct forum for this, but I thought people reading here might be able to help.
Does this module, or any other module provide a way to easily add nodes to terms? In other other words, let's say I have a taxonomy called top 5 sellers and I have a collection of nodes that represent books.
Currently it's hard to manage something like that because I have to search and find each book, and then assign the taxonomy term to it. I'm looking for a way to do it 'the other way around' where I have a gui that lets me choose a taxonomy and then choose nodes to add and subtract to it.
I hope that is clear. Any ideas?
Thanks,
Cliff
Comments
Comment #1
zazinteractive commentedI would like this as well
Comment #2
ruyakar commented+1
Comment #3
nkschaefer commentedI'm not totally sure because I've never tried this (or really used these modules), but I'd think you might be able to accomplish this using the Views Bulk Operations module (http://drupal.org/project/views_bulk_operations). That module allows you to set up a view, and then act on each row the view shows. I'd think you could set up a view of nodes meeting certain criteria, then have an action to add a taxonomy term from a particular vocabulary - which you could apply to any or all nodes in the list. It says on the VBO page that options for actions to take depend on the Rules (and probably Actions?) module. I'm no expert on any of this, but that might be a place to look and see if you can get started.
Comment #4
ivnish