By n00bster on Tuesday, 17 June 2014
Posted in General Issues
Replies 1
Likes 0
Views 1.4K
Votes 0
hi,
in your latest version "com_easyblog_pro_3.9.16263" you have commented out the logo code line in the email template. it looks like there is something in progress with this line or do i miss here something?
email.template.html on line 31
<!-- <img src="<?php echo $logo;?>" /> -->

also when i remove the html comments, this php code does not bring the logo up in the emails.
the output in the mails are a empty IMG Tag:
<img src="" />

i do not know why but does not working.

also in the german transifex language file you have forgotten to add the email template titles:
example:
COM_EASYBLOG_NOTIFICATION_NEW_BLOG_POST
COM_EASYBLOG_NOTIFICATION_NEW_COMMENT
and so on ... please add:
https://opentranslators.transifex.com/projects/p/easyblog/translate/#de_DE/frontend/
Hello n00bster,

Please try use this code instead:

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

Can you give it a try and see how it goes.

About the language file, we will update this language in transifex.

I am sorry for the inconvenience caused.
Hope this will help.
Thanks.
·
Tuesday, 17 June 2014 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post