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: 25494
    Brajesh Singh on in reply to: Buddypro Membership #23283
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Turn based comment system?? #23282

    Hi,
    Yes, It is doable. What you are looking is beyond our forum support and will need custom development.

    Also, if you need gamifying it, It will need a bit more like real time notification and updates of the other members comment(using push may be?).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Issue – Plugin Force profil Photo #23281

    Hi Loïc,
    Thank you for using the plugin.

    We have deprecated it in favour of https://wordpress.org/plugins/buddypress-profile-completion/

    Please give a shot to that plugin(you can enable avatar only action).

    If that has similar issues, Please do let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Branded login support #23275

    Hi Tosin,
    I am sorry for the inconvenience.

    To show the login error, the form needs to be posted to pur custom url. We have a url filter which filters the login url to point to our page.

    It is still possible that the form you are using has the form action url added in a way which is not getting filtered by our code.

    Can you please tell me which form it is and from where it is coming(theme/plugin and which one). We can look at the code and let you know the best way to deal with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Markus,
    Thank you for using the plugin.

    Yes, It is possible to do so.

    1. For Friends/Groups tab visibility you can disable it from the BuddyPress Profile Visibility Settings
    2. For other settings, we will need to copy a template file from plugin to your theme or child theme and remove the options.

    If you need the option 2, Please let me know which options you want to remove and I can share the modified template file.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Shayne,
    I have tested it and I can see the issue.

    The ‘BUDDYBLOG_ARCHIVE_SLUG’ constants gets defined very early. It won’t work if you have put it in your bp-custom.php

    I will update to make it work with bp-custom.php in next release. For now, Please put that constant in wp-config.php

    
    define( 'BUDDYBLOG_ARCHIVE_SLUG', 'some-posts' );
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: BuddyBlog Featured Image #23272

    Hi Diane,
    My apologies for the delayed reply.

    I just tested it again to be sure. I tested this with twentyninteen as well as a custom theme and for both it worked(normal subscriber user account). It is working as expected.

    I believe, there are some issues or conflict with your theme and will suggest asking the theme developer to ask for assistance(since the theme is a paid one).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: buddyblog style not work #23271

    Hi,
    BuddyBlog 2.0 is delayed. Will be available by the end of June.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Shayne,
    Thank you for reporting.
    This seems like a bug in BuddyPress.

    I tested with

    
    define( 'BP_FRIENDS_SLUG', 'alpha' );
    define( 'BP_DEFAULT_COMPONENT', 'alpha' );
    
    

    and I got the same result. Changing the name does not work as expected.

    I can certainly look into it but I will need some time before I can. In the meantime, you may want to report it on BuddyPress trac.

    Regards
    Brajesh