In the Register Email addon:
https://www.xf2addons.com/resources/register-email.14/
I have added a link to the new user's profile page in case I need to go directly there to edit something. The added bit to the email template is:
However if the user name has a space in it the link isn't completed and I get a broken link in the email:
Any suggestions on how to fix...thanks
https://www.xf2addons.com/resources/register-email.14/
I have added a link to the new user's profile page in case I need to go directly there to edit something. The added bit to the email template is:
Code:
{{ phrase('permission.general_editProfile') }}: https://www.recreationalflying.com/members/{$message.username}.{$message.user_id}/
Any suggestions on how to fix...thanks