SlipTabs


- This extension requires registration to download.
Now it is possible to create as many instances of the module.
Also now it is able to apply style sheet using the Module Class Suffix.
Now "Read more..." link available for the articles.
Now it also has an option to hide/show Frontpage items from the tabs.
The latest version of the module can be downloaded from http://www.jinovc.com/downloads
The software is released under GNU/GPLv3 on September 7, 2009. The latest version of the software is released on March 17, 2010.
The latest version of sliptabs have been modified to be compatible with the latest Joomla! 1.6.0. This is released on March 07, 2011. The updated version is released under GNU/GPLv3 on March 13, 2011 which has fixes for the readmore link and the load module plugin with Joomla 1.6.0 version compatible module.
The software is developed by jinovc@gmail.com
The demo of the software can be viewed at http://www.jinovc.com
Usage Instructions with Joomla! 1.6.0
1. Install the module.
2. Go to Extensions/Module Manager
3. Edit module "SlipTabs"
4. Select Published "Published"
5. Select Position for the display
6. Select Category with which the tab is to be created.
7. Select "Item Ordering"
8. Select "Menu Position". Menu can be created on the left, right, top or bottom of the contents.
9. Enter the number of "Tab Counts". "0" to display all the tabs and other numbers to limit the tab counts.
10. Enter module class suffix if you have any in your css.
11. Select whether to hide/show "Read more..." link if available.
12. Select whether to hide/show Frontpage items.
Usage Instructions with Joomla! 1.5.0
1. Install the module.
2. Go to Extensions/Module Manager
3. Edit module "SlipTabs"
4. Select Enabled "Yes"
5. Select Position for the display. For example "user2"
6. Select Joomla Section and Category with which the tab is to be created. For example "News/Newsflash"
7. Select "Item Ordering"
8. Select "Menu Position". Menu can be created on the left, right, top or bottom of the contents.
9. Enter the number of "Tab Counts". "0" to display all the tabs and other numbers to limit the tab counts.
10. Enter module class suffix if you have any in your css.
11. Select whether to hide/show "Read more..." link if available.
12. Select whether to hide/show Frontpage items.
Option to select a category is very useful!
In the version 1.3.1 it will support load module plugin in Joomla 1.6.0
Thanks for the comments. I have added the Read More link in the latest version.
To be concise, When you click the active tab menu, then the bottom or top border disappears. (I tried both styles). First, I though the module conflicted with another that brought me to CSS style which did not give any solution either. I went to the website : http://www.jinovc.com and did the same to the demo which resulted the same error as well. My conclusion is that it needs some more fix. Any forum to discuss it?
It is made like that, so as to identify the active tab.
If you want to use multiple Slip Tabs on one page, here is how I did it.
1. At the top of your template index.php page put in: $_SESSION['slipTabIds'] = 1;
2. Add this code to the module default.php, anywhere before the HTML output:
// create id for content containing div
$slipTabIds = $_SESSION['slipTabIds'];
$slipTabIdsArray = explode(',', $slipTabIds);
$slipTabIdsCount = count($slipTabIdsArray);
$newSlipTabIdNumber = $slipTabIdsArray[$slipTabIdsCount - 1];
$newSlipTabContentId = "slipTabContentId_$newSlipTabIdNumber";
$newSlipTabListId = "slipTabListId_$newSlipTabIdNumber";
$slipTabIdsArray[$slipTabIdsCount] = $slipTabIdsCount + 1;
$_SESSION['slipTabIds'] = implode(',', $slipTabIdsArray);
3. Add this code to the tag that holds the article titles:
id=""
4. Add this code to the tag that holds the article content:
id=""
You can then target the Slip Tabs individually. In my case I had the content divs for 3 Slip Tabs sitting on top of each other using absolute positioning. I was then able to use javascript to show the required div and hide the other Slip Tab content divs.
I think you had a misunderstanding. SlipTabs without any modification it is possible to create multiple instances in a page.






