MyBB Community Forums

Full Version: what is the link of profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am creating a theme and i am wondering what's the link for the profile.

Note:
Not for usercp.
You can use something like this
<a href="{$profile_link}"></a>
(2013-11-23, 12:55 PM)marcus123 Wrote: [ -> ]You can use something like this
<a href="{$profile_link}"></a>
it didn't work i want to place it on the header. on welcome member
{$lang->welcome_back} in header_welcomeblock_member template contains profile link for the member
(2013-11-23, 01:38 PM).m. Wrote: [ -> ]{$lang->welcome_back} in header_welcomeblock_member template contains profile link for the member

i tried adding that but i dont wanna show the welcome back and those things thats why i need only the urlWink of it