I've just started using CB Invites and now users get an automated email when they sign up. I've checked
this recent thread
but this didn't help.
Previously, before I started using Invites, the user would get an email via the Welcome Email Body field in the CB Registration settings. Now, they get an email which is basically a big blob of text with no formatting, that looks like this:
Code:
Welcome [user], Your account with the following details has been activated: EMail: [email] Name [name] Username [username] Welcome to our online community. Using the login details above, please log in to your profile via this link: [login] Best regards, [website] NOTE: This email was automatically generated from [website]
I know about language substitutions and have created my own language plugin but can't find the field to change this welcome greeting. It's not in CB Invites and as far as I can tell, it's not this line in language.php
Code:
'YOUR_REGISTRATION_IS_APPROVED_MESSAGE' => "Welcome [NAME],\r\nYour application has been approved by our administration team.\r\nYour account with the following details:\r\n[DETAILS]\r\nhas been activated.\r\nWe welcome you to our online community and trust that together\r\nwe will grow.\r\nEnjoy the experience!\r\nKind Regards,\r\nWebsite Administration Team"
That has nothing to do with CB Invites. If you enabled HTML emails within CB > Configuration > Registration then you'll need to alter the language string to use HTML for its linebreaks instead of \r\n.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.