Hello,
I have no blocks for the forum sites of my website and expected the theme to use the additional space for the forum display, but it still remains small as you can see when clicking on the link above.
How can I change that?
Kirsten
Hello,
I have no blocks for the forum sites of my website and expected the theme to use the additional space for the forum display, but it still remains small as you can see when clicking on the link above.
How can I change that?
Kirsten
Comments
Comment #1
ishmael-sanchez commentedIf you open the page template (page.tpl.php) you will see the sidebar div is always printed out. If you wanted to only show that when there is content in the $right region add a conditional around the sidebar div like:
just be aware the $main_feed and $search_box variables will not be output unless there is something in the that $right region or just move them out of the conditional.
Comment #2
KirstenLangholz commentedThanks for this explanation. Works as described ;)