Quote:
Originally Posted by Bustah
The one that isn't working is "The Vault". Its forum ID is 48, so I know its right. Would it have anything to do with "The Vault" being located under the "Community" category?
Code:
<!-- main -->
<!-- Tabbed Forum Home -->
<div id="ajaxTFH" class="TFHmenu2">
<ul>
<li class="selected"><a href="tabforumhome.php?tabcat[]=1" rel="ajaxTFHcontentarea">Official</a></li>
<li><a href="tabforumhome.php?tabcat[]=3" rel="ajaxTFHcontentarea">Community</a></li>
<li><a href="tabforumhome.php?tabcat[]=48" rel="ajaxTFHcontentarea">The Vault</a></li>
<li><a href="tabforumhome.php?tabcat[]=4" rel="ajaxTFHcontentarea">Primetime</a></li>
<if condition="is_member_of($vbulletin->userinfo, 5,6)">
<li><a href="tabforumhome.php?tabcat[]=47" rel="ajaxTFHcontentarea">Staff</a></li></if>
</ul>
</div>
<br style="clear: left" />
<div class="TFHmenu2line"></div>
<div id="ajaxTFHcontentarea" style="border:0px solid gray; width:100%; height: 100%; background-color: white; padding: 0px"></div>
<script type="text/javascript">
var mytabs=new ddajaxtabs("ajaxTFH", "ajaxTFHcontentarea")
mytabs.setpersist(true)
mytabs.setselectedClassTarget("link")
mytabs.init()
</script>
<!-- /Tabbed Forum Home -->
<!-- /main -->
|
As I explained before... if Forum ID 48 is a FORUM (not a catagory), then it is only going to display that forums "Sub Forums" .. if you want the Entire Forum to show up under a Tab, you will need to list that Forums PARENT ID (which you just said that FORUM 48's parent ID is Cat 3..