By emsbrooklyn on
Is there a way to tag a large of nodes with individual taxonomy terms without having to open each node? This would be a huge, huge time saver.
Example:
Have 400 nodes that need to be tagged with "Europe"
Have 30 nodes that need to be tagged "United Kingdom"
Have 50 nodes that need to be tagged "Asia"
Can I tag all 400 Europe nodes with the taxonomy term "Europe" without opening each node and applying the term?
Thanks in advance...
Comments
sub
sub
Try Taxonomy Manager
http://drupal.org/project/taxonomy_manager
Batch/Bulk/Mass Taxonomy Tools for Drupal 6
Sorry to bump an old thread, but I just finished evaluating Drupal 6 modules that handle this task. This page appeared as one of the top search results so others might land here and find the information below useful.
Taxonomy Node Operations pre-6.x-dev
(download contributed D6 tarball from the issue queue here)
Taxonomy Multi Editor 6.x-1.1
Views Bulk Operations 6.x-1.8
For the simplest solution in Drupal 6.x, I would recommend Taxonomy Multi Editor. VBO is more flexible but more time-consuming to use. VBO is also the only one under ongoing development and the most likely to be ported to Drupal 7 eventually (though there is no D7 version as of today).
For the record, Taxonomy Manager (mentioned above) does not seem to perform this function, although I only gave it a quick look.