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

    Hi,
    I do see your point and I can see the issue happening for multi types some of the time.

    I am still not sure of the actual issue though.

    Question 1:- Which field type are you using? We don’t offer any mobile/phone field type

    Question 2:- Are you using any other profile field related plugin/code?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Activation if already activated #23133

    Please modify the activate.php template file in yourtheme/buddypress/members and then modify the text to say that you might have already activated the account.

    There is a function to check if a user account is active

    
    bp_is_user_active( $user_id)
    
    

    Since you don’t have access to user id, you won’t be able to use it there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: ReCaptcha #23132

    Hi,
    We do have a plugin that allows it.

    I will ask one of our team members to pack and release it on Friday/Monday.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Buddypro Membership #23131
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Cant fix this issue #23130

    Hi Simon,
    I am sorry, I had not seen that.

    If the media is there in the gallery but not available on Bulk edit, It means the media does not have their post parent setup in importing.

    Here is what we are using to query media on that view

    
    
    		mediapress()->the_media_query = new MPP_Media_Query( array( 'gallery_id' => $post_id, 'per_page' => -1, 'nopaging' => true ) );
    
    

    It queries all media whose post_parent is set to the gallery is.

    When you imported media and gallery, can you please verify the post parent was setup for media.

    Also, if there is a staging site, Please share me FTP, I can troubleshoot a bit faster that way.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Mocha ,
    Thank you.
    The code is on the correct lines(filtering validate_username) and it should work. Please allow me to test it in couple of hours and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Galleries Are Gone! #23127

    Hi Jeremy,
    You are using RT Media and MediaPress together and that is causing confusion.

    Please disable RT Media and then try adding some media.

    Also, Here is the link to your MediaPress galleries.
    http://staticcolonies.com/rural/homestead/members/graphicloser/mediapress/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Cant fix this issue #23117

    Hi Simon,
    You will need to fix status for the media too.
    Please edit the gallery in dashboard and from bulk edit media page select status and save. The media will appear.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Mocha,
    Welcome to BuddyDev.

    We are using validate_username() core WordPress function for validating username. It seems the Restrict Username is not using the filter provided by it and using something else to generate error.

    Can you please contact the developer of restrict username and ask them is there any reason for not using that filter? Is it because that does not allow returning custom error?

    Also, If you can ask them what function we should use to validate the username, I will add compatibility.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Cant fix this issue #23108

    Hi Simon,
    Thank you.
    Your problem is most of the gallery is missing status. They need to have some status(any status) to be available on front end.
    Please visit MediaPress->All Galleries in the dashboard and you will see. It seems the migration did not assign status to galleries.

    You will need to assign them status to make them visible.

    Regards
    Brajesh

    • This reply was modified 6 years, 9 months ago by Brajesh Singh. Reason: Fix name