You can add new profile fields from the backend settings for user profiles like age, location, and bio https://codex.buddypress.org/administrator-guide/extended-profiles/
For media support, you can use https://wordpress.org/plugins/bp-attachments/ plugin.
@wingflap bbPress still contains old codes that need an update; tickets are already created at the bbPress Trac. As a temporary solution, you can rename slug from the bbPress setting for favorite as it conflicts with BuddyPress favorite slug and then try again.
Hello sir
Its argent Issue
with new version of buddypress(12.0.1) there are criticle error face because of old function deprecated . because there are lot of plugin such “buddy press integration with woocomerce” , “bbpress” any other which depend upon buddypress they do not change there functions .
I request you to if any plugin wich from your company not compatible with buddypress new version please make it compatible ASAP.
Hello,
I have the latest version of both WP and BP.
I migrated my website to PHP 8.1 and I have the following warning in the menu when visiting any BP page:
Warning: Undefined property: stdClass::$object in /home/wymc1073/***/www/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 267
Could you please fix for the next patch?
Hi everyone. I was nearly done with my site and then ‘Wham!’ I got an error on my member profile pages (seems to be sudden conflict with the User Switching plugin that’s been used for weeks). I disabled the plugin, then the profile pages load as they should, but still need the functionality. I’m really puzzled as to why this would occur when it’s been used since I started building the site.
Does anyone have any ideas? Thank you in advance.
Here’s the error from my logs:
[18-Jan-2024 02:36:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bp_core_get_user_domain() in /home/customer/www/sg-host.com/public_html/wp-content/plugins/user-switching/user-switching.php:761
Stack trace:
#0 /home/customer/www/sg-host.com/public_html/wp-includes/class-wp-hook.php(324): user_switching->action_bp_button(”)
#1 /home/customer/www/sg-host.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
#2 /home/customer/www/sg-host.com/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#3 /home/customer/www/sg-host.com/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/members/template-tags.php(148): do_action(‘bp_member_heade…’)
#4 /home/customer/www/sg-host.com/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/member-header.php(47): bp_nouveau_member_header_buttons(Array)
#5 /home/customer/www/sg-host in /home/customer/www/sg-host.com/public_html/wp-content/plugins/user-switching/user-switching.php on line 761
I have found out from numberous users that BuddyPress version 12 doesn’t work very well, so far I’ve learned that 9 themes that are focused around having BuddyPress crash there sites now, and others who use buddypress with Wp Page Builder and Elementor and Elementor Pro are having error messages creating there websites from being useable. This is just one theme with many people leaving comments about this. https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630/comments?page=1&filter=all#comment_30328819
I have also contacted my developer support person at Elementor Pro and they are having issues with it as well and it’s not there end with the issues. It’s going on 2 to 4 weeks for most of us.
If it helps, I just disabled the BB Classic plugin (which I need until MediaPress updates to BB12 compatible. With BB Classic disabled, I get a 404 error when I click the Favorites or Subscriptions tab in the Forum section of BuddyPress Profile. I have a funny feeling that the problem with Unfavoriting and Unsubscribing has something to do with BuddyPress trying to create a URL with a redirect for bbPress.
Also, I did this test after updating to BuddyBoss 12.1.1 today. The URL to Unfavorite within the BuddyPress Profile is still with BB Classic enabled:
https://[site-url]/members/admin/forums/favorites/?action=bbp_favorite_remove&object_id=55&redirect_to=https%3A%2F%2F[site-url]%2Fmembers%2Fadmin%2Fforums%2Ffavorites%2F&_wpnonce=f9336f0991
NB: if this is your first BP install, could you check what happens when youplease define the BP_LOAD_DEPRECATED constant to true to load 12.0.0 deprecated functions. We missed this case and will fix this issue asap.
Hi,
1) bbPress is not ready for BuddyPress 12 or up, you need to install and activate BP Classic backwards compatibility add-on
BP Classic
2) it looks like you’re skipping deprecated code from being loaded, please make sure you don’t have the BP_IGNORE_DEPRECATED constant set to true.
If 1 & 2 doesn’t change anything, please describe your configuration in details :
Multisite ? How BP is activated (network or a specific site).
Seems like that the latest update of buddypress causes issues with bbpress. Forums are no longer working and produce a critical error.
An error of type E_ERROR was caused in line 229 of the file **redacted**/wp-content/plugins/bbpress/includes/extend/buddypress/members.php. Error message: Uncaught Error: Call to undefined function bp_core_get_user_domain() in **redacted**/wp-content/plugins/bbpress/includes/extend/buddypress/members.php:229
Stack trace:
#0 **redacted**/wp-content/plugins/bbpress/includes/extend/buddypress/members.php(100): BBP_BuddyPress_Members->get_profile_url()
#1 **redacted**/wp-includes/class-wp-hook.php(324): BBP_BuddyPress_Members->get_user_profile_url()
#2 **redacted**/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#3 **redacted**/wp-content/plugins/bbpress/includes/core/abstraction.php(471): apply_filters()
#4 **redacted**/wp-content/plugins/bbpress/includes/users/template.php(560): bbp_maybe_intercept()
#5 **redacted**/wp-content/plugins/bbpress/includes/admin/users.php(260): bbp_get_user_profile_url()
#6 **redacted**/wp-includes/class-wp-hook.php(324): BBP_Users_Admin->user_row_actions()
#7 **redacted**/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#8 **redacted**/wp-admin/includes/class-wp-users-list-table.php(520): apply_filters()
#9 **redacted**/wp-admin/includes/class-wp-users-list-table.php(415): WP_Users_List_Table->single_row()
#10 **redacted**/wp-admin/includes/class-wp-list-table.php(1709): WP_Users_List_Table->display_rows()
#11 **redacted**/wp-admin/includes/class-wp-list-table.php(1636): WP_List_Table->display_rows_or_placeholder()
#12 **redacted**/wp-admin/users.php(814): WP_List_Table->display()
#13 {main}
thrown
Or am I doing something wrong?
Regards,
Manni
Wordpress version : 6.4.2
BuddyPress : 12.0.0
Site url : https://cityscoop.us/sanleandroca/
Buddypress page url : https://cityscoop.us/sanleandroca/members/
Hi there,
We have built the custom website using the Divi theme with the BuddyPress plugin and it worked fine until we updated to the latest version 12.0.0 of the BuddyPress plugin. Divi theme dynamic CSS styles are not loading on the BuddyPress pages. Please advise.
I’ve noticed the same issue with unfavouriting forum topics. The steps you’ve outlined perfectly describe the problem I’ve encountered as well. The missing image/icon and the link not removing the topic from favorites are indeed frustrating.
I also share your enthusiasm for BuddyPress and would love to see some enhancements, especially the ability to add a Favorites button to individual blog posts and coordinate it with the Activity feed. It would be fantastic to have a listing of favorite blog posts in the profile, and extending it to comments would be the cherry on top.
Thanks for bringing this up, and kudos to the BuddyPress team for their hard work! Looking forward to seeing these improvements.
Is this maybe a bbPress issue and not a BuddyPress issue? I’m asking here because of the differrnce in URLs for doing the favorite/unfavorite or subscribe/unsubscribe from within bbPress as opposed to from within the BuddyPress profile section.
Hi,
What is there a proper way to override the buddypress default block css’s?
For example, the main buddypress.css can be moved to child theme and edit whatever I want.
Is there a similar way for the block css too?
Thanks in advance!
Hello,
is someone able to assist me in styling the pages? I wanna load some pages of buddypress in Elementor. How to do this since version 12?
Docs doesn’t help me at all.
Dear BuddyPress Team,
I am using buddypress version 12.0 in wordpress version 12.0.
2 of buddypress pages; acitivity and groups are hidden. i need help to all pages to enable me to customize the pages. Your quick response will be appreciated.
Below is a link to my site
https://panafricanmail.com/wp-admin/plugins.php
Good evening
I’ve set up Buddypress succesfully
But I noticed members profile pages are a bit limited
They just have a Photo/cover photo and username
Is there a way to upgrade it so that they can write their age, location, description, hobbies, photo gallery etc?
I installed a fresh BuddyPress 12.0 on WPMU 6.4.2 main site https://member.vayhub.org with default theme (2024).
The https://member.vayhub.org/register page is nowhere to be found, even when I set the network setting to “Both sites and user accounts can be registered”. I also tried to invite new users to register, but the “Accept your invitation” link doesn’t work either.
Please help.
Thanks,
-Co Ho
hello @imath
I had a suggestion
If possible, make the buddypress date section like the core of WordPress so that Persian speaking people can easily change the date to JAJALI with common plugins.
Thank
Hello,
I’m new to buddypress and trying to figure out to get it working. I installed Buddypress. I guess I configured it correctly as everything shows up in my menu as intended.
But from there on out I seem to hit a rock as the buddypress pages do not show correctly. My menubar shows vertically and nothing is displayed correctly.
I can’t even find a way to edit the Buddypress pages. I can’t find them between my pages and editing the on the pages itself is not possible is either.
What am I missing?
I use
WP Version 6.4.2
Divi Version: 4.23.4 with Child Theme: Molti Version: 1.2.1
BuddyPress Version 12.0.0
Paid Memberships Pro Version 2.12.7
Paid Memberships Pro – BuddyPress & BuddyBoss Add On Version 1.4.1
I am currently using Buddyx theme with Buddy Press. Can someone help me how to change the site logo url for buddypress logged in users?
Hi @jmchez
We’ll package a 12.1.0 minor release Monday which will improve the Reset Slugs tool you can find into WP Admin > Tools > BuddyPress. This should avoid some orphaned directory page that might cause the number suffix.
If you have regular pages using the same slugs than your BP Directories, I also advise you to edit their slugs to something different.
Hi @dreamscape2
If you recently updated BuddyPress to 12.0, as this plugin hasn’t been updated for years, I’d advise you to install and activate the BP Classic backwards compatibility Add-on we specifically built for these situations.
BP Classic