At the top of my forum homepage, I've made it so it shows our name:
How do I make it so that it links to that users profile?
This is the original code to it:
And this was my attempt at doing it:
I then went to the homepage but when I click my username it goes to http://habboing.com/member.php?u=
not filling in the userid.
Welcome to Habboing, JustBoss
This is the original code to it:
HTML Code:
<div class="headfont">Welcome to Habboing, <if condition="$show['member']"> $bbuserinfo[musername]
HTML Code:
<div class="headfont">Welcome to Habboing, <if condition="$show['member']"> <a href="http://habboing.com/member.php?u=$userid">$bbuserinfo[musername]</a>
not filling in the userid.

Comment