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'm not too familar with the content_taxonomy module, but if the autocomplete fields work the same as the built in taxonomy fields then it could be as easy as setting the ID of the form element in the Drupal.settings javascript object to get the Active Tabs jQuery to replace with it's widget.
I've not got too much time to try this at the moment, but I may be able to provide some details on how to implement if that would help.
maybe not a big deal to do it my self (haven't even look at it)
but definitely would be better provided by the module out of the box (not hurry on this one)
subscribe! would be very nice if i could use the active tags together with content taxonomy. but am not skilled enough to find a way by myself.
cheers
bernd
I am willing to contribute work on adding this feature to Active Tags. What is the current state of the development for it? Anything in the -dev version?
For everyone requesting this feature, warm up your dev sites. I've coded this feature but the patches need to be reviewed, tested, and pushed to be committed.
The integration between Active Tags(AT) and Content Taxonomy(CT) is best handled by CT so that you can enable active tags for certain CT widgets and the appropriate ids can be passed to AT.
Because of that there are 2 patches that need eyes and hands on them:
The AT patch has landed. I have been cleaning up AT and will rework the CT patch. Those still interested in this feature, follow over at #373815: Active Tags support.
Comments
Comment #1
darrenmothersele commentedI'm not too familar with the content_taxonomy module, but if the autocomplete fields work the same as the built in taxonomy fields then it could be as easy as setting the ID of the form element in the Drupal.settings javascript object to get the Active Tabs jQuery to replace with it's widget.
I've not got too much time to try this at the moment, but I may be able to provide some details on how to implement if that would help.
Comment #2
arhak commented+1
maybe not a big deal to do it my self (haven't even look at it)
but definitely would be better provided by the module out of the box (not hurry on this one)
Comment #3
Anonymous (not verified) commentedsubscribe! would be very nice if i could use the active tags together with content taxonomy. but am not skilled enough to find a way by myself.
cheers
bernd
Comment #4
nutkenz commentedSubscribe; would like to see this feature
Comment #5
darrenmothersele commentedother users also looking for this feature - #310614: Nothing happens - so it will be worked on soon.
Comment #6
BrandTim commentedI am willing to contribute work on adding this feature to Active Tags. What is the current state of the development for it? Anything in the -dev version?
Thanks,
Tim Knittel
Comment #7
zmove commentedsubscribe. This module is cool, content taxonomy is a must have, I would love to be able to mix them !
Comment #8
jazic commentedsubscribing, +1 for this feature.
Comment #9
Taras Zavaliy commentedSubscribing, we really need such a feature.
Comment #10
kemitix commented+1
Comment #11
rup3rt commentedAnother approach this issue could have been to use Node Form Rearrange to reposition the taxonomy in a form.
However it looks like big job for taxonomy fields to become children of fieldgroups
#336074: Allow Vocabs to Be Children of Groups
R3
Comment #12
dragonwize commentedFor everyone requesting this feature, warm up your dev sites. I've coded this feature but the patches need to be reviewed, tested, and pushed to be committed.
The integration between Active Tags(AT) and Content Taxonomy(CT) is best handled by CT so that you can enable active tags for certain CT widgets and the appropriate ids can be passed to AT.
Because of that there are 2 patches that need eyes and hands on them:
AT queue: #373602: Intergration support and load files when needed
CT queue: #373815: Active Tags support
The CT patch requires the AT patch so we need to get the AT patch tested and committed before we can commit the CT patch but both need to be tested.
Comment #13
marqpdx commentedgreat, thanks. looking forward to checking this out.
Comment #14
dragonwize commentedNo testers?
Before this feature can be committed it needs to be tested and reviewed.
Comment #15
dragonwize commentedThe AT patch has landed. I have been cleaning up AT and will rework the CT patch. Those still interested in this feature, follow over at #373815: Active Tags support.