MyBB Community Forums

Full Version: Members Profile Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add a Hyperlink on the member name to there profile url.
[Image: mybbkuk.png]
Here on the admin name i want to add hyperlink to the profile.
Welcome Back text to have it as a profile link
Quote:In global.php

Change this:
$lang->welcome_back = $lang->sprintf($lang->welcome_back, $mybb->user['username'], $lastvisit);

To this:
$lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link($mybb->user['username'], $mybb->user['uid']), $lastvisit);