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

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

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 06-19-2008 Last Update: 04-05-2010 Installs: 136
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

** Discontinued thread !
See https://vborg.vbsupport.ru/showthread.php?t=239911 for current thread in 3.8 modification areas.

Show Your Support

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

Comments
  #152  
Old 06-02-2009, 10:58 AM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HolyKiller View Post
2 sweede: Upgraded to 0.6.1 and links now stay OK, but the text are changed by Wowhead title.

Use this:
HTML Code:
[url=http://www.wowhead.com/?faction=1011]click me[/url]
and after edit in WYSIWYG you get this:
HTML Code:
[url=http://www.wowhead.com/?faction=1011]Lower City[/url]
Anyway thanks again for fastest fix previous bug

EDIT: Sorry, i see, this is a new feature. Looks cool and works fine for achivs, spells, quests, ... etc. EXCELENT!!
Ya, it should overwrite whatever name you try to give it to its correct warcraft name. But there are issues with it and since i hacked a lot of the code together it's difficult to fix. I need to re-think and re-write most of the code.

Quote:
But, bad thig is what i wrote before edit. Modifing ALL the hyperlinks text not good in some case. So, maybe limit that for links inside some TAGS will be better ... like a

[ITEM]http://www.wowhead.com/?quest=10985[/ITEM] -> this will be autohyperlinked to [A Distraction for Akama]. I know, this is not a "item" exactly, but it is easiest way for users ... ONE TAG do LOT of MAGIC

BTW: Please add brackets ( "[" and "]" ) in autohyperlink
I was looking at making something like..

[item=faction]Lower City[/item] or
[item=quest]10985[/quest]

which would return what you would expect.
Reply With Quote
  #153  
Old 06-02-2009, 12:58 PM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea your idea is perfect.

/target Sweede
/bow

Thanks
Reply With Quote
  #154  
Old 06-12-2009, 04:00 PM
etzero etzero is offline
 
Join Date: Mar 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone else see a 30 sec delay when Wowhead is down for maintenance?

When I try to refresh pages, even those that have no wowhead links, the page hangs and on the bottom left it says "looking up wowhead.com" or something similar. Eventually it times out and the page loads. This only happens when wowhead is down or under maintenance.
Reply With Quote
  #155  
Old 06-14-2009, 07:00 PM
4yBak 4yBak is offline
 
Join Date: Apr 2004
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

etzero, I confirm it too.
Reply With Quote
  #156  
Old 06-15-2009, 06:20 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the zip package should include a power.js file to upload and there is a vbulletion option to change to use power.js locally instead of getting it from wowhead
Reply With Quote
  #157  
Old 07-26-2009, 07:55 PM
paulomt1 paulomt1 is offline
 
Join Date: Nov 2001
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice mode ty

any news about quest and spell feature?
Reply With Quote
  #158  
Old 09-08-2009, 10:28 PM
rstan rstan is offline
 
Join Date: Mar 2004
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have been using this for a couple years. just switched to wowhead-tooltips.com, there is no vb integration can be integrated just like itemstats instructions. everything works except for the profile tab which is just showing name, guild icon and not the full table thats parsed into in the database. there is integration for everything but vb for some reason. maybe sweede can hook it up??? it basicly does item, spell, achievements, armory profile, quests, npc, item sets and guild tags.
Reply With Quote
  #159  
Old 09-25-2009, 09:41 AM
abouthere's Avatar
abouthere abouthere is offline
 
Join Date: Sep 2009
Location: Sheffield, UK
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

rstan - I have also been using the tooltip mod you mention for quite a while, albeit on a PHPBB forum. I've been looking for the same thing on vB but not yet found it...
Reply With Quote
  #160  
Old 11-12-2009, 01:23 PM
ArcVieh ArcVieh is offline
 
Join Date: Jun 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I come from germany and my vB 3.7.1 is utf-8, the database too. If i use the german locale in the addon, there are problems with '????' in the linked itemnames.

Example: Muster: Sch?rpe der uralten Kraft => [ITEM]45102[/ITEM]

PHP Code:
Table:  itemstat_cache
Name
MusterSch
htmltooltip
: <table><tr><td><class="q4">MusterSch 
Where is the problem?

k, i fixed:
Quote:
$xmlobj->parse('utf-8');
Thx
Reply With Quote
  #161  
Old 11-12-2009, 02:07 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for fixing the issue

http://dramaloot.com/forums/f74/test-8670/

in just a second i'm going to upload a minor update which will allow you to specificly the language of an item.

[item=de]41502[/item] will show you the german name of the item ID.

Also supports PTR wowhead finally (only in english)

[item=ptr]49968[/item]

[item=ptr]Chilled Heart of the Glacier[/item]
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 04:17 AM.


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.04767 seconds
  • Memory Usage 2,313KB
  • 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
  • (2)bbcode_html
  • (1)bbcode_php
  • (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
  • (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