Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Allen Bradford Posted November 27, 2016 Posted November 27, 2016 I have my registration set so I/Admin need to authorize newly registered Members after I review the registration info. I understand those newly registered Members receive an email stating their registration is waiting to be authorized. Question 1: Once I authorize new Members, do they get another email stating they have been authorized to participate on the Forums? Question 2: If they do get that second email is there any way I can customize the content, like "Welcome, please review Board Guidelines etc., etc., etc.?
sweethoney Posted November 27, 2016 Posted November 27, 2016 im assuming you can set it up that way you want everyone has there set different you can download auto welcome here auto-welcome
Allen Bradford Posted November 27, 2016 Author Posted November 27, 2016 I'll try again. I am wondering if there is a native Admin function in IPS4 to customize the auto email (if that even exists) that is sent to newly authorized Members. I haven't been able to find it. Actually I'd also like to know if and how to customize the native IPS4 auto email sent when a person registers telling them they need to be authorized.
Nathan Explosion Posted November 27, 2016 Posted November 27, 2016 To edit system emails: Customization -> (Appearance) -> Emails. Looks like there are 2 related to user registration in there.
Allen Bradford Posted November 28, 2016 Author Posted November 28, 2016 14 hours ago, Nathan Explosion said: To edit system emails: Customization -> (Appearance) -> Emails. Looks like there are 2 related to user registration in there. Found that, thanks. The content is all code which I won't touch. There is no field to simply type in a custom message. Thoughts?
Nathan Explosion Posted November 28, 2016 Posted November 28, 2016 {$email->language->addToStack("email_reg_complete", FALSE, array( 'sprintf' => array( \IPS\Settings::i()->board_name ) ) )} That means "Add the email_reg_complete language string to the email" - go in to Languages -> Translate and search for email_reg_complete and that it was gets placed in the email. You can create your own language string and add it in, or you can edit the language string itself. Or you can actually just type directly in to the email template itself.....the top field is HTML so just go ahead and add something in a <p></p> and your're done. With the plain text field, you just type in what you want to add.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.