<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Understanding Joomla Template Positions</title>
		<description>Understanding Joomla Template Positions</description>
		<link>http://www.dart-creations.com</link>
		<lastBuildDate>Sat, 21 Nov 2009 01:33:25 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>thanks for this</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc25</link>
			<description>this seems to be the best description of joomla module positioning yet.</description>
			<author>jansie</author>
			<pubDate>Mon, 09 Jul 2007 02:37:44 +0100</pubDate>
		</item>
		<item>
			<title>Wonderfulllllllll :)</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc28</link>
			<description>Yes i agree with Jansie. This is simply cool. And i understood so easily. I have learnt how to work with readymade things with Joomla :D but this has taught me really well that how i can extend my knowledge with it. Currently working on my site todaysfunda.com and this tutotial really has helped me figure out things with it. Thanks again :)</description>
			<author>Deepak Bhakoo</author>
			<pubDate>Sat, 14 Jul 2007 02:25:57 +0100</pubDate>
		</item>
		<item>
			<title>bad example</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc42</link>
			<description>pay attention to your site!, i cant read the article because the modules on the right are overlapping onto the content..... please advise/ sort out

Thanx</description>
			<author>bilal</author>
			<pubDate>Thu, 26 Jul 2007 06:21:55 +0100</pubDate>
		</item>
		<item>
			<title>Problem Fixed</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc43</link>
			<description>We have a wide layout resolution, so we tend to forget that other people have lower resolutions. Please excuse the oversight.</description>
			<author>DART Creations</author>
			<pubDate>Thu, 26 Jul 2007 07:34:10 +0100</pubDate>
		</item>
		<item>
			<title>GOOD</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc57</link>
			<description>I think,that this is really good instructions to add some new module to the joomla CMS.
Thank you..</description>
			<author>luo</author>
			<pubDate>Fri, 17 Aug 2007 02:50:03 +0100</pubDate>
		</item>
		<item>
			<title>Thanks</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc66</link>
			<description>This is a great explanation.  I\'ve been wondering about this, and I\'m off to go try it!</description>
			<author>Kristie</author>
			<pubDate>Sat, 25 Aug 2007 09:45:25 +0100</pubDate>
		</item>
		<item>
			<title>I\'m still missing some fundam</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc69</link>
			<description>I guess I just don\'t understand what part of that code \&quot;positions\&quot; the module.  For example. What if you want to create a bottom module, or move a module?  That\'s what I\'m looking for and I can\'t seem to understand it.</description>
			<author>Dan</author>
			<pubDate>Fri, 14 Sep 2007 03:11:19 +0100</pubDate>
		</item>
		<item>
			<title>Mdoule positions - response to</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc70</link>
			<description>Dan,

when creating / modifying a template position, you need to change the index.php of the template (template/&lt;templatename&gt;/inde.php. This php file is the file which is used to create the &quot;look&quot; of the page, i.e. where a position will be loaded. This is determined by normal HTML / CSS positioning rules. E.g. if you want to create a bottom module, you need to change the HTML of the index.php such that you create a new placeholder (using divs or otherwise) in the page. This would then be replaced by the &lt;?php mosLoadModules 'positionxx', -1 ); ?&gt; such that the modules assigned to positionxx are loaded in place of the modLoadModules statement.
</description>
			<author>DART Creations</author>
			<pubDate>Fri, 14 Sep 2007 04:52:09 +0100</pubDate>
		</item>
		<item>
			<title>Gr8</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc74</link>
			<description>The best article i found in this context !!!!!!!</description>
			<author>nirav</author>
			<pubDate>Thu, 20 Sep 2007 06:21:24 +0100</pubDate>
		</item>
		<item>
			<title>dimensions</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc85</link>
			<description>So what defines the dimensions of the space that a module occupies?  The module itself?  Or is it specified a template file?</description>
			<author>sing1ejack</author>
			<pubDate>Fri, 28 Sep 2007 07:48:41 +0100</pubDate>
		</item>
		<item>
			<title>dimensions</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc86</link>
			<description>sing1ejack,

the space occupied by the modules should be defined the CSS styles which the modules is using. This means that, the template will not be \&quot;hard-coding\&quot; the size and ensure that either the module, or the CSS styles of the template determine the size that is occupied.</description>
			<author>DART Creations</author>
			<pubDate>Fri, 28 Sep 2007 11:13:11 +0100</pubDate>
		</item>
		<item>
			<title>for 1.5?</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc89</link>
			<description>Hello, 
I\'m curious, has this format changed in any way for 1.5?

I notice the presence of alot of these types of entries now:

            

