Remove the forward slashes in the FORUMHOME template that I've highlighted in red below:
Code:
<!-- Tabbed Forum Home Header Code -->
<link rel="stylesheet" type="text/css" href="/clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="/clientscript/tabs/ajaxtabs.js"> </script>
<!-- /Tabbed Forum Home Header Code -->
That should do the trick.
Also, you will need to go to
clientscript > tabs > ajaxtab.js , and remove the forward slash in this section of code:
Code:
var ddajaxtabssettings={}
ddajaxtabssettings.bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no)
ddajaxtabssettings.loadstatustext="<img src='/clientscript/tabs/loading.gif' /> Requesting content..."
This will make the animated loading image appear when you click a tab.