For many occasions I have had the need to do things in Joomla CMS when designing web pages, but because of my limitation in knowledge, I end up getting frustrated.
Joomla is a great CMS and all the information can be found in their docs. All you have to do is search for it - of course, you have to know what to look for.
Just some weeks ago somebody asked me if was there any way someone could put a module inside an article. The first thing I did was to go to Joomla and looked for it.
Here is my findings:
You will usually want to associate modules with articles in some way. The modules are allocated to module positions and the module positions appear somewhere on the Web page as determined by the template. However, it is sometimes useful to have a module actually embedded within the article.
To insert a module inside an article, use the { loadposition xx } command, as follows:





Note that this only works when the Content - Load Module plugin is enabled.
If this plugin is disabled, the text { loadposition myposition } shows unchanged in the article.