By Robert Standish on Wednesday, 14 March 2018
Posted in General Issues
Likes 0
Views 520
Votes 0
I see that somewhere in the last few updates an email header has been added to all notification emails. By default is appears to be your EasyBlog logo. Can you tell me where to find the correct menu to turn that off or modify the logo?
Thank you very much.
Bob Standish
Hi Bob,

You can find the setting to change the logo for EasyBlog notification emails here: http://take.ms/24REP
·
Wednesday, 14 March 2018 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry but there is a miscommunication here. I don't want a graphic header. I want it like it used to be. I turned it off but that only makes it default to your easyBlog logo. I don't see a "None" selection. How do I turn the graphic header off?
·
Wednesday, 14 March 2018 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Robert,

We don't have a settings to turn off the logo in the e-mail but you could edit the email template file and remove the html codes for the logo area.

You can easily modify the e-mail templates now from the back end, http://take.ms/JNYVr . I have removed the block of codes below for your email template and it will no longer contain a login in the e-mails now,

[gist]
<table role="presentation" aria-hidden="true" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
<tr>
<td style="padding: 10px 0; text-align: left">
<img src="<?php echo $logo;?>" aria-hidden="true" border="0" style="width: 119px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;">
</td>
</tr>
</table>
[/gist]

P/S: You could also click on the preview icon to preview the e-mail templates, http://take.ms/Vv6mW
·
Wednesday, 14 March 2018 22:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your help. May I suggest for future updates that you include a choice of "None" or possibly create a blank image for those people that don't want to include a logo?

Per your suggestion I did try to review my mail template but the 'eye' icon was dashed out. Is this a potential problem? I certainly would not want to suddenly have a problem with my wife's next post where the email notification doesn't work.

Thank you again.
Bob
·
Wednesday, 14 March 2018 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bob,

Not a problem at all. Hm, the preview is only applicable to the other template files. The template.php is just a container, so the changes you made there would be applicable to the rest of the e-mail templates.
·
Wednesday, 14 March 2018 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks.
Just to be clear; I have not made any changes at all. I understood you to say that you deleted the block of code that displayed the logo and that I could review your work by previewing the template. Did I misunderstand?

Regards
Bob
·
Thursday, 15 March 2018 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, that is correct Bob, I have already done that for you
·
Thursday, 15 March 2018 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Again
·
Thursday, 15 March 2018 03:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Not a problem at all Bob, have a great day ahead!
·
Thursday, 15 March 2018 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post