Replies
- Richard Foley on January 25, 2018 at 1:16 pm in reply to: [Resolved] MediaPress Lightbox 50/50 success/failure #13142
sure, Brajesh, here’s a couple of recordings of several different random users:
https://www.smartlook.com/play/shared/fb8c225a0b10e46fad6d709572320b02b8e9fffe
You can see the last one of 00:23 secs produces the popup as expected. This is the admin user.
hi Brajesh,
no worries, I’m keen to do this, after my pile of TUITs has reduced… As soon as I have something, I’ll let you know. I may even have questions 😀
Cheers
R.
- Richard Foley on January 23, 2018 at 8:24 pm in reply to: [Resolved] MediaPress photos should Inherit gallery permissions #13110
I’ll explain: what happens on my site, is that a user defines a gallery as for friendsonly, and then uploads several images from the activity feed. He quite reasonably expects the photos to be visible to friends only. However, the media gets uploaded as
public
, and he doesn’t notice this from the feed.Not a good situation. If you need several types of behaviour (inherit/not) then I’d suggest this be a configurable option.
ps. I can’t edit my post, so I have to reply here.
- Richard Foley on January 23, 2018 at 2:32 pm in reply to: [Resolved] MediaPress Lightbox 50/50 success/failure #13105
hi Brajesh,
here are a couple of browser sessions – you can see that most of these links work:
https://www.smartlook.com/play/shared/8c320c47a4d44ca4cfdf8849f7266f893f5a397d
and most of these do not:
https://www.smartlook.com/play/shared/f348708404a37084e35f41d890115e0d3621a010
The images are mostly the same selection.
- Richard Foley on January 23, 2018 at 12:33 pm in reply to: [Resolved] MediaPress activity feed not working #13101
hi Brajesh,
I had to override a function:
function rfi_mpp_action_record_new_media_activity( $media_id ) { <snip> // if media is upload from activity, do not publish it again to activity. if ( $media->context == 'activity' ) { // return; and comment out this return statement } <snip> }
This now posts to the activity feed as expected. Very strange though, I’m not convinced this is the 100% correct fix as there must be a reason why this happened in the first place. So it still needs investigation. For the moment though, at least my users can post again 🙂
R.
- This reply was modified 6 years, 10 months ago by Richard Foley.
- Richard Foley on January 23, 2018 at 10:38 am in reply to: [Resolved] MediaPress activity feed not working #13100
Aha, ich habe es.
- Richard Foley on January 23, 2018 at 9:20 am in reply to: [Resolved] MediaPress activity feed not working #13097
hi Brajesh,
when a media is uploaded, there is no more activity registered at all, very keen to hear from you on this one…
R
- This reply was modified 6 years, 10 months ago by Richard Foley.
- Richard Foley on January 23, 2018 at 9:19 am in reply to: [Resolved] MediaPress activity feed stopped working… #13096
Closing as taken over by https://buddydev.com/support/forums/topic/mediapress-activity-feed-not-working/
- Richard Foley on January 22, 2018 at 10:00 pm in reply to: [Resolved] Gallery is not selected (message on activity upload) #13089
hi Brajesh,
ah, ok, I understand the confusion now. My bad. What I did was to set up a test page with both a gallery (via the mpp media-list shortcode) AND a feed (vai your activity-feed shortcode) as well. Hence it is clear you were looking at something you were not expecting, apologies for that. 🙂
R.