MyBB Community Forums

Full Version: Username clickable in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I've seen this topic before and did a search on it and found only one helpful post, which didn't really help much. =/

So I thought I'd ask it again: Is it possible to have a username clickable in the header, to their profile?

The only useful thread on the subject I found:
http://community.mybboard.net/thread-29471.html
Edit the global.lang.php file (in inc/languages/english/global.lang.php), and find this line:
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
Replace that with this:
$l['welcome_back'] = "<strong>Welcome back, <a href=\"member.php?action=profile\">{1}</a></strong>. You last visited: {2}";
I tested it, and it works. Smile
That's all I have to change? Nothing in the global.php?

EDIT: Error: http://passionateprayer.net/bb

DOUBLE EDIT: Changed a few things and it works on both of my boards Big Grin Thanks Splappy!

TRIPLE EDIT: I'll show you the changes I made:

Edit the global.lang.php file (in inc/languages/english/global.lang.php), and find this line:
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
Replace that with this:
<strong>Welcome back, <a href='member.php?action=profile'>{1}</a></strong>. You last visited: {2};

And its working on both my boards now. Thanks!
(2009-06-02, 04:27 AM)Elegant Totality Wrote: [ -> ]DOUBLE EDIT: Changed a few things and it works on both of my boards Big Grin Thanks Splappy!

Darn, I was about to use my Tyreus staff powers to fix it for you Toungue
You're welcome! Smile
Toungue That would've been really awesome xD