Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 19, 201510 yr A lot of my users are complaining that emails are now not grouped in the same thread because of the addition of the poster's name. Is there a way to edit the subject line and take out the posters name?
April 21, 201510 yr You can change it in the Customization - Language and click on the advanced search (cog) and type email_new_ and remove the code for the username of the poster in the lines that correspond to the subject you are referring to. For example, instead of <a href='%s'>%s</a> has posted a comment on %s, you can just put Comment on %s,
April 21, 201510 yr Author Thank you. I changed this one here and it worked fine.{$comment->author()->name|raw} commented on {$comment->item()->mapped("title")|raw}
Archived
This topic is now archived and is closed to further replies.