BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Markus,
    Thank you for explaining. That is quiet possible. Please drop me a link on my email brajesh@buddydev.com

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Markus,
    Thank you for asking.

    The overlay is not shown to everyone. Most of the time just ticking the “I am not a robot” will work. The overlay works fine with this plugin.(I have tested that).

    It is google’s algo that don’t show the overlay all the time.

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Markus,
    Please upgrade to version 1.2.3

    After that, you can put this code in your bp-custom.php and it will work as you have mentioned.

    
    
    //disable auto activation
    add_filter( 'bpajaxr_is_auto_activation_mode', '__return_false' );
    
    add_filter( 'bp_ajaxr_response', "my_redirect_on_login");
    
    function my_redirect_on_login( $data ) {
    	
    	$bp = buddypress();
    	
    	if ( ! empty( $bp->signup->errors) ) {
    		return $data;
    	}
    	
    	$data['redirect'] = 1;
    	$data['redirect_url'] = "https://www.wr-performance.de/anleitungen/fast-geschafft/";
    	
    	return $data;
    }
    
    

    Please do let me know if that works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Markus,
    Thank you.
    The current plugin allows deactivating the activation process but redirect only works for logged in user. I will put an update in 1-2 hour to allow redirect work with non logged in user too and provide you the code for redirecting to that page.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774
    Brajesh Singh on in reply to: Buddyblog, images/media support. #1868

    Hi Peter,
    Welcome to BuddyDev forum.

    At the moment, we haven’t added the Media uploaded( UI ) to the BuddyBlog plugin. Allowing users non restricted access can cause a lot of problem. BuddyBlog does have option to allow upload( upto 3) media files but I believe that will not solve your purpose.

    Please give me till tomorrow and I will experiment a little and try to add the Media Uploader.I will leave the option to keep it enabled or disabled on the site admins though.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Sunbeom,

    Welcome to BuddyDev forum.

    I just had a look and for me the Group privacy works for the post( private/hidden ). When I am not a member of the group and I try to access the post by typing url, I am getting redirected to the home page. When I am not logged in, I get redirected to the login page. So that seems fine.

    There is an issue with privacy though. The posts are available in search and are part of the main site blog posts. So, they will be visible in the post leas( depending on your theme either the excerpt or the full content).

    I don’t see a simple solution at the moment as it uses posts and not custom post type.

    I have worked on an updated that is aimed at providing support for custom post type. That can allow us to make the things completely hidden from the site.

    It will take me at least a week to finish and put that code for use, Is it feasible for you to delay this functionality till ten?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    I mean the All Galleries list in the admin .

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi,
    I am sorry for the delayed reply and the problems with MediaPress.

    It seems very strange that the galleries will vanish automatically from the list.
    Can you please visit MediaPress->All Galleries and check if the list is showing any inconsistency like empty component/status/type?

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Good to see that you are progressing on that. I am still not sure why you are not able to use is_front_page() though.

    If you find the reason, Please do let me know.

    Thank you for using that mention code 🙂

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24774

    Hi Markus,
    My apologies for the delayed reply.

    When using BP Ajax Registration, The User should not get any email. If they are getting the email, It is an issue. Which version of WordPress are you using?

    It is possible to disable automatic activation from Bp Ajax registration, but that will disable the auto login too. Is that something that will work for you? Please do let me know and I will post the solution quickly.

    Thank you
    Brajesh