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
Comment #1
wim leersYou're new to Drupal? Please check out the Views module, that module allows you to create dynamic node listings based on taxonomy terms.
Comment #2
Phaze679 commentedThx 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
Comment #3
wim leersSo you want Hierarchical Select support for node references? Be more *specific* please. If I don't get details, I can't reply properly.
Comment #4
wim leersSo you want Hierarchical Select support for node references? Be more *specific* please. If I don't get details, I can't reply properly.
Comment #5
Phaze679 commentedHi 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.