So replace your header_welcomeblock_member with following code:
You will need some language changes as well.
Find welcome_pms_usage variable in languages (ACP -> Configuration -> Languages -> Options -> Edit Language Variables -> global.lang.php).
It will contain following:
Replace it with following:
Than find variable welcome_back variable in same language file, just below previous.
It will contain following:
Replace it with following:
<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome">
<ul class="menu panel_links">
{$lang->welcome_back}
{$usercplink}
{$modcplink}
{$admincplink}
{$pmslink}
<a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a>
</ul>
</span>
</div>
</div>
You will need some language changes as well.
Find welcome_pms_usage variable in languages (ACP -> Configuration -> Languages -> Options -> Edit Language Variables -> global.lang.php).
It will contain following:
(Unread {1}, Total {2})
Replace it with following:
{1}
Than find variable welcome_back variable in same language file, just below previous.
It will contain following:
<strong>Welcome back, {1}</strong>. You last visited: {2}
Replace it with following:
<strong>{1}</strong>
MyBB Translator & helper
Please do not PM me requesting free support or help for your forums.You can see my paid services here.