Closed (fixed)
Project:
Drupal core
Version:
7.12
Component:
taxonomy.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 09:06 UTC
Updated:
7 Jul 2015 at 20:53 UTC
Jump to comment: Most recent
Comments
Comment #1
pingers commentedyou can use multiple terms by comma separating each term.
Comment #2
roynilanjan commentedYes that I have noticed.. but my assumption there should be some add-more feature .. is there any patch for that or where should I make a hack (in taxnomy module or in field api) to test ? then I can contribute as patch for this
Please let me know
Comment #3
pingers commentedI don't think this would make it into core... it's a bit weird if you ask me.
A contrib module, implementing a custom widget to provide this feature would be fine. Go forth and code!
There should be no need to hack anything.
Comment #4
ChrisValentine commentedIn which case the option should be hidden as it suggests functionality that isn't available.
Pretty annoying really since I'd got tagging to work in Drupal 6. I upgrade to 7, switch to using Taxonomy (so at least I can see what tags have been used) but now find I can't add more than a single tag per node.
Drupal core: 7.17
CCK: 7.x-2.x-dev
Chaos tools: 7.x-1.2
Views: 7.x-3.5
Meanwhile I have just found a module that provides the functionality I was after - although its interface is slightly cludgy - Autocomplete Deluxe.
Comment #5
federiko_ commentedCheck this module.
http://drupal.org/project/issues/autocomplete_deluxe
It adds an autocomplete jquery widget which allows you to choose more than one term with a better ergonomy than the "commas separation".
Comment #6
pingers commented@ChrisValentine The functionality works fine. If you specify 3 in the number of values, you can only associate up to 3 terms with the node for example. "Tags: this field cannot hold more than 3 values." is the message that shows. Hope this clears up how autocomplete fields work.
Comment #7
star-szrIf anyone for whatever reason has this use case still and comes across this: https://www.drupal.org/project/taxonomy_single_tag