FeedAPI Taxonomy Compare

New Version of Feedapi Taxonomy Compare

I release a new version of my Drupal  FeedAPI Taxonomy Compare Module.  I found a bug in how the new term was being related to the node.  I was using taxonomy_node_save function from taxonomy.module.  One of the first lines of code in that function is “taxonomy_node_delete_revision($node);” which removes all terms from the node.  Well I was including the current terms in what I was sending this function.  Only the new term.  So the end result was that all of the terms were removed exce

FeedAPI Taxonomy Compare Module

So I’ve done it.  My first contributed module.  I’m not say it’s good or going to change they way you use Drupal but it’s useful for me.  Since I’ve been working on my RSS aggregate site www.blogsofindy.com, I have needed more control over how the feeds are being pulled in.  I put together this module to give me more control over Taxonomy.  If you use FeedAPI check it out and give me your thoughts.

http://drupal.org/project/feedapi_taxonomy_compare

Syndicate content