Internet Explorer Problems

Fullmoon

Seasoned Veteran
Joined
Nov 2, 2008
Messages
2,804
Reaction score
11
FP$
299
recently the forum i run tried changing the url from http://z3.invisionfree.com/Headbangers_Haven to a co.cc url. for some reason. using the co.cc url members werent able to view the forum in Internet Explorer. So. i changed it back to the invisionfree link and now no-one can view the forum in internet explorer.

the co.cc link has removed, ive re-added the invisionfree link and its still not working.

one of the co-admin's sent an email to someone at invisionfree but we have received no reply.

has anyone had similar problems? whos fault is this? invision? IE? :dontknow:
 
When you are saying it doesn't work in IE, what is wrong?

Does it show an error like cannot find server or does it load a white page or something. It might be that your site or part of it does not work properly in IE causing the page to not load properly.

Have you added and fancy codes to your forum (like shoutboxes or little IF codes that are available)?
 
none of it loads on IE

it come up with
Keeps saying it cannot access the site and "operation aborted". then changes to something like Cannot Find Server
 
That won't help... The forum still doesn't work without the domain so it is nothing to do with the domain... It is more down to the actual forum and IE not liking each other (so to speak).
 
ill try and get in contact with someone at invision again. i didnt get a reply last time :/
 
found it! it was me who added the top 10 posters mod.

here is the code i used

<script>

//Add Today's Top 10 Posters

//By slayer766 of thecodingzone.com



a=document.getElementsByTagName("div");

for(i=0;i<a.length;i++){

if(a.innerHTML.match(/Today\'s active topics/i)){

a.innerHTML+= "| <a href='"+location.href.split("?")[0]+"?&act=Stats'>Today's Top 10 Posters</a>";

}}

</script>

can anyone see an error in the code?
 
i think ive sorted the problem that why 😛

is anyone good at coding? can anyone see anything wrong with the code i used?
 
Back
Top Bottom