Ok, thanks. But what php code do I use to print a specified block?<br><br>Thanks!<br>/Mattias<br><br><div><span class="gmail_quote">On 3/12/07, <b class="gmail_sendername">Larry Garfield</b> &lt;<a href="mailto:larry@garfieldtech.com">
larry@garfieldtech.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Each block is just a div.&nbsp;&nbsp;Use CSS to float them left/right, or some other &quot;sideways&quot; method of your choice.
<br><br>In theory I suppose you could make each a table cell in block.tpl.php and then wrap them in a row/table in the page template, but that would get extremely ugly extremely fast and I don&#39;t recommend it. :-)<br><br>
--Larry Garfield<br><br>On Mon, 12 Mar 2007 19:01:14 +0100, &quot;Mattias Hällkvist&quot; &lt;<a href="mailto:mattiasha@gmail.com">mattiasha@gmail.com</a>&gt; wrote:<br>&gt; Thanks! I used page-front.tpl.php and it works great.
<br>&gt;<br>&gt; Although I&#39;d like to have the blocks be side by side on the front page but<br>&gt; the blocks get put ontop of eachother. How do I make them side by side on<br>&gt; the front-page?<br>&gt;<br>&gt; Cheers!
<br>&gt; /Mattias<br>&gt;<br>&gt; On 3/12/07, Larry Garfield &lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Just check the $is_front variable, which is set on any 
page.tpl.php (or<br>&gt;&gt; derivative) template.&nbsp;&nbsp;That&#39;s much more stable than checking the URL<br>&gt;&gt; directly.<br>&gt;&gt;<br>&gt;&gt; Alternatively, use page-front.tpl.php, which automatically gets used for<br>
&gt;&gt; the front page in place of the normal page.tpl.php.&nbsp;&nbsp;Then simply omit<br>&gt; the<br>&gt;&gt; $sidebar_right statement entirely.<br>&gt;&gt;<br>&gt;&gt; --Larry Garfield<br>&gt;&gt;<br>&gt;&gt; On Mon, 12 Mar 2007 15:16:53 +0100, &quot;Mattias Hällkvist&quot; &lt;
<br>&gt;&gt; <a href="mailto:mattiasha@gmail.com">mattiasha@gmail.com</a>&gt; wrote:<br>&gt;&gt; &gt; I&#39;m trying to set different front page for anonymous and authenticated<br>&gt;&gt; &gt; users<br>&gt;&gt; &gt; using the front page module &lt;
<a href="http://drupal.org/project/front">http://drupal.org/project/front</a>&gt;. I&#39;d<br>&gt; like<br>&gt;&gt; &gt; the<br>&gt;&gt; &gt; frontpage to have the header but not the right sidebar. In<br>&gt; page.tpl.php
<br>&gt;&gt; &gt; the<br>&gt;&gt; &gt; right sidebar is defined as $sidebar_right. So I thought that I could<br>&gt;&gt; add<br>&gt;&gt; &gt; code to check if the url is <a href="http://domain.com/front_page">domain.com/front_page
</a> and then not print<br>&gt;&gt; &gt; $sidebar_right. Or some other solution that doesn&#39;t print the right<br>&gt;&gt; &gt; sidebar<br>&gt;&gt; &gt; on the front_page.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; I&#39;m a php novice but I&#39;m learning.. I appreciate any help I can get.
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Thanks!<br>&gt;&gt; &gt; /Mattias<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/
</a> ]<br>&gt;<br>&gt;<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br>