BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Contact Form Widget #48524

    Hi John,
    Thank you for the patience.

    Please upgrade to the latest version and use the following shortcode.

    
    [bpucf-contact-form]
    

    That will show the form in the sidebar of a user account.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Buddypress profile completion #48523

    Hi Tosin,
    Thank you for the reply.

    1. I don’t see anywhere that our team has supplied the code in your original post. Can you please link me?

    2. Let me ascertain it once more. You want to skip redirect on a single Woo product, rest of the site should still redirect?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Buddypress profile completion #48521

    Hi Tosin,
    Please provide more details.
    What is your goal? What is the context?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: [Resolved] Contact Form Widget #48518

    Hi John,
    I am sorry, we could not put it today. I will bee needing one day more to make it available.
    my apologies for the delay.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205

    Hi Nate,
    Thank you for using the plugin.
    I am sorry for the issue. Since badge is our plugin, we will be assisting you with it.

    Thank you for the video, It seems to be a bug as we did not test updating extended profile from the admin. Please allow us 24 hours to pushing an update.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Buddyboss Group Members visibility #48511

    Hi Tobias,
    Welcome to BuddyDev support forums.

    What you are looking for is the default behaviour of the plugin. It should not hide members inside the Group members irrespective of their privacy.

    Which version of BuddyBoss plugin and theme are you using? Are you any other restrictions from BuddyBoss or 3rd party plugins. I am trying to understand as the members should be visible in directory if Profile Visibility plugin was disabled.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205

    Thank you Nik.

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Remove last active, span.activity from own profile #48509

    Hi Carsten,
    You can use the following code to remove the last activity meta from profile.

    
    // remove last activity.
    add_filter( 'bp_nouveau_get_member_meta', function ( $meta, $member, $is_loop ) {
    
    	if ( $is_loop ) {
    		return $meta;
    	}
    	unset  ( $meta['last_activity'] );
    
    	return $meta;
    }, 10, 3 );
    
    

    After that, you can print the meta anywhere you need. Since you mentione dthe hook ‘generate_after_page_title’, is that an action of filter hook?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25205

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25205
    Brajesh Singh on in reply to: Short code for edit post #48507

    Hi,
    I am sorry for the trouble.
    This is the exact use case BuddyBlog pro server.

    Can you please try BuddyBlog Pro on a default BuddyPress setup and see if this is working per your expectations. Otherwise, you may provide me temporary access and I can configure it on your staging server.

    For BuddyBlog Pro to allow create/edit functionality is natuarl and no extra effort is needed.

    Regards
    Brajesh