MyBB Community Forums

Full Version: Variables?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
I was wondering, can someone compile a list of variables that MyBB accepts?

And also, what's the correct variable to display a Username (I'm new to editing)? I've tried both of these:

{username}
{$username}

But no dice.

Thanks in advance!
Variables in PHP always have $ before the name. Now, if it was JavaScript, then there isn't a symbol preceding the variable.

$mybb->user['username'] should give you the username, IIRC.