Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello,
I am using WPDiscuz as my place for questions when a student is taking a course on LearnDash. LearnDash has a plugin for buddypress that allows all comments on lessons to be shared in the buddypress group activity stream. However, when the comment is made through WPDiscuz it does not show up in the activity stream. While reviewing the LearnDash for BuddyPress plugin appears to create a specific post/comment type that triggers it to show up... Is there an update I need to make to WPDiscuz to make this work?
LearnDash for BuddyPress lines:
add_action( 'wp_set_comment_status', array( $this, 'bp_learndash_lesson_comment' ), 100, 2 );//Backup in case comment moderation is on
add_action( 'comment_post', array( $this, 'bp_learndash_lesson_comment_approved' ), 100, 2 );