Replies
- Brajesh Singh on October 7, 2022 at 12:21 am in reply to: [Resolved] What controls the “What’s New” post display #46818
Hi Mike,
Thank you for the question.What you see in members list as the latest activity is not fetched from activity table.
When a user posts an activity update, After adding it to activity table, BuddyPress keeps a copy of the content in user meta ‘bp_latest_update’.
When an activity update is deleted, this meta gets deleted and BuddyPress does not try to update it by fetching from activity table.
This will get populated again when a new update is posted by the user.
I hope it helps you understad it.
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 12:14 am in reply to: [Resolved] How to hide “Required fields are marked *” in WP blog comments #46817
Please add this too
.comment-form .required-field-message{ display: none; }That should take care. Please let me know of that works for you or not?
Regards
Brajesh - Brajesh Singh on October 7, 2022 at 12:01 am in reply to: [Resolved] Frontend creation of categories or tags for BuddyBlog #46815
Hi Fain,
Thank you.
I am glad that you liked it.Regards
Brajesh - Brajesh Singh on October 7, 2022 at 12:00 am in reply to: [Resolved] Connecting Xprofilefields to User insights #46814
Hi Ethan,
Please add the following codeadd_filter( 'usin_user_db_data', function ( $user ) { $field_id = '25'; $field_name = "bxp_$field_id"; if ( isset( $user->{$field_name} ) ) { $user->{$field_name} = xprofile_get_field_data( $field_id, $user->ID ); } return $user; } );Please make sure to change field id.
Let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on October 6, 2022 at 11:45 pm in reply to: [Resolved] How to hide “Required fields are marked *” in WP blog comments #46813
Hi Michael,
Thank you.You can hide all the asterisk from the comment form(in twentysixteen theme) by adding the following code to Dashboard->Appearance->Customize->Additional CSS.
.comment-form .required{ display:none; }Regards
Brajesh - Brajesh Singh on October 6, 2022 at 11:32 pm in reply to: [Resolved] PLUGIN SUGGESTION: Reply to Individual & Reply to ALL Buttons #46812
Hi Dianne,
Thank you the topic.This is very much specific to BuddyBoss and I believe the BuddyBoss team can have this easily. It does not make sense doing via plugin.
Please contact them and open this as an enhancement request.
Regards
Brajesh Thank you.
I will have an update next week about it.Regards
Brajesh- Brajesh Singh on October 6, 2022 at 11:19 pm in reply to: Buddypress user blog post manager layout suggestion #46810
Hi Tosin,
BuddyBlog allows you to create your own template override( create buddyblog/default folder in your theme and then copy/modify the temmplates) and implement any view you want. we won’t be able to have that kind of layout as we believe layout should mostly be in theme domain. That’s the reason we are supporting layouts for some of the themes.Please feel free to create your own override for the same.
Regards
Brajesh - Brajesh Singh on October 6, 2022 at 6:38 pm in reply to: [Resolved] BuddyPress Auto Friendship Pro: Before Purchase Question #46807
Hi Dianne,
Thank you.
1. The settings for group are controlled by site admin globally and not per group currently.The update is available now. Please upgrade to 1.1.0. Here is a post showing the new features.
Thank you
Brajesh - Brajesh Singh on October 6, 2022 at 9:39 am in reply to: [Resolved] How to hide “Required fields are marked *” in WP blog comments #46802
Hi Michael,
By default, all the fields required in comments are marked with asterisk. If it was not visibile, your theme might have the labels modified.
Can you please tell me which theme are you using?
Regards
Brajesh