Hi guys. I need to have a site that contains 6 sections, each section having a different masthead. Also, the home page will not only have a different masthead, but different layout. What is the best way to do this?
I have found 3 possibile solutions. I assume there are more methods? Any comments?
First method: use the Sections module. I've heard this module falls short in a few areas, and it's not out of beta. This is what prompted me to look for other solutions.
Second method: use Flexinode to create 6 node types. Then use PHPTemplate create 6 templates based upon node type. I think I like this the most, as it would be visible in the sidebar -- each type would be listed under the "create content" link. However, how stupid is it to create different node types when they really aren't different? I'm using a structural tool to manage conceptual differences.
Third method: use the taxonomy tool to create a "sections" vocabulary that contains my 6 section names. Then use Taxonomy Menu module to allow people to navigate it, and use Taxonomy Theme module to allow me to attach a theme to each taxonomy term. This seems like an OK option, but I haven't looked too deep. The Taxonomy Theme module seems brand new. Has anyone used it? Is the implementation good?
Thanks for your advice. Also, if you have a working installation that does something like this, and you're happy with it, I'd like to review it. I'm still learning and could use all the pointers I can find.