By Lorenzo on Monday, 20 December 2021
Posted in General Issues
Replies 3
Likes 0
Views 607
Votes 0
Hi,
concerning email templates, if I want to hide the logo and change the color of some elements on the page, such as for example button background color and the background of the text block, do I have to modify each template or there is a global template for these elements?

Thanks,
Lorenzo

You should override this path :

JoomlaFolder/templates/yourCurrentTemplate/html/com_easydiscuss/emails/helpers/heading.php
JoomlaFolder/templates/yourCurrentTemplate/html/com_easydiscuss/emails/helpers/button.php
·
Thursday, 23 December 2021 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
If you want to modify the email content, then you have to modify each of the email template files.
JoomlaFolder/components/com_easydiscuss/themes/wireframe/emails/...

If you want to modify the view discussion button, then you have to only modify this file.
JoomlaFolder/components/com_easydiscuss/themes/wireframe/emails/helpers/button.php

If you want to remove the logo then you only need to modify this main template file.
JoomlaFolder/components/com_easydiscuss/themes/wireframe/emails/structure.php
·
Monday, 20 December 2021 19:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
ok for logo in structure.php file, about colors of the other two elements (button and header block background color ), here are files to be modified:

components/com_easydiscuss/themes/wireframe/emails/helpers/heading.php
components/com_easydiscuss/themes/wireframe/emails/helpers/button.php


Can I override these files? If so, is this the correct path to indicate?

templates/MY_TEMPLATE/html/com_easydiscuss/themes/wireframe/emails/helpers/FILES_TO_OVERRIDE.php

Thanks again,
Lorenzo
·
Wednesday, 22 December 2021 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post