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

    Hi Tosin,
    I am sorry for the delayed reply.

    The above code is very minimal and will not have any effect on your page loading speed or site efficiency.

    I do not see a reason to write code for specific page. Please do let me know if you have other reasons.

    Regards
    Brajesh

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

    Hi Keith,
    Thank you.

    It’s good to know you find the issue and resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    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: 25348

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

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

    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: 25348
    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: 25348
    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: 25348
    Brajesh Singh on in reply to: [Resolved] Buddypress Member Type Pro #27434

    You are welcome 🙂