Replies
- Ravi on January 20, 2021 at 12:26 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35672
Hello Nestor,
Thank you for the acknowledgement.
Regards
Ravi Hello Mike,
Thank you for posting. I have added edit and delete capability on media user has uploaded. Please check
Download the fresh copy of plugin:
https://github.com/mediapress/mpp-global-shared-gallery/archive/master.zip
Please let me know if it works or not.
Regards
Ravi- Ravi on January 20, 2021 at 11:37 am in reply to: How to enable to upload MPP pics without entering text in BP Activity #35669
Hello Daniel, Nestor,
Please try the following code. It will work for both nouveau and leagacy template.
add_filter( 'bp_activity_type_requires_content', '__return_false' );
Please let me know if it works or not.
Regards
Ravi - Ravi on January 19, 2021 at 8:26 pm in reply to: BP Profile Visibility Manager Problem with messaging #35649
Hello Michael,
You can place this code in ‘bp-custom.php’. For more info please look at the following resource:
https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/
Regards
Ravi Hello Mike,
Please try after importing latest database backup which was taken before database clean.
Regards
Ravi- Ravi on January 19, 2021 at 8:16 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35645
Hello Daniel,
Thank you for posing. Yes, It can be done easily for this you need to override ‘post_update’ ajax call by your own on lower priority before BuddyPress handle it. Following code is for Nouveau
function buddydev_modify_post_update() { if ( ! isset( $_POST['mpp-attached-media'] ) ) { return; } // Overidden code of 'bp_nouveau_ajax_post_update' function. } add_action( 'wp_ajax_post_update', 'buddydev_modify_post_update', 9 );
Regards
Ravi- This reply was modified 4 years, 6 months ago by
Ravi.
- This reply was modified 4 years, 6 months ago by
Hello Mike,
Thank you for posting. Please let me know are you able to locate MediaPress Gallery media in WordPress Media section.
Regards
Ravi- Ravi on January 19, 2021 at 7:05 pm in reply to: BP Profile Visibility Manager Problem with messaging #35640
Hello Michael,
Thank you for posting. Please try the following code and let me know if it works or not.
add_filter( 'bp_profile_visibility_search_excluded_sql', function ( $exclude_sql ) { if ( ! bp_is_members_directory() ) { $exclude_sql = ''; } return $exclude_sql; } );
Regards
Ravi - Ravi on January 19, 2021 at 6:21 pm in reply to: BP Rate Limit User Activity v1.03 plugin prevents posting #35637
Hello Janet,
Sorry for the inconvenience. Yes, It seems there is an issue with Community Builder. I will add competibility and will update you.
Regards
Ravi Hello Mike
Marking this as resolved.
Regards
Ravi