Theme Breaking Change
https://github.com/NodeBB/NodeBB/pull/7109
Change email digest appearance
-
I have MailGun set up in my NodeBB forum but the digest emails look horrible. Where can I change the look and feel of the emails.
Is the content generated bu Node or MailGun. Confused... -
They are in NodeBB https://github.com/NodeBB/NodeBB/tree/master/src/views/emails
We already have an issue open to make them look better https://github.com/NodeBB/NodeBB/issues/3755
-
@baris Thanks for that.
Tell me please why does the server keep overwriting the tpl files.
I changes the digest.tpl file (in /www/public/templates/emails) to make it work to my needs but every time I reload the server it overwrites the file.What is happening there?
-
You should change them in src/views/emails.
-
@KasparTr template files in /public/templates gets recompiled from source files everytime you restart/reload nodebb.