By Neel on Saturday, 15 November 2014
Posted in General Issues
Replies 5
Likes 0
Views 1K
Votes 0
Is it possible to add site logo to Komento's email notifications? Something similar to the logo override we do to EasySocial emails?
Hello Neel ,

I am really sorry for the delay of this reply as it is a weekend for us here.
Unfortunately that was not possible in current system.

But you can always submit new feature requests for Komento at http://stackideas.com/voices/komento

If you really need this, example : you can modify on this file email notification file
JoomlaFolder\components\com_komento\themes\kuro\emails\newcomment.html.php

<tr>
<td style="padding-top:20px;padding-left:20px;">
<img src="http://YourDomainName.com/images/yourLogoFile" />
</td>
</tr>
·
Saturday, 15 November 2014 13:46
·
0 Likes
·
0 Votes
·
0 Comments
·
That is perfect! Thank you so much Arlex. That is exactly what I wanted. I will edit this file and it's simple enough. Quick question, it won't work with a template override for that newcomment.html.php file isint it. It's no big deal editing the core file for me since I'll be keeping a note, but was curious if the file override can be placed in my template html folder for this one.
·
Saturday, 15 November 2014 14:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Neel,

Template override will work for this email. You have to put it in ../templates/yourTemplate/html/com_komento/emails/newcomment.html.php. Hope this helps.
·
Monday, 17 November 2014 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thats perfect. Thank you Nik.
·
Tuesday, 18 November 2014 02:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Neel,

You're welcome.
·
Tuesday, 18 November 2014 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post