<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to implement a complicated design lay out in Joomla</title>
	<atom:link href="http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html</link>
	<description>somewhere Mr.Blue belongs ...</description>
	<pubDate>Wed, 19 Nov 2008 11:10:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ludwig</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-470</link>
		<dc:creator>Ludwig</dc:creator>
		<pubDate>Thu, 06 Nov 2008 04:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-470</guid>
		<description>Cool!</description>
		<content:encoded><![CDATA[<p>Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanhquyettran</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-435</link>
		<dc:creator>thanhquyettran</dc:creator>
		<pubDate>Tue, 07 Oct 2008 16:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-435</guid>
		<description>thankyou</description>
		<content:encoded><![CDATA[<p>thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joomal template designer</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-375</link>
		<dc:creator>joomal template designer</dc:creator>
		<pubDate>Sat, 05 Apr 2008 12:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-375</guid>
		<description>Tags were stripped from the above comment. heres the code again:
If you are using joomla 1.0x, the easiest way to do this is as follows:


If you are using joomla 1.5x then substitute the above with:

getActive() == $menu-&#62;getDefault()) {
	-- homepage html/modules go here --
}
else {
	-- content pages html/modules go here --
}
?&#62;</description>
		<content:encoded><![CDATA[<p>Tags were stripped from the above comment. heres the code again:<br />
If you are using joomla 1.0x, the easiest way to do this is as follows:</p>
<p>If you are using joomla 1.5x then substitute the above with:</p>
<p>getActive() == $menu-&gt;getDefault()) {<br />
	&#8211; homepage html/modules go here &#8211;<br />
}<br />
else {<br />
	&#8211; content pages html/modules go here &#8211;<br />
}<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joomal template designer</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-374</link>
		<dc:creator>joomal template designer</dc:creator>
		<pubDate>Sat, 05 Apr 2008 12:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-374</guid>
		<description>Hi,

Nice article! In my opinion, there is an easier way of doing this by detecting if the user is on the homepage or not. That way the homepage can have specific modules loaded only for the homepage and the content pages can have other modules that may not be on the homepage.

If you are using joomla 1.0x, the easiest way to do this is as follows:
&#60;?php
if ($option == 'com_frontpage' &#124;&#124; $option == '') {
    &#60;&#60;&#62;&#62;
} else {
    &#60;&#60;&#62;&#62;
}
?&#62;

If you are using joomla 1.5x then substitute the above with:


getActive() == $menu-&#62;getDefault()) { ?&#62;
    &#60;&#60;&#62;&#62;

    &#60;&#60;&#62;&#62;


Hope that helps in future. Good luck with your projects!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice article! In my opinion, there is an easier way of doing this by detecting if the user is on the homepage or not. That way the homepage can have specific modules loaded only for the homepage and the content pages can have other modules that may not be on the homepage.</p>
<p>If you are using joomla 1.0x, the easiest way to do this is as follows:<br />
&lt;?php<br />
if ($option == &#8216;com_frontpage&#8217; || $option == &#8221;) {<br />
    &lt;&lt;&gt;&gt;<br />
} else {<br />
    &lt;&lt;&gt;&gt;<br />
}<br />
?&gt;</p>
<p>If you are using joomla 1.5x then substitute the above with:</p>
<p>getActive() == $menu-&gt;getDefault()) { ?&gt;<br />
    &lt;&lt;&gt;&gt;</p>
<p>    &lt;&lt;&gt;&gt;</p>
<p>Hope that helps in future. Good luck with your projects!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to implement a complicated design lay out in Joomla &#124; White Sands Digital</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-373</link>
		<dc:creator>How to implement a complicated design lay out in Joomla &#124; White Sands Digital</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-373</guid>
		<description>[...] which has some different structures for each page into the Joomla. It&#8217;s worth to take a look.read more &#124; digg story   Share and Enjoy: These icons link to social bookmarking sites where readers can [...]</description>
		<content:encoded><![CDATA[<p>[...] which has some different structures for each page into the Joomla. It&#8217;s worth to take a look.read more | digg story   Share and Enjoy: These icons link to social bookmarking sites where readers can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free ebooks download, free ebooks - KnowFree 2.0 &#187; How to implement a complicated design lay out in Joomla</title>
		<link>http://bluefreelance.com/2008/04/04/how-to-implement-complicated-design-lay-out-in-jommla.html#comment-372</link>
		<dc:creator>Free ebooks download, free ebooks - KnowFree 2.0 &#187; How to implement a complicated design lay out in Joomla</dc:creator>
		<pubDate>Thu, 03 Apr 2008 06:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://bluefreelance.com/?p=242#comment-372</guid>
		<description>[...] Read more at my blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at my blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
