By TKABE on Thursday, 19 November 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 626
Votes 0
Issue 1: Over-ride text for system emails does not adhere to what appears to be the stackideas intended formatting in the email code.

a. Screen capture one shows the desired text format (Newline spacing)
b. Screen capture two shows that after saving the over-ride shown in screen capture one \n codes are
inserted by the system into the text.
i. I presume that these codes should not appear in the override text dialog as shown or if the code
must appear to create the newline, then ii below should work properly.
ii. the newline code inserted by the system (not me) is not recognized when the email is generated
by the system (see screen capture three).

Proposed Solution: Fix the email code or provide a short term solution allowing newline ([enter key] during override text creation) and permit the text format as shown in screen capture one.


Issue 2: Over-ride text does not appear in Email Activity - email preview. See screen capture four. The override text shown in screen capture one appears in the email generated shown in screen capture three however when the admin views the email EasySocial>email_activity>view email sent the default email is shown.

Proposed Solution: Display the email with the over-ride text. Schedule this item for a future update.

Details shown in the attached screen capture PDF.

Thank you in advance for your expertise in resolving this matter!

Todd
Hi Tkabe,

Thanks for the suggestion. The issue is due to most of the email client will only accept <br> tag instead of /n for newline hence the issue will occur as you experience above. You can either change the newline to <br> tag inside the language override or you can download both attachments below and place it inside the respective file path below.
1) /components/com_easysocial/themes/wireframe/emails/html/registration/auto.php
2) /components/com_easysocial/themes/wireframe/emails/html/registration/login.php

I just tested this locally and is showing correctly from my end, http://screencast.com/t/S551THghtJgP .
·
Thursday, 19 November 2015 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post