Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I've had a look at the active tags module. It doesn't modify the $form array for nodes, so I suspect we're breaking the Javascript somehow. Could you post and Javascript errors you're getting? What's probably happening is that we're moving the form element and the Active Tags JS doesn't know where to find it.
I'm not sure that I'll ever get to fixing this problem unless I actually need to use Active Tags. I would probably require an hour or two of work and the solution would likely only work for Active Tags. Every 'taxonomy widget modifier' module (Hierarchical Select, Active Tags, Taxonomy Other, etc) seems to use a different scheme for modifying the form elements and I can't deal with all of them.
Comments
Comment #1
chiddicks commentedI've had a look at the active tags module. It doesn't modify the $form array for nodes, so I suspect we're breaking the Javascript somehow. Could you post and Javascript errors you're getting? What's probably happening is that we're moving the form element and the Active Tags JS doesn't know where to find it.
Comment #2
sjf commentedThanks for the quick response. I don't get any Javascript errors, it just degrades to the Drupal core comma-separated input box.
Comment #3
chiddicks commentedI'm not sure that I'll ever get to fixing this problem unless I actually need to use Active Tags. I would probably require an hour or two of work and the solution would likely only work for Active Tags. Every 'taxonomy widget modifier' module (Hierarchical Select, Active Tags, Taxonomy Other, etc) seems to use a different scheme for modifying the form elements and I can't deal with all of them.
See http://drupal.org/node/346466 for more thoughts on it.
Comment #4
chiddicks commented