2013-04-30, 05:26 PM
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.................
[General] What is the code to display someones username?
|
2013-04-30, 05:26 PM
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, .............
2013-04-30, 06:45 PM
^ admin panel >> templates >> your forum's active theme templates >> Global Templates >> global_bannedwarning
you can add Dear {$mybb->user['username']} before {$lang->banned_warning}
2013-04-30, 06:51 PM
Thank you, (both of you)
|
« Next Oldest | Next Newest »
|