Of course *now* a question/problem:
In FORUMDISPLAY above [code]</head>I inserted
Code:
<!-- Tabbed Forum Home Header Code -->
<link rel="stylesheet" type="text/css" href="http://www.********.***/forums/tabs/tabcontent.css" />
<script type="text/javascript" src="http://www.********.***/forums/tabs/tabcontent.js"> </script>
<!-- /Tabbed Forum Home Header Code -->
then right below
Code:
<!-- / controls above thread list -->
I inserted
Code:
<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="index.php?forumtabs=1"><b>Forums</b></a></li>
<li><a href="index.php?forumtabs=2"><b>Out Of Character</b></a></li>
<li><a href="index.php?forumtabs=3"><b>Role Play</b></a></li>
<li><a href="index.php?forumtabs=4"><b>The Vault</b></a></li>
<li><a href="index.php?forumtabs=5"><b>Board Of Directors</b></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->
The tabs show up perfectly but when in a subforum and I click one of the tabs it doesn't 'take me to' what I clicked (did that make sense?) it just moves me up one forum level instead of to the correct category.
Do I need to also edit forumdisplay.php the same as I did for index.php?