Search Results for 'buddypress'
-
Search Results
-
I’m using Facebook log in, in conjunction with BuddyPress (I’m using the Nextgen Social Login WordPress Plugin).
The password, however, does not transfer over.
If the user registers using facebook, then logs out. Then logs back in using the facebook email and password – BuddyPress does not recognise the details.
It also does not notify the user of their username for logging in (which it makes up).
Any advice?
I had been using this code to show profile fields on a member’s card in the directory. It was working perfectly until the last BuddyPress update. After the update it disappeared. (even with all other plugins disabled and on the Twenty-Twenty theme)
Is there a fix for this or should I change something in my code?
function add_city_to_members_loop() {
$field_content = bp_get_member_profile_data( ‘field=City’ );
if( $field_content != false )
echo ” – ” . $field_content;
}
add_action( ‘bp_directory_members_item’, ‘add_city_to_members_loop’ );Hi,
I have a problem with the new profile block. The profile pictures of the users displayed there are only displayed if you are logged in. If you are not logged in, an error is generated instead of the profile picture.
But I can call up the user profile via the link, in which the profile picture is displayed correctly.https://www.vhsfotoclub.de/mitgliederbereich/galerien-der-fotoclub-mitglieder/
Wordpress Version 5.4.1–de_DE
BuddyPress 6.0.0Hi,
For some reason, once I post a new status with pictures attached, it only shows the first 1 -3 words of the post and then the pictures. How do I make it show all the words?
Hi,
I’m using Buddypress and woocommerce with OneSocialTheme and MarketPlace from BuddyBoss.
It’s really great that buddypress has notification feature, allowing to notify your social activities such as friend request, message etc.As you know, when you order a product, you would instantely receive emails.
I was wondering if there is a way I can add woocommerce order statut into buddypress notification ?Topic: Styling buddypress
Hi All,
I am really struggling to understand the file structure in BP. Specifically, I am looking to make some changes to aesthetics. For most part I have been able to change some CSS properties, but have noticed some alignment issues with elements in the page that would like to rectify