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