MyBB Community Forums

Full Version: What template peace to edit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to edit this into bootstrap:
http://prntscr.com/mk8psz


Where can i edit username link code

so i can fix this??
http://prntscr.com/mk8q7h
Modify the text {$lang->welcome_back} with this code
 <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>

You can apply any styling you want to the above link.
Thakyou!