BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: [Resolved] BuddyDev Dashboard Critical Error #52175

    Hi Berzerk,
    Thank you for reporting the issue.

    There was a problem with server side response. I have fixed it on our server. The issue should be resolved now.

    Regards
    Brajesh

    PS:- There is no need to update the BuddyDev dashboard plugin, it is already compatible with latest PHP and WordPress.

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Exclude “base” groups #52172

    Hi M,
    Welcome to BuddyDev support forums.

    I will suggest reaching out to BuddyBoss support as this is a core feature of BuddyBoss. They are in a better position to assit you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Exclude “base” groups #52173

    Hi M,
    Welcome to BuddyDev support forums.

    I will suggest reaching out to BuddyBoss support as this is a core feature of BuddyBoss. They are in a better position to assit you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi,
    Thank you for using the plugin.

    Which theme and template pack are you using? Please share the details and we will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Frank,
    Thank you for confirming the fix.

    We will look into the issue of long comments read more issue in our future release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Password to groups #52153

    Hi Axel,
    You can invite the user to the group. If they have invitation, It will work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057

    Hi Maurice,
    Sorry about that. The problem is BuddyPress 12.0 has messed up the routing leading to a lot of trouble. The official release specified using BP classic will keep back compat. It seems from your reply, that is not true either.

    Please allow us this week to work on MediaPress. @ravisharma will be back to work tomorrow and we are going to work on MediaPress for next couple of days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: BuddyCommerce profile link returning 404 page. #52151

    Hi Alfredo,
    Welcome to BuddyDev support forums.
    Thank you for using BuddyCommerce and sharing the video showing the issue.

    The problem with market tab is it does not know what should be shown. Please put ‘order’ in the default sub nav slug.

    Let me know if that made it work or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Buddy Boss and Auto Follower #52150

    Hi Carl,
    Thank you for purchasing from us.

    Yes, the plugins are compatible and BuddyBoss is right about it. The profile type is applicable to BuddyBoss.

    Are you using profile type or the profile field which is named profile type?

    Can you please link me to a screenshot showing your conditions?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on in reply to: Buddy blog pro #52149

    Hi Eric,
    Thank you for your patience.

    1. For the notice message, Please remove the content from this page that you added earlier
    https://pastebin.com/fkddq82q

    2. and add this one(It is a replacement for that class)
    https://pastebin.com/sKE0bvh2

    That will add notice above the form.

    There is one limitation though. If a user submits a form, they will still see the generic message.

    2. For the Taxonomy list, Please add this code to your bp-custom.php/functions.php

    https://pastebin.com/MSuKzrEw

    and then put it below

    
    (new BBL_Custom_Tax_Lister('category', 'Categories') )->setup(); // first part is the taxonomy slug, second part is optional label.
    (new BBL_Custom_Tax_Lister('post_tag', 'Tags') )->setup();
    
    

    Hope that helps.

    Regards
    Brajesh