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.

CommentFileSizeAuthor
choose_vocabs.patch7.07 KBnicolash

Comments

joshk’s picture

This 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.

davidwhthomas’s picture

I'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