By HAZEL on Sunday, 19 February 2017
Posted in General Issues
Likes 0
Views 155
Votes 0
Hello,

How to reduce the text in emails, following the publications in the groups?
Thank you for your help

Regards
Frank
Hello Hazel,

I am really sorry for the delay of this reply as it is a weekend for us here. Can I know what is generating this e-mail? Is this a new group creation or someone posted some updates in the group?
·
Sunday, 19 February 2017 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

When someone posted something in the group

Regards
Frank
·
Tuesday, 21 February 2017 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Hazel,

You can customize the email template in the file:
JoomlaFolder/media/com_easysocial/apps/group/story/themes/default/emails/new.post.php
and replace the code below:

<p style="font-size: 11px;line-height: 18px;"><?php echo $message; ?></p>

with:

<p style="font-size: 11px;line-height: 18px;"><?php echo substr($message, 0, 350); ?></p>

You can change the length of the content to be truncated by change the '350' in the code above
·
Wednesday, 22 February 2017 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thank you for this information. I do the necessary

Regards

Frank
·
Wednesday, 22 February 2017 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Hazel Glad to hear your issue has resolved.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Wednesday, 22 February 2017 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post