Change digests/emails
-
Hi all. I was wondering if it's possible to change the look/wording of the email notifications / digests etc. For example, the weekly digest simply says 'Your Weekly Digest'. I'd love to say something a bit friendlier like: "Here's what you missed this week" (or something along those lines).
Is this possible?
-
@DanAdair should be possible with a plugin like
nodebb-plugin-customize
but if you don't want to install another plugin, you'd need to edit thetpl
file itself. The issue with this is that any upgrades to NodeBB will override your changes. -
@phenomlab Thank you for this. I've downloaded the plugin, but I still don't see how to edit the actual text in the email. This seems to allow me to edit the format of the emails (font, text size, padding etc), but not the wording itself. Odd.
-
@DanAdair in the customize plugin, you want to customize translations. There are a couple you might be interested in. First select the
email
namespace, then look forgreeting_with_name
anddigest.title.<period>
You can then customize the wording.