Yes, sorry I notice after trying a couple of times, sometimes it works and sometimes it doesn't, I don't understand,....? Is it a bug?
This is not a bug, our system send email only when action is required (like accept or deny friends). You will find in email summary only new notification.
Hi Can you please help me with this friend_accept Notification thing, the Sender doesn't receive no notification of accepetens, when the Sender makes a friends request, it goes fine, the receiver gets an email.
Yes, follow these instructions
- Download and extract attached file
- Copy file "friend_accepted.ctp" into /plugins/jsn/socialnetwork/app/View/Emails/html
- Edit file /plugins/jsn/socialnetwork/app/Controller/FriendsController.php
- Add this code at line 199
if ( $request['Sender']['notification_email'] )
$this->_sendEmail( $request['Sender']['email'],
h($cuser['name']) . ' ' . __('has accepted your friend request'),
'friend_accepted',
array( 'user' => $cuser
) );