ccalby
Posting Freak
Posts: 889
Joined: Jan 2010
Reputation: 10
|
Adding link to user profile in "Welcome Back" Bar
There is 2 ways to do this
- Remove the "You last visted ....." part and replace that with a on the users name like in vBulletin saying "Welcome Back {Username}"
- Add a link by the logout button or the UserCP button.
First way, Head into AdminCP>Templates>Select Theme> Header Templates> header_welcomeblock_member.
Remove
Code:
{$lang->welcome_back}
and replace with
Code:
Welcome back, <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>
Save and check it out.
Second Way, find
Code:
(<a href="{$mybb->settings['bburl']}/usercp.php"
and add before it
Code:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">View Your Profile</a> —
and make sure you place it in the brackets
Enjoy Guys!
MyBBSource Tutorials Are Located Here! - http://mybbsource.com/forum-40.html
MyBB Official Support Technician
|
|
| 05-05-2010, 07:59 AM |
|
ms365
MybbSource Skinner
Posts: 87
Joined: Dec 2009
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Thanks for the tutorial.I was not finding for a mistake but just in the beginning of the tut its written "There is 2 ways".I think you first wrote "There is 1 way" ?
"A pessimist sees difficulties in every opportunity; an optimist sees opportunities in every difficulty"
-Winston Churchill
|
|
| 05-06-2010, 05:13 AM |
|
Don+
Junior Member
Posts: 47
Joined: Aug 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Simple yet good tutorial.
|
|
| 08-21-2010, 10:24 AM |
|
slavalobster
Junior Member
Posts: 3
Joined: Nov 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Thanks, I'll do on my forum
|
|
| 11-09-2010, 05:58 AM |
|
Kaleb
Junior Member
Posts: 3
Joined: Nov 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Pretty nice tutorial, good for beginners.
|
|
| 11-09-2010, 08:20 AM |
|
slankeydoodle
Junior Member
Posts: 38
Joined: Jan 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Why thank you my good sir.
|
|
| 11-14-2010, 08:09 AM |
|
Mr.Sacchettoâ„¢
Junior Member
Posts: 6
Joined: Nov 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Simple but very nice tut
|
|
| 22 hours ago |
|
Zukdeen
Junior Member
Posts: 3
Joined: Oct 2010
Reputation: 0
|
RE: Adding link to user profile in "Welcome Back" Bar
Thanks, I didn't know some things about the variables you used
|
|
| 22 hours ago |
|