Any workaround or release for drupal 7? Do you know of any similar module that allows to assign multiple term to a node form the content dashboard?
Hi! I've used this module extensively on drupal 6! Works like a charm
Any workaround or release for drupal 7? Do you know of any similar module that allows to assign multiple term to a node form the content dashboard?
Hi! I've used this module extensively on drupal 6! Works like a charm
Comments
Comment #1
dman commentedThere is little point in continuing with this Module in D7, as all the bulk functionality is possible through https://drupal.org/project/views_bulk_operations now.
Although the UI is not quite as tuned to JUST doing taxonomy bulk tagging (directly through the 'dashboard'), it is possible to do what you want.
You can modify the VBO view with a new display that does what you want.
ALTERNATIVELY - https://drupal.org/project/editablefields also can be used to provide the inline editing that this module did.