Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding link to user profile in "Welcome Back" Bar
Author Message
Conor Calby
Posting Freak


Posts: 1,018
Joined: Jan 2010
Reputation: 15
Post: #1
Adding link to user profile in "Welcome Back" Bar
There is 2 ways to do this

  1. Remove the "You last visted ....." part and replace that with a on the users name like in vBulletin saying "Welcome Back {Username}"
  2. 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> &mdash;
and make sure you place it in the brackets

Enjoy Guys!

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me
05-05-2010, 07:59 AM
ms365
MybbSource Skinner


Posts: 98
Joined: Dec 2009
Reputation: 1
Post: #2
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" ?
05-06-2010, 05:13 AM
Don+
Member


Posts: 65
Joined: Aug 2010
Reputation: 0
Post: #3
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
Post: #4
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
Post: #5
RE: Adding link to user profile in "Welcome Back" Bar
Pretty nice tutorial, good for beginners.
11-09-2010, 08:20 AM
slankeydoodle
Member


Posts: 51
Joined: Jan 2010
Reputation: 0
Post: #6
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
Post: #7
RE: Adding link to user profile in "Welcome Back" Bar
Simple but very nice tut
11-20-2010, 09:20 AM
Zukdeen
Junior Member


Posts: 21
Joined: Oct 2010
Reputation: 0
Post: #8
RE: Adding link to user profile in "Welcome Back" Bar
Thanks, I didn't know some things about the variables you used
11-20-2010, 09:54 AM
delaghetto1
Junior Member


Posts: 6
Joined: Nov 2010
Reputation: 0
Post: #9
RE: Adding link to user profile in "Welcome Back" Bar
Thanks man!!!!!!!!!!!!
11-22-2010, 09:28 PM
TheLastDark
Junior Member


Posts: 3
Joined: Nov 2010
Reputation: 0
Post: #10
RE: Adding link to user profile in "Welcome Back" Bar
Thanks man!!! its super the tutorial
11-24-2010, 11:35 AM
 




User(s) browsing this thread: 2 Guest(s)