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: 25485
    Brajesh Singh on in reply to: User Circles – How to rename "circles" #27457

    Hi Richard,
    Thank you for using the plugin.

    Please use translation tools to translate the plugin. The plugin should be fully translatable.

    You may use poEdit(desktop tool) or any of the WordPress translation plugins to accomplish it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    thank you for the patience.

    Here is the code

    
    
    // filter redirect url.
    add_filter( 'buddypress_profile_completion_redirect', function ( $redirect_url ) {
    	return get_permalink( 77465 );
    } );
    
    // filter skip option.
    add_filter( 'bp_force_profile_completion_skip_check', function ( $skip ) {
    
    	if ( is_page( 77465 ) ) {
    		$skip = true;
    	}
    
    	return $skip;
    } );
    
    

    1. It assumes you have profile restrictions applied.
    2. It redirects user to page 77465 if their profile photo is not available.
    3. It does not change the behaviour/access for the page 46589 if the user has a profile photo.

    hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jan,
    We store a meta key to mark an item as under moderation. It is under post meta

    
    _mpp_in_moderation
    

    The mpp_get_media_count is not capable of handling meta key.

    We need a query that is similar to mpp_get_media_count but excludes these posts. I may be able to write something on Tuesday(Or modify MediaPress API to make it simpler).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: xProfile field for a registration form in Elementor #27449

    Hi Granmeh,

    Thank you for the question. I am not aware of anything that allows this currently.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Chameli,
    Thank you for using the plugin.

    Are you using it with BuddyBoss theme? Please let me know the theme and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: I need help installing multisite plugin #27447

    Hi Stephanie,
    Welcome to BuddyDev forums.

    Please check your email. I have replied to your message over email and need details to get it done.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Mediapress Galleries are pending #27446

    Hi Keith,
    I am sorry for the inconvenience.

    Have you had any other change on the site recently? The recent update does not cause it. To conform, I tested it again before replying.

    If you are using Media moderation, Can you please temporarily disable that to check this. Also, is there any other recent changes?

    Please let me know and I will assist.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Buddypress Member Type Pro #27434

    You are welcome 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    thank you for the question.

    is there a chance that you are using on eof our plugin
    – Buddyress Force profile Photo
    – BuddyPress profile Completion
    – BuddyPressUser with Uploaded Avatars

    I am asking because these plugins do save the user’s avatar presence in database. BuddyPress does not keep this detail out of the box.

    Please let me know and I or my team will assist you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BuddyPress FOLLOW option #27430

    Hi giuseppe,
    Thank you for the reply.

    I haven’t seen any official word from Ray. That reply was from Andy(the original Developer of BuddyPress and the follow plugin).

    Yes, Please do feel free. We need to know if there will be a release on wp.org or not. That will help decide our course of action.

    Thank you
    Brajesh