xgdpx
Forum Replies Created
-
Forum: Plugins
In reply to: [WoW Guild Armory Roster] Need someone to helpYou can reach me at [email protected]
Forum: Plugins
In reply to: [WoW Guild Armory Roster] Need someone to helpSorry for the delay, busy week. I’ll do some bug fixes when I’ve got time if you add me, and when I add features for my guild if you think the main project could use it I can merge them in too.
Forum: Plugins
In reply to: [WoW Guild Armory Roster] Need someone to helpHey let me know if this offer is still open and what your plans for the plugin going forward would be.
Forum: Plugins
In reply to: [WoW Guild Armory Roster] Realm issueI 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)