Replies
- Brajesh Singh on September 28, 2024 at 7:52 am in reply to: “Post Visiblity” in translation file is not Buddyblog Pro translation file #53215
Thank you.
I will update you on Monday.Regards
Brajesh - Brajesh Singh on September 27, 2024 at 11:07 pm in reply to: [Resolved] PHP warning when activating plugin BuddyPress Profile Data Control #53211
Hi Alex,
Thank you for your assistance with the detailed screenshots and steps to reproduce. I am glad you have found a custom solution too.This plugin only stores ‘_bppc_available_roles’ for the fields and nothing else.
In case the restriction is applied on full name field, this plugin filters activity as well as activity display name of the user/comment. I am still not sure why that will cause activity as null.
I will be writing back to you with a lot more details and clarification on Monday about it.
Thank you
Brajesh Hi George,
BuddyPress extensions add their nav very differently(directly accessing globala nd won’t be available when teh above filter is used).Here is a temporary solution(It only hides nav links not the actual handler attached with the forum).
add_action( 'bp_actions', function () { $bp = buddypress(); if ( isset( $bp->groups->group_creation_steps ) ) { unset( $bp->groups->group_creation_steps['forum'] ); } }, 10 );
Regards
BrajeshHi George,
Thank you.Do you want to remove it from group creation?
Regards
Brajesh- Brajesh Singh on September 27, 2024 at 10:10 pm in reply to: [Resolved] Changing the generic “Registering for this site is easy” tag line. #53207
Hi Carsten,
Welcome back.That is applicable to BuddyPress classic template pack.
Are you using Nouveau or classic?
Regards
Brajesh - Brajesh Singh on September 27, 2024 at 10:10 pm in reply to: Profanity Filter – whitelist variations of blacklisted words #53206
Hi Shaun,
Thank you for teh question.I will suggest disabling the option “Strict filtering”.
If you disable it, the profile filter will only match words ad not partial string.
Please let me know if that works for you
Brajesh
- Brajesh Singh on September 25, 2024 at 10:02 am in reply to: [Resolved] Issue with post_content field for BuddyBlog Pro and BP Simple Front End Post #53197
Thank you Azra.
I am glad you were able to resolve it.Regards
Brajesh - Brajesh Singh on September 25, 2024 at 10:00 am in reply to: [Resolved] PHP warning when activating plugin BuddyPress Profile Data Control #53196
Hi Alex,
Thank you.From your descriptions, what I understand is that when a profile is updated and incomplete activity is saved by BuddyPress if the profile data control is enabled for Full name(BuddyPress does not have a username field). The error does not go because the incomplete activity remains in the database(You can delete it from Dashboard->Activity).
Which version of BuddyPress are you using. Are you using BP classic plugin with it. Which theme and template pack are you using.
Please let me know and I will re-create it and debug.
Thank you
Brajesh - Brajesh Singh on September 24, 2024 at 7:53 pm in reply to: [Resolved] PHP warning when activating plugin BuddyPress Profile Data Control #53189
Thank you Alex.
I have tested it with latest BuddyPress 14.1 and I don’t see the issue.It is probably the profile data control settings/custom field types which is causing it. Do you have a staging site where I can take a look at the profile fields and their configuration(which is using data control)?
Regards
Brajesh - Brajesh Singh on September 24, 2024 at 7:08 pm in reply to: [Resolved] PHP warning when activating plugin BuddyPress Profile Data Control #53186
Hi Alex,
I am sorry for the trouble.
The error log does not directly link to profile data control. It is showing issue with activity(probably a side effect).Can you please tell me the step by step process to reproduce it(e.g log as xyz, visit profile->edit etc..).
Thank you
Brajesh