MyBB Community Forums

Full Version: Avatar in Header Panel not displaying
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://neverwintertradeforum.com/index.php

using Duende V2 theme (great work Sub and Andrew) and this should be displaying user Avater on the right hand header panel expect it's not.

Been trying to find the issue for a few hours and no luck.

Anyone have any ideas?

Thanks

Here the beginning of my welcomeblock_member template for reference

<div class="users">
  <div class="float_right" style="margin-top: 3px;"> 
    
   <a href="{$mybb->settings['bburl']}/usercp.php?action=avatar"><img class="avatarpanel" style="vertical-align: top; margin-top: -3%;" src="{$mybb->user['avatar']}" height="40" width="40"></a>
 <div class="dropdown" id="dropdown">
				<input type="checkbox" id="drop1" />
        <label for="drop1" class="dropdown_button">{$mybb->user['username']} 
          <i style="font-size: 14px;" class="fa fa-angle-down fa-fw"></i>
        </label>
        <ul class="dropdown_content">
<li><a href="{$mybb->settings['bburl']}/usercp.php"><i class="fa fa-cogs"></i> User panel</a></li> 
   <li><a href="{$mybb->settings['bburl']}/usercp.php?action=profile"><i class="fa fa-pencil-square"></i>  Edit Profile</a></li>
   <li><a href="{$mybb->settings['bburl']}/usercp.php?action=options"><i class="fa fa-cog"></i> Edit options</a></li>
   <li><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar"><i class="fa fa-picture-o"></i>  Change Avatar</a></li>
   <li><a href="{$mybb->settings['bburl']}/usercp.php?action=editsig"><i class="fa fa-pencil"></i>  Change Signature</a></li>
   <li><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', null, true); return false;"><i class="fa fa-smile-o">