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: 25494
    Brajesh Singh on in reply to: Can I Add Media Without a Gallery? #28010

    Hi Christian,

    Thank you for the reply.

    I am sorry. Currently, gallery are at the core of the plugin. A media can not be uploaded if the gallery does not exist.

    We want to change this and the upload experience but my biggest worry is how do we manage the upgrades form current version without breaking.

    Since our schedule for March does not permit it, we plan to work on it in April and we ill try to coincide with BuddyPress 6.0 release(at the end of April) . But, I am not sure currently, It may take some more time depending on the challenges we face.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Mical,
    Thank you for the patience.

    Please upgrade to 1.6.0. It allows template override for the member header list as well as the shortcodes.

    In order to override, Please copy

    
    recent-visitors-for-buddypress-profile/templates/recent-visitors/file 
    

    to

    
    yourtheme/buddypress/recent-visitors/file
    
    

    Example:- to override shortcodes/top-visitors.php

    Please copy

    
    
    recent-visitors-for-buddypress-profile/templates/recent-visitors/shortcodes/top-visitors.php
    
    

    to

    
    yourtheme/buddypress/recent-visitors/shortcodes/top-visitors.php
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Please allow me to check the username-emails-characters plugin today. I will get back to you in next 24 hours.

    Any plugin which works with the user registration process may override the email error inadvertently. I will check and confirm.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    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: 25494
    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: 25494

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

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

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

    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