Replies
- JohnnyNW on June 23, 2020 at 3:24 pm in reply to: [Resolved] Buddypress Activity Shortcode comments #31204
Thank you! Sincerely appreciate the input 🙂
- JohnnyNW on June 22, 2020 at 10:16 pm in reply to: [Resolved] Buddypress Activity Shortcode comments #31181
Okay, my activities page isn’t showing comments on post, only on “Personal” in profile.
But if I add this, it shows on activity page, BUT not on your shortcode.
function activity_comments_stream_mode( $args = array() ) { return array_merge( $args, array( 'display_comments' => 'stream', ) ); } add_filter( 'bp_before_has_activities_parse_args', 'activity_comments_stream_mode', 20, 1 );
Any suggestions?
Thank you!
PS yes Site Tracking is on, no comments in moderation.
Okay, thank you for your troubles.
Take care.
- JohnnyNW on June 22, 2020 at 8:59 pm in reply to: [Resolved] Buddypress Activity Shortcode comments #31179
Comments on posts are showing up on personal activities, but not on bp activity page or shortcode ;(
- JohnnyNW on June 22, 2020 at 8:38 pm in reply to: [Resolved] Buddypress Activity Shortcode comments #31178
Hello again!
I’m using
[activity-stream title="" per_page=8 load_more=1 pagination=0 action=activity_update,activity_comment,updated_profile,new_blog_post load_more=1]
I don’t see comments for posts 🙁
Interesting…I don’t see comments on posts in activities page either. Huh.
I guess I’ll need to troubleshoot on my end, assuming shortcode I am using is correct.
Thanks!
Thanks. I wait on pins and needles LOL
Oh wow! Awesome! Thanks!
- This reply has been marked as private.
Hello, again.
I’m using Kleo. Yeah, I suspected that was a bit of a reach.
Making Featured Members plugin free is cool, but then having add-ons i.e. Featured Members Post Widget plugin for $X, or say Featured Members Post Page plugin for $Y, or say Featured Members Roles plugin for $Z, or…well, that would be very cool.
Actually, what I would love, if even remotely possible, is to have those that are Feature Members, their posts can go on a page of just posts by Featured Members.
Most members are not Featured, but it would be nice to have Featured Members posts automatically populate a page with Featured Members posts (and a widget with Featured Members posts).
But that’s what I really would like to have Featured Members plugin do.
I know it probably asking way too much, but that would be awesome if plugin did that.