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: 25337
    Brajesh Singh on in reply to: Array of user IDs for specific member type #25486

    Hi
    After this line

    
    $users_ids = get_users( array(
    		'role'   => 'subscriber',
    		'fields' => 'ID'
    	) );
    
    

    You can use

    
    
    $list = join( ',', $users_ids );
    
    

    The list will have the comma separated list.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: [Resolved] Redirection using the wp-login page #25485

    Hi Cap,
    Thank you for the question.

    The BuddyPress Member Types plugin works properly with the WordPress login. Please make sure that the redirects are enabled and the user who is logging in has a member type with redirect setup.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Luca,
    Thank you for the patience.

    Our team looked into it and we found the issue. The problem was our form loaded after the recaptcha plugin and their js could not detect it.

    We changed the priority for our form and now it seems to be working.

    Please try 2.0.7
    https://buddydev.com/plugins/bp-ajax-registration/

    and let me know if it works ore not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337
    Brajesh Singh on in reply to: Insert content before Activity page #25483

    Please use

    
    
    echo  do_shortcode( "Your content ");
    
    

    you will need do_shortcode to render the content from shortcode.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Luca,
    Thank you for the details.

    It seems to me that the recaptcha plugin might not be loading the necessary javascript on all pages and that is the reason. I or my team will be looking at the recaptcha plugin in the day today(IST) and will be providing better suggestion on how to get these two working together.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Luca,
    Welcome to BuddyDev forums.

    I checked and I can see that the captcha shows on single post but not on other pages(including single page).

    Are you using their free or pro version(from title, I am assuming pro)? I haven’t used the plugin but I am guessing it might be their settings. Since captcha appears on single post page, settings seems the most likely thing causing it.

    Do you have options to enable captcha on some pages and hide on others? If yes, Please check.

    If you get a reply from them, Please let me know and I will assist further with it. Otherwise, if you do not receive a reply from them in 24 hours, Please share with me admin credentials to check the settings. I can quickly check that and see if it is setting.
    If not settings, then I can check for code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Johan,
    Thank you for the details.

    1. I am not be able to offer support for those two plugin due to time constraints here.

    2. Sure, I will add a filter today to disable the message and update you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Johan,

    Thank you.

    Yes, bp-custom.php is the right place to add it.

    You can just append to the above list for more member types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25337

    Hi Carsten,
    Please visit Dashboard->MediaPress->Settings

    Please make sure that 1 or more type is selected under the “General” and the “Members” tab.

    Regards
    Brajesh