![]() |
sweede in case you need any help, just ask and i'll be willing to help you
|
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}" /> Code:
<script src="http://www.wowhead.com/widgets/power.js" type="text/javascript"></script> |
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? |
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.
|
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. |
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']; Code:
".wowhead.com/item=" . $this->_item['id'] . "\"" . $target . ">[" . $this->_item['name'] . "]</a>"; Code:
if(eregi("wowhead.com\/", $text)) Code:
if(!eregi("\item=", $text)) Code:
if(eregi("wowhead.com\/", $text[0])) Code:
if(eregi("wowhead.com\/", $href)) |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|