Daily Digest bug
-
@dcook, did you by any chance customize your email digest template in the ACP? You should revert any changes (or set it back to the default) from Settings -> Email. I think it is referencing an old language tag
digest.title
, which we do not use any longer. -
Right... in that settings/email page, there should be a big black text box for you to customize the template.
Use the dropdown to change the template to the digest template, and then revert it back to the default template... I'm thinking there might be a custom template set.
-
So, we have some modifications to the visual style of the template. Since emails can be a bit tricky to work with I just changed the template tag to
[[email:digest.title.{interval}]]
. But instead of showing up asdigest.title
in the emails sent, it now shows up asdigest.title.alltime
.I only tried to send a test email so maybe that's the issue. Should I report this as an issue? I guess email:digest.title.alltime should be added to the appropriate language file.
-
No, I think that is actually okay. In the emails we send out, we pass in
day
,week
, ormonth
depending on the digest. For the test email, the valuealltime
is sent in, purely so the digest is populated with something.We just don't happen to have a language tag for
alltime
-
Great, then there shouldn't be any issues when the digests are sent for real.