Replies
- This reply has been marked as private.
- This reply has been marked as private.
- Brajesh Singh on July 29, 2025 at 4:02 pm in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55666
Hi Claire,
I saw that you removed the code. I have added it in snippets and I still see the fatal error on the tab screen.
This means when the topic is being rendered, there is something causing fatal error after the first topic. I believable on your site, there is some functionality enabled(in BuddyBoss) which will not work outside their well known places.If feasible, Can you provide me the contents of debug.log from wp-content(after enabling WP_DEBUG) and visiting the tab. That will give us exact idea what is the issue there. For my local install, the same shortcode is working(I have a very basic setup with defaults).
Regards
Brajesh - Brajesh Singh on July 29, 2025 at 11:35 am in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55665
Hi Claire,
Thank you.
Something is causing fatal error there. Can you please delete the bp-custom.php that you created and let me know(keep the tabs).I see you have snippets plugin enabled, I would add it to the snippets plugin. That should make it work.
Regards
Brajesh Hi George,
I am happy you are having some great productive time.You can control that via javascript(or probably by filtering in php on the config generation for the uploaded).I am sorry but we have been mixing 1.5.x and 2.x, which version of the plugin you are using now? I can look into it and share the appropriate api.
Regards
Brajesh- Brajesh Singh on July 28, 2025 at 8:27 pm in reply to: 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