Closed (fixed)
Project:
Active Tags
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
29 Jun 2010 at 22:42 UTC
Updated:
9 Aug 2024 at 13:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gagarine commentedThis module is quite similar and have a "auto tag" feature http://drupal.org/project/tagging. Sadly it doesn't support content taxonomy. The tricky things is you can provide suggestion only after the content is submitted, or perhaps with an ajax call.
Active Tags should provide a hook so other module can provide tag suggestion from content, solr index, views, ...
For reference here the hook of tagging_suggestion (sub-module of tagging).
Comment #2
bennos commentedfeature sounds great.
subscribing
Comment #3
gagarine commentedI know is not the original feature request but this will open an easy and flexible way to achieve it and much more.
Comment #4
bgilhome commentedHere's a patch that implements a hook_tag_suggestions with an AJAX button to add suggestions to the tag field.
The patch is built on top of an entityreference patch from https://drupal.org/node/1912156#comment-7670623.
There's an example hook active_tags_tag_suggestions at the end of the module flle that should be removed.
Comment #5
bgilhome commentedOops, forgot to mention it's based on 7.x-2.x.
Comment #6
bgilhome commentedHere's an improved patch which includes a field setting to enable/disable suggestions. Suggested terms provided via the hook can be in the form $name => $score where $score is a weighting between 0 and 1 (1 highest relevance), or as a simple array of tag names, in which case the tags are scored as 0.5.
Once again this patch is on top of the entityreference patch from https://drupal.org/node/1912156#comment-7670623 (sorry!).
Comment #7
zilla commentedvery interesting - could this hook take over the implementation for another module, such as alchemy if alchemy api and content analysis are providing the suggested keywords/concepts/entitities with scored relevance?
Comment #8
mahyarsbt commentedThank you for your continued interest in the Active Tags module.
We are excited to announce that the issue you raised has been addressed in the revitalized Active Tags version 1.0.0. This update supports Drupal 9, 10, and 11 and brings a modern interface along with a range of new features to enhance your Drupal tagging experience, including:
This is just a glimpse of the new capabilities. We encourage you to explore these new features by downloading the latest version. For a full list of features and more details, please visit the Active Tags project page.
Comment #9
mahyarsbt commentedWith the release of Active Tags 1.0.0, we believe this issue has been fully resolved. We invite you to explore the latest version and share any feedback you have.
Thank you for your continued support and contributions to the Drupal community. Together, we can keep improving Active Tags!
Visit the Active Tags project page to stay updated and provide feedback.