Replies
- Brajesh Singh on September 20, 2022 at 12:52 pm in reply to: [Resolved] Group Tabs Pro: Can I Hide a BuddyBoss Sub-Tab #46600
Hi Dianne,
Thank you for the patience.
I had a look and I see that our plugin does not have the ability to remove sub tabs from group currently.
At the time we had developed this plugin, there were no front end sub tabs for groups. We will ad dthe ability to remove sub tabs in near future.For the time being, if you need, I can share the code for the same. Though I see that this is going to be problemetic as the screen callback attached for the “send group Message” and “send private message” sub tabs and removing one will be breaking other unless we re-add that.
Regards
Brajesh - Brajesh Singh on September 20, 2022 at 11:46 am in reply to: BuddyBlog Pro – BuddyBoss – Ability to link and restrict a post to a group #46599
Thank you.
- Brajesh Singh on September 20, 2022 at 11:45 am in reply to: [Resolved] BuddyBlog Pro Media Uploader and Article Images #46598
Thank you Cristi.
Regards
Brajesh - Brajesh Singh on September 20, 2022 at 11:45 am in reply to: [Resolved] [x] icon to delete subscriptions #46597
Hi Mike,
You are welcome.It seems someone had reported it earlier on bbPress trac and our topic was linked there too today.
https://bbpress.trac.wordpress.org/ticket/3454
Regards
Brajesh - Brajesh Singh on September 20, 2022 at 12:18 am in reply to: [Resolved] BuddyPress Auto Friendship Pro: Before Purchase Question #46588
Hi Dianne,
I am sorry, It seems that something is causing error.Please allow me to get back to you in 24 hours after testing the code again.
Regards
Brajesh - Brajesh Singh on September 20, 2022 at 12:18 am in reply to: how to add reach text field in a user profile #46587
Thank you for your reply.
Please allow me a day to think if we should really have it in the profile data control.
Regards
Brajesh - Brajesh Singh on September 20, 2022 at 12:17 am in reply to: [Resolved] BuddyBlog Pro Media Uploader and Article Images #46586
Hi Cristi,
Thank you.Please do let me know if it worked for you or not?
Thank you
Brajesh - Brajesh Singh on September 19, 2022 at 11:15 pm in reply to: [Resolved] [x] icon to delete subscriptions #46584
Hi Mike,
Thank you for the question.
It is a known Bug in bbPress extension for BuddyPress(comes with bbPress plugin).Please add this to your bp-custom.php
// Fix BbPress 2.6 bug not allowing handling of subscription actions from profile. add_action( 'bp_actions', function () { if ( empty( $_GET['action'] ) || ! is_string( $_GET['action'] ) || ! function_exists( 'bbp_subscriptions_handler' ) ) { return; } // Sanitize the GET action $action = sanitize_key( $_GET['action'] ); // Bail if action was totally invalid if ( empty( $action ) ) { return; } bbp_subscriptions_handler( $action ); }, 1 );Let me know if that works for you or not. i haven’t tested this fix in recent version.
Regards
Brajesh - Brajesh Singh on September 19, 2022 at 11:14 pm in reply to: Buddyblog pay per post (NEW SUGGESTION – PROMOTE OLD CONTENT) #46583
Hi Tosin,
Thank you.I appreciate you taking time to help us with features. I am marking it for the future.
Regards
Brajesh - Brajesh Singh on September 19, 2022 at 11:12 pm in reply to: [Resolved] Shorting the members loop for BuddyPress Featured Members plugin #46582
Thank you.
I will push the update sometimes this week.Regards
Brajesh