MyBB Community Forums

Full Version: What is the code to display someones username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, what is the code so that a message will show the username a member is logged in as? E.g: Username, Text Text Text Text.................
In templates:
{$mybb->user['username']}

For Mass Mail:
[Username]
Thanks I couldn't get either to work, I am trying to make the ban message more user friendly by adding Dear Username, .............
^ admin panel >> templates >> your forum's active theme templates >> Global Templates >> global_bannedwarning

you can add Dear  {$mybb->user['username']}  before {$lang->banned_warning}
Thank you, (both of you) Smile