BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: BP User Datatabase Cleanup #55476

    Hi Daniel,
    Yes, you should use not contains and if the condition is supported use OR for both the meta.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: First Login Attempt gets blocked #55475

    Hi Daniel,
    Thank you for the question.

    The above url is from BuddyPress(but seems mis configured), Users will get something like this if they try to access a page/screen that requires validation for their credentials.

    I will suggest turning off cache or the plugin that blocks them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Media upload shortcode #55452

    Hi George,
    We had something like this in our 2.0 branch
    please checkout this one and see if it works for you(It has better upload experience), we did not release it as it would require some MediaPress template modifications. That would have been a problem for existing sites which might have customized the templates.
    We do plan to explore releasing it in future.

    https://github.com/buddydev/mediapress/tree/2.0-dev

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: MP and BBPress together #55451

    Hi Earl,
    MediaPress does not have any integration with bbPress. I did an experiment couple of years ago which allowed uploading from topic/replies in bbPress.
    https://github.com/buddydev/bbp-attach-media

    It was an experiment and you may want to try more stable solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: ‘BuddyPress Ajax Registration’ plugin #55450

    Hi Duane,
    Thank you for the message.

    I am not sure how is your developer applying custom registration.

    Are you using this plugin with BuddyPress? Double registration is not feasible for WordPress as a user name can not be re-used unless deleted.

    Are you using the latest version of this plugin(we had similar issue of double registration in BP due to change in BP registration and we had a fix for that).

    Can you try a fresh copy of the plugin and with a different child theme to check if the submission issue is caused by your developers code or and issue with the plugin? We keep a tab on the new releases of WordPress. I haven’t see any flag in wp 6.8 which might cause conflict. I will test with latest BP and WordPress 6.8.1 and write back tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Buddypress Profile Completion not working #55449

    Hi Earl,
    Thank you for the details.

    The plugin checks if a field has data using custom query to avoid performance loss. It does not check what data is stored inside it and if that is valid or not.

    If one of the custom field type is storing data in the field but that field is not valid, It will still consider that field as complete.

    Please try disabling custom field type in the required section of BP Profile completion to check which field type caused it and let me know. I might have better idea then.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: BP User Datatabase Cleanup #55448

    Hi daniel,
    Thank you for the reply.

    _has_avatar is used by profile completion plugin. The has_avatar might b from the older plugin(user with profile avatar). You can use OR for both . The value is 1.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Sarah,
    Welcome to BuddyDev support forums.

    Thank you for using the plugin. I am sorry for the inconvenience. It seems like the issue might be related to what is going inside the tab as content.

    can you please share me the content(tab edit screen) of the tab using pastebin.com or share the screenshots of tab edit screen(with the content). That will help me identify the issue and assist you quickly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi George,
    MediaPress supports limited set of html tags. If the description was saved from WP media editor, It might have been escaped.
    Try removing that and adding new description(with b, i etc) from MediaPress edit page and it should work. Not all tags are supported though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    This reply has been marked as private.