Replies
Hi Ankit,
Is it about Simple Group map plugin? No, It does not.Regards
Brajesh- Brajesh Singh on November 16, 2020 at 7:27 am in reply to: [Resolved] Live streaming plugin for Buddypress #34489
Hi jkk,
Thank you for the question.I am not aware of any live streaming plugin. If video conferencing works, there is a plugin for zoom available for BuddyPress.
Regards
Brajesh Hi Ankit,
Yes, you can. You can create it as an addon plugin and complement with the REST API.Regards
Brajesh- Brajesh Singh on November 16, 2020 at 7:25 am in reply to: Groups post not showing for new account #34487
Ok, Good to know. seems you have some kind of filtering enabled on groups activity then(I am assuming you are referring to single group activity page). Try finding the code causing this.
Regards
Brajesh Hi Dorian,
Thank you for the question.I am not aware of any plugin that allows you having a Gutenberg page as part of the group.
You can use our Group Tabs Creator Pro to add the tab content and these content can be anything. If you are considering BuddyPages as an option, the Group Tabs Pro will offer you similar functionality(admin created pages for groups)
Regards
Brajesh- Brajesh Singh on November 13, 2020 at 7:27 pm in reply to: Access to personal data of users who have disabled member directory visibility #34478
Hi Johannes,
Welcome to BuddyDev forums.The plugin allows you to flag it for not excluding users.
you can do that by setting a flag like
bp_profile_visibility_loader()->set_data( 'is_visible' , true );We need to call it just before the API prepares the items. I will check BuddyBoss’s API and provide you a complete example on how to do it later.
Thank you
Brajesh - Brajesh Singh on November 13, 2020 at 7:22 pm in reply to: Groups post not showing for new account #34477
Hi Ankit,
Have you tried troubleshooting it? Is it happening due to conflict with any plugin or code? Please share that. This is not the default behaviour and I can confirm that.Regards
Brajesh - Brajesh Singh on November 13, 2020 at 7:13 pm in reply to: Post As Group Name – Not As User Profile #34476
Hi Roni,
Hope you are doing well.Just an update on this, we had a holiday today due to Diwali here(festival). I did not consider that while replying earlier.
@ravisharma will be available on Monday and assist you then.Thank you
Brajesh Hi Tom,
I am sorry, we have missed it earlier. @ravisharma will post and update to the plugin and provide you with the code to achieve it on Monday.Thank you
BrajeshThank you for the reply.
Please have a look at the WordPress REST API docs and you will find the details on how to implement there
https://developer.wordpress.org/rest-api/
Regards
Brajesh