vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - World of Warcraft Wowhead Item tooltips for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=183035)

lav0s 03-21-2010 04:18 AM

sweede in case you need any help, just ask and i'll be willing to help you

3clipse 03-30-2010 02:00 PM

great mod and had been trying to make it work myself in vbulletin 4 and have had some success with the 0.7.1 version on vbulletin 4 after manually inserting the wowhead power.js link into headinclude, might be a decent dirty fix for people needing something until sweede can knock something up:

find in headinclude:

Code:

/external.php?type=RSS2&forumids={vb:raw foruminfo.forumid}" />
        </vb:if>
</vb:if>

add under:

Code:

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

bc641990 04-01-2010 10:56 AM

Works great just the white link problem on a white background is bothering me. I have changed the color in the Admin CP and it continues to stay white. I have checked page source and it is showing that it is attempting to change but no change is made. The Wowhead color seems to still be over riding this.

Using vBulletin 3.8.5
product-wowhead_itemstats_0.7.1.xml

Any solutions yet?

sub_ubi 04-06-2010 03:44 AM

Currently broken - not sure if wowhead changed something or what. As of now, adding items that haven't been added before does not work, it just leaves an orange "[]". I've attempted this on three different forums, including the plugin author's.

sweede 04-06-2010 05:02 AM

wowhead changed their URL format for items (And i'm sure many other things).

I uploaded a minor update.

As for the future of this plugin, we've decided not to move forward with vbb 4.0 for some time, probably not for another 2-3 months, if we ever do. I don't think there is much that needs to be changes for vbb 4.0 though, just the header include template and that should be it.

Expanding beyond what my guild currently needs hasn't been a primary goal for me, more or less something to do when i have spare time. However, since i just bought a house and have a whole lot of moving and fixing to do, i have very little spare time left.

sub_ubi 04-06-2010 06:58 AM

Thanks for the fast update, sweede! I'm not switching to 4.0 for a good while either.

A couple changes to the xml to restore URL functionality,

Line 321
Code:

  return $u['scheme'] . "://" . $u['host'] . $u['path'] . $u['query'] . $u['fragment'];
line 488
Code:

        ".wowhead.com/item=" . $this->_item['id'] . "\"" . $target . ">[" . $this->_item['name'] . "]</a>";
line 507
Code:

        if(eregi("wowhead.com\/", $text))
line 512
Code:

            if(!eregi("\item=", $text))
line 575
Code:

    if(eregi("wowhead.com\/", $text[0]))
line 609
Code:

        if(eregi("wowhead.com\/", $href))

sweede 04-06-2010 12:25 PM

Thanks, i integrated those changed to the 0.7.3 release and thought, might as well put it in the 3.8 mod section.

https://vborg.vbsupport.ru/showthread.php?p=2016775


All times are GMT. The time now is 06:01 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.03259 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete