Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Wowhead Item tooltips for World of Warcraft Details »»
Wowhead Item tooltips for World of Warcraft
Version: 0.4.5b, by sweede sweede is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 11-29-2007 Last Update: 05-19-2008 Installs: 90
DB Changes Uses Plugins Auto-Templates
Re-useable Code Translations Is in Beta Stage  
No support by the author.

Please see https://vborg.vbsupport.ru/showthread.php?t=183035 for updated version

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #222  
Old 06-16-2008, 09:07 AM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sweede View Post
Btw, a new version will be out soon that will support pasting of wowhead URLS for Spells and Quests to link in the forums. More info on that later.
Sounds awesome. Can't wait for this
Reply With Quote
  #223  
Old 06-16-2008, 09:18 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweede, i'm wondering: why you don't release this for 3.7.x?
Reply With Quote
  #224  
Old 06-16-2008, 10:49 AM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Far as I can see this still works perfectly on 3.7.x
Reply With Quote
  #225  
Old 06-17-2008, 11:59 AM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
Sweede, i'm wondering: why you don't release this for 3.7.x?
It will work without issues on 3.7. Although it's probably a mistake on my part, i don't feel the need to make a new post with the exact same information in another forum just yet.
Reply With Quote
  #226  
Old 06-18-2008, 02:55 AM
Luxus Luxus is offline
 
Join Date: Feb 2002
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it works with de.wowhead.com (german version of wowhead?) i see a smf script that works with all languages!
Reply With Quote
  #227  
Old 06-18-2008, 10:30 AM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The next release will have the language support, but between work, setting up my 125 gallon fish tank in our apartment, leveling my hottie paladin and drinking, getting time to code the update ( it's quite a large re-write btw ) is hard to find.

I do work on it peice by peice and i will have one released soon (can't tm it cause it's tm'd by blizzard blue posters).
Reply With Quote
  #228  
Old 06-18-2008, 12:30 PM
Caerydd's Avatar
Caerydd Caerydd is offline
 
Join Date: Mar 2006
Location: UK
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erm, we have just started using eqdkp, is there any way to apply these to an eqdkp installation that is separate to vbulletin? Also, the download for the eqdkp thing seems to be missing, unless I'm seeing things.

I really don't trust the old itemstats plugin, as it is no longer officially supported and is hacked to get wowhead.com tooltips >> If there is no way to use your script, Sweede, I'll just go with that but I thought I'd ask first.
Reply With Quote
  #229  
Old 06-18-2008, 12:52 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a list of things on my todo.. list..

Create a Drop-In Replacement for ItemStats. I have installed EqDKP Plus and have been reverse.. "including", trying to find the key file that needs to be replaced and how to best code the replacement. This is the easy one and requires really only minor code changes to my current plugin.

Update with wowheads supplied Langauge Support. To understand my problem with this one, you have to understand how i search for the item and return the itemID into the URL.

When you post [item]Foo[/item] , it auto-creates a URL, http://www.wowhead.com/?item=Foo&xml and this returns the XML of the item. the XML contains the ItemID which i then use to create the URL back to wowhead. The problem now is that with special characters (non-english, such as ? in Agon?a sin l?mites ), i can't just simply create http://es.wowhead.com/?item=Agon?a+sin+l?mites&xml however, http://es.wowhead.com/?item=Agonia+sin+limites&xml gives the correct response.

Notice the change from ? to i. i'm not sure that there is an easy and quick way to make this translation in PHP. Some other characters such as the german ? symbol, i can't seem to get working via URL ( http://de.wowhead.com/?item=Magierkl...marschalls&xml )

The best way seems to enforce posting English Names only to which then i can get the translated name and display that. However what i would have to do here is hit wowhead.com for the Item Name to ItemID , then hit wowhead.com with the ItemID in whatever langauge selected (i.e. http://es.wowhead.com/?item=12345& would return the XML in spanish). I would rather not have 2 requests to wowhead when a new item is posted (itemID's are cached with their name, so you only need to do the lookup during the initial post).

The other option is of course, posting the complete wowhead URL for non-english URLs. Posting http://de.wowhead.com/?item=30901 will return the item name in german.
Reply With Quote
  #230  
Old 06-18-2008, 12:54 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Caerydd View Post
Erm, we have just started using eqdkp, is there any way to apply these to an eqdkp installation that is separate to vbulletin? Also, the download for the eqdkp thing seems to be missing, unless I'm seeing things.
1) There will be, but you will have to supply the path to your vbulletin installation.
2) No your not seeing things, it is missing and soon to be replaced
3) I havent forgotten about your crafting database mod, i just havent really had much time to re-work it.
Reply With Quote
  #231  
Old 06-18-2008, 10:25 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doing a awesome job Sweede...

Keep the ball ROLLING......>>>:up:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12198 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete