Press "Enter" to skip to content

Insert modules within the content in Joomla 1.5

This article explains how to insert a module within the content in Joomla 1.5. This method is very much useful when we need to insert a particular module inside the post content. By default each module needs to be associated with the positions specified/available in a template.

“loadposition” Constant in Joomla

Using the “loadposition” constant, it is possible to load any modules within the content. The syntax to use this constant is as follows:

{loadposition positionname}

NOTE: “positionname” is the position defined for the module.

How to insert a module within the content

Step1:
Go to Extensions >> Module Manager and create a new module or choose any of the existing modules which needs to be inserted within the content.

Edit joomla Module
Edit joomla Module

Step2:
Open the module you want to insert and click inside the select box of “position” in the Details section. You can see, it is editable select box. Now you just type-in a new position name inside the select box. Eg: “myNewPosition”.  Now you may just “save” it and close.
create custom module positions - joomla
create custom module positions – joomla

Step3:
Go to Extensions >> Plugin Manager and look for a plugin named “Content – Load Module”. Now, open it for editing. In the Parameters section, you can choose different options how you want to insert the modules inside the content. See the picture.
Content - Load Module styles- joomla
Content – Load Module styles- joomla

Step4:
Insert the “{loadposition myNewPosition}” constant to insert the modules positioned in the “myNewPosition”. See the picture
how to insert loadposition constant - joomla
how to insert loadposition constant – joomla

Using this method, you can insert any modules inside the contents.