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: 25486
    Brajesh Singh on in reply to: Issues with registration member types. #44871

    Hi Ethan,
    I am sorry, I am unable to help you with approvals. The plugin(member type) does not deal with registration work flow.

    I have checked the auto activation plugin, It is not designed for conditionally activation of one user type. We will work on it and will be adding filter to achieve it.

    We will have a release by day end Tuesday to support this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Tosin,
    Thank you for the suggestion.
    I am sorry, this is an outlier case and beyond what we can specify with the current implementation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi,
    Thank you for the question.
    sure, here is an example

    
    
    add_filter( 'mpp_user_can_comment_on_gallery', function($can, $gallery_id) {
    
        if( ! is_user_logged_in() ) {
            return $can;// should be false.
        }
    
        // modify the $can based on current user and return
        $can = false;// I am disabling it.
    
        return $can;
    }, 10, 2);
    
    

    Please feel free to customize it as you need.

    Hope it helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Buddyboss & Circles #44868

    Hi Bill,
    Thank you.

    The activity filtering by circle is not available for BuddyBoss. BuddyBoss has disabled activity filters. We used to add it to the activity filters dropdown(which is available for BuddyPress but not for BuddyBoss and there is not much we can do).

    I will suggest contacting BuddyBoss and asking them how to enable the activity filter dropdown on directory. That will resolve it for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Issues with registration member types. #44859

    Hi Ethan,
    I am sorry If I could not understand your requirements.

    Do you want to disable auto activation of account for the casting director member types? or do you need to manually approve them from your admin dashboard?

    Please let me know.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: BP Multi Network #44858

    Hi Alex,
    Thank you for the questions.

    BP Multi network works by prefixing tables with blog specific prefix. In other words, new tables are created for each of the blog.

    1. No. They are in different table. Probably yes by filtering on the activity/activity meta table name but seems error prone.

    2. That is by default. If they are not showing up, they have most probably not logged to your main site. BuddyBoss does not list inactive users who do not have an activity.

    3. No. Sorry, this plugin will not be able to allow that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Buddyboss & Circles #44857

    Thank you.

    Please check your email for the google drive link.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Issues with registration member types. #44855

    Hi Ethan,
    Thank you for the reply.

    The member types pro does not have any option for requiring registration approval.; You may want to check BuddyPress Registration Options plugin and see if it provides the ability.
    https://wordpress.org/plugins/bp-registration-options/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Nifty,
    I am sorry. Ravi had added this a week ago but I could not test. Will do the test and post an update within 24 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Buddyboss & Circles #44850

    Hi Bill,
    Thank you for purchasing from us.

    Your download access for the plugin expired on March 19, 2022.

    Since the last release of the plugin is from February, I will be happy to share a copy with you.

    I will be sharing it via google drive. Do you want to use another email or the same that you are using for the account or a different one? Please let me know and I will do the needful.

    Regards
    Brajesh