BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Debbie,
    Hope you are doing well.

    I have been working on an update and even though I tried to re-think it multiple times, I don’t find “restore” to be the right verb to be used there.

    The problem is when you delete from main queue, the whole history of moderation/reports are lost and we can not say it restore. It is restoring the content but also deleting the whole history of the content.

    I am adding a context for the translation as well as a filter to allow it change as needed from your end(by localizing or using the filter).

    If you have a better suggestion for the name, Please let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Buddypress woocommerce restriction #45820

    Hi Tosin,
    Thank you.

    At the moment, you will need to find a custom solution as we don’t have one suited for your need.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Follow All With Autofriendship Pro? #45813

    Hi Chris,
    Thank you for the question.

    1. You will need to create a global list(A list without any condition)
    2. You will need to select all existing members as the member of that list
    3. Then sync and all will be added as friends of other.

    I understand that step 2 may not be very suitable and we are working on a dynamic source for future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Posting in groups #45812

    Hi Nik,

    1. no problem.

    2. Thank you. I will certainly reach out to you early.

    3. Thank you

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Chris,
    Thank you for the question.

    I am sorry, we don’t have conditional fields yet.

    If you want to have two forms with different fields(for same post type) with different roles, that is still doable.

    Please create 2 forms with different fields and let me know their ids as well as the role they should be used for.

    I can provide you couple of lines of code to achieve that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Limit groups per user #45807

    Hi Poindexter,
    Welcome to BuddyDev support forums.

    If they are WordPress roles, I don’t see any issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Posting in groups #45806

    Hi Nik,
    Thank you for the question.

    1. You are quite right. This was how the plugin was originally designed(please see the name).

    2. Yes, and this is coming within next 2 weeks hopefully(at least the beta). People will be able to create posts from their groups.

    3. I am not sure about this. The problem is field type availability. We have limited set of field types available currently which may not be mapped(for example Map/Geo ) correctly to the corresponding field of the events plugin.

    If you are interested, please help us list the missing field type and we will love to have them available for BuddyBlog Pro.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Buddypress woocommerce restriction #45805

    Hi Tosin,
    Thank you for the question.

    what you are looking for is a subscription plugin. We have one coming at the end of September/mid of October for BuddyPress.

    In the meantime, you may want to explore the existing solutions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Disable activity comment button #45804

    Hi Tosin,
    Thank you for the question.

    You may want to put it in your bp-custom.php and see if it works

    
    // Disable comment for all type except specified in the list.
    add_filter( 'bp_activity_can_comment', function ( $can, $activity_type ) {
    	return in_array( $activity_type, array( 'new_classified', 'new_blog_post' ) );
    }, 10, 2 );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Critical fatal error Buddycommerce #45803

    Hi Igan,
    Thank you for reporting it.

    Please allow us to investigate it on Monday/Tuesday and get back to you.

    Regards
    Brajesh