Can somebody please provide an example how to use joomlas build in {loadmodule} feature to load a custom html module. According to the docs at http://docs.joomla.org/How_do_you_put_a_module_inside_an_article%3F it should be something like {loadmodule Custom HTML,My module title} But it does not work that way... {loadposition} works perfectly. I'm on joomla 3.2.1 btw.
How to use Joomlas {loadmodule}
4.8k Views Asked by user2779473 At
5
There are 5 best solutions below
0

content plugin loads Module positions, Syntax: {loadposition user1} or Modules by name, Syntax: {loadmodule mod_login}. Optionally can specify module style and for loadmodule a specific module by title, Syntax: {loadmodule mod_login,module title,style}.
Make sure the menu assignment for the module set to the respective pages.
3

Make sure the name and cases match exactly including spaces. These are examples from the learn joomla sample data.
{loadmodule articles_archive,Archived Articles}
{loadmodule> custom,Custom HTML}
Notice that the exact title goes second.
Try this: