I use autocomplete widget and there a lot of unused garbage in terms of my vocabulary.
I'm looking for some module removing orphaned terms (which does not used by any node) from vocabulary (for example, ones per day via cron).
Is it possible?

CommentFileSizeAuthor
#1 taxonomy_vbo.txt6.48 KBstrellman

Comments

strellman’s picture

StatusFileSize
new6.48 KB

How to delete unused taxonomy terms?
Autocomplete free tagging does leave a mess if you get much spam.
I finally created a view for this.

Install the vbo module, import this view, change the filter for your vocabulary, and execute the view.

strellman’s picture

By the way, be sure to backup your site and then test it on a few items.

Sinan Erdem’s picture

Thanks for the VBO solution...

brooho’s picture

strellman, your solution work well only if no node revisions used on site.
For sites having more than one revision per node this view get wrong results. Be carefull.