Replies
- Richard Foley on May 19, 2019 at 6:15 pm in reply to: [Resolved] Mediapress comments and Activity Feed comments #23078
hi Brajesh,
if I understand you correctly the problem will change, to one where we need to *bump* the activity in the stream. If at this point we have meshed activity->comment->media (and back) sync, then the risk is very worth taking and the next problem can be dealt with.
There’s a plugin which may be able to assist with your concern/s (if we’re talking about the same thing).
https://wbcomdesigns.com/downloads/buddypress-activity-bump/
I’ve been using this successfully recently.
R.
- Richard Foley on May 19, 2019 at 6:02 pm in reply to: [Resolved] Mediapress comments and Activity Feed comments #23076
hi Brajesh,
I’m pleased to hear “easily fix”, but I’m not sure I quite understand.
It seems to me that media->comment->activity sync is working just fine.
The problem is in activity->comment->media which does not work at all. If that makes it clearer?
Certainly I can also see that having one parent activity (slot) per media, (via mpp-meta presumably?), would help to solve this. Details notwithstanding 🙂
R.
- Richard Foley on May 19, 2019 at 5:54 pm in reply to: [Resolved] Mediapress comments and Activity Feed comments #23074
here’s a couple of screenshots which show the successful on-media-comment in the feed:
R.
- Richard Foley on May 19, 2019 at 5:26 pm in reply to: [Resolved] Mediapress comments and Activity Feed comments #23072
hi Brajesh,
good to hear from you!
Nope. From the media, the comment goes to the activity, but *not* to the gallery page.
R.
- Richard Foley on May 19, 2019 at 3:13 pm in reply to: [Resolved] Mediapress comments and Activity Feed comments #23058
Closed as old, please see new topic: https://buddydev.com/support/forums/topic/mediapress-comments-and-activity-feed-comments-2/
- Richard Foley on May 18, 2019 at 7:32 pm in reply to: no link on buddyPress notifications widget title #23048
hi Brajesh,
*bump* 🙂 did anything come of this?
R.
- Richard Foley on May 18, 2019 at 8:48 am in reply to: [Resolved] Mediapress comments and Activity Feed comments #23042
hi Brajesh,
did I miss this being fixed? My media is still not getting comments applied from the feed. It’s very disconcerting. Just to clarify:
1. Comment on the media (single media page) is shown on the media and in the feed (correct).
2. Comment on the media (in the activity feed) is *not* shown on the media (incorrect).
3. I have disabled the lightbox comments on my site as it was causing too many issues (ignore this).
If you have any questions, I’m *very* keen to fix this.
Many thanks in advance
R.
- Richard Foley on May 18, 2019 at 8:43 am in reply to: MediaModerator default Title suggestion #23041
Bump?
- Richard Foley on January 15, 2019 at 8:44 am in reply to: [Resolved] mediaPress shortcode returning strange results #20246
hi Brajesh,
found it, <slaps head>, I was handling a special case (friends only) but writing to the default case (main MP query). This screwed up what was expected with what was received.
function buddydev_list_friends_media( $args ) { if ( empty( $args['include_users'] ) && is_user_logged_in() ) { $args['include_users'] = bp_get_friend_ids( bp_loggedin_user_id() ); } return $args; } add_filter( 'mpp_shortcode_list_media_defaults', 'buddydev_list_friends_media' );
I was trying a listing of “media of friends”. This is similar to “media set to friends-only”, but the not quite the same thing as I only want to see the media from MY friends. I’ll have to have another look at this.
Apologies for wasting your time, closing.
R.
- This reply was modified 5 years, 10 months ago by Richard Foley.
- Richard Foley on January 14, 2019 at 10:06 pm in reply to: [Resolved] mediaPress shortcode returning strange results #20220
I don’t think I’m doing anything special, but I’ll have a deeper check through the code and feedback here.