Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
seems to mean that only nodes with node ids 39 and 41 will use active tags when shown in a views tagger view. manully changing the '39' to a node listed in my view enables the active tags widget for that node's view result.
Good catch, some test code had made it in to the latest release.
I have fixed the error and made sure that active tags will be attached to all available free tagging taxonomies.
Please try the latest development snapshot which will become available later today. (This version requires Active Tags 1.7 and includes an updated patch for active_tags.js.)
Comments
Comment #1
wulff commentedIntegration with active_tags is in the latest dev release. (Some other stuff is broken while I shuffle some bits and pieces around).
Comment #2
wulff commentedThis is part of the latest official release. Until #646482: Modify javascript to allow multiple tagging widgets on one page is resolved, it requires a patch (included) to active_tags.js.
Comment #4
allhailtheduck commentedSupport for active tags seems to be broken. The line from views_tagger.module:
seems to mean that only nodes with node ids 39 and 41 will use active tags when shown in a views tagger view. manully changing the '39' to a node listed in my view enables the active tags widget for that node's view result.
Comment #5
wulff commentedGood catch, some test code had made it in to the latest release.
I have fixed the error and made sure that active tags will be attached to all available free tagging taxonomies.
Please try the latest development snapshot which will become available later today. (This version requires Active Tags 1.7 and includes an updated patch for active_tags.js.)
Comment #6
allhailtheduck commentedAwesome, the dev version is working. Thanks.
Comment #7
wulff commentedThis fix has been included in the 1.6 release of the module.