The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
World of Warcraft Wowhead Item tooltips for vBulletin
![]() Developer Last Online: Jun 2014 ![]() ![]()
** Discontinued thread !
See https://vborg.vbsupport.ru/showthread.php?t=239911 for current thread in 3.8 modification areas. Show Your Support
|
Comments |
#102
|
|||
|
|||
![]()
Does using <item=(ID)></item> make it any more efficient?
|
#103
|
|||
|
|||
![]()
any solutions for those of us who are running older versions of PHP?
Nevermind, just read the stupid "upgrade" comment from the developer. |
#104
|
||||
|
||||
![]() I beleive that right now it still looks up the name from wowhead. if you did [item=12345]Item Name[/item] , it should bypass the http get. What i have done in the past on my own server is download a list of item id -> item name from wowhead.com itself. I can do that again at regular intervals and have those available. That will prevent the http get completly. |
#105
|
|||
|
|||
![]()
just an idea, but could you add something like [spell] tags so it does the same thing with spells as it does with items?
|
#106
|
|||
|
|||
![]()
removed - just noticed the post above mine..
^^^ SEE ABOVE ^^^ ![]() |
#107
|
|||
|
|||
![]()
It seems to load all of the links on loading the page.
If you go to, say: http://www.wowguideonline.com/inscription.html (This is just an example) It seems to load the item tooltips once you hover over the items, rather then do it all in advance, although I suppose this could be achived with adding the item id / link. Quote:
|
#108
|
||||
|
||||
![]() Quote:
Wowhead supports spell tooltips, the problem is that it doesnt have XML data of the spell so you would have to know the spell ID. it would be easy to do [spell]133[/spell] and have that turn into a link for wowhead (Mage fireball Rank 1) , but i don't expect everyone to know the spell ID of every spell , nor do i want to create some type of database of information linking spell names with spell IDs (since many spell IDs could have the same name). |
#109
|
|||
|
|||
![]()
Isn't this the xml feed information?
http://www.wowhead.com/?powered |
#110
|
|||
|
|||
![]()
I'm using this MOD on my forum, but if user use a LOT of [item] tags (one of my user wrote a nice Druid guide and use 33 tags in one post), the page get loading TOOOO SLOOOOOOOOW (more than 30sec).
What's wrong? I thing, if the items are cached in my DB, the mod should never connect to wowhead again due to collecting information about items, right? Because they are already cached in DB. BTW: After 14 days my item_cache table have about 12MB Forum is hosted on professional hosting company with excelent servers. Database is really fast and some friend using the same hosting for so HUGE database with HIGH BW and the don't have problems like i have. So, any ideas what's wrong? OR Is there any way to integrate some function for LIMINT numbers of [item] TAGs in one post? Thanks a lot for help Holy |
#111
|
||||
|
||||
![]() Quote:
I've explained in this thread what happens. when you first make a post with an item that hasnt been seen before, the product will have to hit wowhead.com for each item and the new item info (mainly the itemid). After which, it performs a rather quick and light query to get the itemid. typically, the post with an item that isnt seen yet will take a few seconds longer because of the wowhead query (which i need to capture and gracefully exit in case of a timeout). After which, responses will be far faster. For example this page. http://underthemain.net/forums/showthread.php?t=12 No items in the table and the initial post * Page Generation 1.21796 seconds * Memory Usage 5,730KB * Queries Executed 145 (?) going back to the main forums then clicking on the post i just made. * Page Generation 0.51620 seconds * Memory Usage 5,032KB * Queries Executed 11 (?) When vbulletin updates the post cache, it re-queries the database for the items but it wont (shouldnt) hit wowhead.com again, since the only thing i need is the itemID. One thing that it does do though that I will have to remove, is that it also gets the translations from wowhead.com |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|