The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Wowhead Item tooltips for World of Warcraft Details »» | |||||||||||||||||||||||||||
Wowhead Item tooltips for World of Warcraft
Developer Last Online: Jun 2014
Please see https://vborg.vbsupport.ru/showthread.php?t=183035 for updated version
Show Your Support
|
Comments |
#72
|
||||
|
||||
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.
|
#73
|
||||
|
||||
Quote:
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/" />
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/" /> ..... |
#74
|
||||
|
||||
Ill try the new version and report back. As a note, i havent had an issue with my IE 7 on vista. I would rather they all use firefox but i cant make them change.
|
#75
|
||||
|
||||
When i view your source (visiting your testing item links page), i see
HTML Code:
<head> <base href="http://www.gamersvault.net/forum/" /> <!-- WoWHead Mouseover-Tooltips --> <script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script> HTML Code:
<head> <!-- WoWHead Mouseover-Tooltips --> <script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script> <!-- /WoWHead Mouseover-Tooltips --> I think the template is SHOWTHREAD, for example, my template is HTML Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude ............... |
#76
|
||||
|
||||
I plan on adding support for spells ( http://www.wowhead.com/?spell=20201 ) tomorrow
[spell] Arcanite Rod[/spell], etc |
#77
|
||||
|
||||
i think i narrowed it down, it seems to be a vbSEO confliction
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 --> 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> <base href="http://www.gamersvault.net/forum/" /> <!-- WoWHead Mouseover-Tooltips --> <script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script> <!-- /WoWHead Mouseover-Tooltips --> Both were taken from the same thread as i noticed it wasnt an issue on my dev server which does not have vbseo enabled. |
#78
|
||||
|
||||
Spell support :O Genius!
|
#79
|
|||
|
|||
Quote:
Don't forget to add it to the editor |
#80
|
|||
|
|||
How come I get this error code while uploading the product to 3.6.8?
Code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rdarena/public_html/forums/admincp/plugin.php(1970) : eval()'d code on line 4 |
#81
|
||||
|
||||
Quote:
It's to bad that it couldnt give me more information about whats going on here but i think i have an idea. Expect a minor update tonight. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|