Tried your suggestion to no avail. I&#39;ve attached my page.tpl.php on the off chance you can view and suggest ? If you don&#39;t have time, no problem.<br><br>Thanks again.<br>Mike<br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 12:43 PM, Brett Evanson &lt;<a href="mailto:brettev@gmail.com">brettev@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">you can&#39;t add it to your page.tpl file because it isn&#39;t aware of $node. if you are using pathauto and making all forum topics have a specific prefix, you could filter on that prefix, but that would be in the block visibility still. If you want to do it in the page.tpl file, you could do something like this:<br>

<br>$thenode = node_load(arg(1));<br>if($thenode-&gt;type != &#39;forum&#39;){<br>//print sidebar<br>}<br><br>but that is going to cause an extra node to load on the server. not a big deal on small sites, but if it gets big, you&#39;re going to want to do it another way.<br>
<font color="#888888">
<br>Brett</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 12:24 PM, Mike Johnston &lt;<a href="mailto:shockedoctopus@gmail.com" target="_blank">shockedoctopus@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the help Brett. Here&#39;s what i tried adding to my page.tpl.php and page-front.tpl.php (the bolded area) but it doesn&#39;t seem to be working:<br><br>&nbsp;&lt;div id=&quot;secondary&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($sidebar_left_featured) { print &quot;&lt;div class=&#39;sidebar-featured&#39;&gt;$sidebar_left_featured&lt;/div&gt;&quot;; } ?&gt;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($sidebar_left) { print $sidebar_left; } ?&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>&lt;?php if ($node-&gt;type == &#39;forum&#39;) return false; ?&gt;</b><br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div id=&quot;tertiary&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($sidebar_right) { print $sidebar_right; } ?&gt;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>&lt;?php if ($node-&gt;type == &#39;forum&#39;) return false; ?&gt;</b><br>&nbsp;&nbsp;&nbsp; &lt;/div&gt;<div><div></div><div><br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 12:03 PM, Brett Evanson &lt;<a href="mailto:brettev@gmail.com" target="_blank">brettev@gmail.com</a>&gt; wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">probably in the block visibility for whatever block you don&#39;t want to show.<br><font color="#888888"><br>


Brett</font><div><div></div><div><br><br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 11:38 AM, Mike Johnston &lt;<a href="mailto:shockedoctopus@gmail.com" target="_blank">shockedoctopus@gmail.com</a>&gt; wrote:<br>



<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dumb question time (i&#39;m bad with php).. does this go somewhere in my page.tpl.php or template.php?<div>



<div></div><div><br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 10:29 AM, Brett Evanson &lt;<a href="mailto:brettev@gmail.com" target="_blank">brettev@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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<br>




if($node-&gt;type == &#39;forum&#39;) return false;<br>
<br>Brett<br><br><div class="gmail_quote"><div>On Thu, Apr 24, 2008 at 10:18 AM, Mike Johnston &lt;<a href="mailto:shockedoctopus@gmail.com" target="_blank">shockedoctopus@gmail.com</a>&gt; wrote:<br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>
I&#39;m using the drupal efficient theme located here: <a href="http://themesnap.com" target="_blank">themesnap.com</a> 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: <a href="http://shockedoctopus.com/phpbbforum/" target="_blank">http://shockedoctopus.com/phpbbforum/</a><br>








<br></div>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><font color="#888888"><br><br clear="all"><br>-- <br>Brett Evanson</font><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Brett Evanson
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br><br clear="all"><br>-- <br>Brett Evanson
</div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>