rtMedia 4.6.10 for me too. Buddypress 10.1.0 and wordpress 5.9.1 You too?
Hey there,
I want to make a website with BuddyPress. I have “Hacklog Remote Attachment” plugin that allow me to remotely upload media files on to another server with FTP access. I mean this plugin will upload everything you upload on “media” to another server.
But Buddypress ignore this and save files on wp-content folder. My local host is limited so that’s not good option to save files on my local host.
Is there any add-on or plugin to force Buddypress upload files to another server with FTP?
On my website https://paddleboardgear.net/
I have buddypress, BBpress and Youzify installed and I am testing the group status update function and it doesn’t work. I try to make a comment and it doesn’t load at all. Also, when creating a new account it gets stuck on verifying.
I have tried to rollback buddypress to 9.2 and that didn’t help. Any other suggestions?
thanks for your feedback @anythingnaija1
I wonder how you did notice the issue on this site as my profile simply let me the option to use a gravatar 🤔.

In BuddyPress 10.0.0 we’ve added the possibility to save an history of the uploaded avatars, that’s the only thing I can see to cause your specific config these kind of troubles.
I’d be interested to see the last lines of your server’s error_log file. You can try to disable the avatar history feature like this:
Create a bp-custom.php file into the /wp-content/plugins/ directory of your site and add this code into it:
<?php
add_filter( 'bp_disable_avatar_history', '__return_true' );
@moviefloss I’d look to the PHP version used by the 2 hosts. I recently tested BuddyPress with PHP 8.1 and realized we need to improve compatibility with it.
This same issue exists on the buddypress org site as I can’t upload pictures and it shows http error just like my site.
Try going to wp-admin > Settings > BuddyPress > Options and switch the template pack to Nouveau.
I have the same error but i dont know how to find out were the problems lies. Help?
Critical Error on this Site (notifications0
Hi,
Thanks for your feedback, this will be fixed in next minor release. See https://buddypress.trac.wordpress.org/ticket/8639
Hi team, if I activate the template in Legacy Mode, I have the bp_nav menu but I don’t have the friend request button for every user. If I activate the template in BuddyPress nouveau, the friend request button appears but the bp_nav menu disappears. Is there a way to have both? Thank you
Hello I want minimum limit criteria for buddypresss activity section, As I want min 50 to 100 word should be restricted to the users , Can I do that ,OR IS their any plugin
Hi @kayart, I discovered this: if I activate the template in Legacy Mode, I have the bp_nav menu but I don’t have the friend request button. If I activate the template in BuddyPress nouveau, the friend request button appears but the bp_nav disappears. Is there a way to have both? Thank you
Maybe this part of the BuddyPress Codex could help you:
Change Default Members Profile Landing Tab
Anonymous User 16480907Inactive
Hello,
check this link and follow the instructions given on this page.
BuddyPress Template Override
I am building an eLearning website and I am using BuddyPress to manage the community. I have created two member types “Student” “Instructors”. Please, I want to make the student the default member type that will be assigned to every user upon registration. How do I achieve that?
I also want a situation where anyone given the instructor role can automatically be assigned to the instructor member type.
Hello and good day.
I just installed Buddypress on a Zakra Pro theme.
It appeared to install correctly but my home page is is not showing correctly.
Instead of full screen, everything is shifted to the left.
I did a conflict test with no success.
I also restored a pre-buddypress backup to no avail.
In wp-admin, go to Settings > BuddyPress > Components and make sure Friend Connections is enabled.
Then, on the members directory, you should see an “Add Friend” button next to each member.
Well, Buddypress AND rtMedia made an update to their plugin, but still it is not working.
Any idea what is wrong here?
Hello Amigos,
Can you please suggest this https://prnt.sc/26wddv9?
I’ve used BuddyPress and am Unable to check the favorites and Mentions,
While I’m clicking on it, It redirects to the directory page.
So, Please share your thoughts.
Thank you in advance!
Hi @moviefloss & @pasindups
Uploading/cropping avatars works fine with me.
Can you try help me to reproduce the issue so that I can fix it?
1. Before uploading the picture, open the browser’s inspector and activate the network tab, the one which logs pages load, Ajax requests…
2. Upload the picture, according to what you described, you should see an error logged into this tab, double click on the line of this error and make a screenshot of the request result.
3. Repeat the operation activating the console tab of the browser’s inspector, but this time you might see JavaScript errors logged, I also need a screenshot if that’s the case 🙂
Tell me more about the picture you’re trying to upload: file extension, size in pixels.
Tell me more about the browser you are using: Firefox, Chrome, Safari, Edge, Internet Explorer 😬, another one ?
Tell me more about the active theme?
Tell me more about your WordPress configuration (regular, multisite) if Multisite how BuddyPress is activated (Network, on the main site of the network, on a subsite, other)?
If you are using some specific BuddyPress constants into your wp-config.php file which ones?
Thanks in advance for your inputs 😉
When I go to invite members to a group., the plus sign button is not visible. I use the Memberlite theme but I tried both the BuddyPress and the Twenty Twenty themes and still had the same problem. Do you have any idea what could cause this?
WordPress 5.9
BuddyPress 10.0
Website Link: http://www.sheldonfamily.net
Hi,
I am having the same issue as pasindups. This is happening on both sites I own. The issue appeared after the 10.0.0 release.
I originally thoughts it was a plugin issue (Youzify) but after disabling all plugins, issue still persist on BuddyPress front and backend.
I am attempting to set up BuddyPress on my website and on my registration form it is duplicating the name field on the signup fields only and I cannot delete (healthystmarys.com/register for reference). I’m not great with coding/website editing (I know the basics to edit this website for work) so any guidance on how to fix this would be much appreciated.
There is already a filter with that name:
apply_filters( 'bp_members_signup_error_message', '<div class="error">' . $error_message . '</div>' );
It passes only one argument. You need to write a custom filter hook with a different name.
also – these are the forums for BuddyPress.
Please contact BuddyBoss for questions specific to their codebase.
This thread is now closed.
These are the forums for BuddyPress.
The support forums for bbPress are here.