BuddyDev

Search

[Resolved] BuddyPress Group Activities Notifier not Sending

  • Participant
    Level: Initiated
    Posts: 3
    Chris van Donkelaar on #5355

    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,
    —Chris

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #5356

    Hi 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.

  • Participant
    Level: Initiated
    Posts: 3
    Chris van Donkelaar on #5357

    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

  • Participant
    Level: Initiated
    Posts: 3
    Chris van Donkelaar on #5358

    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 …

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #5359

    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
    Brajesh

  • Participant
    Level: Initiated
    Posts: 3
    Chris van Donkelaar on #5360

    Yup, that’s got it! Thanks again for all this help.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #5361

    You are most welcome. Marking it as resolved now.

The topic ‘ [Resolved] BuddyPress Group Activities Notifier not Sending’ is closed to new replies.

This topic is: resolved