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

Quote:
Originally Posted by maf1973 View Post
Hello,
i have first uninstalled your mod and the table itemstats_chache was dropped, after i reinstall your mod the table was created.

Please follow my link, i use item "Ph?nixring der Wiedergeburt" and the same error happen again, only golden [] are shown.
Oh wait a second.

some characters (especialy german) don't translate to URL syntax.

I build a URL by adding the name to the URL. ?item=My+Item

Some special characters (such as ?) don't have a compatible URL code.

basicly, if you can make
http://de.wowhead.com/?item=Ph?nixring+der+Wiedergeburt work,

let me know.
Reply With Quote
  #73  
Old 09-15-2008, 07:38 AM
maf1973 maf1973 is offline
 
Join Date: Oct 2005
Location: Earth
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Ph?nixring+der+Wiedergeburt" did not work
Any other ideas?

Code:
10:09:39 called in wowhead_item::__construct:68 Array
(
    [0] => 
    [1] => wowhead_power_js => (1)
    [2] => wowhead_language => (de)
    [3] => wowhead_debug => (0)
    [4] => wowhead_itemstats_q8 => (#ffff98)
    [5] => wowhead_itemstats_q7 => (#ff0000)
    [6] => wowhead_itemstats_q5 => (#ff8000)
    [7] => wowhead_itemstats_q6 => (#e5cc80)
    [8] => wowhead_itemstats_q4 => (#a335ee)
    [9] => wowhead_itemstats_q3 => (#0070dd)
    [10] => wowhead_itemstats_q2 => (#1eff00)
    [11] => wowhead_itemstats_q1 => (#ffffff)
    [12] => wowhead_itemstats_q0 => (#9d9d9d)
    [13] => wowhead_itemstats_q => (#ffd100)
    [14] => wowhead_itemstats_newwindow => (1)
    [15] => wowhead_itemstats_underline => (1)
    [16] => wowhead_itemstats_bold => (1)
)

10:09:39 called in wowhead_item::__construct:70 
<Table name="itemstat_cache">
	<Field name="id" type="int(7)" null="NO" key="MUL" default="" autoincrement="false"/>
	<Field name="name" type="varchar(70)" null="NO" key="" default="" autoincrement="false"/>
	<Field name="quality" type="int(1)" null="NO" key="" default="" autoincrement="false"/>
	<Field name="icon" type="varchar(60)" null="NO" key="" default="" autoincrement="false"/>
	<Field name="lang" type="varchar(5)" null="NO" key="" default="" autoincrement="false"/>
	<Field name="htmlTooltip" type="longtext" null="NO" key="" default="" autoincrement="false"/>
</Table>
Number of Rows:368
10:09:39 called in wowhead_item::start:266 de
10:09:39 called in wowhead_item::start:292  SELECT * FROM itemstat_cache WHERE name like 'Ph?nixring+der+Wiedergeburt'
10:09:39 called in wowhead_item::start:305 Getting New Item
10:09:39 called in wowhead_item::getHTTP:154 http://de.wowhead.com/?item=ph?nixri...edergeburt&xml
10:09:39 called in wowhead_item::getHTTP:171 <?xml version="1.0" encoding="UTF-8"?><wowhead><error><![CDATA[Item 'ph?nixring der wiedergeburt' not found!]]></error></wowhead>
10:09:39 called in wowhead_item::start:332 Array
(
    [xml] => <?xml version="1.0" encoding="UTF-8"?><wowhead><error><![CDATA[Item 'ph?nixring der wiedergeburt' not found!]]></error></wowhead>
    [id] => 
    [name] => 
    [icon] => 
    [htmlTooltip] => 
    [quality] => 
    [lang] => de
)

10:09:39 called in wowhead_item::SaveItem:209 INSERT INTO itemstat_cache 
                            ( `id` ,`name` ,`quality` ,`icon` ,`lang` ,`htmlTooltip` )
                            VALUES (
                            '', 
                            '', 
                            '', 
                            '', 
                            'de', 
                            '' );
10:09:39 called in wowhead_item::getHTTP:154 http://www.wowhead.com/?item=&xml
10:09:39 called in wowhead_item::getHTTP:171 <?xml version="1.0" encoding="UTF-8"?><wowhead><error>Item not found!</error></wowhead>
10:09:39 called in wowhead_item::SaveItem:248 INSERT INTO itemstat_cache 
                                    ( `id` ,`name` ,`quality` ,`icon` ,`lang` ,`htmlTooltip` )
                                    VALUES (
                                    '', 
                                    '', 
                                    '', 
                                    '', 
                                    'www', 
                                    '' );
10:09:39 called in wowhead_item::getHTTP:154 http://fr.wowhead.com/?item=&xml
10:09:40 called in wowhead_item::getHTTP:171 <?xml version="1.0" encoding="UTF-8"?><wowhead><error>Item not found!</error></wowhead>
10:09:40 called in wowhead_item::SaveItem:248 INSERT INTO itemstat_cache 
                                    ( `id` ,`name` ,`quality` ,`icon` ,`lang` ,`htmlTooltip` )
                                    VALUES (
                                    '', 
                                    '', 
                                    '', 
                                    '', 
                                    'fr', 
                                    '' );
10:09:40 called in wowhead_item::getHTTP:154 http://es.wowhead.com/?item=&xml
10:09:40 called in wowhead_item::getHTTP:171 <?xml version="1.0" encoding="UTF-8"?><wowhead><error>Item not found!</error></wowhead>
10:09:40 called in wowhead_item::SaveItem:248 INSERT INTO itemstat_cache 
                                    ( `id` ,`name` ,`quality` ,`icon` ,`lang` ,`htmlTooltip` )
                                    VALUES (
                                    '', 
                                    '', 
                                    '', 
                                    '', 
                                    'es', 
                                    '' );
10:09:40 called in wowhead_item::printItemURL:373 <a id="itemlink" class="q" style="text-decoration: none; font-weight: bold;" href="http://de.wowhead.com/?item=" target="_blank">[]</a>
Reply With Quote
  #74  
Old 09-15-2008, 08:16 AM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the ? is causing your problem.

I do see other problems though not related to yours.

Lets see if wowhead can be of any help
http://www.wowhead.com/?forums&topic=41052&p=394948
Reply With Quote
  #75  
Old 09-15-2008, 07:48 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maf, until wowhead and i figure out a solution, the best work around will be to use the english name when making a post. the product will cache all languages of the item (which btw, is a workaround for the problem and won't be needed once the problem is fixed).

later when you post the german translated item, it will work.
Reply With Quote
  #76  
Old 09-16-2008, 08:49 PM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The non-english character issues have been corrected on Wowheads site.

http://de.wowhead.com/?item=Ph?nixri...edergeburt&xml or http://de.wowhead.com/?item=Gew?nder+der+M??igung&xml

will work correctly now.

I still will need to update my product to remove a few hacks.
Reply With Quote
  #77  
Old 09-26-2008, 10:30 AM
civy civy is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has something changed with wowhead? Item stats now has a expected identifier error and mouseover no longer displays the item.
Reply With Quote
  #78  
Old 09-26-2008, 11:01 AM
sweede's Avatar
sweede sweede is offline
 
Join Date: Jan 2007
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by civy View Post
Has something changed with wowhead? Item stats now has a expected identifier error and mouseover no longer displays the item.
to make matters worse, it's only an IE bug. Firefox appears to work fine
Reply With Quote
  #79  
Old 09-26-2008, 11:02 AM
civy civy is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sweede View Post
to make matters worse, it's only an IE bug. Firefox appears to work fine
Glad its not just me. Been making alot of changes to the forum and thought i'd broke it
Reply With Quote
  #80  
Old 09-26-2008, 01:25 PM
civy civy is offline
 
Join Date: Aug 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I swapped to the local power.js and it works fine. Guess I'll just have to keep it updated.

Great mod btw
Reply With Quote
  #81  
Old 09-26-2008, 08:42 PM
nazguluk nazguluk is offline
 
Join Date: Mar 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by civy View Post
I swapped to the local power.js and it works fine. Guess I'll just have to keep it updated.

Great mod btw
Nice... thanks for the tip. I created a basic html page

<a href="http://www.wowhead.com/widgets/power.js>Download</a>

right clicked on the text and did a save as and replaced my power.js file in the root of my forums directory and that fixed it for me
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:18 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.05586 seconds
  • Memory Usage 2,320KB
  • 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
  • (1)bbcode_code
  • (4)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
  • (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