Many writer sometimes just add the node title as a term to their node, while this term may not been reuse any more and just got the taxonomy expanding. So may add the ability to batch delete them?

Thank you.

CommentFileSizeAuthor
#4 min_max.patch4.19 KBwqmeng
#3 0001-maxwords-minwords.patch4.56 KBwqmeng

Comments

jmroth’s picture

Well, you could set the orphan threshold to 1 and then manually prune the category that contains the terms that you'd like to get rid of.

Of course that won't check if those actually are terms that are called the same as you page's title.

wqmeng’s picture

Let me explain of it. In my system, there so many term related everything, and a short term may have only one node meantime, but it may be reuesed by other new nodes. But a long tail term eg over 5/6 words, it is so targeted and will never been reused by other node anymore.
So if Delete Orphaned Terms may add some rules to delete the terms which have over 5 or 6 words defined by the admin, it will more help.

And another problem is the module use the taxonomy_get_tree function, taxonomy_get_tree is a memory killer, I have to increase the php memory over 128M to get Delete Orphaned Terms runs smoothly. Maybe we can remove taxonomy_get_tree from Delete Orphaned Terms in next release.

Thank you. Nice module.

wqmeng’s picture

Component: Miscellaneous » Code
Status: Active » Needs review
StatusFileSize
new4.56 KB

Hello,

I have add two rules max WORDS and min WORDS of a term. Patch is attatched.

regard

http://articlesforge.com/

wqmeng’s picture

StatusFileSize
new4.19 KB

fix a typo

Please try this one.

http://articlesforge.com/