![]() |
Is there a way to get a working version for php 4.3.x ?
|
For some reason, the tooltips are not showing up. Any ideas as to why the item is pulled correctly, links to the correct Wowhead URL and gets colored properly, but no tooltip shows up? Thanks.
The latest .zip file released is missing some files, including power.js compared to the older .zip file. Am I missing some files if I only downloaded the newest .zip? ~ Sean |
Don't check "Local power.js"
if you really want to, you can download the power.js from wowhead.com (http://www.wowhead.com/widgets/power.js) and put it in your clientscript folder. |
Quote:
~ Sean |
URL to example post ?
|
Quote:
The item gets processed fine. The color of the text is correct (purple for epic, etc.). The item name is right. The item link on Wowhead is right. The ONLY issue is that the item tooltip (like on some other sites) does not popup when you hover over the item. That is the only problem I am having. Thanks. ~ Sean |
view page source, search for power.js and paste that here.
|
Hmph. I just checked the link from home and it seems to work just fine. Maybe it's an issue with some out-of-date software on my work PC. >.>
~ Sean |
Is there any way that this mod could respect the subdomain of wowhead that is being referenced? For example, when a link is made to something on the PTR section of wowhead (http://ptr.wowhead.com/?item=45440), this addon causes that link to get messed up if the item does not exist in the normal wowhead database (it gets translated to http://www.wowhead.com/?item=45440). Ideally the addon should respect the subdomain of the link I enter, keeping ptr.wowhead.com instead of replacing it with www.wowhead.com
|
Quote:
I will have to change how that whole URL to itemcode thing works to allow urls like ptr.wowhead.com to work. however, it will also allow people to properly use wowhead links for spells, quests, etc; so it'll be a couple days before i get the new code written. |
how I can add support for russian language (Default Wowhead item link langauge). An example russian link from wowhead - http://ru.wowhead.com/?item=40194
|
Quote:
|
I receive 2 times this error using your modification:
Code:
Database error in vBulletin 3.8.1: |
How is this looking?
|
Quote:
~ Sean |
what is this mod really, all sample / screen shot links are not working :(
|
What would cause the item popups to work perfectly in one thread, and not in another? Same forum, posted by the same user. Im at a loss here.
|
Quote:
|
Hello, i'm french and i have installed this script. And i have a little problem with some special caracter.
I have search a little, and there is a compatibility problem from UTF-8 to ISO-8859-1. i put the original link of wowhead : http://fr.wowhead.com/?item=40071 |
I updated to add Russian support and made an attempt to allievate database queries and any perceived load issues from it.
Multiple language support will not work with 0.6.0 !! Tatu, I do not have any control over the display of the tooltip. |
Quote:
if you need to link a spell, using the URL tags will work, do not use item tags. HTML Code:
[url=http://ru.wowhead.com/?spell=23214]Spell [/url] |
just a quick update,
I do have a rudimentary spell, quest, achievement support worked out. There may be a bbcode tag for this but i don't think i'll have one. There is no reliable, accurate method to get a proper spell ID from a keyword (for example, search wowhead.com for `Blood boil' ) Achievements are the same way. Yes yes i know that someone write a rather complex set of "interfaces" to pull stuff from wowhead but i want something light that requires very little configuration and maintenance. Support for spells etc will be done by pasting wowhead URLs. The lookup is done and the name is retrieved and stored for so that it doesnt keep hitting wowhead for lookups. |
2 Sweede: Excelent!! Finally i have no problem with loading page with a LOT items in posts. I tried to send post with 200 items. Post sending took about 10s. Any another post show is loaded almost instantly.
|
version 0.6.0 don't work with russian links, for example I put link http://ru.wowhead.com/?item=45244 and then this url convert to next code:
[url=http://ru.wowhead.com/?item=45244][code][/code][/url] and when I use code [ITEM]Наголенники молниеносной расправы[/ITEM] I was receive an error: Code:
12:06:49 called in wowhead_item::start:415 Item not found! |
Russian text is getting mangled in php / vbulletin on my test server. I don't think php is compiled with proper support for russian characters.
i won't be able to get to that one just yet, sorry :( However, about the memory load on the improved cache.. I write a script to crawl wowhead and import tons of items, and modified my code a little bit to show memory used before the cache variable is created and after. Number of Rows: 12483 05:06:13 called in wowhead_item::CreateCache:54 Memory before: 3,782,776 05:06:14 called in wowhead_item::CreateCache:65 Memory after: 9,260,188 ( 5,477,412) 12480 items using 5.4mb of memory or 438 bytes per item. I don't consider this to bad since most databases will only have 400-500 items, maybe 1,000, which would put memory around 440k Going to push through and crawl item IDs up to 55,000 and see how large i can make this. |
2 sweede: One of my users found this bug:
If you have some hyperlinks to wowhead in post and use WYSWIG editor, after save changes the wowhead links are totaly broken. Try next steps: - Post new post like this: HTML Code:
[URL="http://wowhead.com/?faction=1011"]Wowhead[/URL] - Then edit this post (ajax or advanced edit, it doesn't matter) with WYSWIG enabled and save it again. - After this, you get post with this exactly: Can you look at this please? Lot of users on my forum wrote a very nice guides with many hyperlinks to wowhead, so when someone edit post in WYSWIG and save it, ALL of them will be lost :( Thanks Holy |
Disable WYSIWYG for now, and go to (provided you are admin and can make yourself superadmin in the config file) Execute SQL Query,
from the automatic query select "Show Standard Editor Toolbar" Some of that is fixed in 0.6.0 the rest will be fixed when i upload 0.6.1 Update. |
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] HTML Code:
[url=http://www.wowhead.com/?faction=1011]Lower City[/url] EDIT: Sorry, i see, this is a new feature. Looks cool and works fine for achivs, spells, quests, ... etc. EXCELENT!! 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 |
version 0.6.1
1) links like http://ru.wowhead.com/?faction=935 work perfect (without any errors and russian link names also displayed correctly) 2) if I post 2 different wowhead (english) links I see a bug with wrong link names (I was use standart editor). Example: posting Code:
http://www.wowhead.com/?item=28742 Code:
[Pantaloons of Repentance] When I add one more links - it's also use link name from previous wowhead link. |
Quote:
Quote:
|
Quote:
Quote:
[item=faction]Lower City[/item] or [item=quest]10985[/quest] which would return what you would expect. |
Yea your idea is perfect.
/target Sweede /bow Thanks :) |
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. |
etzero, I confirm it too.
|
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
|
very nice mode :) ty
any news about quest and spell feature? |
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.
|
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...
|
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:
k, i fixed: Quote:
|
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] |
All times are GMT. The time now is 03:24 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:
|