Forum & Taxonomy Related question
I hope this is an easy question.
I created a music forum organized in the following fashion
- Oriental Music
-- Name of the band 1
-- Name of the band 2
- Pop Music
-- Name of the band 1
-- Name of the band 2
etc...
so as you can see I am trying to organize my stuff according to the genre of music and under it all sub forums for each music band.
Now what I am trying to create is views where you can view the list of forum topics posted under each main forum
for example
The view should have the following
Latest Oriental Music forum post (no matter it belongs to which band)
so the list will have the name of the band and date posted and link to the topic
I tried couple of things and I can't really get my views to list all the forum topics related to specific Music genre.
it asks for the Term ID and I usually post the term ID of the top term in this case its Oriental Music but nothing shows up at all from the band forums listen under oriental music.
I hope i made myself clear. some help would be really appreciated as I think I am missing something :)
Thanks in advance

Taxonomy TreeMenu
Have you looked at http://drupal.org/project/taxonomy_treemenu? Use the 6.x-6.3 or later release if your terms have multiple parents (same band appearing under multiple music types in your example). Comment #25 at http://drupal.org/node/558202#comment-1983230 talks about using a View to display only the parent term as the title, but use the definition attached to comment #26 instead of the one attached to #25 if you want to try it.
Another option is to clone and modify the taxonomy_term view that you get when you enable Views and Taxonomy.
Hope this helps!