Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 10, 20177 yr Hello, any idea how to eliminate the Hi {membername}, part from the bulk emails, I am unable to find it in the email templates...
March 12, 20177 yr On 10.3.2017 at 2:48 PM, svit said: Hello, any idea how to eliminate the Hi {membername}, part from the bulk emails, I am unable to find it in the email templates... That's the "email_greeting_member" language string, which is added automatically to the emailwrapper email template. Quote {{if $member->member_id }}{$email->language->addToStack("email_greeting_member", FALSE, array( 'sprintf' => array( $member->name ) ) )} If you want to remove it, you could just remove the content of the email_greeting_member language string.
Archived
This topic is now archived and is closed to further replies.