XF 2 Small request for username in email template

Sonnie

Active member
We have a weekly digest being emailed each week and we want to add the username to the template.

I know it's not a major request, but we have been unable to figure it out, as simple as it should be.

Please contact me via private message with how much you would charge to help us out.
 
Code:
{{ phrase('inactivemembers_message', {
    'username': $username,
    'board_title': $xf.options.boardTitle
}) }}
 
Top Bottom