Quote:
Originally Posted by quarum
I updated to 48a and now it will not even work on the vBadvanced home page. When I upgraded I removed all files as well and did a full install from 47 to 48a.
|
It appears that vba CMPS rewrites urls in things like <javascript> tags so that it finds them in the correct location. I wasnt aware that it did that.
Edit the
WoWChar_headerinclude template and replace the first 3 lines of the template with the following
HTML Code:
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax-dynamic-content.js" defer="DEFER"></script>
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax.js" defer="DEFER"></script>
<script type="text/javascript" src="clientscript/wowbbcode_js/ajax-tooltip.js" defer="DEFER"></script>