Replies
Hello Carsten,
Thank you for the acknowledgement. It is good to know that the plugin is working as expected right now. On the demo server, You can switch to the user when liking their profile to check.
Regarding, When a user is not allowed to unlike only the Unlike button will disappear i.e. It will not affect the like button. If it is not the case can you please share a short video regarding this issue so that I can check?
Regards
Ravi- Ravi on June 12, 2023 at 10:33 am in reply to: Organize user submitted images in the Media Library #49741
Hello Carsten,
Thank you for the acknowledgement. Yes, the code applies to both the existing and new media of MediaPress. Please try to debug it and let me know for any other assistance.
Regards
Ravi - Ravi on June 12, 2023 at 8:29 am in reply to: Organize user submitted images in the Media Library #49737
Hello Carsten,
Thank you for the acknowledgement. Please try to debug by disabling all other plugins temporarily. Give it a try and let me know if the issue still persists or not.
Regards
Ravi - This reply has been marked as private.
- This reply has been marked as private.
- Ravi on June 9, 2023 at 10:50 am in reply to: [Resolved] Buddyblog change activity excerpt length #49721
Hello Tosin,
Try the following filter:
add_filter('bp_excerpt_length', 'adjust_bp_activity_excerpt_length');
Please give it a try
Regards
Ravi - Ravi on June 9, 2023 at 9:31 am in reply to: Organize user submitted images in the Media Library #49719
Hello Carsten,
Thank You for posting. You can use the following code to filter out MediaPress media from the Media library. Please give it a try.
add_filter( 'ajax_query_attachments_args', function ( $query ) { if ( is_admin() && is_user_logged_in() ) { $query['meta_key'] = '_mpp_is_mpp_media'; $query['meta_compare'] = 'NOT EXISTS'; } return $query; } );
Regards
Ravi Hello Tosin,
Sorry for the delayed reply. I will give it a try and will let you know by the day end.
Regards
Ravi- This reply has been marked as private.
Hello Carsten,
Sorry for the inconvenience. I will check it and get back to you soon.
Regards
Ravi