By Meagan Hooper on Sunday, 04 June 2017
Posted in General Issues
Replies 8
Likes 0
Views 562
Votes 0
Hello,

When I send a message (conversation), a user receives an email notification.

However, when I send a reply to the conversation, the user does NOT receive a notification.

Is there a way to make sure they receive a notification on conversation replies?

Thank you!

P.S. Does EasySocial offer an email notification with 'latest stream activity' to remind users?
Hi there,

It should sent out to you those notifications as this alert a existed on Backend>Components>EasySocial>Alerts as shown http://take.ms/Wjdtb. it would be best you can check on this whether this alert existed or not, if not, you have to discover it and enable it in order for you to use it. Or maybe you have disable this alert on your profile>manage alert as shown http://take.ms/7cbLZ

Please advice.
·
Monday, 05 June 2017 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith,

Alerts are all enabled for 'New Replies in Conversation' (screen shot).

Alerts are enabled on my profile. (screen shot.)

However, I can see in the EasySocial / Emails that my conversation replies are not being sent via email to the user.

Do you want to create a profile with valid email address to experience this?

Best,

Meagan
·
Monday, 05 June 2017 22:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Tuesday, 06 June 2017 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith,

I updated with site admin access.

I'm waiting on FTP information.
·
Wednesday, 07 June 2017 05:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that we have added a new feature, that, when receiver of the conversations is online, he/she wont be receiving any email. I have tested on your local as when user A is offline, user B made a reply, an email are sent out to the user as you can see on your Backend>Email Activites as shown http://take.ms/51MsM

Please advice.
·
Wednesday, 07 June 2017 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you.

Yes - this is how it appears to me as well, that the user does not get a notification if they are online.

Is it possible for the user to still get an email notification?

Just because a user hasn't logged off, doesn't mean they're active on the site.
·
Wednesday, 07 June 2017 21:04
·
0 Likes
·
0 Votes
·
0 Comments
·
FTP info has been added.

Please provide a log of any/all files that you modify in the backend.

Thank You.
·
Wednesday, 07 June 2017 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I it not advice able for to provide those fixes as we need to do some modifications on the core files and this will not be included on our next release version.

If you required it, you can do modifications on this files .../administrator/components/com_easysocial/includes/conversation/conversation.php and comment out codes below.

if ($recipient->isOnline()) {
// skip sending email notification if user is online.
continue;
}


Note:
You are required to do backup on this files or steps, as next update/upgrade, this will be revert back to its original.

Thanks for your understanding
·
Thursday, 08 June 2017 10:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post