MyBB Community Forums

Full Version: Can't display avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to display the user's avatar in the header. The code I'm using is:

<a href="javascript:;"><img src="{$mybb->user['avatar']}" alt="" width="19" height="23" /><span class="name">{$mybb->user['username']}</span><img src="images/triangle-down.png" alt="" /></a>

The username is displaying but the avatar.
{$mybb->user['avatar']}
need to update the avatar!
Sorry turns out I only had an avatar set on the localhost server, not on the live version. All's good now.