Replies
- Rami Awad on September 8, 2025 at 8:33 am in reply to: Buddypress notifications widget break site with Buddyboss #55738
Yes you are right about BB and the widget 🙂
FYI, this is happening with all notification widget plugins not just yours!
Thank you for your support, we did our part! - Rami Awad on September 4, 2025 at 11:46 am in reply to: Buddypress notifications widget break site with Buddyboss #55735
Hi Brajesh,
IF this line 43: $notifications = bp_notifications_get_notifications_for_user( $user_id, $format );
So this is returning notifications for specific user. In that object {$notifications->total_count} , which means this is correct count.
Please explain why its not correct count? ThanksNote: BB will not fix it from their side.
- Rami Awad on September 3, 2025 at 2:50 pm in reply to: Buddypress notifications widget break site with Buddyboss #55731
I don’t think BuddyBoss will apply the update but I will report it anyway.
We fixed it this way thou:
File Path => buddypress-notifications-widget/core/class-bp-notification-widget.php
Line : 52
// $count = count( $notifications );
$count = $notifications->total_count ?? 0; - Rami Awad on September 3, 2025 at 6:10 am in reply to: Buddypress notifications widget break site with Buddyboss #55717
Thank you Brajesh 🙂 You guys are awesome!
Hi Brajesh,
I dont want to be nagging 🙂 but is it coming soon?
Regards
Hello Brajesh,
I hope all is going great with you.Any updates for Member types pro for Buddyboss?
Regards.
- Rami Awad on September 6, 2020 at 5:12 pm in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33062
I forget to mention that I contacted Buddyboss for this several month ago, not recently, but I didnt try again because they are very busy now adding features and not providing a real support.
- Rami Awad on September 6, 2020 at 4:27 pm in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33061
Hi Brajesh,
Fair enough! They are doing alot of a mess anyway and I cant ask you to fix their problems! Recently they had a problem with Automatic and they asked them to fix alot of things in their code (Theme and platform)
Bubbypress Multinetwork is still a life saver 🙂 and Buddydev for sure made Buddypress/boss a rich solution!
Buddyboss team also have all my respect for their awesome solution, we are just asking them to adjust somethings so that developers wont suffer! and I understand your hesitation also because right now they are doing alot of changes that will force you to change alot in your plugins for compatibility!
And thank you very much for always being supportive and trying to help even when its not your plugin!! We ask you and Ravi because you guys are our Buddypress/Wordpress heroes! RESPECT! 🙂
- Rami Awad on September 6, 2020 at 2:54 pm in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33049
Hello Brajesh,
I already did and they said that you should update your plugin to work with Buddyboss. And it was always not updating the nickname with Buddyboss. The thing is recently more people are using buddyboss with your buddypress plugins and that’s why it was brought to your attention, but I started using Buddyboss shortly after it’s release and it wasn’t updating the nickname with Bp Multinetwork, the users were updating the nickname from WordPress backend, but not all users has access to the backend.
Also for Mutlinetwork can we do something to prevent the participant role with forums? if I enabled the forums component on subsites users will have access to the subsite directly without the need for registration. (Join blog widget wont work (doesn’t show) because the user already have a role).
Thanks.
Hello Brajesh,
I hope all is well,
I see several issues here so I tried on a fresh multisite install to make sure no conflict with other plugins:
1- The plugin hides the profile type dropdown menu in Extended user profile, so the admin can’t change the user’s profile type. (Note: selecting and changing the profile type directly from the users page doesnt change the associated role – It was like that always with buddyboss, so the only way for admin is from the extended profile)
2- Default profile tab doesn’t work, it doesn’t override Buddyboss default tab setting. – does this url format work? /members/me/profile
3- Member types page in main site shows empty
4- Login redirect doesn’t work on subsites unless the plugin is activated on the subsite – If network active redirection stops working.
5- Associating several roles is an asset is WordPress, and was a great feature in member types pro, PLEASE, by code snippets or any other solution I need the associated roles metabox with checkboxes. (THANKS A MILLION IN ADVANCE)
6- Member type tab in members directory 🙂
7- Sync groups to member (if no groups were selected it does nothing, I thought it will remove the user from all groups, as syncing already remove the users from unspecified groups. Just a note!
Kind regards,
Rami