Image Show GK4ver. 1.30

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Tue Aug 21, 2012 3:23 pm
insert the module Image Show GK4 in an article for joomla 2.5?
how to make....
User avatar
Expert Boarder

GK User
Tue Aug 21, 2012 3:56 pm
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
User avatar
Platinum Boarder

GK User
Tue Aug 21, 2012 4:16 pm
I'm sorry, where you can enter {loadposition newposition}
User avatar
Expert Boarder

GK User
Tue Aug 21, 2012 6:02 pm
all right, all right, thank you
User avatar
Expert Boarder


cron