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
  #192  
Old 04-26-2008, 08:33 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You didnt install the new XML file
Reply With Quote
  #193  
Old 04-27-2008, 01:31 AM
TruthElixirX's Avatar
TruthElixirX TruthElixirX is offline
 
Join Date: Sep 2004
Location: Oklahoma
Posts: 517
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sweede View Post
You didnt install the new XML file
>.>
<.<

D'oh.


It appears to be working now. Thanks!
Reply With Quote
  #194  
Old 04-29-2008, 04:58 PM
comicus comicus is offline
 
Join Date: Jul 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey there. I've been a big fan of this mod for awhile now!

does this work with 3.7? Thanks!
Reply With Quote
  #195  
Old 04-29-2008, 05:01 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, Now that 3.7 is out i will most likely create a new project thread in the 3.7 section also.
Reply With Quote
  #196  
Old 04-30-2008, 02:36 AM
comicus comicus is offline
 
Join Date: Jul 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

faaantastic! thanks. =)
Reply With Quote
  #197  
Old 05-01-2008, 11:12 AM
BlackRabbit1971's Avatar
BlackRabbit1971 BlackRabbit1971 is offline
 
Join Date: Jun 2005
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweede, the .js has been updated and a forced reload of it by the end user is required before your addon will work again..

I'd sugest a change in your xml...

PHP Code:
<template name="wowhead_headerinclude" templatetype="template" date="1207639601" username="sweede" version="0.4.1"><![CDATA[<!-- WoWHead Mouseover-Tooltips -->
<
script src="http://www.wowhead.com/widgets/power.js" 
To:

PHP Code:
<template name="wowhead_headerinclude" templatetype="template" date="1207639601" username="sweede" version="0.4.1"><![CDATA[<!-- WoWHead Mouseover-Tooltips -->
<
script src="http://www.wowhead.com/widgets/power.js?lol" 
Can you think of a way to set something in Admin to force an update? rather than an xml update in future?



Anyone wanting to quick fix..

Under "Styles & Templates" go to the (WoW Head ItemStats Templates >> wowhead_headerinclude template and find

PHP Code:
<script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script
Replace with:

PHP Code:
<script src="http://www.wowhead.com/widgets/power.js?lol" type="text/javascript"></script
(please note that you'll have to repeat this for each template you use)

I hope this helps... and thanks again Sweede for such a cool addon.
Reply With Quote
  #198  
Old 05-01-2008, 01:05 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This isn't something that most people should ever have to do.

The browser cache should keep the power.js file up to date since the request for the file (should) always be http:://www.wowhead.com/widget/power.js . you can view your own browsers file cache and see that there (should) is only one copy of the above file and view it's last modified (downloaded) time.

Now, im not saying dont do this or you're wrong to do this, it's just that this isnt a reason to update the plugins XML file.

I also cannot find anywhere on the wowhead.com site that describes anything that wowinsider claims.
Reply With Quote
  #199  
Old 05-01-2008, 03:01 PM
BlackRabbit1971's Avatar
BlackRabbit1971 BlackRabbit1971 is offline
 
Join Date: Jun 2005
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After taking a closer look, its true that the .js file will get renewed when it times out/ your browser fetches the new version. This can take time and if you have a user base that likes everything working and not have to wait then this is a quick fix and does work.. I do agree it isn't worth updating the xml.

The older cached js file won't break anything on your boards but it will not show any hover information either, stating that the item can't be found.

So, you have 2 options really, you can wait and eventually the .js file will be fetched by your users browsers and start working again YAY! or you can temp change the template and force your users browsers to download the new js file. I guess it all depends on what your users are like and how much they whine at you. lol
Reply With Quote
  #200  
Old 05-03-2008, 12:49 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweede I've been looking at the WOWhead javascript and I have a few ideas...

Let me test them and then I will post my findings here... L8ter
Reply With Quote
  #201  
Old 05-03-2008, 10:49 PM
Danoxth Danoxth is offline
 
Join Date: Jul 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just put this over to my 3.7 board and works a treat, however I do have one issue.

On the posting box the button which brings up instant Item tags does not have an image.

It appears as if its pointing to WoW Wiki, more specificly to "http://www.wowwiki.com/images/6/6e/I...head-22x22.png"

How would I go about editing this so I can have it pointing to an image on my own server?

Thanks for any help in advance!
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 02:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05119 seconds
  • Memory Usage 2,318KB
  • 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
  • (4)bbcode_php
  • (1)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
  • (4)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