With http://drupal.org/project/active_tags the editing could be even easier for plain text free tagging fields :)

Comments

wulff’s picture

Assigned: Unassigned » wulff

Integration with active_tags is in the latest dev release. (Some other stuff is broken while I shuffle some bits and pieces around).

wulff’s picture

Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

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

allhailtheduck’s picture

Status: Closed (fixed) » Active

Support for active tags seems to be broken. The line from views_tagger.module:

drupal_add_js(array('active_tags' => array('#edit-nodes-39-taxonomy-tags-1-wrapper', '#edit-nodes-41-taxonomy-tags-1-wrapper')), 'setting');

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.

wulff’s picture

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

allhailtheduck’s picture

Awesome, the dev version is working. Thanks.

wulff’s picture

Status: Active » Fixed

This fix has been included in the 1.6 release of the module.

Status: Fixed » Closed (fixed)

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