a) Tabs and Slides Joomla Plugin. This takes a bit of doing:
Step 1: Assign your Any modules to unused (redundant) module positions. You can create new module positions for this purpose. In this example, the module positions are
user11,
user12,
user13,
user14,
Step 2: Download the plugin, install as a bot (mambot or plugin).You may get the plugin from here: (
JoomlaWorks | The Joomla!/Mambo Professionals)
Step 3: Open the plugin, publish it and close it.
Step 4: Create a new content item (i.e. text content).
Step 5: Insert the following code in the text area:
{tab=Vote}<br />
{mosloadposition user11}<br />
{tab=Groups}<br />
{mosloadposition user12}<br />
{tab=Chat}<br />
{mosloadposition user13}<br />
{tab=Discuss}<br />
{mosloadposition user14}<br />
{/tabs}
Of course, you can have as many tabs as you want.
Step 6: Publish the content item. The tabbed module should now appear in your content item. The problem is that it will only appear on that particular page, not across your entire site. To overcome this, go to step7
Step 7. Create a module to display the content item created above. You can find tutorials on how to create a module at the Joomla site. Alternatively, you could try using existing modules that display text content, such as Joomla's Newsflash module
Note;
{tab=Vote}<br /> << This code Display the name of the Tab "Vote"
{mosloadposition user11}<br /> <<This code calls The Module installed
Example = Newsflash Module, Module Position user11
You dont have to add any code in template..
Tips:
You can create Module Position By Clicking
Site, Template Manager, Module Position..