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.0Topic: Masterstudy – Buddypress
Hi, I installed Buddypress plugin on my WordPress site, together with the Masterstudy theme.
My problem is that I don’t know how to set the pages that ask me in the settings pages section (Members, Activity Flow, Register and Activate), to make Buddypress interact with Masterstudy. I tried from the drop-down menu next to Members, Activity Flow, Register and Activities, he has to choose them but the pages are not there, there are only those of Masterstudy and I would not want to confuse. Buddypress should create a community with Mesterstudy members I think.
Thank you if you can help me.
WordPress version 5.4.1.
BuddyPress version 6.0.0
Link website https://hairbeauty.trainingBuddyPress 6.0.0 has just been released! Many thanks to our 42 contributors, let’s upgrade and enjoy their work.
Dear all,
I had theme Agama Version 1.5.5 by Theme Vision runnig on WordPress Version 5.4.1 when I installed and activated BuddyPress, then installed and activated BuddyMeet.
When I realised than some of the menues were missing, I tried setting the BuddyPress Style from “nouveau” to “old” and it worked, the missing menues were visible.
I changed the theme to Agama Blus Version 1.1.1 by Theme Vision and set the BuddyPress Style back to “nouveau”.
When I changed the theme back to Agama again, I reveived this error on every page:
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 223
Warning: preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 1 in /homepages/5/d742650060/htdocs/app821701390/wp-includes/class-wp.php on line 224The lines within calss-wp.php contain:
if ( preg_match( “#^$match#”, $request_match, $matches ) ||
preg_match( “#^$match#”, urldecode( $request_match ), $matches ) ) {I tried several simple themes, deactivated/reactivated BuddyPress and BuddyMeet, deinstalled/reinstalled BuddyPress and BuddyMeet, nothing helped.
I compared the file class-wp.php with an older version from my backup, but they are similar.
Anyone got any idea what to do?
Kind regards,
MirkoHi,
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?