Replies
- Brajesh Singh on August 20, 2025 at 7:02 am in reply to: Help with BuddyPress User Profile Tabs Creator Pro #55690
Hi Claire,
Thank you.Please use this and let me know if it works or not?
https://pastebin.com/raw/4ZtiJN6x
You will need to replace the old code with it. It has your tabs slug hardcoded. Please check it if it is causing 404 on pagination.
Regards
Brajesh - Brajesh Singh on August 20, 2025 at 6:48 am in reply to: Copy Url to clipboard button for an individual post. #55689
Hi,
Try adding the following code to your functions.php or bp-custom.phphttps://gist.github.com/sbrajesh/ed8298d085f6b58e1838f6f4db97d877
It would add a “Link” text to each post and clicking on it, users can access the permalink.
Regards
Brajesh Hi Russel,
Thank you for the suggestion.
I appreciate it.We have done it intentionally due to limitations of platform(not having uniformity on allowing file selection for ios/android etc).
We do not plan to add it as it creates broken experience with the current uploader(in 2.0 branch, this is not an issue).
I will suggest using the filter
mpp_upload_default_settings
to filter and override.Regards
Brajesh- Brajesh Singh on August 17, 2025 at 7:27 am in reply to: Copy Url to clipboard button for an individual post. #55683This reply has been marked as private.
- Brajesh Singh on August 17, 2025 at 7:25 am in reply to: Copy Url to clipboard button for an individual post. #55682
Hi,
Welcome to BuddyDev.It is certainly doable. How to do it will depend on theme/template pack you are using.
You will need to do the following:-
1. Load a js file like ClipBoard.js – https://clipboardjs.com/
2. Inject the button for copying (most of the time usingbp_activity_entry_meta
action)
3. Enable the copyThere is a minor issue that you will face when new activity is posted on current page, you will need to activate this copy js again for that specific activity.
Regards
Brajesh - Brajesh Singh on August 16, 2025 at 3:41 pm in reply to: 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: 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: 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