Replies
- Brajesh Singh on April 18, 2019 at 1:51 pm in reply to: Possible bug exposed via BP Member Types Pro & BP Registrations Options plugin #22412
Thank you. I am looking forward to them 🙂
- Brajesh Singh on April 18, 2019 at 1:50 pm in reply to: [Resolved] Question – About wall Buddypress #22410This reply has been marked as private.
- Brajesh Singh on April 18, 2019 at 1:48 pm in reply to: Possible bug exposed via BP Member Types Pro & BP Registrations Options plugin #22409
Hi Sam,
Thank you.I am sure I will be able to get it done this week itself(by Saturday).
About the other plugin, I will need ideas for making it better. The value lies in ideas. If we can get some good ideas(I will be checking their forums), we can certainly have our own version 🙂
Thank you
Brajesh - Brajesh Singh on April 18, 2019 at 1:31 pm in reply to: Possible bug exposed via BP Member Types Pro & BP Registrations Options plugin #22407
Hi Sam,
Thank you.The code proposed by George there will not work. It is for basic account fields (email,password, blog details) and not for xprofile fields. It seems George might be a bit mistaken there.
There is a solution for xprofile fields. Please see my suggestion for removing required attribute on step 3 in this blog post.
There is another way too using the filter ‘bp_get_the_profile_field_is_required’ which simplifies the task.
For now, I am going to use ‘bp_get_the_profile_field_is_required’ and put a solution. That should solve our issues for now.
Will be releasing an update in next 2-3 days(most probably early).
Regards
Brajesh - Brajesh Singh on April 18, 2019 at 1:09 pm in reply to: [Resolved] Activity Sitewide stream filter posts by category #22398
Hi Plamen,
Thank you for the kind words.I am glad I could assist.
Have a nice day.
Regards
Brajesh - Brajesh Singh on April 18, 2019 at 1:09 pm in reply to: [Resolved] Multiple sites/domains, same userbase, & simultaneous updates #22397
Hi,
I don’t see a clear option for syncing users currently. Your needs are two way sync, so it is even difficult using other backup system(which will be considered the source database?).I will suggest that you give a try to the share logins and see if that works for you.
Regards
Brajesh Hi Matt,
I am not sure of WPLMS.For BuddyPress, you can use Member Types Pro. You don’t need the conditional field plugin with member types pro. It comes with the automatic conditions based on member type.
Yes, you can setup roles based on member type at registration(Please see the docs).
https://buddydev.com/docs/buddypress-member-types-pro/conditional-buddypress-registration-fields-based-on-buddypress-member-types/Regards
Brajesh- Brajesh Singh on April 18, 2019 at 8:09 am in reply to: Why are some BP pages full width and others not? #22391
Hi Carsten,
Thank you for the question.BuddyPress does not come with or without sidebar. The layout depends on your theme.
BuddyPress looks for a list of templates and which ever is the first one it finds in the theme, It will use that for the layout
'plugin-buddypress.php', 'buddypress.php', 'community.php', 'generic.php', 'page.php', 'single.php', 'singular.php', 'index.php'Most of the theme which are not BuddyPress specific come with page.php. So, the default layout you see is that of page.php
Regards
Brajesh Hi Vivek,
Thank you for the question.At the moment, BuddyPress does not have a proper capability system. Most of the things revolve around bp_moderate capability. There are a few others which won’t be of much use to us.
Yes, it is doable and It can be easily accomplished as BuddyPress provides enough filters/actions for the same.
If you can list specific restrictions you need to apply(or the things on which you want to apply restrictions), we can assist with it.
Thank you
Brajesh- Brajesh Singh on April 18, 2019 at 7:05 am in reply to: Why are some BP pages full width and others not? #22388
Hi Carsten,
The user profiles are not pages in true sense. That’s why the template is not being applied.My suggestion will be to create/override buddypress.php file in your theme. This is the layout used in all BuddyPress pages(including directory and single page) and you can control the sidebars conditionally.
Regards
Brajesh