2010-09-29, 04:52 AM
Can someone help me? How can I make the user's avatar show in the panel?
Like this
http://img202.imageshack.us/img202/4812/44076565.png
Here is my header_welcomeblock_member
I want the user's avatar image itself to show on the left of the Welcome, Username Here parts in the panel
Like this
http://img202.imageshack.us/img202/4812/44076565.png
Here is my header_welcomeblock_member
<span style="float:right;">{$lang->welcome_current_time}</span>
{$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} — <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
<span class="links">
<b><a href="{$mybb->settings['bburl']}/newpoints.php">NewPoints</a></b> |
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
</span>
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage} | <b><A HREF="javascript:popUp('http://www.thehdforums.co.cc/extras/uploader.html')">Image Uploader</A></b> | <b><A HREF="javascript:popUp2('http://www.pixlr.com/editor/')">Pixlr</A></b>
I want the user's avatar image itself to show on the left of the Welcome, Username Here parts in the panel