Quote:
Originally Posted by Mother_Dee
I apologize if I missed this, but our guild resides on a server with an apostrophe (Kael'thas) and I'm having issues:
The Armory pulls up those urls as:
character-sheet.xml?r=Kael%27thas&n=CHARNAME
not as:
character-sheet.xml?r=Kael'thas&n=CHARNAME
(ok well it does, sometimes, but the program doesn't give me information in mouseovers unless it's pulling up the top one, which is changed to the bottom or one with a released apostrophe on a refresh.)
So at this point I either get a very gimped version with only the username and guild and nothing more, and then on refresh of a thread I get absolutely nothing, a hang-up, or an armory error regarding the server not being found.
This would be nice to play around with, anyone have any further thoughts? I've played around a bit and haven't been able to find a work-around.
|
Ya, it works, i had to fix that issue from the original author because my char resides on Vek'nilash
the reason why the ' doesnt work is because of the javascript code in the HTML to call the ajax.php file to get the info from armory and display it.
HTML Code:
onmouseover='ajax_showTooltip("http://www.dramaloot.com/forums/ajax.php?do=wowcharcode&server=Vek'nilash&char=Dragontaru",this); return false'
For some reason, i couldnt escape ' in the URL itself using either ' or \' so i just changed it to its code counterpart.