Very nice module!

Sometimes a group of nodes need change their vocabulary terms together. This kind of bulk operations looks very useful.

Would it be possible to implement Taxonomy operations, which can update the terms of the nods effectively?

CommentFileSizeAuthor
#4 taxonomy_operations.jpg127.27 KBastra

Comments

infojunkie’s picture

Status: Active » Closed (won't fix)
astra’s picture

But this module can work with flexible features from Views. If it expands new features for Taxonomy, that's quite useful and what I'm looking for.

summit’s picture

Hi,

You can use both..
What you have to do is to enable both modules and in the view you make with the readme of views bulk operation you can show the taxonomy node operations as operation actions in the view you can build with preferences as you like!
So use both and be happy!

greetings,
Martijn

astra’s picture

Category: feature » bug
Status: Closed (won't fix) » Active
StatusFileSize
new127.27 KB

Hi,

Thanks for your help. For a test I installed and enabled both modules, and played this feature. That looks really what i want. But I got a strange display.

I created a Bulk Operations View with fields Title and Taxonomy terms. First I set all nodes with term1. Then I try using the Bulk Operations to update them to term2 at once. After hit the Execute button, the term2 are added in, but not update the old term1, both of the terms display (see the attachment picture). BTW, my node type doesn't allow multiple select for the test terms.

Something wrong?

infojunkie’s picture

AFAIK this is a feature of the taxonomy_node_operations module. The operation label says "Add to Vocab->Term", and that's precisely what it does. It adds the specified term and does not replace the current one with the new one. And yes, for bulk manipulation, that might not be the most useful feature :-)

The taxonomy_node_operations module also does not honor the vocabulary settings. That means you can assign multiple terms to a node even when the vocabulary specifies only one term per node. I think it also lets you assign terms to node types not specified in the vocabulary settings page.

summit’s picture

May be you need the taxonomy_manager module?
First set up your new term2. Then migrate all term1 nodes to term2. And then delete term1. Voila all nodes are than pointing to term2.
greetings, Martijn

infojunkie’s picture

Status: Active » Closed (fixed)

I don't think this issue is VBO-specific. Closing.