Replies
- Brajesh Singh on March 22, 2023 at 7:52 am in reply to: Disable friend request option in BP Profile Privacy settings #48858
Hi Daniel,
I am sorry, we haven’t released yet due to docs/videos preparation.
I will make sure it is available over this weekend. I can provide a copy via google drive for now until we publish the docs.
Please let me know if you need it soon.Thank you
Brajesh Hi Tosin,
Thank you.
I have the hunch that using DomDocument parser is causing it.
The problem is MediumEditor(js library) has been abandoned and we are looking for a suitable substitution for future.At the moment, I will recommend keeping it diabled.
Regards
Brajesh- Brajesh Singh on March 21, 2023 at 9:45 pm in reply to: [Resolved] udyPress Auto Activate Auto Login Redirect conflict with Recaptcha #48852
Hi Quentin,
Thank you.I am glad you have it resolved now.
Regards
Brajesh - Brajesh Singh on March 20, 2023 at 7:24 pm in reply to: [Resolved] Block button does not respond. #48845
Thank you.
I see that the issue is with content. The problem is this section of code.if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) { $args = array( 'user_id' => bp_displayed_user_id(), 'button_class' => 'my-button-class' ); echo bublock_get_button( $args ); }
It should be
if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) { echo bublock_get_button( bp_displayed_user_id() ); }
Regards
Brajesh - Brajesh Singh on March 20, 2023 at 7:16 pm in reply to: [Resolved] Block button does not respond. #48843This reply has been marked as private.
Hi Tosin,
That’s an encoding issue.Can you create a demo video showing the content and the steps that is causing it.
Thank you
Brajesh- Brajesh Singh on March 20, 2023 at 4:01 pm in reply to: [Resolved] Block button does not respond. #48840
Hi Carsten,
I can not investigate the request form the screenshot but the response code is 403(forbidden).
If other ajax features are working that means the request being sent is not sending the proper details(item type, id, nonce etc).If you want, I can check it on the site and see what is causing it.
Regards
Brajesh Hi Philippe,
Welcome to BuddyDev support forums.BuddyPress does not come with a moderation tool out of the box.
You can either use ours(It is paid) or there is a freemium alternative available from other developer on wordpress.org repo to have the moderation.
Hope that helps.
Regards
Brajesh- Brajesh Singh on March 20, 2023 at 11:16 am in reply to: [Resolved] Block button does not respond. #48833
Hi Carsten,
From the screenshot, It seems something is preventing access to admin-ajax.
Do you have any rule/plugins restricting access to WordPress dashboard or wp-admin/admin-ajax.phpThat seems to be causing this.
Please check.
Regards
Brajesh - Brajesh Singh on March 20, 2023 at 7:22 am in reply to: [Resolved] Block button does not respond. #48830
Hi Carsten,
Thank you for reporting the issue.I don’t see any error.
Can you check the browser console and see if there is any js error appearing?Regards
Brajesh