What is &quot;thefield2&quot; ?<br><br>If it is a node type, the node template would be node-thefield2.tpl.php.<br><br>If you want to make a page template based on url, see <a href="http://drupal.org/node/139766">http://drupal.org/node/139766</a><br>
<br>Depending on what you want to do, you might have to create support for a custom template with a php callback function; see excellent tutorial at <a href="http://www.chapterthree.com/blog/zirafa/different_node_templates_node_variables_nid_type_view">http://www.chapterthree.com/blog/zirafa/different_node_templates_node_variables_nid_type_view</a><br>
<br>Victor<br><br><div class="gmail_quote">On Sat, Jun 14, 2008 at 2:20 PM, Big Brother &lt;<a href="mailto:ignorance.is.strength@gmail.com">ignorance.is.strength@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 Victor!<br>
<br>
I ended up doing what you suggested. I disabled the elements of the<br>
right sidebar that I didn&#39;t need for the new subsite. It seemed to<br>
have worked!<br>
<br>
I have another problem now. I am using the PHPtemplate method,<br>
provided by Matt above, but it doesn&#39;t seem to work for the nodes<br>
contained within &quot;thefield2/&quot;<br>
<br>
Here&#39;s what the design should look like:<br>
<div class="Ih2E3d"><br>
<a href="http://narcosphere.narconews.com/thefield2/" target="_blank">http://narcosphere.narconews.com/thefield2/</a><br>
<br>
</div>but look what happens when I do this:<br>
<br>
<a href="http://narcosphere.narconews.com/thefield2/test-4" target="_blank">http://narcosphere.narconews.com/thefield2/test-4</a><br>
<br>
The PHPtemplate engine should look for page-thefield2-test-4.tpl.php,<br>
then page-thefield2-test.tpl.php, then page-thefield2.tpl.php (which I<br>
have in the template folder I am using.<br>
<br>
Why isn&#39;t it picking up the right template file?<br>
<br>
Thanks!<br>
<div><div></div><div class="Wj3C7c"><br>
On Sat, Jun 14, 2008 at 4:22 AM, Victor Kane &lt;<a href="mailto:victorkane@gmail.com">victorkane@gmail.com</a>&gt; wrote:<br>
&gt; For the right sidebar, you can configure certain blocks to only appear / not<br>
&gt; appear on certain paths, for certain roles, etc., by clicking on the<br>
&gt; configuration link.<br>
&gt;<br>
&gt; Another approach would be to take a look at Panels 2 (there is good<br>
&gt; documentation on the Drupal site), which is a whole other way of solving<br>
&gt; your problem (making a different page content type, and then a node/% panel<br>
&gt; can be set to have a different layout on a content type basis.<br>
&gt;<br>
&gt; Victor Kane<br>
&gt; <a href="http://awebfactory.com.ar" target="_blank">http://awebfactory.com.ar</a><br>
&gt;<br>
&gt; On Sat, Jun 14, 2008 at 2:21 AM, Big Brother<br>
&gt; &lt;<a href="mailto:ignorance.is.strength@gmail.com">ignorance.is.strength@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Matt,<br>
&gt;&gt;<br>
&gt;&gt; Thanks for the suggestion. I fooled around with it for a bit today and<br>
&gt;&gt; got some decent results. However, the problem I ran into is that I<br>
&gt;&gt; need to change the right sidebar as well, and I can&#39;t figure out to do<br>
&gt;&gt; that with your suggestion.<br>
&gt;&gt;<br>
&gt;&gt; Above, the suggestion by Brett seemed like it would solve this, but<br>
&gt;&gt; when I applied his solution the CSS of the new subtheme I made<br>
&gt;&gt; broke... sorta. Now:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://narcosphere.narconews.com/thefield2/" target="_blank">http://narcosphere.narconews.com/thefield2/</a><br>
&gt;&gt;<br>
&gt;&gt; You notice that there is no sidebar at all, though I have set blocks<br>
&gt;&gt; up for the new subtheme, and the body are is black instead of white.<br>
&gt;&gt; Otherwise the logo looks fine... hehe.<br>
&gt;&gt;<br>
&gt;&gt; If your way provides a method for me to be able to manipulate the<br>
&gt;&gt; right sidebar as well then I will just go ahead and use your method.<br>
&gt;&gt; I&#39;m not sure if it&#39;s possible, though.<br>
&gt;&gt;<br>
&gt;&gt; Thanks again!<br>
&gt;&gt;<br>
&gt;&gt; David<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jun 13, 2008 at 2:58 PM, Matt Galvin<br>
&gt;&gt; &lt;<a href="mailto:mgalvin@simplifiedcomplexity.org">mgalvin@simplifiedcomplexity.org</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi David,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; You might want to try:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="http://drupal.org/node/104316" target="_blank">http://drupal.org/node/104316</a> - Using different page templates<br>
&gt;&gt; &gt; depending on the current path<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hope this helps.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Best,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Matt Galvin<br>
&gt;&gt; &gt; <a href="http://www.simplifiedcomplexity.org/" target="_blank">http://www.simplifiedcomplexity.org/</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Fri, Jun 13, 2008 at 3:17 PM, Big Brother<br>
&gt;&gt; &gt; &lt;<a href="mailto:ignorance.is.strength@gmail.com">ignorance.is.strength@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; Hi Everyone,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; My boss has a special request of me. We want to make a &quot;sub-site&quot; of<br>
&gt;&gt; &gt;&gt; the current site we are running, which is:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; <a href="http://narcosphere.narconews.com" target="_blank">http://narcosphere.narconews.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I need to build a sub-site which will use most of the current theme<br>
&gt;&gt; &gt;&gt; but with about 15-20% of changes. For instance, I am going to need to<br>
&gt;&gt; &gt;&gt; change the banner for this &quot;sub-site&quot;, get rid of the left column, and<br>
&gt;&gt; &gt;&gt; change what&#39;s on the right-sidebar.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Is there an easy way to do this without having to make a whole new<br>
&gt;&gt; &gt;&gt; drupal installation just for this sub-site?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If this isn&#39;t clear enough, please let me know and I can further<br>
&gt;&gt; &gt;&gt; explain what I&#39;m trying to do.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks!<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; David B.<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;&gt; &gt;<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>