Not Solved My profile link
#1
Not Solved
There was a tutorial at LearnMyBB regarding this, but again, it closed. Sad

So what I want is a piece of code that leads to the user's profile.
Reply
#2
Not Solved
Sorry, faviouz, I don't think there's a variable to do that. I think you could modify global.php to create a new one but I'm not sure.
Reply
#3
Not Solved
Try this:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>
Reply
#4
Not Solved
(2010-06-12, 11:10 PM)x-Treme Wrote: Try this:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>

Huh. I didn't know it could work like that Toungue
Reply
#5
Not Solved
I was absolutely sure there was something for this, because I saw this once on LearnMyBB before it closed.

And thanks x-Treme! Toungue
Reply
#6
Not Solved
You're welcome
Reply
#7
Not Solved
(2010-06-12, 11:21 PM)computergeek67 Wrote:
(2010-06-12, 11:10 PM)x-Treme Wrote: Try this:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>

Huh. I didn't know it could work like that Toungue

We all learn something new every day =].
My Site - Support For My Themes
If you would like a Custom MyBB Theme PM me Smile.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)