First of all, sorry about my english, i'm from Brazil. So, i own a Minecraft forum, in this forum i've created a custom field called 'Nick' for minecraft nickname. I want that information in a area at the user info panel, so i made that: at Global Templates > userInfoPane using that code below:
<dl class="pairsJustified">
<li class='post_count desc lighter'>
<dt><i class="fa fa-cube" aria-hidden="true"></i> Nick:</dt>
<dd>{$author['name']}</dd>
<br><p style="text-align:right;"><tag><img src="https://mc-heads.net/player/{$author['name']}/50"</tag></p></br>
</li>
</dl>
But the problem is, i'm using the $author['name'] that makes a kind of reference to author's exhibition name, not the custom field answer that i need, i need something like this: $author['Nick'] (this doesent work) to use in mc-heads link and in the answer. I need a code that, when used, is replaced by the answer inputed in the custom field. In some cases, when the exhibition name is the same of the 'Nick it works because of the author['name]. If somebody knows that kind of refernece please reply this topic and if you know how to do and can replace in the code i'm usign will be very helpfull. I enjoy any help