Hello,<br>I am building a website with lots of media products on it, which should be sort- and filterable.<br><br>I have set up one content type with CCK for each media type.<br>These content types all have different taxonomy vocabs assigned to them, as well as special CCK fields. (Example see below.)
<br><br>I have created a bunch of nodes using my CCK custom content types. Now I want to create an area, where the user can filter and narrow down his/her selection of media.<br><br>I have built this filter area with 'Views' module, using exposed filters.
<br><br>---<br><br>I have the following problem:<br><br>Is it possible with views.module that you start with one drop down selection menu (in my example taxonomy vocab 'Media type'), and depending on what the user selects there, he/she is presented with the next selection of dropdown menus?
<br><br>**Set-up:**<br>A)<br>- Taxonomy vocab 'Media type'<br>--- Taxonomy term 'Book', automatically assigned to content type 'Book'<br>--- Taxonomy term 'Magazine', automatically assigned to content type 'Magazine'
<br>--- Taxonomy term 'Video', automatically assigned to content type 'Video'<br><br>B)<br>- Content type 'Book'<br>--- Taxonomy vocabulary 'Book type', assigned to content type 'Book'
<br>----- Taxonomy term 'Hardback'<br>----- Taxonomy term 'Paperback'<br><br>- Content type 'Magazine'<br>--- CCK field: ISSN number<br><br>- Content type 'Video'<br>--- Taxonomy vocabulary 'Film format', assigned to content type 'Video'
<br>----- Taxonomy term 'VHS'<br>----- Taxonomy term 'DVD'<br>----- Taxonomy term 'Download'<br><br>**Scenario:**<br>User goes to filter area. First of all he/she sees a drop-down menu with the vocab for 'Media type'. After having selected media type 'Book', he/she is presented with a second dropdown menu, containing the taxonomy terms for taxonomy vocabulary 'Book type'.
<br><br>Do I make any sense? Help very much appreciated,<br><br>Laura.<br>