It breaks Taxonomy module when Yahoo Terms vocabulary is a free-tagging vocabulary. Namely: none of the taxonomy values are set on the node edit form, anymore (they are assigned to node, but selection is lost on the node edit form). It may also be removing terms from other taxonomies, not sure about that.
Anyway, I think it's due to the fact that free-tagging terms in the node object are not attached as an array of tids, but rather a comma-separated string in the 'tags' array.
You can see yourself easily, if you test on a free-tagging mode.
cheers
Comments
Comment #1
chrisroditis commentedconfirmed, exact same thing happens to me too.
Comment #2
chrisroditis commentedit happens even if the yahoo terms vocab is not free-tagging
Comment #3
stopbox commentedsubscribe
Comment #4
damienmckennaSeems like a pretty major bug and basically renders the module useless. Will look into it tonight and see if I can put together a patch.
Comment #5
EvanDonovan commentedAny progress on this? It still seems to be happening when I set the vocabulary to be free-tagging (which is the most logical type of vocabulary for a module like this). Is the module using taxonomy_node_save (http://api.drupal.org/api/function/taxonomy_node_save) - I think that works with both regular & free-tagging terms.
Comment #6
damienmckennaTo be honest, I changed to using the autotagging module.
Comment #7
EvanDonovan commentedFor anyone else looking, that module is at http://drupal.org/project/autotagging (unless we're talking about different ones). Sounds good. I'll check that out.
Comment #8
EvanDonovan commentedCould this issue be related at all to #170139: Yahoo Terms clears contents of $node->taxonomy when yahoo_terms_enable_runtime is YAHOO_TERMS_ON_NODE_CREATION_AND_UPDATE? If so, at least that one has a suggested fix (though it's not in patch form). Seems like the maintainer hasn't been too active on this, however (38 weeks since last commit.) I don't think I'll work any more on this; I'll just use Autotagging.
Comment #9
electblake commentedit works pretty good but its wicked slow, we can add features to this module or update autotagging to be faster :)
Comment #10
Shiny commentedPatch from http://drupal.org/node/170139 added to DRUPAL-6--3 branch in CVS