Display Joomla Module inside K2 Component (com_k2)

The good thing about K2 is you can customize your layout according to your will. But what if you need to display some modules? Unfortunately K2 does not allow you to just use <jdoc:include> [crayon-6629e84a17383619600033/] Therefore, we have to go a different way by fetching module using JModuleHelper. The snippet below will allow K2 to display all modules that have popup-form position. The if statement is there to allow fail safe when there is no module [crayon-6629e84a1738e178818731/]   If you want

Continue Reading

Sliding Sidebar