Quote:
Originally Posted by dancue
Ah...you guys are ALL going to love me!!!
STEP THREE:
Open adv_portal template and find this:
add below: (Replacing what's in red with your information)
Code:
<script language="javascript" src="{ENTER FULL URL/clientscript/va_prototype.js"></script>
<script language="javascript" src="{ENTER FULL URL/clientscript/va_effects.js"></script>
<script language="javascript" src="{ENTER FULL URL/clientscript/va_spy.js"></script>
<script language="javascript">
spymax = 10;
highestid = 0;
</script>
Find:
Add Below:
Code:
<script language="javascript">
spyinit();
</script>
Almost every time I have an issue with something not working on a vbadvanced script I have to enter the full url. I tried it on this, and voila!!
I am using vBAdvanced 3.0.1 and vBulletin 3.7.0 Gold
|
many thanks..i found if i took out the '{' marked in green in your original code i could get it to work..:up: