I've been having this problem for about 4 months now and i've tried something else that i thought would fix it but it didnt.
Most days the javascript (and ajax) disables on my forum. I was told that it might be a plugin problem, so i disabled the entire plugin system and the problem still returned. Last night i installed a second unmodified vb directory pointing to my database. The normal forum shows the javascript disabled, but so does the unmodified vb! I even tried adding another style that wasnt modified in any way - and the problem still returns. The only thing it could be is the database itself, but i have no idea what to look for.
I noticed the following script in all my styles:
Quote:
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "http://www.gamers-union.net/forums/images/styles/orangeblue/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
|
Could that be causing it? If not, any other ideas?