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 |
#112
|
||||
|
||||
this is an ongoing issue with any mod that places the <base url=""> tag before the js causes this error, this was my issue because vbseo does the same. Hopefully either wowhead or sweede finds a fix work around
|
#113
|
|||
|
|||
I'm having the same IE issue and my page doesn't seem to have any of the issues that others listed. My wowhead script is right after the head tag on every one of my forum pages, yet I'm still having IE crash if you mouse-over an item before the page loads.
Anyone have any thoughts? http://www.catalyst-raid.com/forum is where my forum is. |
#114
|
||||
|
||||
Until they do, the fix in my last post appears to eliminate th problem - place the script line BEFORE $headinclude in shell_blank template. This does not require you to remove what sweede's addon inserts.
|
#115
|
|||
|
|||
Im having troubles with the eqdkp hack, any page that should list an item, is going blank,
i think it might be the setting in vbulletin_wowhead.php that does this, but i'm not sure what to set it to. |
#116
|
||||
|
||||
I'll have to go over the EqDKP addition and fix it.
As for the other problem, i think i might have a solution for it, but i couldnt test it because i didnt want to buy vbseo. I do have a copy of photoblog but i dont use it. Since this mod also causes issues, i'll be able to fix the template issue correctly. Just as a note, I generally don't want to have to have anyone modify templates to use this addon. |
#117
|
||||
|
||||
^^ Thanks for keeping up sweede. I would prefer not to have the shell_blank template edit indeed, it was just a temporary solution that allowed me to have both functioning
:up: |
#118
|
|||
|
|||
well i got them sorta working, but im getting :
Code:
Fatal error: Call to undefined method SQL_DB::escape_string_like() in /forum/includes/init.php(329) : eval()'d code on line 30 i had to remove all the Function definitions in vbulletin_wowhead.php as it was firing them twice Ive looked through the code in the vbulletin_wowhead.php and it seems to steal a lot of info from VB, but wouldn't it be simpler to just have it fetch the data directly from the database? now I'm not good at php or coding in general, so my opinion isn't worth much, I'm just looking for a solution that works. Thank you for this great add-on. |
#119
|
||||
|
||||
It should be importing the vbulletin global file and associated data such as the database class and vbulletin registry. The main reason i did this is so that you wouldnt have to configure anything but the path in vbulletin_wowhead.php
i'll look at it later tonight / tomorrow morning and get an update out. |
#120
|
|||
|
|||
Just a quick post, have you put any thought into using WoWDB in a mod like this?
As far as I can see it's almost the same as WoW Head. http://www.wowdb.com/syndication.aspx |
#121
|
||||
|
||||
wowdb doesnt provide XML feeds of their items like wowhead does. to actually support wowdb i would have to hit wowhead (or the armory) to get the item id from the item name, then i can generate the code for wowdb.. but, why would you want to do that? If the item existed in say, wowdb and not in wowhead, your users would have to know the item ID before they can link it via wowdb.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|