Quote:
Originally Posted by hinch
I also added this into my postbit but there's a much easier way of doing it than the one listed above.
Create a custom profile field for users called whatever you like in my case i called it wow main char. (field11)
user puts in the name of their wow char there.
Then i just edited the postbit_legacy and added in the following
HTML Code:
<if condition="$post[field11]">
<br />
<strong>WoW Char:</strong> <a style="cursor: pointer;" href="http://eu.wowarmory.com/character-sheet.xml?r=Al%27Akir&n=$post[field11]" target="new" onmouseover="ajax_showTooltip("http://www.furious-angels.com/ajax.php?do=wowcharcode&server=Al'Akir&char=$post[field11]",this); return false" onmouseout="ajax_hideTooltip()">$post[field11]</a>
</if>
|
Don't forget to change your server and/or wowarmory.com locale !