I've been using the content_taxonomy module to place "taxonomy field" types into my custom content types (via CCK). I just discovered the taxonomy_defaults module, which I also need for my project, but it appears that it doesn't work for any content types that have a "taxonomy field" in them, from the content_taxonomy module. If I remove any taxonomy fields and create content, the taxonomy_detault works like a charm.

So, there appears to be some compatibility issue with taxonomy_defaults and content_taxonomy. Any ideas why this is?

Comments

ilmaestro’s picture

Ok, this appears to be a problem with the content_taxonomy module where it is clearing all previously set taxonomy information before it does its own processing.

This issue can be closed.

heine’s picture

Status: Active » Closed (duplicate)

Marking as duplicate of http://drupal.org/node/180917