By Daniel Holdinghausen on Wednesday, 07 June 2017
Posted in General Issues
Replies 3
Likes 0
Views 458
Votes 0
It is quite annoying every time you release a new version are some entries in another place.

I dont find to deactivate the logo in the E-Mail.
Is it not possible to plan that some informations in Template of E-Mail also can activate/deactivate in the admin and not in file?

I think the most important informations for that are: Author, Logo, Heading, Subheading; Link for Author
Hi Daniel,
Email templates are mostly editable by template overriding the email template files. Make sure you are template overriding theme files so that your changes are protected from future updates. You can also do this in the backend so the override files can be created automatically(http://take.ms/SZSJ3).
If you are still having issues, perhaps you can provide us your site access so we can check this for you.
·
Wednesday, 07 June 2017 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
i have change this settings in post.new.php and template.php.
I also found these both files in templates/hausbauberater-de/html/com_easyblog/emails but it dont work!
Author, Logo, Heading, Subheading; Link for Author all Informations are displayed???
·
Wednesday, 07 June 2017 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,
We have found a bug. It looks like the file is being applied to the wrong override directory. There is a missing 'html' directory after .../emails/. The correct directory is as below.
JoomlaFolder/templates/currenttemplate/html/com_easyblog/emails/html/post.new.php
After you move the email override files here, the override should work.
I will log this issue in our tracker so it can be addressed.
Regards.
·
Thursday, 08 June 2017 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post