2013-05-22, 10:59 AM
I'ts explained under "How to get tabs working ?".
You'll need to add your forum categories to a particular tab.
For example under first tab you want a forum categories with ID of 3 and 9 to show.
In tabs.css you'll add following code:
You'll need to add your forum categories to a particular tab.
For example under first tab you want a forum categories with ID of 3 and 9 to show.
In tabs.css you'll add following code:
Quote:.tab_1 #tab_cat_3,
.tab_1 #tab_cat_9 {
display:block !important;
}