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: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Issam,
    I am sorry, we will not be able to assist you with exporting/importing. It is beyond what we can support for the plugin.

    Since you did purchase support for this plugin, we will provide a refund within next 24 hours. I will write back after that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Overriding templates #30063

    Hi Carsten,
    It is inside bp-templates/your-template-pack(bp-nouveau or bp-legacy)/buddypress/members/single/

    Check home.php/members-header.php for the details.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30062

    Hi Carsten,
    In my code above, you need to pass the actual user id.

    For example, if you want to show it on profile, You can use bp_displayed_user_id() for that.

    Here is the updated example.

    
    
    if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) {
    	echo bublock_get_button(bp_displayed_user_id() );
    }
    

    This code will only show button on other user’s profile.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi JH,
    Thank you for using Community Builder pro.

    It can be achieved with some css. In order to assist you, Please provide me your order/id or email details. I am unable to find it from your BuddyDev account.

    I will put an example then.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BudddyPress Block Users #30053
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Thank you. We will update the “Auto Friends” to include support for follow too.

    I will post back after the update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Moderation Tools feature request #30050

    Hi Zach,
    Thank you for the suggestions.

    I will need some time to explore the ideas.
    1. Hiding based on category:- Believe it is a very good idea. Just need time to think on how to provide proper UI for this.

    2. Integration with other API is a vast territory. We do have an internal api which can be used to create addons for syncing with 3rd party services. We do not have any plan for this, but will reconsider it in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jay,
    Please check.

    I have activated the Ajax Registration.

    Regards
    Brajesh