Skip to content

uday-kokitkar/extended-learndash-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended LearnDash Notifications

Sending BuddyPress messages would help real time notifications and initiation of the conversation on the LearnDash-BuddyPress websites.

Features!

  • Adds option to send BuddyPress message.
  • Setting to send BuddyPress message as well as email.
  • Message sender is admin of the site.

Screenshots

Notifications Setting Notification Type

Configuration

Make sure that BuddyPress Private Messaging component is enabled.

IMPORTANT CHANGE REQUIRED

If you are using LearnDash Notification plugin 1.5 or greater, following line must be modified in the LearnDash Notifications plugin to make this extended plugin work.

File: learndash-notifications/src/trigger.php

Line number: 61 (as per the LearnDash Notification v1.5.3)

Original Code at line 61: $is_send = true;

Replace it by $is_send = apply_filters( 'learndash_notifications_send_email', true, $email, $model->post->ID );

Installation

Follow these steps to install a plugin.

Todos

  • Set a sender according to type of trigger.

License

GPL 3.0

About

Send BuddyPress message as an alternative to email notifications in LearnDash

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages