Replies
- Brajesh Singh on August 16, 2025 at 3:41 pm in reply to: [Resolved] Help with BuddyPress User Profile Tabs Creator Pro #55680
Hi Claire,
Thank you for the reply.1. I was able to change pagination url by filtering on
bbp_get_topics_pagination_base
. The problem is it does not work with default tab and passing the complete base url(hardcoded) may have trouble with canonical redirect(for some reason, that was not the issue on your site). I can share the code where you might have to update 1 line with your tab/sub tab slug(e.g. /forums/mes-discussions/) and it should work.We do not have a direct channel with BuddyBoss currently. From the past client experience, we find it faster to resolve issue on our own when feasible to save time. You may approach them if you have a valid license and check their feedback for the same.
Regards
Brajesh - Brajesh Singh on August 11, 2025 at 11:24 am in reply to: Unexpected Reset of Profile Visibility to “Hidden” after Follow/Fr #55678
Hi,
Thank you for using the plugin.I am afraid, this is some custom code outside our plugin doing it.
the only time we set the user preference automatically is on
user_register
action. It is used to set the default preference as defined in settings.Otherwise, a user needs to change the preference manually, we do not update any preference(search for calls to update_user_meta and you will see it).
I will suggest looking into your custom code to check if you are settings the privacy to
self
on some actions.Regards
Brajesh - Brajesh Singh on August 4, 2025 at 10:25 am in reply to: [Resolved] Help with BuddyPress User Profile Tabs Creator Pro #55676This reply has been marked as private.
- Brajesh Singh on August 4, 2025 at 10:17 am in reply to: [Resolved] Help with BuddyPress User Profile Tabs Creator Pro #55675This reply has been marked as private.
- Brajesh Singh on August 4, 2025 at 10:16 am in reply to: Support to install BuddyPress XProfile Custom Field Types #55674
Hi,
Thank you for using the plugin.1. Have you installed and activated it?
2. If Yes, Please visit dashboard->BuddyBoss->Profiles and click on “Add New Field” or edit field and you will have all the field types available from the “Type” drop down at the bottom.Hope that helps. If you need further assistance, Please let me know.
Regards
Brajesh - 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: [Resolved] 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: [Resolved] 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