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 &#39;Views&#39; 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 &#39;Media type&#39;), 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 &#39;Media type&#39;<br>--- Taxonomy term &#39;Book&#39;, automatically assigned to content type &#39;Book&#39;<br>--- Taxonomy term &#39;Magazine&#39;, automatically assigned to content type &#39;Magazine&#39;
<br>--- Taxonomy term &#39;Video&#39;, automatically assigned to content type &#39;Video&#39;<br><br>B)<br>- Content type &#39;Book&#39;<br>--- Taxonomy vocabulary &#39;Book type&#39;, assigned to content type &#39;Book&#39;
<br>----- Taxonomy term &#39;Hardback&#39;<br>----- Taxonomy term &#39;Paperback&#39;<br><br>- Content type &#39;Magazine&#39;<br>--- CCK field: ISSN number<br><br>- Content type &#39;Video&#39;<br>--- Taxonomy vocabulary &#39;Film format&#39;, assigned to content type &#39;Video&#39;
<br>----- Taxonomy term &#39;VHS&#39;<br>----- Taxonomy term &#39;DVD&#39;<br>----- Taxonomy term &#39;Download&#39;<br><br>**Scenario:**<br>User goes to filter area. First of all he/she sees a drop-down menu with the vocab for &#39;Media type&#39;. After having selected media type &#39;Book&#39;, he/she is presented with a second dropdown menu, containing the taxonomy terms for taxonomy vocabulary &#39;Book type&#39;.
<br><br>Do I make any sense? Help very much appreciated,<br><br>Laura.<br>