AI Assistant
Notifications
Clear all

BuddyPress activity type

0 Posts
1 Users
0 Reactions
3,578 Views
(@shcthompson)
New Member
Joined: 10 years ago
Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#263]

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