Edit taxonomy for multiple nodes / D6
aurelien-bordeaux - October 28, 2008 - 12:01
Does anyone know if modules such as Taxonomy Multi Editor (http://drupal.org/project/taxonomy_multi_edit) or Action views (http://drupal.org/project/action_view) exist for Drupal 6?
I want to edit taxonomy of multiple nodes at once, for example on the admin/content/node page.
Any Idea how to do this on Drupal 6?

Views Bulk Operations
Take a look at the Views Bulk Operations:
http://drupal.org/project/views_bulk_operations
It does have a 6.x.1.2 version. I found it to be useful. It defines an example page admin/content/node2 which allows you to alter the taxonomy of multiple nodes at once.