Notifications
Clear all

BuddyPress activity type

0 Posts
1 Users
0 Likes
2,898 Views
(@shcthompson)
New Member
Joined: 9 years ago
Posts: 2
Topic starter  

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 );


   
Quote
Share:
Scroll to top