where jdoc seems to have replaced the mosloadmodules and the position seems to be defined by \'name=\&quot;right\&quot;\' 

Is this accurate?

Thank you for this overview... I, too, was confused as to the usage of positions.</description>
			<author>mike</author>
			<pubDate>Tue, 02 Oct 2007 12:50:19 +0100</pubDate>
		</item>
		<item>
			<title>for 1.5 - continued</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc90</link>
			<description>Oops.. looks like the code was parsed out in my last comment... here\'s the code without the brackets...

jdoc:include type=\&quot;modules\&quot; name=\&quot;right\&quot; style=\&quot;xhtml\&quot; 

Hopefully this will work.</description>
			<author>mike</author>
			<pubDate>Tue, 02 Oct 2007 13:48:02 +0100</pubDate>
		</item>
		<item>
			<title>For 1.5</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc91</link>
			<description>Mike, The article above is for 1.0.x, hopefully I will update for 1.5 in the near future.</description>
			<author>DART Creations</author>
			<pubDate>Wed, 03 Oct 2007 00:39:56 +0100</pubDate>
		</item>
		<item>
			<title>Removing position?</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc122</link>
			<description>What if you would like to remove a position altogether, without shifting the other positions. For example on the site I\'m working on (www.sounddrywall.com) there is a \&quot;Top\&quot; position to the right of my logo that is just an empty box. How would I remove/resize that so that the logo spans the whole top instead of just the left side? When I try to delete or resize, it ends up pulling my Main Menu section up to the \&quot;Top\&quot; position.</description>
			<author>Bryce</author>
			<pubDate>Thu, 08 Nov 2007 09:54:01 +0100</pubDate>
		</item>
		<item>
			<title>Removing position</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc123</link>
			<description>Edit: looks like my post was deleted, maybe because of URL? I\'ve removed, if so...

What if you would like to remove a position altogether, without shifting the other positions. For example on the site I\'m working on there is a \&quot;Top\&quot; position to the right of my logo that is just an empty box. How would I remove/resize that so that the logo spans the whole top instead of just the left side? When I try to delete or resize, it ends up pulling my Main Menu section up to the \&quot;Top\&quot; position.</description>
			<author>Bryce</author>
			<pubDate>Thu, 08 Nov 2007 10:03:35 +0100</pubDate>
		</item>
		<item>
			<title>Removing position from rhuk so</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc124</link>
			<description>Hi Bryce,

I just researched your problem and wrote a quick article about it: http://www.dart-creations.com/joomla/tutorials/
removing-the-top-position-from-the-rhuk-solarflare-ii-template.html

Please note that your post wasn\'t deleted. However posts are cached, so sometimes the comments don\'t show up immediately.

Hope that helps.</description>
			<author>DART Creations</author>
			<pubDate>Tue, 08 Jan 2008 16:14:43 +0100</pubDate>
		</item>
		<item>
			<title>Thanks</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc141</link>
			<description>This worked brilliantly with my template. Cheers</description>
			<author>Adem</author>
			<pubDate>Sun, 09 Dec 2007 14:48:11 +0100</pubDate>
		</item>
		<item>
			<title>Create the Module Position</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc162</link>
			<description>ok, good explaination, no doubt, however, when you get to the part of:
\&quot;We then need to create the Module Position in Site &gt; Template Manager &gt; Module Positions by creating a new adlinks entry\&quot;

and you place your modules name in what would appear to me to be a position of where a module once resided, since there is an assignment between position 26 and 30, thus giving your module the position of 28. so you dont necessarily need to find a position that is not assigned? this is where i lost it at. 

i am looking in Site --&gt; Template Manager --&gt; Module Positions on the current theme i am running. I see what appears to be 34 module positions listed. none have a description but there are 34 module names listed. so does this logistically infer that i can have 34 different modules, plus xx number of additional modules if set by the module order in the parameters? cuz i have searched around, and have seen what is a freshly released theme boasting 26 modules. so i am just trying to find out what are the limitations on how many modules you can actually have?</description>
			<author>dosdawg</author>
			<pubDate>Mon, 31 Dec 2007 23:33:51 +0100</pubDate>
		</item>
		<item>
			<title>Module Positions - clarificati</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc163</link>
			<description>dosdawg,

The module positions is a place to create \&quot;logical\&quot; positions. This means that they are module placeholders which CAN exists. What actually determines whether they are used or not, is the template you are currently using.

This means, that I can create my adlinks position logically, however, if my template\'s HTML does not cater for it, nothing will appear in this position (because there is nothing which converts the logical position to the physical positon in the template). This is why the article follows by creating the position in the template\'s html.

