XF 1.4 Editing notification emails - couple questions...

surfsup

Well-known member
1. Is it possible to view or see the amount of email notifications that go out daily/weekly/monthly or just in general?

2. I need to add a banner with a link, what would be the best way to do this? Just add html and host the banner on my forum or what?
 
1: this is generally something that you'd have to look at your mail log for. It's not tracked within XF.

2: I'm not really sure what you're after here.
 
1: this is generally something that you'd have to look at your mail log for. It's not tracked within XF.

2: I'm not really sure what you're after here.
Here is a screenshot, for instance I would like to add an advertisement banner within the content in this email notification.
 

Attachments

  • Screen Shot 2014-12-31 at 4.33.21 PM.webp
    Screen Shot 2014-12-31 at 4.33.21 PM.webp
    73.3 KB · Views: 16
Last edited:
The HTML content of the email is currently not editable unless you're in debug mode (potentially using a template modification in that case).
 
They have their own section under the Development tab.

View attachment 93284
Thanks Brogan, I have 2 other questions and I appreciate your help. Sorry as I am learning how to do this :D

1. As an example, for the watched_forum_message - would I put this:

Code:
<a href="http://www.myURLHERE"><img alt="" src="http://www.myIMAGEURLHERE.com" style="width: 728px; height: 90px;" /></a>
or would this be different?

Where would I put it within this?



2. Or is there an easier way within the Template Modifications to add that banner to every single email template?
 
Last edited:
It's up to you how you do it - you can edit the template directly or do template modification.

Template modifications apply to a single template only though, so you would have to create one for each template.
 
Top Bottom