MyBB Community Forums

Full Version: User Variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wondering if anyone know were i could find a list of user variables, An example i got was
$mybbuser[username]
Which is used to display a players username..

Thanks
Just print_r the $mybb->user array Smile
For the record, you definitely want to put single quotes around the username part, so it looks like

{$mybb->user['username']}