Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.0-beta6
Component:
Taxonomy Tree
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2009 at 17:10 UTC
Updated:
27 May 2009 at 10:50 UTC
Hi, I'd like to use the Content Taxonomy module with my Forum taxonomy terms, but if I update my forum topics, the changes to the term_node table aren't added to the forum table as well. Can this feature be added? Or, is there a simple solution I'm not finding? thanks!
Comments
Comment #1
mh86 commentedHi!
I haven't been working with the forum module yet, but if the forum module is using it's own tables then it definitely doesn't work with Content Taxonomy Fields. Content Taxonomy Fields update only their own CCK tables and the term_node table (if this option is set).
This would required your own solution, maybe you can manage that by implementing hook_form_alter and checking for changes in the term - node associations