Jump to content

Lukee

Newbie
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Software
    Legacy IPB
  • Version
    3.4.6

Lukee's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. 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
  2. Sorry for some english mistakes, i'm from Brazil. So, i have this problem with the forum: There are a lot of missing icons, when i tried to install other skin i've got the same problem :/ Does anyone knows how to fix it?
×
×
  • Create New...