Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.0-beta5
Component:
Taxonomy Tree
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Jan 2009 at 14:44 UTC
Updated:
1 Sep 2010 at 12:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
mh86 commentedthe ajax load of child terms can be activated but introduces two big problems:
1. doesn't work for people who have deactivated JS
2. default value / saved value: if a child term gets selected and the node gets updated it can't get selected by default because the branch isn't loaded (this part would be much work to implement)
Comment #2
Dimm commented>1. doesn't work for people who have deactivated JS
"AJAX upload" may be aditional option.
>2. default value / saved value: if a child term gets selected and the node gets updated it can't get selected by default because the branch isn't loaded (this part would be much work to implement)
Сan You do this?
Comment #3
mh86 commentedsorry, no time for this. but would be a nice feature!
Comment #4
nonsieI had the same problem (with over 4000 terms) so I've written some code that loads taxonomy term tree branches on node/edit pages as branches get selected. It works similarly to taxonomy tree however it only loads the terms that are required and not the entire term tree (on node/edit it loads the top level terms (parent = 0) + tree of the term(s) that is selected).
Patch to follow.
Comment #5
nonsieExtract the file attached into your content_taxonomy module folder. Then download Term Tree from http://drupal.org/node/369821 and put it in your modules folder. Once you've enabled these modules you'll have an additional widget - at the moment it will only work for radio buttons (eg only 1 value in number of values dropdown).
Comment #6
wchen commentedHave same problem too.
The solution I can think of is a field that combines tree and autocomplete. autocomplete holds all the selected terms while tree is only used to show terms. And when a term is selected, javascript will populate the term to the autocomplete field.
Haven't had time to implement it...
Comment #7
Dimm commentedhttp://drupal.org/project/multiselect
Comment #8
francewhoa@All: If you need a hierarchical display that reflect the taxonomy the multiselect module doesn't do that.
http://drupal.org/node/446052
Comment #9
wchen commentedyou can css it to be hierarchical. Need some php work though.
Comment #10
crea commentedBest module atm to work with large vocabs is Hierarchical Select. Try it out, there's working patch I posted in HS issue queue. See #342992: Port HS support for Content Taxonomy to Drupal 6
Comment #11
francewhoathanks nonsie
@all: The latest term_tree dev version can be found at http://drupal.org/node/369189/release
Comment #12
magnus commentedPlease reopen issue if problem still exists.