Typically, Joomla comes with about 30 logical positions created, however rhuk_solar_flare_ii, has much less positions than this. So if you assign a module to a position which does not exist, you won\'t see it rendered.

Therefore, what determines the number of positions you may have, is your template. The Module Positions create a logical placeholder, the template \&quot;actuates\&quot; this position, by adding the necessary HTML to render the modules assigned to this position.

Hope this helps.</description>
			<author>DART Creations</author>
			<pubDate>Tue, 01 Jan 2008 03:40:17 +0100</pubDate>
		</item>
		<item>
			<title>Still no way to do it in 1.5</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc168</link>
			<description>Still doesnt seem to be a way to create a new module position in joomla 1.5 rc4 or am i missing something?</description>
			<author>atslash</author>
			<pubDate>Mon, 07 Jan 2008 16:52:15 +0100</pubDate>
		</item>
		<item>
			<title>Module Position size and align</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc186</link>
			<description>I followed your guide and I made a bottom module position for my site\'s template but the module is not aligned with the template, it is going out of the template\'s design.

How do I change the position size and alignment so it doesn\'t mess up the template design? Do I have add another code to the template\'s CSS file to do this? If so, could you please guide me through it. Thanks.</description>
			<author>Bolkin</author>
			<pubDate>Wed, 30 Jan 2008 11:18:08 +0100</pubDate>
		</item>
		<item>
			<title>Bolkin</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc187</link>
			<description>Bolkin,

in this article I guide you through the concept of what is needed to create a new position. The tutorial however assumes knowledge of CSS and HTML concepts, because ultimately your module will create HTML and if this is not planned, it will break your template. Unfortunately, teaching CSS and HTML is out of the scope of the tutorials provided here, however there are thousands of pages out there which can help you with this.</description>
			<author>DART Creations</author>
			<pubDate>Wed, 30 Jan 2008 15:29:57 +0100</pubDate>
		</item>
		<item>
			<title>thank you</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc198</link>
			<description>Until recently I\'ve been using wordpress and I considered myself pretty good at it.

But joomla is completely different and the documentation is so horrible. It leaves out the basics while elaborating on unimportant things...

This short article helped me a lot.</description>
			<author>bob</author>
			<pubDate>Fri, 08 Feb 2008 17:18:39 +0100</pubDate>
		</item>
		<item>
			<title>-1 ?</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc293</link>
			<description>This was an excellent tutorial.  Completely explained what I haven\'t understood for months.
BUT what does the \&quot;-1\&quot; mean?  In my template that I am using - there are -2\'s and -3\'s...
Thanks.
- DK</description>
			<author>David K</author>
			<pubDate>Thu, 03 Apr 2008 19:06:09 +0100</pubDate>
		</item>
		<item>
			<title>the -1s and 2-s</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc319</link>
			<description>The -2 and -1 in the template tells joomla what format to display a given module

i.e 0 i believe means the table will be displayed in tables

-2 means it will be displayed using divs</description>
			<author>Tiger</author>
			<pubDate>Mon, 14 Apr 2008 05:53:48 +0100</pubDate>
		</item>
		<item>
			<title>Thank you - it helps me a lot</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc350</link>
			<description>I just successfully added a user defined module using the code above and play around a little bit and there ya goes!

Thanks a lot</description>
			<author>Ariel</author>
			<pubDate>Tue, 29 Apr 2008 23:21:10 +0100</pubDate>
		</item>
		<item>
			<title>By the way..</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc351</link>
			<description>By the way, I use a few rocket theme templates and it works :)</description>
			<author>Ariel</author>
			<pubDate>Tue, 29 Apr 2008 23:22:24 +0100</pubDate>
		</item>
		<item>
			<title>collapsible module positions2</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc399</link>
			<description>Seems my code was deleted in my last post.  So... if you know of the PHP code to insert to make a module position [div] collapse/dissappear on a page where it is not in use... and where to put this code in the index.php that would be most helpful.</description>
			<author>Juice</author>
			<pubDate>Tue, 13 May 2008 14:37:45 +0100</pubDate>
		</item>
		<item>
			<title>Collapsible module positions</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc400</link>
			<description>The best is to check whether there are modules assigned to the position, and using PHP only render that position if there are positions assigned to it:

