surfsup Well-known member Dec 31, 2014 #1 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. 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?
Mike XenForo developer Staff member Jan 1, 2015 #3 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. Upvote 0 Downvote
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.
surfsup Well-known member Jan 1, 2015 #4 Mike said: 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. Click to expand... 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 73.3 KB · Views: 16 Last edited: Jan 1, 2015 Upvote 0 Downvote
Mike said: 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. Click to expand... Here is a screenshot, for instance I would like to add an advertisement banner within the content in this email notification.
Mike XenForo developer Staff member Jan 1, 2015 #5 The HTML content of the email is currently not editable unless you're in debug mode (potentially using a template modification in that case). Upvote 0 Downvote
The HTML content of the email is currently not editable unless you're in debug mode (potentially using a template modification in that case).
surfsup Well-known member Jan 1, 2015 #6 Mike said: The HTML content of the email is currently not editable unless you're in debug mode (potentially using a template modification in that case). Click to expand... After I put it in debug mode would it be in a certain Phrase I look for and just add html there? or? Upvote 0 Downvote
Mike said: The HTML content of the email is currently not editable unless you're in debug mode (potentially using a template modification in that case). Click to expand... After I put it in debug mode would it be in a certain Phrase I look for and just add html there? or?
P Paul B XenForo moderator Staff member Jan 1, 2015 #7 They have their own section under the Development tab. Upvote 0 Downvote
surfsup Well-known member Jan 1, 2015 #8 Brogan said: They have their own section under the Development tab. View attachment 93284 Click to expand... Thanks Brogan, I have 2 other questions and I appreciate your help. Sorry as I am learning how to do this 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: Jan 1, 2015 Upvote 0 Downvote
Brogan said: They have their own section under the Development tab. View attachment 93284 Click to expand... Thanks Brogan, I have 2 other questions and I appreciate your help. Sorry as I am learning how to do this 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?
P Paul B XenForo moderator Staff member Jan 1, 2015 #9 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. Upvote 0 Downvote
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.