I'm using Joomla 1.5 RC3 which I hope by the time my site is done, they will have released the full release.
Anyway, I'm working on the template first using http://www.compassdesigns.net/tutorials/jo...e-tutorial.html for a guide and help. If you go the the page called "Creating a Simple Blank Template" it has about the files needed. One of them is templateDetails.xml which you need to install the template and to make it function and includes all the files required to make up the template.
I've gotten up to the <positions> section, I've just finished the files. Now I have no idea what I'm actually meant to put in the positions and position things.
Here is what I have so far
CODE
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="template">
<name>habbo_front</name>
<creationDate>December 2007</creationDate>
<author>Stephen Jackson</author>
<copyright>Habbo Front</copyright>
<authorEmail>sjjackson@bluebottle.com</authorEmail>
<authorUrl>www.habbofront.com</authorUrl>
<version>1.0</version>
<description>Habbo Front Template</description>
<files>
<filename>index.php</filename>
<filename>templateDetails.xml</filename>
<filename>css/template.css</filename>
<filename>template_thumbnail.png</filename>
<filename>images/background.gif</filename>
<filename>images/logo.gif</filename>
<filename>images/transparent_pixel.gif</filename>
<filename>images/main_box/main_background.gif</filename>
<filename>images/main_box/main_top.gif</filename>
<filename>images/main_box/main_left.gif</filename>
<filename>images/main_box/main_right.gif</filename>
<filename>images/main_box/main_bottom.gif</filename>
<filename>images/main_box/main_top_corner_left.gif</filename>
<filename>images/main_box/main_top_corner_right.gif</filename>
<filename>images/main_box/main_bottom_corner_left.gif</filename>
<filename>images/main_box/main_bottom_corner_right.gif</filename>
<filename>images/main_box/main_top_corner_left_t.gif</filename>
<filename>images/main_box/main_top_corner_left_s.gif</filename>
<filename>images/main_box/main_top_corner_right_t.gif</filename>
<filename>images/main_box/main_top_corner_right_s.gif</filename>
<filename>images/main_box/main_bottom_corner_left_s.gif</filename>
<filename>images/main_box/main_bottom_corner_left_b.gif</filename>
<filename>images/main_box/main_bottom_corner_right_s.gif</filename>
<filename>images/main_box/main_bottom_corner_right_b.gif</filename>
<filename>images/content_box/content_top.gif</filename>
<filename>images/content_box/content_left.gif</filename>
<filename>images/content_box/content_right.gif</filename>
<filename>images/content_box/content_bottom.gif</filename>
<filename>images/content_box/content_top_corner_left.gif</filename>
<filename>images/content_box/content_top_corner_right.gif</filename>
<filename>images/content_box/content_bottom_corner_left.gif</filename>
<filename>images/content_box/content_bottom_corner_right.gif</filename>
</files>
<install version="1.5" type="template">
<name>habbo_front</name>
<creationDate>December 2007</creationDate>
<author>Stephen Jackson</author>
<copyright>Habbo Front</copyright>
<authorEmail>sjjackson@bluebottle.com</authorEmail>
<authorUrl>www.habbofront.com</authorUrl>
<version>1.0</version>
<description>Habbo Front Template</description>
<files>
<filename>index.php</filename>
<filename>templateDetails.xml</filename>
<filename>css/template.css</filename>
<filename>template_thumbnail.png</filename>
<filename>images/background.gif</filename>
<filename>images/logo.gif</filename>
<filename>images/transparent_pixel.gif</filename>
<filename>images/main_box/main_background.gif</filename>
<filename>images/main_box/main_top.gif</filename>
<filename>images/main_box/main_left.gif</filename>
<filename>images/main_box/main_right.gif</filename>
<filename>images/main_box/main_bottom.gif</filename>
<filename>images/main_box/main_top_corner_left.gif</filename>
<filename>images/main_box/main_top_corner_right.gif</filename>
<filename>images/main_box/main_bottom_corner_left.gif</filename>
<filename>images/main_box/main_bottom_corner_right.gif</filename>
<filename>images/main_box/main_top_corner_left_t.gif</filename>
<filename>images/main_box/main_top_corner_left_s.gif</filename>
<filename>images/main_box/main_top_corner_right_t.gif</filename>
<filename>images/main_box/main_top_corner_right_s.gif</filename>
<filename>images/main_box/main_bottom_corner_left_s.gif</filename>
<filename>images/main_box/main_bottom_corner_left_b.gif</filename>
<filename>images/main_box/main_bottom_corner_right_s.gif</filename>
<filename>images/main_box/main_bottom_corner_right_b.gif</filename>
<filename>images/content_box/content_top.gif</filename>
<filename>images/content_box/content_left.gif</filename>
<filename>images/content_box/content_right.gif</filename>
<filename>images/content_box/content_bottom.gif</filename>
<filename>images/content_box/content_top_corner_left.gif</filename>
<filename>images/content_box/content_top_corner_right.gif</filename>
<filename>images/content_box/content_bottom_corner_left.gif</filename>
<filename>images/content_box/content_bottom_corner_right.gif</filename>
</files>
What goes in the <positions> part? do I just copy the things in the tutorial or do I need to have my own? Does the CSS have anything to do with it? Because I haven't got round to the CSS yet, this is the first bit I've done.
Also, after the positions thing, there's also the params bit. I think that's just for like colour changes of the template and advanced template functions, which I don't think I'll even be using. So if anything needs to go in there, can someone tell me what?
So basically I need to know what goes in the positions and if I just put anything like header, navigation, content, extras (those are like the 4 different sections of the site).
Thanks in advance.

