Needs review
Project:
Delete Orphaned Terms
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 May 2010 at 11:43 UTC
Updated:
28 May 2010 at 01:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
jmroth commentedWell, 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.
Comment #2
wqmeng commentedLet 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.
Comment #3
wqmeng commentedHello,
I have add two rules max WORDS and min WORDS of a term. Patch is attatched.
regard
http://articlesforge.com/
Comment #4
wqmeng commentedfix a typo
Please try this one.
http://articlesforge.com/