Joomla version 1.7
I have an article and a content plugin that changes content of this article.
I need to load some module in this plugin, and add to this article all html that is returned by module.
I know about {loadposition module} etc., but i need to do it exactly this way.
Get some module via Joomla Api:
Where $module_name – name of the module (for example, ‘mod_custom‘, ‘mod_banners‘)
and $module_title – title, which you provided in admin section for this module
Output module content: