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

rucx’s picture

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

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

venusrising: 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.

wim leers’s picture

Status: Postponed (maintainer needs more info) » Fixed

venusrising has contacted me and I've written a custom module for her.

Status: Fixed » Closed (fixed)

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

dmetzcher’s picture

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

wim leers’s picture

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

drupalorg’s picture

Hello,
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