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: 25490

    Hi,
    Thank you for purchasing the plugin.

    It might be due to Youzer taking over the registration.

    Please allow us to test the registration with Youzer tomorrow and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Member type sorting and auto friendship #34669
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: CB Pro styling problem #34667

    Hi Hugo,
    Thank you for reporting it. I will test and get back to you in next 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Member type sorting and auto friendship #34666
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: DIVI and BuddyBlog compatibility #34659

    Hi,
    I will check it with Divi by tomorrow and get back to you.. BuddyBlog pro should not have such issue as you can turn of front end creation based on roles. The Pro will be available within next 7 days(We are working on the docs and hope to release it this week itself).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: site owner cannot use BP message #34658

    Hi,
    I will suggest looking at the browser console for any error.

    Is there a chance that you might be using any restrictions plugin? Please do not change template pack for the sake of a bug.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Member type sorting and auto friendship #34654

    Hi,
    I am sorry for the delayed reply.

    Can you please tell me how your registration works? Are you using any plugin for this.

    Here is how this plugin works:-

    1. On buddyPress User activation, the Auto friends plugin works by checking the profile fields data.
    If you want to force it to apply global lists on any kind of registration, you can put this in your bp-custom.php

    
    
    add_filter( 'bp_auto_friendship_pro_enable_on_user_register', '__return_true' );
    

    After this, all new user registrations will have the global lists added as friend.

    2. The member type plugin is tied to BuddyPress registration, If you are using any different method, It won’t redirect on registration.

    3. Is it possible to autofriend members that are already registered?

    Do you mean applying a list to an existing user? We haven’t been able to do it but I have seen other similar requests and we can implement it in near future. I am thinking of two strategy(showing list as dropdown on users list and putting an apply button or creating a tools section). It will need some time though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: Category for buddypress links #34653

    Hi Corrado,
    Thank you for the question.

    I am sorry but I ma not sure what is BuddyPress Links page? Can you please help me understand it(is it the BuddyPress members/groups page etc?).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: [Resolved] Submit Button on Register Page #34652

    Hi Mark,
    to answer your earlier questions:-

    
    1. What does buddypress first call when a user navigates to mysite.com/register, or even if they go to a random page like mysite.com/register22. I feel like this is important for me to understand. What’s the first .php to run or file to run?
    

    BuddyPress checks that is it the registration page as set in BuddyPress settings. If it is, the theme compatibility kicks in and the content of that page(using the_content filter) is replaced with the actual BuddyPress registration template.

    
    2.  I tried copying the register.php into my child themes root folder, but the page only showed blank. I followed an old post and moved it to child-theme/buddypress/members and worked. What’s preventing me from directly putting it into my child-theme root folder?
    
    

    It should go to your-child-theme/buddypress/members directory if you wnat to override the default one.

    For more details on handling, Please check plugins/buddypress/bp-members/screens/register.php

    Regards
    Brajesh