Dumb question time (i'm bad with php).. does this go somewhere in my page.tpl.php or template.php?
You could put some logic in your template file to check if the current page is the forum, or you could put logic in the blocks to not show on forum pages. Should be something like
if($node->type == 'forum') return false;
BrettOn Thu, Apr 24, 2008 at 10:18 AM, Mike Johnston <shockedoctopus@gmail.com> wrote:I'm using the drupal efficient theme located here: themesnap.com and whenever i try to go to my forums page, it crams it in the far left column but leaves the two right sidebars on. Is there a way to remove the sidebars from this particular view only so that the forums display correctly? You can see what I mean here: http://shockedoctopus.com/phpbbforum/--
[ Drupal support list | http://lists.drupal.org/ ]
--
Brett Evanson
brettev@gmail.com
801-599-0584
--
[ Drupal support list | http://lists.drupal.org/ ]