Hi ,

How would I go about make a different block layout for different nodes ? I am not talking about the actual layout of the node content, but what I mean is the layout of the sidebars...

For instance, normally I have the left sidebar appearing, but when a user will select a story page, then I want the left sidebar to disappear and the right sidebar to appear... A different layout ...

How would I do this ?

Thanks,
Gdev

Comments

techczech’s picture

If it's different blocks, then you just have to specify which paths they should appear on. It works fine but gets a bit complex if you have too many modules.

If you're talking about the same block moving about depending on content, you would probably have to do some PHP coding for that (beyond my ability)