By Brandon J. Murray on Thursday, 14 June 2012
Posted in General Issues
Replies 4
Likes 0
Views 1.8K
Votes 0
Great looking email template for EasyDiscuss! I'd like to add a company logo. Is there an easy way to add this?

Maybe to the far right of the top line where the Senders name text is captured?


Thanks in advance!
Hi Mark,

Which file do I edit to add the logo to the email (instead of just text link)?

Using version 3.2.9422
Kai
·
Wednesday, 11 June 2014 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kai,

You can edit the same file above actually It hasn't changed.
·
Wednesday, 11 June 2014 22:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I don't see the 'default' folder. The most email template files I can see reside in:

/components/com_easydiscuss/themes/simplistic/emails

And inside the email.template.html.php file (in the above folder) I don't see any logo, I'm guessing it's located in
<?php echo $emailTitle;?>
?
Kai
·
Thursday, 12 June 2014 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kai,

I am sorry for the misunderstanding earlier. You may use components/com_easydiscuss/themes/simplistic/emails to customize email template. I'm not sure which logo do you want to display. But you can put the this code in this template:

<div style="margin:10px auto;text-align:center;display:block">
<img src="<?php echo rtrim( JURI::root() , '/' );?>/components/com_easydiscuss/themes/simplistic/images/img.png" alt="" />
</div>


If you encounter problem, perhaps you can provide us with backend access and ftp access so that we are able to assist you on this issue much quicker.
Hope this will help.
Thanks.
·
Thursday, 12 June 2014 14:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post