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

    Hi Carsten,
    The problem with people is they think if something was added recently, It is better.

    Nouveau and Legacy are two choices of template pack. Nouveau was added recently.

    In my opinion, BuddyPress developers added it to make BuddyPress appear more modern(ajax loading and so on).

    The problem is Nouveau is neither flexible nor easily extendible. That makes its adoption/support difficult.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Nik,
    I don’t use WPML, so I am not sure how will you find it.

    I hope you are able to find the string and translate.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Carsten,
    I am sorry but I don’t see a simple solution. It might be achieved by unbinding js events but that makes it complex.

    I won’t be able to assist you with it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] translate notifications #24039

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Carsten,
    If you are using bp-legacy, you can modify yourtheme/buddypress/members/members-loop.php and replace this line

    
    <div id="pag-top" class="pagination">
    

    with this

    
    <div id="pag-top" class="pagination no-ajax">
    

    same for the bottom of the file

    Replace this

    
    <div id="pag-bottom" class="pagination">
    

    with

    
    <div id="pag-bottom" class="pagination no-ajax">
    

    That will disable ajax loading.

    PS:- If the file is not there, you may copy it from wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/ to your theme/buddypress/members .

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    In WordPress, you can make a menu item link to any custom link.

    Using the special URL as custom link, you can link to any tab.

    Primary or sub nav depends on the theme. You can link to any tab/subtab to any WordPress navigation item.

    Please check the custom link option.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336

    Hi Mike,
    Thank you.

    We need some kind of membership option that controls time(for example after 30 days the member ship expires or 60 days it expires).

    We can use the membership to trigger change.

    I am not sure as I do not use wp download manager, does it provide any membership system? If yes, we can look into it and check if we can integrate it with the member types pro.

    PS:- We will have a membership plugins this year.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] Role Based badges #24034

    Hi Mike,
    Thank you.
    It was a bug in the plugin.

    I have fixed role based badge now

    https://buddydev.com/plugins/buddypress-user-badges/

    The bug was not allowing saving images for roles. Please upload images for role badges and It will work now.

    PS:- As discussed in other topic, multisite network mode is not available yet. We are hoping to push with multisite network mode compatibility next week.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25336
    Brajesh Singh on in reply to: [Resolved] buddypress 'following' #24030

    You are welcome 🙂