<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create New Module Position on Joomla or Mambo Site</title>
	<atom:link href="http://www.geektips.net/39/create-new-module-position-on-joomla-or-mambo-site.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.geektips.net/39/create-new-module-position-on-joomla-or-mambo-site.html</link>
	<description>Computer Tips and Information Technology News</description>
	<lastBuildDate>Wed, 28 Dec 2011 12:41:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Guest</title>
		<link>http://www.geektips.net/39/create-new-module-position-on-joomla-or-mambo-site.html/comment-page-1#comment-28</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>I cannou find that menu in joomla 1.5.
Can you update the article for 1.5, please</description>
		<content:encoded><![CDATA[<p>I cannou find that menu in joomla 1.5.<br />
Can you update the article for 1.5, please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edi'x</title>
		<link>http://www.geektips.net/39/create-new-module-position-on-joomla-or-mambo-site.html/comment-page-1#comment-33</link>
		<dc:creator>Edi'x</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-33</guid>
		<description>Add the following code where you want to place your new position: 

&lt;strong&gt;For Joomla! 1.0 &lt;/strong&gt;
&lt;?php if (mosCountModules(&#039;custom&#039;)&gt;0) { ?&gt;
        &lt;?php mosLoadModules(&#039;custom&#039;,-2); ?&gt;
&lt;?php } ?&gt;


&lt;strong&gt;For Joomla! 1.5&lt;/strong&gt;
&lt;?php if ($this-&gt;countModules(&#039;custom&#039;)) : ?&gt;
    &lt;div&gt;
        &lt;jdoc:include type=&quot;modules&quot; name=&quot;custom&quot; style=&quot;xhtml&quot; /&gt;
    &lt;/div&gt;
&lt;?php endif; ?&gt;

Change the name (custom) to whatever you like. Then go to Module and add the name of the new position (custom in the example).

Then you publish whatever module you want in your new module position .

</description>
		<content:encoded><![CDATA[<p>Add the following code where you want to place your new position: </p>
<p><strong>For Joomla! 1.0 </strong><br />
< ?php if (mosCountModules('custom')>0) { ?><br />
        < ?php mosLoadModules('custom',-2); ?><br />
< ?php } ?></p>
<p><strong>For Joomla! 1.5</strong><br />
< ?php if ($this->countModules(&#8216;custom&#8217;)) : ?></p>
<div>
        <jdoc:include type="modules" name="custom" style="xhtml" />
    </div>
<p>< ?php endif; ?></p>
<p>Change the name (custom) to whatever you like. Then go to Module and add the name of the new position (custom in the example).</p>
<p>Then you publish whatever module you want in your new module position .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

