2010-11-25, 06:20 AM
All I need to know is the code to change the username in the welcome back block in to a link to the users profile page.
Global.php
Global.lang.php
Global.php
Quote:$lang->welcome_back = $lang->sprintf($lang->welcome_back, $mybb->user['username'], $lastvisit);
Global.lang.php
Quote:$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";