Hi
You can use two features in Joomla that allow you to easily place modules directly inside articles. The "loadposition" allows you to publish all the modules in a particular position and "loadmodule" allows you to publish just one particular module.
In this case, i recommend that you create new module position on:
../templates/gk_black_and_white/templateDetails.xml
../templates/gk_black_and_white/lib/framework/gk.const.php
templateDetails.xml
- Code: Select all
<position>newposition</position>
gk.const.php
- Code: Select all
'newposition' => 'gk_style',
Them publish the module on this new position and set to all menu's.
Now you just need to use this line on the article using toggle editor mode.
- Code: Select all
{loadposition newposition}
Cheers