nailgun80
10-06-2008, 12:00 PM
Hey people, I was just figuring some stuff out yesterday and accidently got it to work.
Here's how you can link the characters in the character roster to the armory:
Open /includes/functions.character.php
Find:
$name = '<a href="index.php?option=com_roster&id='.$data['character_id'].'">
Replace with:
$name = '<a href="http://armory.wow-europe.com/character-sheet.xml?r=SERVERHERE&n='.$data['char_name'].'">
or if you live in the US
Replace with:
&name = '<a href="http://www.wowarmory.com/character-sheet.xml?r=SERVERHERE&n='.$data['char_name'].">
Replace "SERVERHERE" with the server you play on ofcourse!
Here's how you can link the characters in the character roster to the armory:
Open /includes/functions.character.php
Find:
$name = '<a href="index.php?option=com_roster&id='.$data['character_id'].'">
Replace with:
$name = '<a href="http://armory.wow-europe.com/character-sheet.xml?r=SERVERHERE&n='.$data['char_name'].'">
or if you live in the US
Replace with:
&name = '<a href="http://www.wowarmory.com/character-sheet.xml?r=SERVERHERE&n='.$data['char_name'].">
Replace "SERVERHERE" with the server you play on ofcourse!