XF 2.1 Adding username to email template...

I believe this is the code we use now to show the username:

Code:
{{ phrase('inactivemembers_message', {
    'username': $username,
    'board_title': $xf.options.boardTitle
}) }}
 
Top Bottom