![]() |
This causes an Operation Aborted error in Internet Explorer 7 if you mouse over the link before the entire page (including images) is finished loading. Any way to prevent the tooltip from popping up if the page is still loading?
At first I thought it was because I was using an older version of 0.29 but I just upgraded to 0.35a and it still occurs. |
I don't think there would be anything you could do. It sounds like it may be a problem with either loading the script from another website and the browser security settings. But im no java expert by anymeans.
I also can't reproduce this on my site in any way. Maybe have the javascript included after the page footer? |
Anychance of having an option setting to set link clicks to open a new page or have the same page change, please?
|
you know, i never really click those links, so i never thought of doing that.
i don't have time to add that in today , but i'll get it tomorrow. |
Thanks man :)
|
Quote:
|
Yeah ya right, hmmm just not doing it on mines... I'll look for the xhtml for it see if I can play with it.. bit weird though..
|
Quote:
|
I take it you mean me to "Rebuild Post Cache" from the Maintenance>>Update Counters section? If you did, that didn't work either, very weird.
|
My issue appears to be only when I'm trying to post a new thread with a WoWhead link (not using BBcode):
Code:
PHP Fatal error: Call to undefined function print_log() in /forum/includes/functions_newpost.php(175) : eval()'d code on line 64 (Edit: At this point just disabling that plugin portion seems to do the trick. I'd still rather find the conflict and resolve but at this point not having a whitepage when someone tries to post a WoWHead hyperlink will have to do. ^.^) |
Quote:
Fixed, use the 0.3.6a file. |
I am also having members get the IE aborted error with this plug in, one was trying to look at a specific thread that was not in the wow section that had the tool tips, the other was trying to view the forum main page. I have only installed the .36a version, im going to try and troubleshoot to see where things go wrong.
|
Quote:
I include the wowhead.js script at the end of the </head> tag. try this, In your Admin CP, go to Plugins & Products -> Plugin Manager -> find "Wowhead setup" and edit that. The 2nd line Code:
$vbulletin->templatecache["headinclude"] = $vbulletin->templatecache["headinclude"].$vbulletin->templatecache["wowhead_headerinclude"]; Code:
$vbulletin->templatecache["headinclude"] = $vbulletin->templatecache["wowhead_headerinclude"].$vbulletin->templatecache["headinclude"]; |
ok thank you. I will try it and see if the members report anything.
|
ok i edited and had the same issue. I started to troubleshoot some and came a little further. As that posting you listed, the forum home doesnt have the "<base href=" in it yet the forums themseves do which causes the issue not to pop up on loading the forum page but it does pop up when someone goes into a forum to read a thread. Not sure how to move the code so that the js script is loaded before that line in the forums themselves.
|
Great mod, is it possible to change the colour of item links so common items will be readable on the default vB style?
|
Quote:
|
Quote:
The style comes from wowhead.com , but you can override it by adding a CSS style after the javascript include. I'm upgrading my forums atm but when i am finished i'll poke around and add a way to override the default colors. |
Quote:
|
Just a quick notification that this version of item tooltips (I have also installed gItemstats in the past) works perfectly with vbadvanced.
|
Sorry guys, seems i left the debuging functions in there yet again, please use the 0.3.7a version.
|
Your changelog says 0.3.6a , fyi. And thanks for the quick fix :)
|
ya, quick edit too :p
I noticed an issue with the Warglaives of Azzinoth (we had the off hand drop last night w00t1). since there are two different items but they both have the same name, you can't link both the Mainhand and Offhand you either have to use item IDs [item]31323[/item] or the URL link. To use the wowhead URL link, you have to change 1 line of code. In the "Wowhead URL TO Item code" Plugin, find the line Code:
$name = $xmlobj->parseddata[item][name]; Code:
$name = $xmlobj->parseddata[item][id]; |
Not really an issue for my guild yet >> Still on t4/t5 stuff, but thanks for the info and congratulations! ^^ I'm sure there's others out there using this that will
|
Awesome, thanks :)
|
Alright,
I have just installed AME and when updating the posts to convert to ame it appears to have disabled all the wowhead links, the text now just reads [item]Name of Item[/item]. If I edit and save the post the wowhead links start to work again. Is tehre a quick way of going through all posts and edit then save them, if I have to go through by hand it will take me ages :( I used Rebuild Post cache after manually correcting a few (edit/save) and it set those back to :( |
A couple of quick questions:
1. Why does rebuilding the post cache break all the item links? 2. Would it be possible to add the [item] tags to the editor? I saw a bit about it on the wowhead forums page you linked, but didn't want to add it incase it conflicted with this mod. |
Quote:
As for the item tag to the editor, that'll be added shortly. i'll have to stea.. i mean, borrow a wowhead icon for it. The main reason i havent done this in the past is because I didnt want to have to add any additional files. Just a simple XML upload and that was it. |
Quote:
I really have to thank you for doing this, I've been pulling my hair out for a couple of weeks with the old generic ItemStats 1.5.5 and a wowhead update I found on the eqdkp forums. Not a single item would work correctly or add to the db and images wouldn't show, it was just a mess. Removed all that crap, uploaded this and ta-da, all working again! So major Kudos to you dude. I'm sure people won't mind uploading just one image, and its a nice touch for the not so savvy users on our forums. |
Quote:
Anyways, expect an update later today or early tomorrow. |
any word on the IE issue, i wasnt too worried about it at first but i ended up with 25-30 members complaining at me about not being able to get to the site because of the operation aborted error. I really like this mod and want to use it but i cant until i get it figured out.
|
Quote:
Looking at the code on your site, http://www.gamersvault.net , I noticed that you have HTML Code:
<base href="http://www.gamersvault.net/forum/" /> Downloaded the latest version 0.3.7a , install it and then check the source code for your site. It should look like HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
Ill try the new version and report back. As a note, i havent had an issue with my IE 7 on vista. I would rather they all use firefox but i cant make them change.
|
When i view your source (visiting your testing item links page), i see
HTML Code:
<head> HTML Code:
<head> I think the template is SHOWTHREAD, for example, my template is HTML Code:
$stylevar[htmldoctype] |
I plan on adding support for spells ( http://www.wowhead.com/?spell=20201 ) tomorrow
[spell] Arcanite Rod[/spell], etc |
i think i narrowed it down, it seems to be a vbSEO confliction
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Both were taken from the same thread as i noticed it wasnt an issue on my dev server which does not have vbseo enabled. |
Spell support :O Genius!
|
Quote:
Don't forget to add it to the editor :p |
How come I get this error code while uploading the product to 3.6.8?
Code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rdarena/public_html/forums/admincp/plugin.php(1970) : eval()'d code on line 4 |
Quote:
It's to bad that it couldnt give me more information about whats going on here but i think i have an idea. Expect a minor update tonight. |
All times are GMT. The time now is 01:37 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:
|