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: 25348
    Brajesh Singh on in reply to: Buddy Press Log In Redirect #28006

    Please contact the plugin author. If the list is not appearing for other users, they should be able to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Buddy Press Log In Redirect #28002

    You are welcome.

    If there is no change, It means the collections are not available to the other users.

    I am not sure, how the image plugin works, please check if you need to create collections for each user or if there is any setting governing it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Plutus,
    Thank you for the question.

    In order to override, you need to know a few things.

    1. Are you using a child theme? If yes, you will need to look for the relevant file in the parent theme first

    2. Which template pack are you using? If the parent theme does not contain the template and you want to override it, you will need to look into wp-content/plugins.buddypress/bp-templates/{template pac, bp-nouveau or bp-legacy which ever is active} /buddypress/file-path and copy to yourtheme/buddypress/file-path.

    That will work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Linda,
    Welcome to BuddyDev forums.

    Thank you for the question.

    Please provide me a guest account to check it and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Plutus,
    Thank you for the question.

    I believe the avatar cropping experience does not serve the mobile devices properly.

    You might want to set the custom avatar height/width which are flexible enough for mobile devices.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Buddy Press Log In Redirect #27997

    Hi Penny,
    Welcome to BuddyDev.

    Thank you for the questions.

    Is there any chance that you are logged in as another user? The Login redirect can not modify the list.

    It only filters on ‘login_redirect’ filter and I do not see it modifying the dropdown.

    Please check if you are logged in as the correct user and also disable this plugin and then check again with the same user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Sigfrido,
    I had a look and need some clarification

    1. Please ask the Bimber support about this. In the code below.

    
    $redirect_url = apply_filters( 'snax_login_redirect_url', $redirect_url, $user )
    

    is $user Object or numeric id?

    2. To answer their question about public API:- We did not consider people of even name a basic filter like login_redirect to their own preferences. It is plainly incorrect semantics on their part.

    There is no harm in offering a public API in future for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Sigfrido,
    Thank you for using our member types pro.

    It seems they created an unnecessary filter instead of using the standard ‘login_redirect’.

    I still appreciate them sharing the code snippet for their filter.

    Please allow me to add compatibility and provide an update in 1-2 hours.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Carsten,
    Thank you.

    1. The correct file is bp-templates>bp-legacy>buddypress>members>members-loop.php

    2. I assumed BP Nouveau as the legacy template does not load the first screen via ajax(It loads subsequent pages via ajax).
    If you are seeing the loading text/icon on the very first screen(loading directory), There might be something else doing it.

    Regards
    Brajesh