Replies
- Brajesh Singh on October 12, 2021 at 11:13 am in reply to: [Resolved] Issues with BP Deactivate Account #40968
Hi Khalid,
Thank you for confirming.2- Users with inactive account have issues on logging in whether we are allowing them to login or preventing them with a message.Please share a blocked user and their pass for the same t allow me check this.
3- If a user is opening “Account Status” setting page and logs out, 404 error page is shown after logging out.Please recheck. It is not happening for me. I was redirected to the actual configured redirect page(cart) on deactivation
Regards
Brajesh - Brajesh Singh on October 12, 2021 at 11:09 am in reply to: [Resolved] BuddyPress Multisite clashes with BuddPress #40967
Hi Gabriela ,
Welcome to BuddyDev.The problem you are facing is due to database table not being created.
For each of the sub site, Please visit Dashboard->Settings->BuddyPress->Components and save. That will create the table and fix the issue.
Regards
Brajesh - Brajesh Singh on October 12, 2021 at 11:07 am in reply to: [Resolved] BuddyPress Moderation Tools API endpoints #40966
Thank you.
- Brajesh Singh on October 11, 2021 at 8:54 pm in reply to: [Resolved] BuddyBlog shows "Uncategorized" when using tags #40958
Hi,
Thank you for the reply.
Do you want to edit the site’s blog page or the user profile’s blog page?Regards
Brajesh - Brajesh Singh on October 11, 2021 at 8:52 pm in reply to: [Resolved] BuddyPress User Profile Tabs Pro plugin – Sub Navs not displaying for all users #40957This reply has been marked as private.
- Brajesh Singh on October 11, 2021 at 8:49 pm in reply to: [Resolved] BuddyPress Activity Shortcode missing forum titles on production server #40955
Hi Fred,
Welcome to BuddyDev.It seems you have some plugin or code affecting the recording of forum activity.
Is it showing title in the normal activity stream?
This plugin simply lists the activity items and does not do anything of its own(the items are prepared by BuddyPress).
My assumption is there is some plugin or code affecting that.
Regards
BrajeshP.S:- I have moved the topic to a different forum now.
- Brajesh Singh on October 11, 2021 at 8:46 pm in reply to: [Resolved] Issues with BP Deactivate Account #40953
Hi Khalid,
I have deactivated all the plugins and set the redrect to your site’s cart page. It is working fine on redirection.The redirect is not working for external sites as we are using bp_core_redirect which uses wp_safe_redirect and that limits which domains are safe for redirection.
Can you please check?
Thank you
Brajesh - Brajesh Singh on October 11, 2021 at 7:25 pm in reply to: Auto Friendship pro – Not working with Memberpress / role #40952This reply has been marked as private.
- Brajesh Singh on October 11, 2021 at 6:32 pm in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40948
Hi Tosin,
Please add the following code too.
// disables activity directory follow tab. add_action( 'bp_follow_activity_loaded', function () { remove_action( 'bp_before_activity_type_tab_friends', 'bp_follow_add_activity_tab' ); } );Regards
Brajesh - Brajesh Singh on October 11, 2021 at 5:53 pm in reply to: [Resolved] BuddyPress Moderation Tools API endpoints #40947
Hi Nifty,
we have started implementing this. For messages, It has been implemented. We will be doing the same for a couple more items. I am hoping to make some good progress this week.Thank you
Brajesh