2nd Jul, 03:12 pm
Go to header templates > header_welcomeblock_member
Replace this code
with this code
Replace this code
Code:
<div class="avatar2"> <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" ><img src="{$mybb->user['avatar']}" alt="Your Avatar" title="Your Avatar" /></a></div>
with this code
Code:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" ><img src="{$mybb->user['avatar']}" alt="Your Avatar" title="Your Avatar" class="avatar2" /></a>