Posted by gcrouse on June 5, 2009 at 5:07pm
Jump to:
| Project: | Taxonomy Autotagger |
| Version: | 6.x-1.22 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
If I add a new vocabulary, and enable it for autotagging, how can I re-run the auto-tagger to re-tag all existing content with the D6 version?
I used this module a while ago on a D5 site, and I recall being able to set the start nid of nodes to tag. Or maybe I'm thinking of another similar module.
Thanks,
Comments
#1
In order to re-autotag all your content, use Views Bulk Operations (http://drupal.org/project/views_bulk_operations). All you have to do is create a bulk view with the 'Save post' operation. Once you have the view, select the nodes you want to re-autotag and execute (which will resave all the nodes). This worked for me. If you have any trouble let me know.
#2
Could you please highlight this fact on the front description page of autotag. The ability to integrate with View Bulk Operations is just wildly valuable. In particular, VBO supports the Batch API, which enables me to autotag all 2000 nodes with my 3000 word vocabulary, without time outs.
#3
Version 6.x-1-26 adds the ability to re-tag all content from the node content (admin/content/node) menu. I hope this helps.
#4
Will this add the new tags or replace all existing tags of the nodes?
#5
Autotag only ever adds tags to existing content, it never removes tags.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.