Modules into Tabs GK4

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 14, 2012 10:40 pm
I installed Tabs GK4 in my Joomla 1.7 and I want to pull some modules into the tabs but I can't seem find where I do this. I went to Tabs GK4 configuration and under Your Tabs, I edited them as modules, as opposed to XHTML. Could someone please show me how I can get some modules into my tabs content?

Thanks
User avatar
Fresh Boarder

GK User
Wed Aug 15, 2012 12:57 am
Hi

You must publish the module that you need to display inside the tab on some specific module position available only on templateDetails.xml file.

My recommendation is to add this new positions on templateDetails.xml file located on the template directory. For example, add new on <positions> tag like this:

Code: Select all
<positions>
          ...
        <position>tab1</position>
        <position>tab2</position>
        ...
</positions>


Add as many as you like.

This method is valid if you are using a native joomla! template.

In other hand, if you are using one of our templates the process have more steps, as you can see on the this page.

Next step is to publish your module on one of this positions and assign to all menu's.
Them on Tabs GK4 module, set tab type as module and select the same position that you use for the other module.

Hope this helps

Cheers
User avatar
Platinum Boarder


cron