• Resolved rapdk

    (@puffidredz)


    Well I see the last reponse was a year ago so here’s to if I even get a reply on this but the Roster links for realms with characters in them, like my realm Kel’Thuzad are broken. The url for all the characters in my roster don’t show anything once it gets to the apostrophe. The url it points to is http://us.battle.net/wow/en/character/Kel so of course it just leads to an error 404 on battle.net that the page doesn’t exist.

    Please fix.

    http://wordpress.org/extend/plugins/wow-guild-retrieve/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Overmyer

    (@manatrance)

    1.1.0 should fix this problem.

    Sorry for the long turnaround on this one!

    I fixed this issue. It’s caused by the realm name having a single quote in the name.

    Edit the wp-content/plugins/wow-guild-retrieve/wow-guild.php file.

    Find the following line:

    $realmstr = str_replace(‘ ‘,’-‘,$realmname);

    Immediately after it, add the following line:

    $realmstr = str_replace(“‘”, ”, $realmname);

    Save the file and it should work for you.

    Thread Starter rapdk

    (@puffidredz)

    thx larry, that worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WoW Guild Retrieve] Roster Character Links Broken’ is closed to new replies.