Replies
- Brajesh Singh on March 28, 2025 at 12:31 pm in reply to: [Resolved] Can we remove featured members automatically? #55241
Hi Stephanie,
I am sorry, I tried by installing after git cloning as well as zip on latest version of BuddyPress and I did not encounter any issue. I tested on PHP 8.1.2Can you please share the error log? I don’t see any reason for this plugin to trigger fatal.
Regards
Brajesh - Brajesh Singh on March 28, 2025 at 12:26 pm in reply to: [Resolved] MCE Buttons different in Messages for different users #55240
Hi La,
I am sorry for the delayed reply again.It is probably the theme if you are using a custom theme.
Regards
Brajesh - Brajesh Singh on March 28, 2025 at 12:24 pm in reply to: How to delete all notifications for a member when he gets deleted? #55239
Hi Josh,
Thank you for the reply.It is definitely a plugin bug. Not cleaning notifications on user delete is related to how that plugin uses notification and not related to BuddyPress. BuddyPress has no idea what is in secondary_item_id.
You will need to use
delete_user
ordeleted_user
hook.Regards
Brajesh - Brajesh Singh on March 28, 2025 at 12:20 pm in reply to: How to insert JS code just to the user profile #55238
Hi Josh,
You can usebp_is_user()
to check if you are on user profile page . Also, the recommended hook to inject js would bewp_enqueue_scripts
orbp_enqueue_scripts
.Regards
Brajesh - Brajesh Singh on March 28, 2025 at 12:18 pm in reply to: Problem Overriding Friends Suggestion Pro Widget Template #55237
Hi Joseph,
Thank you for using the plugin.The path is correct and the file that needs override is
friends-suggestions-buddyboss.php
. Please allow me 24 hours to check it against t BuddyBoss and get back to you.Regards
Brajesh - Brajesh Singh on March 28, 2025 at 12:12 pm in reply to: Buddyboss Repeater Set is Not Uploading Image in Single time. #55236
Hi,
I am sorry, It is related to BuddyBoss. You need to contact them for the solution.Please contact them via “get Product Support” link on this page
https://www.buddyboss.com/contact/
Regards
Brajesh - Brajesh Singh on March 22, 2025 at 7:16 pm in reply to: [Resolved] MCE Buttons different in Messages for different users #55226
Hi La,
BuddyPress message does not have the rich text editing feature. My I suggest you to look into BP Better Messages plugin. It might have better features(though I have not checked their recent version).It is certainly doable to attach the Tinymce to message/reply box, filter on kses to allow saving/displaying the rich text but it is a time taking effort and all my current time is focused on a high priority project. I am sorry for my inability to assit you with it.
Please Take a look at BP Better Message to see if that might help you.
Regards
Brajesh - Brajesh Singh on March 22, 2025 at 7:13 pm in reply to: Messages not showing in regular messages tab but showing only in starred #55225
Hi La,
Thank you for the reply.
1. No, Our plugin has nothing to do with it.
2. The issue you are facing is staring the reply/message and most probably the theme/template pack is not supporting it properly. The starred message seems to be working fine on my test.Are you using any custom theme?
Regards
Brajesh - Brajesh Singh on March 22, 2025 at 7:02 pm in reply to: Hide profile tabs: Groups, Mentions, Friends in Personal section #55222This reply has been marked as private.
Hi,
I am sorry, In that case you can override BuddyPress’s email template to your liking by editing a copy in your child theme. I don’t see any ready made solution.Regards
Brajesh