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

    Hi Maksim,
    Thank you. I am glad that our plugins are helpful.

    1. I can understand this. Have seen many clients asking the same in past. If needed, I can share a plugin that forces user to complete their profile fields. I had written parts of it for one of our member and can put it as a plugin.

    2, 3,4:- Thank you. I can see it has a great potential, specially in intranet and dating sites. I will be interested in working on it in future. What is your timeline? I can confirm whether I will be able to add something like this within your schedule or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403

    Thank you Goyelle.
    Glad it is fixed.

    Have a nice day.

    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: BuddyPress Private Message Rate Limiter #17198

    Hi Carsten,
    I am not sure that I understand it completely

    
    Yes, and that is the key to the problem, because after sending a BuddyPress message, the users are able to communicate by email via the notification email.
    

    Are they able to communicate directly to each other via email or are they sending the email to your site and the site is acting as an intermediary between the users?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] paiement with featured Member #17197

    Hi Herve,
    That’s good to know.

    Featured Members does not store how the member was featured. All it stores is whether a member is featured or not?

    You can add user meta when marking a user as featured using

    
    update_user_meta( $custom[3], '_paid_featured', 1 );
    
    

    It will save in user meta an extra value when featuring a member. You will need to remove it too when a member is removed from the featured list.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] Buddypress Unread Message Count #17195

    Thank you MWale,

    Glad that it worked.
    Have a great day 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: Admin Settings Panel #17194

    Hi Edgar,
    Welcome to BuddyDev.

    Please Visit Dashboard. In that dashboard, Looks for MediaPress in the left Menu panel. Under MediaPress menu, you will see the “Settings” link. Open it.

    Once you open the MediaPress settings page, you will note various tabs at the top(general, BuddyPress etc).

    There you will find the Addons tab. Clicking on it should show the settings.

    Please try and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] BP Ajax registration – Ajax Login #17184

    Hi David,
    Hope you are doing well.

    We released Ajax registration 2.0 yesterday.
    https://buddydev.com/plugins/bp-ajax-registration/

    Documentation
    https://buddydev.com/docs/buddypress-ajax-registration/installing-buddypress-ajax-registration-plugin/

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: BuddyPress Private Message Rate Limiter #17183

    Hi Carsten,
    That settings is for sending notification via email.

    For replying via email, there seems to be two plugins available

    – Reply by email from BuddyBoss
    – BP Reply By Email from ray.

    Are you using any one of the above?

  • Keymaster
    (BuddyDev Team)
    Posts: 25403

    Hi Maksim,
    Welcome to BuddyDev forums.

    1. Can you please explain me how the limit should apply? Since the profile fields mean multiple items, we need to have a strategy about it if we want to rate limit. Should we limit whole editing or individual field?

    2. We will consider moderation in future, for now, please use this plugin
    https://github.com/calliaweb/Moderate-Buddypress-xProfile-Changes. It allows you to moderate individual fields.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403

    Hi Goyelle,
    I sincerely appreciate your patience and yes, your earlier deduction had saved me a lot of time in finding the problem.

    Please check the path while copying.

    in your theme, you should keep it in mediapress/default/buddypress/groups/home.php

    The path I specified earlier had a typo in it. This should work.