Replies
Hello Mike,
Please download from here:
https://github.com/mediapress/mpp-global-shared-gallery/archive/master.zipRegards
Ravi- Ravi on February 1, 2021 at 6:24 pm in reply to: [Resolved] MediaPress Upload pics to match with BP container width #35993
Hello Daniel,
Thank you for acknowledgement and your kind words.
Regards
Ravi Hello Tosin,
Please upgrade to newer version of plugin and let me know if it works or not.
Regards
Ravi- Ravi on February 1, 2021 at 11:51 am in reply to: [Resolved] MediaPress Upload pics to match with BP container width #35983This reply has been marked as private.
- Ravi on February 1, 2021 at 11:34 am in reply to: Profile visibility and buddycircles conflict – users not visible in Circles #35982
Hello Bernard,
Sorry for the inconvenience. I have checked with both BuddyCircles and Profile Visibility Plugin as activated mode and it seems is working for me with BuddyBoss. Can you please share the screenshots where issue is occuring.
Regards
Ravi - Ravi on February 1, 2021 at 10:44 am in reply to: [Resolved] Buddycircles message button broken on Buddyboss #35980
Hello Bernard,
Sorry for the delayed reply. Please use the following code and let me know if it works or not:
/** * Get member id. * * @param int $id Member id. * * @return int */ function buddydev_circle_get_member_id( $id ) { if ( bcircles_is_circles_page() ) { return bp_get_member_user_id(); } return $id; } /** * Apply filter before circle loop. */ function buddydev_before_circle_loop() { add_filter( 'bp_displayed_user_id', 'buddydev_circle_get_member_id', 11 ); } /** * Remove filter after circle loop. */ function buddydev_after_circle_loop() { remove_filter( 'bp_displayed_user_id', 'buddydev_circle_get_member_id' ); } add_action( 'before_circle_users_loop', 'buddydev_before_circle_loop' ); add_action( 'after_circle_users_loop', 'buddydev_after_circle_loop' );
Regards
Ravi - Ravi on February 1, 2021 at 10:14 am in reply to: [Resolved] MediaPress Upload pics to match with BP container width #35979
Hello Daniel,
Thank you for asking. Please link me to the site so that I can help.
Regards
Ravi Hello Mike,
Thank you for the acknowledgement. I have added support for remote media as well. Please download the latest version of plugin and give it a shot. Please let me know if it works or not.
Regards
Ravi- Ravi on February 1, 2021 at 8:45 am in reply to: [Resolved] Show notification when post is published for friends. #35977
Hello Martin,
Thank you for acknowledgement. You can mark notification read by action link. I am glad to help you.
Regards
Ravi - Ravi on January 30, 2021 at 7:52 pm in reply to: [Resolved] Adding New Profile Tabs in Profile Menu #35932
Hello Khalid,
Thank you for posting. To add tabs created using Profile Tabs Creator Pro you can add the tabs as custom links to that tab. Please refer the following reply:
https://buddydev.com/support/forums/topic/i-need-a-menu-item-for-recent-profile-visitors/#post-35734
Please let me know if you need further assistance.
Regards
Ravi