I would like to ask wether it's possible to display the node properties in the selects for this module , instead of the terms from the vocabulary.
This because i have a vocabulary that can't be hard coded, as there may be terms that will be added to it.

Otherwise, i'd like to know if it's possible to create a dynamic vocabulary, based on node properties.

my vocabulary structure is like this:

-Reservation Request
- Conference Room
-Layout
- image
- title
-comments
- Assets

and so on...

right now the selects are returning all of these terms (as they are supposed to i guess), but i would like to display for instance, all the node tagged with the 'conference room' term, and not the term itself...

Can u help me out on this one?

Thx

Comments

wim leers’s picture

Component: Documentation » Miscellaneous

You're new to Drupal? Please check out the Views module, that module allows you to create dynamic node listings based on taxonomy terms.

Phaze679’s picture

Thx for the reply,

and yes, i'm aware of the views module (and currently using it to display custom views based om my cck contenttypes).

However, i was wondering if i could use the hierarchical select in my cck input forms, with the select boxes filled up with the nodes tagged with the vocabualry terms.

My goal is to make a 'reservation request', and select a room for the request, then select a layout for that room and so on...

would this be possible or am i completely going in the wrong direction here?

grtZ

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

So you want Hierarchical Select support for node references? Be more *specific* please. If I don't get details, I can't reply properly.

wim leers’s picture

So you want Hierarchical Select support for node references? Be more *specific* please. If I don't get details, I can't reply properly.

Phaze679’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Hi there,

i'v let go of the idea to use the content taxonomy module, and have switched solely to the cck module for my project.

I'v have also found a solution for my dependable dropdowns , for which i wanted to use the hierarchical select, in this tutorial by Moofie (http://blue.live4all.co.il/~mooffie/cms/node/15).

So actually, my problem is solved, but thanks for the effort, i will be checking out hierarchical select properly at a later time.