I've got several thousand categories amongst my vocabularies, so the settings form tries to generate a pretty impossible (or at least very sluggish) form (2000+ select elements with 40 items each...ouch).
The functionality was working great, exactly what was needed, but I had to restrict the module via a hack to not try to parse all vocabs.
Attached is a crude patch that uses a multi-page form approach to first ask which vocabularies to use. If this is a direction that agrees with people, I'll try to do something a bit more polished.
| Comment | File | Size | Author |
|---|---|---|---|
| choose_vocabs.patch | 7.07 KB | nicolash |
Comments
Comment #1
joshk commentedThis seems like common-sense functionality, although I'm not sure quite what the right way to do it is.
I'd welcome some more feedback on this issue.
Comment #2
davidwhthomas commentedI've created a simpler patch for this issue.
See here:
http://drupal.org/node/199365
It basically allows the user to select the vocabs and then provides a menutrails select form for those vocabs terms
Thanks for the great module!
DT