Module Positions

The Module Positions page allows you to enter details of the module positions you have used in your template. All the default module positions are already entered and in general it is unlikely you would need to change this.

Should you want to use positions that do not pre-exist in the default Joomla setup you can simply add a name for a module position and a description. The description is optional.

To create a new module position in your template, you insert this basic code into your template to be able to assign modules to a specific position.

<?php mosLoadModules ( 'position' ); ?>



The word 'position' is to be changed to whichever position you define on this page. (For more advanced techniques, see the the Development manual.)

When you click on Site -> Preview -> Inline with Position, you may visualize your Home page with blocks displaying the Positions used in the template assigned to the Home page.