BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: Problem Updating Profile Fields #49092

    Hi Thomas,
    Welcome to BuddyDev support forums.

    It seems like a caching issue. Does you site/host have some caching enabled? Try after disabling it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Nick,
    I am sorry, we haven’t been able to look into it.

    We will be assisting you this week with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Cristi,
    Thank you for finding the solution.
    It seems the notifications being sent on connection were failing leading to you seeing the error.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Johan,
    Thank you for reporting the issue.

    We have put a fix in the included libraries. Please upgrade.

    The Group tabs and Profile Tabs are now tested to be compatible upto PHP 8.1

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Earl,
    Thank you for reporting the issue.

    We normally handle super admins different than any other role(sometimes super admin and administrator are same thing).

    Please allow us to investigate on Monday and assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: Mediapress caching #49079

    Hi Earl,
    Thank you for reporting the issue.

    It might be a bug in our cache busting strategy. please allow us to investigate next week and assit.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: [Resolved] Mediapress Bulk Uploads #49078

    Hi Earl,
    Thank you for your reply.

    Please open a new topic with your specific details and we will assist.
    The bulk upload is supported out of the box in sidewide gallery.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089

    Hi Angie,
    Thank you for reporting the issue and the details.

    Please convey my sincere thanks to BuddyBoss support team for demonstrating the issue and providing the solution. Their solution is correct and the right approach for the issue.

    We had somehow missed that BuddyBoss started dynamic loading of registration fields. It is good to know.
    We will be updating the plugin Monday/Tuesday and test with current version of BuddyBoss for the same.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25089
    Brajesh Singh on in reply to: Shortcode for Buddyblog #49070

    Hi Van,
    You will need to change this line

    
         'include'               => array( 1, 35,97 ),
    

    Assuming that your category id is 25, it can bewritten as

    
         'include'               => array( 25 ),
    

    Regards
    Brajesh