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

    No Problem.
    Glad you resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Mocha,
    Here is the error I see
    https://i.imgur.com/jX1NCTW.png

    Are you using it on multisite? I tested on normal WordPress site and it is generating the error as expected.

    Thank you
    Brajesh

    PS:- I could not test with ‘mod’ as I got the error that minimum 4 letters are required for username.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypress Anonymous Activity #23149

    Hi Nic,
    We have got this working. We will release it over the weekend and you may utilize this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Notification but no image #23141

    Hi Carsten,
    Please share a screenshot.
    Is it some kind of user notification? We do not show that? On the Gallery tab, we show gallery count.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Also,
    Just to be sure I tested the image uploaded with a subscriber account and the field is allowing delete.

    Please make sure you are using the xprofile custom field types by us and the theme is not hiding checkbox.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    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: 25485
    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: 25485
    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: 25485
    Brajesh Singh on in reply to: Buddypro Membership #23131
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    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