Replies
- Brajesh Singh on July 28, 2025 at 8:27 pm in reply to: [Resolved] Help with BuddyPress User Profile Tabs Creator Pro #55662
Hi Claire,
I am sorry, I missed to reply with the solution earlier.I created a shortcode to allow you filter by user. You can put this in your bp-custom.php or add as snippet(if using any code snippet manager)
https://gist.github.com/sbrajesh/f78ecdea1408b44b98b2b788c7cbbbb8
Then, you can put the following shortcode in the tab content area.
[bbp-topic-index-extended]
That will take care of the topic list.
Regards
Brajesh - Brajesh Singh on July 21, 2025 at 4:17 pm in reply to: Prevent strip of affiliate url parameter in buddypress #55659
Hi Tosin,
Thank you for the post.This issue is not caused by BuddyPress. I will suggest looking for other active plugins/theme/code for the root of the issue.
Regards
Brajesh - Brajesh Singh on July 18, 2025 at 9:30 pm in reply to: [Resolved] Register button grey and page needs reload when captcha fails #55656
Hi Noah,
That’s awesome.
Thank you for letting me know. I am glad you resolved it.Regards
Brajesh - Brajesh Singh on July 18, 2025 at 9:08 pm in reply to: [Resolved] Register button grey and page needs reload when captcha fails #55654
Hi,
Thank you for confirming.Which plugin are you using for the re-captcha. Please let me know and I will look into our integration.
Regards
Brajesh - Brajesh Singh on July 18, 2025 at 5:25 pm in reply to: [Resolved] Register button grey and page needs reload when captcha fails #55652
Hi,
Thank you for the link.
I assume that you are referring to the sidebar register button/link?It is probably coming from your theme or some other plugin. You can add the following custom css to fix it.
#bp-login-widget-form .bp-login-widget-register-link a { filter: none !important; color: #fff; }
That should fix it.
Please let me know if it works or not?
Regards
Brajesh - This reply has been marked as private.
Hi Tosin,
Thank you for sharing the update.Please allow me to go through it over the weekend and get back to you.
Regards
Brajesh- Brajesh Singh on July 18, 2025 at 4:16 pm in reply to: Mediapress activity notification links #55648
Hi Earl,
Thank you for reporting the issue. This is currently by design.You will need to add the following to your bp-custom.php to disable it.
// disables MediaPress gallery linking for activity. add_action( 'bp_include', function () { if ( ! function_exists( 'mpp_filter_activity_permalink' ) ) { return; } $priority = has_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink' ); if ( false !== $priority ) { remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', $priority ); } } );
Please let me know if it worked for you or not?
Regards
Brajesh - Brajesh Singh on July 18, 2025 at 4:09 pm in reply to: [Resolved] Less members in random order on bp members loop #55647
Hi Josh,
The users need to have a last activity time set in order to appear in members directory. That’s why this happened.Regards
Brajesh - Brajesh Singh on July 18, 2025 at 4:08 pm in reply to: [Resolved] Register button grey and page needs reload when captcha fails #55646
Hi,
Welcome to BuddyDev support forums.
Thank you for using the plugin.It seems the css might be coming from the theme. Can you please link me to your site. I can quickly check and provide a snippet to disable it.
Please use the private reply in the forum to share the link if you need to keep it private.
Thank you
Brajesh