Monday , February 3 2025

How to display any module in the text of the material in Joomla

The case is simple – in the text canvas, display some module. The implementation is also simple:

In the Plugins section, make sure that the Content – Loading Modules plugin is enabled, then edit the material and add this:

{loadmodule module_name}

where instead of module_name write the name of the folder with the module, it can be found on FTP in the module’s folder.

If FTP is not available for your account, here is an alternative to use:

For the module in the admin panel, write an unused position on the site for placement, and in the text add:

{loadposition position_name}

where instead of position_name write the name of the module position that was just assigned in the module parameters.

In the latest versions of Joomla, you can load modules by their ID:

{loadmoduleid 100500}

where instead of 100500 specify the module ID, it can be found in the Modules section.

About iryna

I'm Iryna, a web developer from Ukraine with a decade of experience solving complex technical challenges in the world of freelance. Throughout my career, I've worked on everything from troubleshooting server-side issues and optimizing website performance to enhancing user interfaces. On this blog, I share detailed solutions to the technical problems I’ve encountered and methods that have worked best for me. In addition to my technical expertise, I’m also passionate about digital drawing. I hope the tutorials and insights I provide here will help both fellow developers and creatives alike in their own projects.

Check Also

How to get a link in an email where the form is filled out via Chronoforms

This task is very simple, for normal CMS. For Joomla, I publish the solution in …

Leave a Reply

Your email address will not be published. Required fields are marked *