Joomla 1.5
In Joomla 1.5, there is a default plugin which does this. You can call any module position in a content item with the following code:
{loadposition user4}
Remember, you have to enable the loadmodule plugin from the Plugin Manager.
Joomla 1.0
Edit: See bottom for a new way of doing this, using a 3rd party module though
The Load Module positions mambot allows us to load any mambot position as a mambot. Therefore to load the module in a content article we can use the following workaround.
* From the Template Positions (Site > Template Manager > User Positions), choose a module position which is not used in your template e.g. user8. If all your positions are used in the template, create a new position.
Create a new template position
* Assign the module you want to display to the position you have chosen above - Modules > Site Modules. Make sure that Menu Item links is set to All (otherwise the position will not load)
Setup the module with all necessary parameters
* In your content item enter the following: { mosloadposition user8 } (be sure to remove extra spaces before mosloadposition and after user8, spaces were added intentionally in this example). This will be replaced by the content of the module(s) assigned to that position.
0 comments:
Post a Comment