MyBB Community Forums

Full Version: Link to self profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to have a link to the users profile where it says:
Welcome back, LinkToUser
?
Where LinkToUser will be the User's Username, but it will also be a link to the users profile.
Welcome back, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>
(2010-04-14, 12:13 AM)x-Treme Wrote: [ -> ]
Welcome back, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>
Nevermind, I found it.