I am new to drupal, so this may not be the right solution to my problem but I know of no other way to do this. I need to have the theme change AND a side menu change based off of the node style. In the block configuration you can choose weather to have the block visible if a bit of php code returns true. Is there a small bit of code I could put in there that will tell the block to be visible?
For example: If I have "style1", "style2", "style3", and <none> and I have created 4 pages all with different styles (including one without), can I get four different blocks to show up in these pages along with the theme changing? I know I could do it if I had a path for the pages too, but I don't want to have to do both a style and a path.
The reason for this is that I am trying to use the node style module as a way of creating "subdomains". If you know of a better way to do this please let me know. The site I am trying to create has one umbrella school over four other schools and I want them all in one domain.
Thank you very much for your help!
Comments
Comment #1
Zen commentedChanging the theme should also give you the theme's block configuration.