I first looked at the taxonomy xml solution, which does not seem to fit our need. Coming to your project, is very interessting, but in the demo it is only possible to add 6 terms in a row. We need to add around a 1000 terms spread across 7 levels. Can that be made possible (or at least more than 6) with your intuitive interface?

Comments

mh86’s picture

Status: Active » Fixed

In my opinion adding so many terms would be easier by writing an import script or something like this. I'm not sure if the Taxonomy Manager is the right solution for this.

But anyway, if you take a look into taxonomy_manager.module at line 378:

for ($i=0; $i<6; $i++) {

you can change the 6 to every number you want and more textfields will show up.

I hope this helps.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.