Title: Realm issue
Last modified: January 25, 2017

---

# Realm issue

 *  Resolved [mlgz0rn](https://wordpress.org/support/users/mlgz0rn/)
 * (@mlgz0rn)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/server-issue-3/)
 * Yet another topic from me, but this is more of an issue then a suggestion.
 * The problem with getting the server data from the armory guildpage is that realms
   that are merged will only have 1 realm assigned to the guildpage, so lets say
   the gm of the guild is on defias brotherhood, the guildpage will show up as defias
   brotherhood.
    But Defias Brotherhood is merged with several other realms like,
   scarshield legion, ravenholdt and so on. This means that on the roster page it
   will show up as Defias Brotherhood on all players, even though some of them are
   on ravenholdt or Scarshield Legion, which makes the links to the player armory
   page not work.
    -  This topic was modified 9 years, 4 months ago by [mlgz0rn](https://wordpress.org/support/users/mlgz0rn/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [xgdpx](https://wordpress.org/support/users/xgdpx/)
 * (@xgdpx)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/server-issue-3/#post-8988421)
 * I have a fix for this, if anyone knows how to get the author to make it official
   let me know. In wordpress dashboard go to plugins then editor and choose the 
   top right menu of editing WoW Guild Armory roster.
 * Then in the right list you want to edit ‘guild-armory-roster/php/class.characters.
   php’
 * Then search for the following line:
    $output .= “<td width=’20’>name.”/advanced’
   target=’_blank’><div class=’class-small wow_icon_16x16′></div>
   </td>”;
 * and change it to:
    $output .= “<td width=’20’>realm.”/”.$char->name.”/advanced’
   target=’_blank’><div class=’class-small wow_icon_16x16′></div>
   </td>”;
 * The key difference is that in the url we changed $options[‘server’] to $char-
   >realm
    This makes it so that the character specific realm is used in the link.
 * Hope that helps (it took my WP page a few minutes for the cache to clear and 
   the new links to start showing up)
 *  Plugin Author [bchristopeit](https://wordpress.org/support/users/bchristopeit/)
 * (@bchristopeit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/server-issue-3/#post-9052696)
 * Added bugfix from xgdpx to the addon.
 *  Plugin Author [bchristopeit](https://wordpress.org/support/users/bchristopeit/)
 * (@bchristopeit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/server-issue-3/#post-9052782)
 * The icon is gone. Do you see my mistake with your changes?
 *     ```
                           $output .= "<td width='20'><a href='http://".$options['region'].".battle.net/wow/".$options['language']."/character/".$options['server']."/".$char->realm."/".$char->name."/advanced’ target=’_blank’><div class='class-small wow_icon_16x16'></div></a></td>";
       ```
   
 *  Plugin Author [bchristopeit](https://wordpress.org/support/users/bchristopeit/)
 * (@bchristopeit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/server-issue-3/#post-9052810)
 * Found my mistake. Its fine now.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Realm issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/guild-armory-roster.svg)
 * [WoW Guild Armory Roster](https://wordpress.org/plugins/guild-armory-roster/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/guild-armory-roster/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/guild-armory-roster/)
 * [Active Topics](https://wordpress.org/support/plugin/guild-armory-roster/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/guild-armory-roster/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/guild-armory-roster/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [bchristopeit](https://wordpress.org/support/users/bchristopeit/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/server-issue-3/#post-9052810)
 * Status: resolved