Replies
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.
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;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! 🙂
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