@hitesh4317 BuddyPress does not any inbuilt feature to display post listing at their profile. You might be using some 3rd party plugin.
BuddyPress does not manage what happens to posts when a user is deleted, I think that’s a WordPress function.
Anyone here? I have tried EVERYTHING! Running the tasks on Buddypress, eliminating the cache
If you are talking about activity posts…
The default behavior is NOT to remove the content, but to refuse to post it and show the error message and leave the content in the textbox.
Are you running some other code re moderation?
Anyhow…
Unfortunately, there are no hooks in the moderation functions.
So you would need to remove the hook that is added in buddypress\bp-activity\bp-activity-filters.php
add_action( 'bp_activity_before_save', 'bp_activity_check_moderation_keys', 2, 1 );
add_action( 'bp_activity_before_save', 'bp_activity_check_blacklist_keys', 2, 1 );
and replace it will a hook that leads to a custom function that does what you want.
@pratibhasvaksha You can check the following doc
Navigation API
@markorton93 BuddyPress Post activity section is plain input area without any text editor.
@oaz on localhost it might have issues
like this
Refused to display ‘https://buddypress.org/support/topic/not-embedding-in-groups/embed/#?secret=hteHTpJ8oj’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
but at a live site with https, it will fine for both profile and group activity.
eg you can check here https://dokan.wpbp.in/members/admin/
Hmmm… The OP was for default alphabetical listings for group members.
In that case, rather than the members-loop template, the template to overload is this ( assuming you are using the Legacy template pack ):
buddypress/bp-templates/bp-legacy/buddypress/groups/single/members.php
And the change would be:
<?php if ( bp_group_has_members( bp_ajax_querystring( 'group_members' ) . '&type=alphabetical' ) ) : ?>
So try overloading that template and make sure you adjust the placement of that template in your child theme.
afaik – It is not possible, at least not easily.
Members are not stored per site – regardless of whether BP is activated per site or globally.
And neither are BuddyPress activity items. “Recently Active” is handled via activity items.
WP multisite uses the usermeta database table to track which users have access to which sites.
You could write a custom widget that checks BP last_activity items and then filters it by the usermeta data.
Hi,
I have a multisite install with one main domain and 3 sub domains. I have buddypress activated locally on each site rather than network-wide. I’m using the recently active members widget on one of my pages of one sub domain, but I want it to show only users from that same sub domain and not users from across the whole network. Is this possible?
Both wordpress and buddypress are running on the latest version.
Thanks!
Hello there, I am running a WP wih BP, all updated to latest version.
From what I read on the codex, thre should be no issue with embedding photos in groups flow
Embeds
Well, I do have an issue with photos, they will not show a preview when I paste a link. (It works well with videos though). What can I do about this ?
Thanks
Hi everyone,
My friend and I are having issues with our Activation Email. While we are also sending emails by another plugin which is instant. We are using our own Host to send the emails.
Sometimes it gets sent straight away while some email providers it can take up to a day for them to get it.
Looked around and they also mostly are about Not Sending ours send just some are really late.
Does anyone else have this issue?
BuddyPress 4.1.0 – WordPress 5.0.3
Thanks.
Hello,
I am using the latest BuddyBress version (legacy template) and have disabled the activity stream. For security reasons I want to hide a member’s username wherever it is possible. Can someone please advice me how to hide the username in the autocomplete field? Please note the attached screenshot.
I found this thread, which probably shows a solution for my request, but unfortunately I have no coding skills and got stuck while trying to follow the steps.
Autocomplete shows both names
Many thanks

my website vikings.life WordPress 5.0.3 BuddyPress 4.1.0
After creating a profile, spammers start sending friend requests to all users (and then they start sending spam messages). It should be stopped.
Can you add limits for “add to friends” requests?
For example: you can set a limit of 40 requests per day. This time is enough to catch and block the spammer.
And admins will be able to change this number of requests in the settings of BuddyPress (or disable this feature).
BuddyPress 4.1.0
Hi Varun, thank you for your response. But I’m not really sure how to do that without affecting the page that currently uses the “groups” slug. Is there a way to change the page end point from groups to regional-groups? I wasn’t able to locate any setting for this.
I have a site that currently uses: http://www.website.com/groups
When I enable Buddypress groups, the content of this page is overwritten with the Buddypress groups content. I cannot change the content from my current groups page to another page as I have a lot of printed material that references that particular page. So I am hoping there is a way to have the Buddypress groups content appear on another page (www.website.com/regional-groups).
Hi there!
I would like to display only member updates on the Activities page (Would like to avoid any other updates like profile changed, etc) – How can I achieve this? I have tried looking through the forums but unable to find a working solution – Nouveau has changed things?
Using the latest version of buddypress and wordpress.
any guidance please?
thanks
I would find this incredibly useful as well as I am trying to integrate the buddypress personal messaging system in to a site I am working with.
I want to be able to replicate the contents of this div
<div id=”item-body” class=”item-body”>
(when “Messages” is selected on the “Members” Page)
I am very new to php/wp dev so struggling a little
Can you help?
BuddyPress
BuddyPress is a powerful WordPress plugin that takes the self-hosted WordPress sites to integrate with social network and community features. It allows you to handle user profiles, user groups, activities, and others within WordPress blogs. So you can use it as a social network for schools, colleges or universities or a communication tool for friends, organizations or companies; and more. As a result, you can easily develop WordPress community with BuddyPress.
Hi, I found this page but at the bottom where the snippet is, it says that it’s depreciated and needs updating. https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
Can someone help with editing the group slug? The site I’m working on currently uses the page “group” for a page on their site. Enabling the groups option overrides this page with the buddypress group info.
For reference, I’m trying to change the URL from : http://www.website.com/groups to http://www.website.com/regional-groups
Any help is appreciated. Thank you.
Yes, it is on purpose – see the ticket.
Hi again,
I verify my other plugins and I think I have found where there is come from.
The problem occurs after installing rtmedia for WordPress, BuddyPress 4.5.5. The former version is 4.5.4.
The older comment are visible but not the new one after installing the 4.5.5 version.
Do you have an idea where is it come from ?
Thx a lot for your support.
The BP Nouveau I was referring to, it’s the BP Theme, you can check which one you are using in Settings>BuddyPress>Options, it’s either Legacy or Nouveau