if (mosCountModules(\'right\') (Not sure about the 1.5 equivalent)

Make sure you are using the correct php syntax.</description>
			<author>DART Creations</author>
			<pubDate>Tue, 13 May 2008 23:36:06 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc475</link>
			<description>thanks!</description>
			<author>ellyz</author>
			<pubDate>Tue, 10 Jun 2008 11:07:49 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc720</link>
			<description>this is very useful. thanks a lot</description>
			<pubDate>Mon, 11 Aug 2008 04:57:35 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc738</link>
			<description>This is wonderful explanation.. it was really useful.. all i had to do it just follow it and it works beautifully well :-D

Thanks</description>
			<author>Sathya</author>
			<pubDate>Mon, 18 Aug 2008 01:50:32 +0100</pubDate>
		</item>
		<item>
			<title>THANKS</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc841</link>
			<description>yah your right</description>
			<author>PorteBEE</author>
			<pubDate>Thu, 11 Sep 2008 07:58:02 +0100</pubDate>
		</item>
		<item>
			<title>how to delete module position</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc912</link>
			<description>Hi , really very good explanations , but i think in joomla 1.0 adding positions easer than  ver 1.5 .

but where exactly should i add the code in which files 


and how to delete positions if we have not useful ones??


Thanks</description>
			<author>newfor joomla</author>
			<pubDate>Sun, 28 Sep 2008 01:30:29 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1124</link>
			<description>Excellent tutorial, thank you so much. but I still am having a problem that now i\'ve added a adlinks module position but it has broken my template and i\'m lost to fix it. I\'m using joomla 1.5, and if anyone has any ideas please share.</description>
			<author>klack21</author>
			<pubDate>Wed, 07 Jan 2009 02:37:38 +0100</pubDate>
		</item>
		<item>
			<title>Joomla 1.5</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1126</link>
			<description>Did you check out the tutorial for Joomla 1.5? It is linked at the top of this article.</description>
			<author>DART</author>
			<pubDate>Wed, 07 Jan 2009 03:31:30 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1233</link>
			<description>Thanks for this site.  I am new at Joomla, having done only about 10 sites.  I am having trouble with a site I created. I did not install the sample data but I wanted a top menu so I tried to create my own top menu module.  I got it to work but the position of the menu is not the same in IE as it is in Firefox.  I am not sure if this is a template problem or a browser problem.  Using User4, the menu is in the upper right hand corner of Firefox and does not show in IE.  Using \&quot;Top\&quot;, the menu is in the upper left hand corner in IE and the middle of the header in Firefox.  I am not sure what information I need to provide the forum and I don\'t want to start posting a bunch of code.  Also, my site is currently down b/c that is what the client wants so I can\'t really show you. I am not sure if maybe I should just reinstall Joomla using the sample data but then I would lose all the changes I\'ve made and data I have entered and that seems like an extreme thing to do.  Any help anyone can offer would be great!</description>
			<author>Dawn</author>
			<pubDate>Mon, 26 Jan 2009 20:46:37 +0100</pubDate>
		</item>
		<item>
			<title>Dawn</title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1234</link>
			<description>The problem you are describing probably has nothing to do with the sample data. Its typically an HTML / CSS problem. You\'ll have to analyse for problems in the template your are using. I suggest you get a good template from the Joomla Templates linked on the side in this page.</description>
			<author>DART</author>
			<pubDate>Tue, 27 Jan 2009 01:13:25 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1235</link>
			<description>Dart - thanks for the quick reply.  I think you are right.  I don\'t actually have any code in the css for \&quot;top\&quot; or \&quot;user4\&quot; so I am not sure what that means - I don\'t know if you need to have css for each module or if the Joomla program will put the modules in a specific place unless your css tells it otherwise?  I am so glad that Lynda.com just came out with some advanced Joomla tutorials b/c clearly I need to watch them!</description>
			<author>Dawn</author>
			<pubDate>Tue, 27 Jan 2009 05:03:32 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1240</link>
			<description>I just wanted to update you and let you know I switched out my template to a template made by siteground and my top menu works exactly as it should.

Thanks again for the info on this site - it always amazes me how many people are wiling to share their knowledge about the web.</description>
			<author>Dawn</author>
			<pubDate>Tue, 27 Jan 2009 23:39:37 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1583</link>
			<description>In my opinion, Joomla 1.x templates were a bit of a mess. Joomla 1.5 came to solve that. Good article. Thank you</description>
			<author>Schnell Abnehmen</author>
			<pubDate>Mon, 30 Mar 2009 07:21:07 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/tutorials/understanding-joomla-template-positions.html#josc1910</link>
			<description>I have tried to add a new position on a joomla site. I have done all the steps needed for that but the problem when i choose the module position to my new position it doesn\'t appear after that.
Notice i have the search position on the same level height does it interfer together ? thanks for help ?</description>
			<author>alex</author>
			<pubDate>Mon, 01 Jun 2009 18:42:54 +0100</pubDate>
		</item>
	</channel>
</rss>
