Username not showing up

hack13

Familiar Face
Joined
Mar 3, 2009
Messages
54
Reaction score
0
FP$
6
I have been designing a new menu for MyBB, and it works. However I had to recode the tag that says "Welcome back user_name_here" I need to know how to call just username. Can someone please help?
 
Just to clarify, what you're looking for from the above link will be:
Code:
{username}

So, it will look something like this:
Code:
Welcome back {username}
 
Back
Top Bottom