Quote:
Originally Posted by mikeylikesitz
any word on the IE issue, i wasnt too worried about it at first but i ended up with 25-30 members complaining at me about not being able to get to the site because of the operation aborted error. I really like this mod and want to use it but i cant until i get it figured out.
|
I had made a post ealier about what i found on wowhead.com
Looking at the code on your site,
http://www.gamersvault.net , I noticed that you have
HTML Code:
<base href="http://www.gamersvault.net/forum/" />
Immediatly after the opening <head> tag.
Downloaded the latest version 0.3.7a , install it and then check the source code for your site. It should look like
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<!-- WoWHead Mouseover-Tooltips -->
<script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script>
<!-- /WoWHead Mouseover-Tooltips -->
.. bunch of other stuff ...
<base href="http://www.gamersvault.net/forum/" />
.....