MyBB Community Forums

Full Version: user profile link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Somewhere in the header links I wanne ad view my profile (not usercp) but /member.php?action=profile&uid=number of the user that click on it.
What code do I use.
member.php?action=profile&uid={$mybb->user['uid']}

Wink
search existing files for the get_profile_link( ) function and see how it is used with str_replace( ) to use built-in SEO