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: [Resolved] Help with Bp Branded Login #26444

    Thank you.
    I am glad you solved it.

    Thank you for sharing the code.

    PS:- About moving the template, The benefit lies in future updates. Any change in plugin will be lost but if you keep them in the template directory as override, they will be preserved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Richard,
    Thank you for the clarification.

    MediaPress does not support showing gallery images if the comment is on the gallery and not the media.

    I am sorry but there are no direct ways to enable it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Distance of members #26442

    Hi Jennifer,
    I am sorry but I am unable to understand the question.

    Please help me understand it better.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jason,
    You can use the URL option to add the existing documents.

    Please do note that MediaPress will download the docs again(If it is set the the MediaPress settings) or simply keep a plain link of the document based on your settings.

    You will need to add each file url manually.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Most probably your theme had an older version of registration code causing it. Glad it is resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Resent visitors counter does not update #26431

    Hi Carsten,
    at the moment we don’t have a plan for this. If you are concerned about css, we should remove the background over the count.

    I will certainly consider it as a future option and let admins decide if they want to enable it or not.

    Any suggestion for the ui(how to allow resets) is appreciated.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Richard,
    Welcome back.

    Is it happening on the direct comment over media or a comment on the comment of media? The direct comments on media will show the media. The second level and deeper comments won’t show the media.

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Help with Bp Branded Login #26427

    Hi,
    Thank you.

    For the reset form, Please copy plugin/bp-branded-login/templates/blogin/resetpass.php to your current active theme/blogin/resetpass.php

    You can modify the label there and change the type from text

    
    <input type="text" name="user_login" id="user_login" class="input" value="<?php echo esc_attr( $user_login ); ?>" size="20" />
    

    to

    
    
    <input type="email" name="user_login" id="user_login" class="input" value="<?php echo esc_attr( $user_login ); ?>" size="20" />
    
    

    That should do it.

    Regards
    Brajesh

    • This reply was modified 6 years, 10 months ago by Brajesh Singh. Reason: Adding the missing code
  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you.

    Are you using the latest version of member types pro? I assume you are using the member type field from the member types pro plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BuddyPress Profile Completion #26424

    Hi Irene,
    Can you please provide me link to your site and a login account? If it is a theme conflict(as I read above), I will need access to your theme to see what is causing the conflict.

    Thank you
    Brajesh