Replies
- Rami Awad on August 25, 2020 at 6:15 pm in reply to: Member Types Pro Not Working (Field Missing on profiles) #32727
Hi Brajesh,
Just a reminder to share the link if you are done to test it, thanks.
AWESOME! Thank you so much Ravi,
Tested it and its working fine.- Rami Awad on August 20, 2020 at 11:32 am in reply to: Member Types Pro Not Working (Field Missing on profiles) #32612
I will be leveraging all its options to the max, so you can count on me for a real application test with all options 😉 just release it =D
- Rami Awad on August 18, 2020 at 10:54 pm in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32549
Hello Sotiris,
Well first I am not Brajesh, I just saw your message stating a problem I managed to solve before so I shared what I did 🙂
As for your issue, that shouldn’t happen! and most probably this is a conflict that drove me crazy before and even buddyboss support couldn’t solve it for me, so try the following:
Deactivae all plugins except for buddyboss and BP Multi network only and deactivate the forum discussions component on all subsites then try registration again and see if the problem is solved.
Note: the forum discussions component and some other buddypress plugins conflicts with this setup of registration that you are aiming for.
if the problem is solved dont network activate Bp registration just activate it on the subsites.
On my multisite every subsite has separate registration, the user cant log in to any other subsite, but will have access to the main site anyway because of the participant role when he register to any subsite, however, if the user is logged in already on any subsite (or the main site) and visited another subsite he cant register on the visited site, you must use join blog widget plugin that just assign him a role on the visited subsite. if you want to make him fill registration fields you can use force profile completion plugin. that’s the best that I could do without a custom code.
Regards,
Rami - Rami Awad on August 18, 2020 at 2:05 pm in reply to: Member Types Pro Not Working (Field Missing on profiles) #32546
Awesome! I am also waiting for a compatible version with Buddyboss, I managed to make the current one work but facing duplication issues.
Hello Brajesh, I hope all is well.
Any updates please?
Hello Adeala,
did you try this plugin?
https://buddydev.com/plugins/bp-extended-user-groups-widget/
Regards.
- Rami Awad on August 18, 2020 at 1:40 pm in reply to: [Resolved] BuddyPress Multi Network – Main site users have access to all subsites #32541
Hello Sotiris,
I solved this problem by adding a bp-custom.php file to wp-content/plugins/ enabling multiblog
Create a file with text editor and name it bp-custom.php with the following lines below and add it using ftp to wp-content/plugins/
<?php
// define( ‘BP_ENABLE_MULTIBLOG’, true );
define( ‘BP_ENABLE_MULTIBLOG’, true );You can also try Bp Registration options plugin, you can define registration rules for every subsite.
Note: take care that when a user register to a subsite, he will receive a participant role on main site by default which makes him access buddyboss components anyway on the main site unless you are denying it using a pluign like “members only pro” (It doesn’t show in the admin users page that the user has a participant role but if you tried to access the profile of the user who registered on the subsite only on the main site you will find that he has access because of the participant role)
Regards.
- Rami Awad on August 3, 2020 at 10:49 pm in reply to: [Resolved] BuddyPress Moderation Tools request (Suggestion) #32095
Got your point, Thanks
OK thanks, I will do it then 🙂
I will work on it in live notifications plugin too, I think white background with the user avatar will look more modern, as also Buddyboss theme has a left menu panel that hides part of the notification popup, so I will move it to the other side. if you have anything that can help in placing the avatar it would be great.
Thank you and best regards.
- This reply was modified 4 years, 3 months ago by Rami Awad.