Quote:
Originally Posted by Funkworkz
Hmm, I upgraded from RC3, and on the homepage, the Internet Explorer "Error" symbol flashes before the images start to load, did I miss a step?
|
I assume you mean vBindex RC3 -> RC4 in which case there was a error in the vbindex_headinclude template in an early release, find:
HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_menu.js"></script>
Replace with:
HTML Code:
<script type="text/javascript" src="$vboptions[burl]/clientscript/vbulletin_menu.js"></script>