Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Need help with map for group #34490

    Hi Ankit,
    Is it about Simple Group map plugin? No, It does not.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Api for plugin #34488

    Hi Ankit,
    Yes, you can. You can create it as an addon plugin and complement with the REST API.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Adding Pages to BuddyPress Groups #34479

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Contact form – Show on profile #34475

    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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Api for plugin #34474

    Thank 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