I’ve just installed and activated this very exciting plugin, but no email notifications are being sent …
Are there any setting I need to configure?
Or, are there any other settings I need to check on in installation?Any help would be very much appreciated!
Thanks,
—ChrisHi Chris,
Thank you for posting.The plugin does not support email notification.
I have updated it now to put a few hooks and added the documentation on how to send the email. Please upgrade to 1.0.3 and you may use the code from the documentation here
https://buddydev.com/plugins/bp-group-activities-notifier/to send email.
Hope that helps.
Hello Brajesh—Amazing! Thank you so much for the quick reply and the additional options. I’ll follow your interactions and get back to you. —Chris
Everything is updated and configured on my site and it works so well! Thanks again for the extra work in helping.
One follow-up question: Is there any way that the provided link in the email could point to the group rather than the activity? The variable is “%4$s” in the bp-custom.php code, but I’m not sure how to change that …
Thank you Chris.
Please change this line
$activity_permalink = bp_activity_get_permalink( $activity->id, $activity );
to
$activity_permalink = bp_get_group_permalink( $group );
That will do it. Hope it helps.
Regards
BrajeshYup, that’s got it! Thanks again for all this help.
You are most welcome. Marking it as resolved now.
The topic ‘ [Resolved] BuddyPress Group Activities Notifier not Sending’ is closed to new replies.