MyBB Community Forums

Full Version: profile link in the welcome box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi everybody,
i want to put a link that leads to the user own profile in the welcome box. but i don't know what link i have to write. I tried with a simple
<a href="{$profilelink}">Profile</a>
but it doesn't work. what's the "right" link?

thank you in advance Smile
that's a good alternative, but there isn't the possibility to put a separated link as i wanted?
solved -> http://community.mybb.com/thread-97112-p...#pid709689
Just so you know, this is default in MyBB 1.6.4
well, version 1.6.3 is the last available till now, and i am running it Smile
Yes, I was just letting you know. Smile

It won't be long until 1.6.4 is released.
try this :
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$mybb->user['uid']}">profile</a>
(2011-07-18, 12:08 PM)ranjani Wrote: [ -> ]try this :
<a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$mybb->user['uid']}">profile</a>
thank you, but i already found the same solution as i said in post #3 Smile
thanks anyway Smile
^ okay , fine Smile I didn't see the modifying of your post..