MyBB Community Forums

Full Version: Your thread + User profile link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

[Image: 001_9T50GHHW6LQFLTS.jpg]

1. How do I set the Username in the box to actually be a link to the users profile instead of just the username text?

2. How do I set the "Your thread" text so it's linked to a page with the users threads?
(2011-06-26, 03:48 PM)Sama34 Wrote: [ -> ]http://ideas.mybb.com/idea/easy-way-to-a...ur-profile

http://community.mybb.com/thread-65220.html

Wink

I'm having problems with the first link, the code isn't the same:

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

How do I edit that?
Open \inc\languages\english\global.lang.php and find:
$l['welcome_back']

Line must look something like this:
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";

Just replace {1} with <a href='member.php?action=profile' title=''>{1}</a>.

MyBB 1.6.4 will include this feature by default without having to edit anything if you want to wait Wink