Replies
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- Brajesh Singh on February 22, 2023 at 3:13 pm 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 - Brajesh Singh on February 22, 2023 at 2:54 pm 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 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- Brajesh Singh on February 21, 2023 at 5:39 pm in reply to: [Resolved] Buddy Badge fields erasing when updating BuddyBoss Extended Profile #48516
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 - Brajesh Singh on February 21, 2023 at 12:10 pm 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 - Brajesh Singh on February 21, 2023 at 12:02 pm in reply to: [Resolved] BuddyBlog Groups – 1.0.0-RC-3 – possible bug? #48510
Thank you Nik.
- Brajesh Singh on February 21, 2023 at 12:02 pm 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 - Brajesh Singh on February 21, 2023 at 11:58 am in reply to: [Resolved] Don’t delete buddupress user, just saw him a msg. #48508
You are welcome.
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