Move several terms at once
tuti - October 27, 2007 - 18:21
| Project: | Taxonomy Switch |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
It would be nice if instead of a select box of terms to move to another vocabulary you'd have checkboxes so that you can move several of them at once.
I'm doing a re-structuring of my site and have 100+ terms to move to other vocabs so I would find it extremely useful.. =)

#1
That's right!
#2
I needed to move a large number of terms, too. I am attaching a patch containing the modifications that worked for me.
Basically I just turned the term select into a multi-select, and modified taxonomy_switch_execute to take an array of terms rather than a single term, and loop through the array.
I hope this helps.
- L0rne
#3
subscribe
#4
Patch is much appreciated and appears to work just fine on my site. I hope it is incorporated into the module permanently.
#5
This should also be in v6 of the module, if that is ever officially released.