Hello!

I wonder if the autocomplete free tagging fields created by Content_Taxonomy will be supported by this module?

Comments

darrenmothersele’s picture

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.

arhak’s picture

+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)

Anonymous’s picture

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

nutkenz’s picture

Subscribe; would like to see this feature

darrenmothersele’s picture

other users also looking for this feature - #310614: Nothing happens - so it will be worked on soon.

BrandTim’s picture

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?

Thanks,
Tim Knittel

zmove’s picture

subscribe. This module is cool, content taxonomy is a must have, I would love to be able to mix them !

jazic’s picture

subscribing, +1 for this feature.

Taras Zavaliy’s picture

Subscribing, we really need such a feature.

kemitix’s picture

+1

rup3rt’s picture

Another 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

dragonwize’s picture

Priority: Minor » Normal
Status: Active » Needs review

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:

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.

marqpdx’s picture

great, thanks. looking forward to checking this out.

dragonwize’s picture

No testers?

Before this feature can be committed it needs to be tested and reviewed.

dragonwize’s picture

Status: Needs review » Closed (fixed)

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.