Hey folks,

I was wondering what the best solution to having multiple 'sections' of my site display with a different theme. ie) we are a gaming site with different games. Each game ought to have its own look and feel but all the games ought to share the same code/user base. I looked around at multisite solutions but I didn't get the feeling that it would solve our problem.

Thanks in advance

Comments

tom_o_t’s picture

You probably want to look at the theming side of things. Drupal can use a different theme depending on node type, taxonomy term, url, etc. This allows you to have a completely different layout/color scheme while using the same code and user base.

For 4.7 and earlier there's a great handbook page at http://drupal.org/node/23348
For 5 there's information at http://drupal.org/node/104316

Hope this is useful,

Thomas