For some reason when I do Tabbed Menu it does the same the yourdomain.com/ then when I click for e.g gaming it will do yourdomain.com/# and it wont do #gaming for some reason what. I've followed the sets but its done this on both themes which is i cant see to work out why it's doing this for also when i have htaccess it doens't seem to be working the tabs don't show.
You don't have the required javascript to make the tabs work correctly, thus why it directs you to "/index.php#".
You need this in your headerinclude template ~
Code:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js"> /*********************************************** * Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script>
Hello ThereAoki I have got that atheaderinclude but It was still doing it for some reason.