MyBB Community Forums

Full Version: Member Value
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have the vB header and I want to edit the member block. I have all the info I need except for the member value.

What I want to do is write:

Welcome Back, {Uservaluehere}

I dont know what the value is for that. Can someone help me?
{$username} should work....

or {$mybb->user['username']}
It worked. Thanx.