Help

Status
Not open for further replies.

darkreign1001

Beta member
Messages
2
Hello,

I am using this template at my forums.
I get JavaScript errors at the registration page :(
So I came here and saw, You also have the same error at registration page :(

If you are loged in, log out first!

1. http://64.46.99.173/register.php?action=signup
2. Then press "Agree"

Then there is JavaScript error (Windows XP and IE 6, The error is displayed in other browsers also)

Can you please fix it :)?
And please tell me how to fix it so I can fix that at my forums :)

Thanks in Advance!
 
Hello,

I am using this template at my forums.
I get JavaScript errors at the registration page :(
So I came here and saw, You also have the same error at registration page :(

If you are loged in, log out first!

1. http://64.46.99.173/register.php?action=signup
2. Then press "Agree"

Then there is JavaScript error (Windows XP and IE 6, The error is displayed in other browsers also)

Can you please fix it :)?
And please tell me how to fix it so I can fix that at my forums :)

Thanks in Advance!
 
Welcome to tech forums darkreign1001. i see what you mean by the error it looks to be something to do with avatar selections. ill look into it and when i find the problem all answer it here.

in the mean time enjoy the forum
cheers

PS
whats the url of your forum? thanks
 
Welcome to tech forums darkreign1001. i see what you mean by the error it looks to be something to do with avatar selections. ill look into it and when i find the problem all answer it here.

in the mean time enjoy the forum
cheers

PS
whats the url of your forum? thanks
 
Hello,

I have fixed the problem.

Open vbulletin.style find


<script language="Javascript">
<!--
if (document.images.avatarpic != null) {
document.images.avatarpic.src = document.forms[0].avatarsel[document.forms[0].avatarsel.selectedIndex].value;
}
// -->
</script>


This will be there 3 times, you will have to delete all the 3

Uploaded it back again!

Then it works! (even if avatars is enabled)
 
Hello,

I have fixed the problem.

Open vbulletin.style find


<script language="Javascript">
<!--
if (document.images.avatarpic != null) {
document.images.avatarpic.src = document.forms[0].avatarsel[document.forms[0].avatarsel.selectedIndex].value;
}
// -->
</script>


This will be there 3 times, you will have to delete all the 3

Uploaded it back again!

Then it works! (even if avatars is enabled)
 
Thankyou darkreign1001.
If you are going to continue using our style can you please readd the Tech Forums link back to the footer. (by downloading the style you agreed to leave it there.)

Thankyou.
 
Thankyou darkreign1001.
If you are going to continue using our style can you please readd the Tech Forums link back to the footer. (by downloading the style you agreed to leave it there.)

Thankyou.
 
Status
Not open for further replies.
Back
Top Bottom