I can't seem to get the tabs to contain any content, not 100% sure where I'm going wrong.
I believe the following code is what I need to edit to list the categories, however I'm not sure how to go about that exactly. I'm not sure how to find the forum category numbers, at first I thought it was the forumdisplay number but I've realised that it's not.
Code:
<li class="selected"><a href="tabforumhome.php?tabcat[]=1" rel="ajaxTFHcontentarea">TAB 1 NAME</a></li>
<li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2" rel="ajaxTFHcontentarea">TAB 2 NAME</a></li>
<li><a href="tabforumhome.php?tabcat[]=1&tabcat[]=2&tabcat[]=3" rel="ajaxTFHcontentarea">TAB 3 NAME</a></li>
Any help is much appreciated.