Quote:
Originally Posted by siriuxs
Hi, I have installed a Ajax versione on my forum witn a customized template, but the modification not functionally correctly. Please heml me...
My forum is www.pchs.it/forums and select the template "Figli di PcHS.IT Style V.2 - AJAX"
Please heml me and excuse me for my bad english but I'am italian
|
Its not locating the CSS and JS Files ...
in the <HEAD> section of the FORUMHOME Template, edit the two links to the CSS and JS files ..
Replace these ...
Code:
<link rel="stylesheet" type="text/css" href="/clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="/clientscript/tabs/ajaxtabs.js"> </script>
With these ...
Code:
<link rel="stylesheet" type="text/css" href="http://www.pchs.it/forums/clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="http://www.pchs.it/forums/clientscript/tabs/ajaxtabs.js"> </script>