Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code - Taxonomy
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2009 at 08:28 UTC
Updated:
11 Sep 2010 at 13:27 UTC
Hi! I'm using this great module Is it possible to output vocabularies in one dropdown list from two or more vocabs? We have several vocabs yet would like to use the same content type. Be happy to pay for this feature.
Thanks for a great module
Comments
Comment #1
rucx commentedwanna do something very similar, have a couple of vocabularies: size, color, brand, etc. and now i would like to make the vocabularies hierarchical in order to use your module like: brand-color-size or something. I think I need those terms to be in separate vocabularies because i want to be able to sort posts by brand, color or size.
Comment #2
wim leersvenusrising: please contact me via http://wimleers.com/contact.
rucx: that is also possible but will result in poor performance if the vocabularies are large, because "a virtual tree" must be calculated for every HS update.
Comment #3
wim leersvenusrising has contacted me and I've written a custom module for her.
Comment #5
dmetzcher commentedThis is definitely something I'd be interested in having as well. Has the feature that venusrising requested been added to the module and released to the public? If not, are there plans for this?
Comment #6
wim leersThis required a custom module that was sponsored by venusrising and hence it has not been published. There are currently no plans to release it to the public. You should contact her about this, since she sponsored the code.
Comment #7
drupalorg commentedHello,
I'm trying to use the module "hirerchical select" really good module!
But I need a function that is currently not included in the module, I need this:
Limitations:
- In hierarchies can Have multiple items WHERE parent items and Where You Have
enabled Hierarchical Select's "save lineage" setting, it is impossible to
remember individual hierarchies, the unless the underlying module Supports it.
So far, no vertical supports this module. Hierarchical Select is just a form element,
not a system for storing hierarchies.
For example, if You Have multiple parent created through the vocabulary
Taxonomy module, and You Have terms like this:
A -> C
A -> D
B -> C
B -> D
If you then save in Any Which two lineages exist at four terms, all four
lineages will be rendered by Hierarchical Select, Because only the four
Thus terms are stored and there is no way to recover the Originally
selected two lineages.
Can you tell me when it is available or can you tell me how else I could achieve something similar?
Thanks