Hi,
This seems to be a plugin conflict or any custom code issue. Try disabling plugins and test then and also try switching to default theme and see if it is happening there also or not.
Thanks
Hi,
Try overriding the widget code in child theme and the edit it there.
You can find the file at buddypress->bp-blogs->classes->class-bp-blogs-recent-posts-widget.php
Thanks
Hi,
I am using buddypress with the bp nouveau template, and I am a little bit confused because i’am not sure which files i need for my childtheme… if i want to make changes in my member directory…
so…. which buddypress files do i have to copy to my childtheme?
I have been trying to find any error on the site with the wordpress assistance but couldn’t find any, actually. Everything seems to be working fine and I couldn’t see any JavaScript problems. I tried to change the theme and put 2016 but the error was still there. After I deactivated the plugins one by one to see if the error persisted and something strange happened: I disabled the buddypress activity filter plugin. I reloaded the page and on the first try the error disappeared and loaded all the other posts. However, since the second attempt did not work. I tried to completely delete the plugin but it did not change. I reinstalled it and still nothing. What could be the problem?
If I change theme, I do not lose anything about the changes? Excuse me but I’m not very expert about it. How can I access the console to check for errors?
Sounds like you are having javascript issues.
To determine if the issue is caused by your theme, try switching momentarily to a WP theme like 2016.
Also check your browser console for errors and your site’s error-log.
Thank you for your response.
So to clarify, if you use BuddyPress on a basic theme, then the dropdown toggle does not show and ALL active tabs appear in the menu?
The Media tab is always visible if you are logged out.
The change needs to be made in your theme.
You should ask the theme authors how to make that change for logged in users – especially since it is a premium theme.
Questions about premium theme are outside the scope of these forums.
I forgot to add an image to better explain my post.

After the tab listed “Articles” there is only one more tab, which is the tab for “Media”. How can I force this tab to be visible instead of being nested in the drop-down. I basically just want to get rid of the drop-down altogether. Thank you.
That is not default BP behaviour.
BP does not create a page called ‘My Account’.
It sounds like it is due to your theme or some other plugin.
To test, try deactivating other plugins and switching momentarily to a WP theme like 2016.
i cant find where the language text location for the “private messages” is.
i searched the .po file of BuddyPress and Theme Kleo but i can’t find the “See all” or “There are no new messages.” text in the files.
Any clue?
WP 4.9.8 / BP 3.1.0 / PaidMembership Pro 1.9.5.3 / Theme Kleo 4.3.10
I cannot duplicate that error.
Sounds like a conflict with other code, or you found a bug.
So you have to narrow it down, debug.
Do you have other plugins installed ?
Try deactivating them.
Try switching momentarily switching to a WP theme like 2017.
Try removing any custom code.
Can you use the customizer without errors for general customization ?
BuddyPress Lock
Please try this plugin to hide members page, you just have to select it in settings. Also for the search we can override the template index.php in child theme then can wrap the search form in the condition if(is_user_logged_in())
Thanks
Hi,
Please check this link :
Sort Members Alphabetically by Default
You just have to override members-loop.php in your child theme and then have to modify ajax querystring.
Hopefully, it will help you.
Thanks
Not a problem 🙂 I am here to help you sir.
Ok so let’s check it from starting. Please let me know the steps you have performed till this time like whatever changes you have done for avatar fixes mention theme here.
Thanks
Yes the principal is 1. I already tried that some days ago as it was in the post…the side effect is that my users are redirected to the settings is the theme one and I lost the settings functionalities of theme 2 (see maps favorites, and other specific stuff)…
Sorry for bothering you so much…but this is tricky
Thanks again!
haha oh thanks, I just pasted the code in the functions.php (I tried just pasting in the child theme file and in both the parent and child themes files) but nothing happens…I tested and uploaded again a new picture but is not updated in the second theme.
I’m missing something…or the code doesn’t work in my site…
Oh no! you have pasted the code in the wp-config.php file.
This code needs to be pasted in your child theme’s functions.php otherwise you can create the bp-custom.php file in the plugins folder and then have to paste the code there.
Else, you can install the plugin https://wordpress.org/plugins/code-snippets/ and can paste the code there.
Thanks
BuddyPress Widgets
BuddyPress itself provides a widget for that.
Thanks
Removing the sidebar depends on what theme you are using, also please let me know, do you want to remove from profile only or other pages as well.
You can check this link as well: https://buddydev.com/support/forums/topic/remove-sidebar-on-buddypress-profile-page/
Hi,
I have an issue with my multisite (beuptocity.com and beuptocity.com/maps). The themes are lynk and listopia.
They are two separated sites and when users upload a profile picture in the 1st blog, the second one avatar is not updated (logically as pictures are store in different folders). I have checked this forum and tried several posible solutions but none have worked. I dont want to use gravatar.
Can you help me and give me some possible solutions? Coding or with a plugin, every idea will help.
Thank you in advance and regards,
Jaime
For some reason every member is showing under the ‘friendship requests’ tab on the profile page instead of just people that requested them. Some of the members are still listed as ‘never active’ but show under the request lists. Even brand new members immediately see all of the other members listed under requests w/ the option to accept or reject. Clicking ‘accept’ or ‘reject’ does nothing.
It’s a paid site but I can grant access if someone can help!

Buddypress 3.1.0 latest version
Wordpress 4.9.8
Theme WordPress Twenty Seventeen
Switched to Twenty Fifteen same results.
Using with Paid Membership Pro/Theme My Login
I have the same issue. I am currently using an Avada theme. My user profiles were working perfectly fine. Now they are just showing a blank page. I have tried deleting the buddypress plugin and reinstalling it but that has not helped. I have checked the pages that buddypress creates but these are blank, when viewed through the backend of wordpress. Any help on this problem?
There is no setting for that, afaik.
But there is code you can use – place the code in your theme/functions.php or in bp-custom.php
Read about the filter towards the bottom: https://codex.buddypress.org/emails/
More info: https://buddypress.org/support/topic/change-the-email-from-name-buddypress-email-templates/