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

    Hi Vald,
    Thank you for using the plugins.

    We do keep the group ids with the post which can be accessed using the following code

    
    $group_id = get_post_meta( $post_id, '_bcg_group_id', true );
    

    I am requesting Ravi to assist you with further code.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi David,
    Please clarify the question.

    Do you want to allow users to create activity post? If yes, you will need to enable activity component, otherwise, you don’t need to.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Rename Circles? #42952
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: BuddyPress Non Editable Profile Fields some requests #42951

    Hi Bakhta,
    I am sorry, we don’t have any plan to extend this plugin currently.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Conditional Profile Fields for BuddyPress update #42950

    Hi,
    Thank you.
    I am doing well.

    I will push it in the evening IST today(3rd).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Adding excerpts to BuddyBoss forum page? #42949

    Hi Mark,
    At the moment, BuddyBoss theme lacks proper hooks. They have too many things(template files) hardcoded without any hook to allow extension.

    I understand that they may be interested in limiting what can be achieved via external plugins. You don’t have much of a choice other than overriding(unless BuddyBoss starts adding hooks to template files).

    Please feel free to get it touch for any custom needs via our services page

    https://buddydev.com/buddypress-custom-development-service/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Error messages #42916

    Hi James,
    Thank you for sharing.

    The reason is you are on multisite where WordPress limits each site’s storage. By using the above filter, you have overwritten WordPress’s restriction on the upload size for individual site.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Inquiries #42881
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Bakhta,
    Thank you.

    4. No. The logic is once the field has data, do not allow editing it. If the field is on registration page and user enters data, They won’t be able to edit it on their profile.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Bakhta,
    Thank you for the suggestions.

    1. The plugin is functional. There is no need for new update for now.

    2. No plans for compatibility with BuddyBoss repeater fields. Sorry, we do not plan to spend time on BuddyBoss specific things at the moment.

    3. “Admin can set number of time user can modify field” :- Sorry, tracking number of times is beyond the scope. It is a simple plugin and we want to keep it that way.

    “Set non editable fields by role” :- May be in future.

    4. The plugin works as following: -Once the field has data(whether it was added on registration or on profile update), It will not allow editing that field again.

    Regards
    Brajesh