Hi,

I have a Marinelli theme with various php additions from the Drigg theme.

I've just installed MySite module and chose for it to display in full screen view. However, the left and right sidebars are still being displayed, and the MySite colums are still all within the central area.

Do you know what might be causing this?

Thanks you very much for your help (and thank you for this nice module)

Comments

drupalina’s picture

Category: support » bug

I have just tested some other themes and I can confirm that this same problem occurs in Garland and the Drigg theme.

This starts to look more like a Bug report

agentrickard’s picture

Status: Active » Closed (works as designed)

Your theme modifications are the likely cause.

What that setting actually does is remove the default Drupal sidebar regions, $sidebar_left and $sidebar_right. If you are not using those regions, the setting will have no effect. This is a "secret" feature of Drupal's theme system.

Another way to implement this would be to create a page-mysite.tpl.php that does not contain the page regions you do not need.

agentrickard’s picture

Works as designed on the demo site, using standard Garland.

http://therickards.com/mysite-default

agentrickard’s picture

[duplicate comment]