This can't be too difficult, but I need a push in the right direction.
Let's say we have a Web site for music group news. We would need to be able to view all the music groups and this will expand indefinitely.
So let's say the menu would look like this:
Bands
> Rock
--The Arctic Monkeys
--Jimmy Eat World
--Weezer
> Pop
-- Britney Spears
-- Miley Cyrus
>Trance
-- Some trancey band
You get the idea. Under each "band page" there would be a separate news stream, images of the band stream, polls on the band, an UpDown vote of recent concerts, etc on that page.
Nothing too difficult sounding, but I don't know what to use. Should I create the bands as a Taxonomy and have that populated with a Taxonomy Menu. Then separate the news streams, images steams, and polls as the content. But how can I get them all to display under the taxonomy of the band? How can I customize the actual Taxonomy pages to get these to show up where I want them on the page.
I'm guessing to use Views to get all that to work and tagging the streams with the band name so it shows up under the correct band.
I have the technical know-how to get it to work, I'm just not sure which tools to use to organize this information.