Lazy load will really speeds up a site, so it’s important to us. LiteSpeed Cache has image lazy loading which is compatible with the BuddyPress avatar uploading feature:
https://wordpress.org/support/topic/lazy-load-breaking-buddypress-upload-avatar-feature/
Thought that might help anyone who runs into this issue!
One solution I’ve found which works for BuddyPress and
Whether you use BuddyPress or not, you would need to write custom code to handle the access restrictions that you described.
Hello,
Hoping someone might be able to help me. I’m not able to get the avatar upload feature to work on any of my sites, it does the same thing on all of them, shows a small black box where the image uploads into and then only allows to crop a tiny part of the image resulting in very bad looking corner of an avatar.. Any help would be very much appreciated.
One of the pages I have the error on is: http://dev-greentv.pantheonsite.io/members/jaymcdonough/profile/change-avatar/ feel free to sign up to see the error on the profile that is created.
I’m using WordPress 5.0.2 and BuddyPress 4.1.0
I’ve not played with Toolset so have limited knowledge of that. I take it that it’s expecting a comma delimited list of usernames. my first question is – is it looking for the WP Username and is your list returning them correctly (as opposed to the BuddyPress fullname).
I think what I’d do first is to take the shortcode output and paste this into the Toolset shortcode manually to see if that works. If it does then it would appear the Toolset shortcode and your shortcode are not interacting properly.
How can I edit the colors in BP extended profile area as well as the text? I need to remove the “white” background to either the color of my current theme or to something that’s not white.
Do I need to edit my sites theme CSS or is it BuddyPress CSS?

Wordpress V. 5.0.2
BP V. 4.1.0
URL: https://arcade.gamerzfan.com
Theme: Paraxe / Paraxe Child
Thanks in Advance.
Try something like this in your shortcode:
$args = array(
'group_id' => 666, // set the ID somehow
'exclude_admins_mods' => false
);
$group_members_result = groups_get_group_members( $args );
$group_members = array();
foreach( $group_members_result['members'] as $member ) {
$group_members[] = $member->ID;
}
return implode(", ", $group_members);
Check the $args by reviewing groups_get_group_members() in buddypress\bp-groups\bp-groups-functions.php
I was able to use phpmyadmin and go into the database – table: wp_users and change the user_nicename to whatever I wanted. That worked fine.
It looks like regular users who signed up already had nice @names but I think mine were bad in part because I set them up before I set up bbpress and buddypress and it was just trying to use my email address. Plus, setting up multiple accounts at different times to test things.
Amazing. Switching to buddypress legacy made everything show.
Thanks for your help
Imgur allows you to upload images and provide a link to view them.
By the sounds of things you probably have a conflict. Things I would try:
1. Set BuddyPress theme to BP Legacy
2. Deactivate all other plugins apart from BuddyPress
3. Try with a default theme such as 2016.
As far as I can tell people on my site start the process of creating an account with membermouse. So, yeah, I will try creating a new account again and see what I can figure out. I’ve made a bunch of test accounts for myself – so maybe I used the same email or something. I need clean up and delete a bunch of those anyway now.
So does buddypress usually use the regular wordpress login user name? If a site just uses bbpress and buddypress – people set up an acccount just through wordpress and bbpress/buddypress use that?
Yikes, afaik, that is not done by BuddyPress.
It looks like you have a plugin or other code that allows emails as user names.
My guess re the ‘2-2-‘ bits is that more than one user was created with that email.
( Try a test registration using a unique email )
WP dictates that login names have to be unique.
BuddyPress uses the login names for @ mentions.
So does bbPress – for example, this forum where your @ mention name is: badusername
So, again, afaik, it will not be reasonably possible to simplify the @ mention names.
With considerable and complicated customization, it might be possible.
One thing about this is that since group creation is open to all users, creating a group would be a simple way to get post creation rights. You may want to look at BuddyPress Restrict Group Creation to limit who can create a group in the first place.
That’s probably one for the bbPress forums then – https://bbpress.org/forums/ within each group with a forum there should be a forum menu item that links to the group forum. I’d first check there are no plugin conflicts by deactivating all other plugins except for BuddyPress and bbPress, if you still don’t get the menu item within the group then try a default theme such as 2016. BuddyPress forums are provided by bbPress, so that’s the best place to go for support.
https://bbpress.org/forums/
The Groups page does not include any forums, just the group avatar, name and description. You can choose whether to include the groups forums in the forums page, and other options by following these instructions:
Installing Group and Sitewide Forums
I am trying to create forums for groups in buddypress using bbpress.
I am really struggling to understand how they integrate. I have read lots of documentation and been through numerous support.
My users can create a group and a a forum for that group.
That forum then goes onto the forum page under a parent forum of group forums.
Bit on the group’s page I can’t get the forums to show which is frustrating as when the user completes the group the forum isn’t viaible.
Can someone talk me through the set up or point me in the way of comprehensive instructions?
Thanks
Yes, When Icreate a topic and create a reply in bbPress it does not create an item in the BuddyPress activity stream.
Is it better to assign these two post IDs to “$args” and call new as “new WP_Query ($args)”?
Sounds like they have given you the brush off, clearly if it’s WooCommerce that is stopping another plugin from working then the onus is on them to fix it. If it was the other way round, BuddyPress was stopping a WooCommerce feature to stop working, then we’d need to look at it.
If I post “bbp_create_topic”
Do you mean, create a topic or create a reply in bbPress?
And it does not create an item in the BuddyPress activity stream?
btw- these are the BuddyPress forums.
The bbPress forums are here and are probably a better place to ask your question.
Mean you don’t know how
No, I mean your issue is not due to BuddyPress.
It is due to the plugin that you are using for member searches.
Again, you should ask the creators of that plugin.
members/bps-form-home – located in: /buddypress/
No, it is located in the additional code that you have added to buddypress.
Are you using the BP Profile Search plugin?
Go to the wp-admin area for your site.
On the left side, you should see a link to Plugins.
Click on that link and then you should see a list of the plugins on your site.
Look for the BP Profile Search plugin.
If you find it, then you know who to contact with your question.
Mean you don’t know how 🙂
members/bps-form-home – located in: /buddypress/ Should I ask then support from OpenCart Or Magento if this is not an issue of BuddyPress
And maybe Extended Profiles (Customize your community with fully editable profile fields that allow your users to describe themselves.) is not a part of BuddyPress too? Because only the gender got wrong search results – and this is BuddyPress Profile Field
BuddyPress does not include the code for those kinds of searches.
Please ask the support staff for your theme or for the plugin that handles your searches.
I am using buddypress 4.1.0 and rtMedia. When I upload a photo from rtMedia’s media in the group page, it appears in the activity, but the link of the poster in the activity is displayed with the html string of a href = “” . I think that it is a bug, do you know how to fix it?