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

mh86’s picture

Category: bug » support
Status: Active » Fixed

Hi!
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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.