By draganFSD on
Hi to all, im new in Drupal and stuck in CCK.
I wanna show in page Vehicle selection hierarchy like this example:
1st field: Car type
2nd field: Model
.
.
So when user select Car type for example BMW in 2nd field Model shows only models from BMW.
I need to mention that Hierarchical Select module is excellent and i respect it but things i need is classical selection fields.
You can see examples on http://www.cars.com/
Thanks!
Moved by VM
Comments
=-=
For what you see there you may want to investigate views.module and its ability to allow the use of exposed filters or some other advanced search like faceted search
thanks 4 reply
its not a problem with views, i need to setup fields in CCK that way for user can add subcategory fields in second fields which will be activate when user select something in from first field.
1st field: car A, car B, car C .... car Z
2nd field: A1____B1____C1 .....
_________A2____B2____C2
_________A3____B3____C3
_________A4____B4____C4
so selection from 1st field will trigger kind of sub selection in 2nd. I need some kind relation between every term from 1st field will be parent and second field will be related. I hope i can describe what i need well as u can see the point of my problem.
Thanks
Looks like you sorted it and
Looks like you sorted it and it is working well. Could you share the solution you came up with.
sry but i didnt solve a
sry but i didnt solve a problem yet, and i think its very harsh for me to do that, if i find anything in that direction and ofcourse final solution i will be pleased to share here.
thanks
Sorry - I made the mistake of
Sorry - I made the mistake of thinking the example above was your site
try
http://drupal.org/node/319190
and
http://drupal.org/node/534986
Thank Ya very much but i dont
Thank Ya very much but i dont need Hierarchical Select solution. I need same behave fields as in cars.com
as u can see relation between Make field and Model field
=-=
the module you discuss heirarchal_select is the only module that does what you are asking for in that regard.
Any example
Is there any example on how to use Hierarchial Select with CCK fields?
=-=
The module is question is limited to taxonomy fields and nodereference fields based on my understanding of project page and the module when I used it.