Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 27, 20168 yr 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.?
November 27, 20168 yr im assuming you can set it up that way you want everyone has there set different you can download auto welcome here auto-welcome
November 27, 20168 yr Author 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.
November 27, 20168 yr To edit system emails: Customization -> (Appearance) -> Emails. Looks like there are 2 related to user registration in there.
November 28, 20168 yr Author 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?
November 28, 20168 yr {$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.
Archived
This topic is now archived and is closed to further replies.