The Joomlashack Blog
How to Change What Displays on the Home Page
- Published: 25 September 2006 25 September 2006
By default, Joomla! displays the FrontPage component on the home page. The FrontPage component takes a list of content items that are published to the FrontPage and displays them in a blog layout. This will work for most sites, but some webmasters want the option to display something else on the home page. If you would like to change what is displayed on your home page, follow these steps:

- In your administrator panel, click Menu->mainmenu.
- Create a new menu item that links to what you want to display on the home page.
- Re-order your menu items such that the item you want to display on the home page is listed first.
It really is that easy. Joomla! displays the first menu item in mainmenu as the home page. You can set anyting in your site as your home page using this method.
mosLoadModules - An Explanation
- Published: 13 September 2006 13 September 2006
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.
How to Create a Joomla Horizontal Menu
- Published: 13 September 2006 13 September 2006
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.
Organizing Your Content
- Published: 13 September 2006 13 September 2006
Although it can do so much more than managing content, Joomla! is, at its core, a Content Management System (CMS). It is important for aspiring Joomla! site developers to have at least a basic understanding of how Joomla! is set up to organize content. A proper content organization can greatly improve the flow and usability of your website. This article is meant to provide that basic understanding and give steps to successfully organizing your content.
Making module positions viewable only by unregistered visitors
- Published: 12 September 2006 12 September 2006
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.
Read more: Making module positions viewable only by unregistered visitors
Must-have Free and Commercial Joomla 1.5 Components
- Published: 08 September 2006 08 September 2006
It is little secret that Joomla! has a thriving 3rd party developer community. Any function you can think of is probably already available in one of the many 3rd party extensions. It is sometimes difficult to wade through all of the choices that are out there to determine what you need, so I have put together a short list of components that I feel are must-have components. So, without further adieu, here is my list:
Read more: Must-have Free and Commercial Joomla 1.5 Components