I tried using VBO, but this does not seem to work.
I get the select blank boxes for the terms, (no term labels, just the correct number of boxes), and no option for update apart of "Modify profile fields" that actually messes up the other fields but does not add any user term.
Is something missing in Views integration?

I also tried User Import, but it totally ignores user terms.

Thanks for help

Comments

joachim’s picture

Title: How to mass update user terms? » Add VBO support to mass update user terms
Version: 6.x-1.1 » 6.x-1.x-dev
Category: support » feature

To do this we'd need to implement the VBO user hook -- http://api.drupal.org/api/function/hook_user_operations/6 won't give us a form.

Not something I have time to work on, but will review patches.

jvieille’s picture

Thanks to consider this.
In the meantime, I did it through PHPMyadmin in term_user - not ideal, but faster than editing per user...

Marko B’s picture

Any news on this?