Joomla! How-To's: Templates

How to Create a Basic Template

September 25, 2006 | by Cory

You've installed Joomla!, installed all of the components, modules, and mambots you need, and you've created your content and menus. Now you want to create a custom look for your Joomla! site, but you don't know how to create a template. This article will step through the creation of a very basic template in Joomla! Hopefully, by the end of this article, you will have a basic understanding of what goes into a Joomla! template. (Note: This information only applies to Joomla! 1.0.X. It does not apply to version 1.5.)

Add a comment

Read more: How to Create a Basic Template

   

mosLoadModules - An Explanation

September 13, 2006 | by Cory

At the Joomla! help site, there is a great article explaining the various functions to be used in a Joomla! template. It gives an explanation of the parameters involved in the mosLoadModules function, which often cause confusion for new template developers. You can either read that article, or if you don't feel like leaving this page, you can continue reading this article, which will explain the same concepts.

Add a comment

Read more: mosLoadModules - An Explanation

   

How to create a horizontal menu, the right way

September 13, 2006 | by Cory

When you create a menu with the Joomla! menu manager, a corresponding menu module is automatically created. In the resulting menu module, you will have 3 options for how to display your menu with the "menu style" parameter. The 3 choices offered are vertical, horizontal, and flat list. In this list, there are 2 ways to create a horizontal menu: the right way, and the not-so-right way. In this article, I will explain both ways, and try to persuade you that the right way is the right way. I'll start with the not-so-right way.

Add a comment

Read more: How to create a horizontal menu, the right way

   

Making module positions viewable only by unregistered visitors

September 12, 2006 | by Cory

Here is a trick for making your module positions viewable only by unregistered visitors.

There are some powerful programming objects in the Joomla! API that are available to template designers. One such object is the user object, which is accessible with the php variable $my.

Add a comment

Read more: Making module positions viewable only by unregistered visitors

   

Page 3 of 3