MyBB Community Forums

Full Version: Make profile_link in header template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a link in the header of my site that is supposed to go to the user's profile. However, the profile_link variable doesn't work. How can I do this?
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$mybb->user['uid']}">View My Profile</a>
Thanks!
Oops, just saw I didn't close the anchor tag at all Toungue Edited code. Important stuff was there though.
Too late haha ... took me a second to understand why it wasn't working!