I'm trying to learn as much as I can about MyBB, skinning, and the variables used when skinning.
I've come across a problem that google isn't helping me out with so I'm asking y'all.
I'm trying to display this when a member is logged in in the 'panel' bar:
"Welcome back, [username & link to profile] || [logout key]"
What I have in the coding is:
Problem is when they click their name it goes to a page saying:
URL
And then has an error message:
404 Not Found
How do I get the url to be for their user id to link to their profile?
My forum --> http://nikitesting.icyboards.net/index.php
This is what the userlinks bar looks like:
http://i.imgur.com/5fe6Aar.jpg
This is what happens when the persons name is clicked:
http://i.imgur.com/rPFFt7o.png
I've come across a problem that google isn't helping me out with so I'm asking y'all.
I'm trying to display this when a member is logged in in the 'panel' bar:
"Welcome back, [username & link to profile] || [logout key]"
What I have in the coding is:
<span class="welcome">? <a href="$mybb->user['uid']">{$mybb->user['username']}</a> || <a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}"><i>{$lang->welcome_logout}</i></a></span>
Problem is when they click their name it goes to a page saying:
URL
http://nikitesting.icyboards.net/Array['uid']
And then has an error message:
404 Not Found
How do I get the url to be for their user id to link to their profile?
My forum --> http://nikitesting.icyboards.net/index.php
This is what the userlinks bar looks like:
http://i.imgur.com/5fe6Aar.jpg
This is what happens when the persons name is clicked:
http://i.imgur.com/rPFFt7o.png