This plugin stopped working. It’s no longer syncing the basic fields like first name and last name. Is it only me?
]]>Hi there,
First of all, many thanks for this plugin as it fixing an issue I was having for a long on getting WP User fields available.
Right now, the issue I am facing after activating the plugin is the fact nothing appears on the user profile in front until I do an update either in front or in backoffice.
Any idea on how to fix this?
Second, are you planning to get a pro version that supports ACF Pro?
Best Regards
I have entries from ProfileGrid : Country
I wanted to switch to buddypress but this field is not there,
(Earlier by testing around, when searching under DE users from germany will be shown)
Now with your pluging optedout from syncing under buddypress options, Only I as admin and 1 user from about 1000 will be shown, also alphabetically. And this user has nothing diffenrent.
I added with xprofile: Country and language synced with “locale”
Why will under members nothing synced?
]]>This forum is filled with outdated responses, but I will try to get an answer anyway.
I received an email from WordPress that says:
“Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email. In this case, WordPress caught an error with one of your plugins, BuddyPress to WordPress Full Sync.
Everything on my server-side is updated.
WordPress version 5.9.3
Current theme: Cera (version 1.1.13)
BuddyPress 10.2.0.
BuddyPress to WordPress Full Sync (version 0.3.7)
PHP version 7.4.28
I deactivated, then subsequently deleted BuddyPress to WordPress Full Sync. I then downloaded a clean copy of the plugin from the WordPress plugins page. I re-installed and re-activated it without difficulty.
I still cannot upload the group profile picture. I can upload the group cover image, but not the profile picture. The image uploads but fails at the cropping stage. I have read the other responses. My file name was never long, but even the file name “g1” does not work, so the filename length does not seem to be the issue. I have tried different sizes and extensions (.png and .jpeg) with consistent failure.
Please help resolve this issue.
]]>Hello. There are many plugins that let you upload a custom photo for a WordPress user, such as Simple Local Avatars and Basic User Avatars. Would it be possible for this plugin to then sync the user avatar to BuddyPress’ profile picture?
]]>Hi
I use BuddyBoss and was able to connect a new bb-profile-field “Website” with the user-meta “user_url”, which is working very well, same with “description”.
But when I try to connect “email” and “phone”, it’s not possible, because these fields are not available in the dropdown inside the “Sync to WordPress user field” widget when editing a bb-profile-field.
I also would like to add “twitter” and “linkedin”, but first things first.
Are these fields not supported by your plugin?
Thank you in advance and kind regards,
Sascha
There’s any way to sync my custom fields created on ACF with similar Buddypress fields?
Scenario: I’ve created a custom form for user register with ACF custom fields. But, i need to show this info on user profile page trought buddypress profile page. So I created similar fields on buddypress to sync this data.
There’s any way that plugin can help me?
Thanks for answer!
I use a customized version of the WP registration form rather than the BP registration. After a user registers the BP profile fields are all empty. Only after making a change to one of the fields does it sync. Is there a way to make it sync upon registration?
]]>Since I made some changes on the configuration the fields that have to be sync between BP and WP, I have a message “Not connected” appearing on the profile screen of every member.
On the link I send you will not see that because you can only see that if you’re logged in.
I tried to solve that in different ways, including deactivating and reactivating the plugin, and the message persists (even when the plugin was deactivated.
How can we solve that?
Thank you in advance
]]>Hello,
Is your plugins work with buddyboss too?
some of the fields in buddyboss need to sync in wordpress.
Thanks
Hi, I’m having an issue with the plugin syncing the user_url field. I’ve installed the plugin on a fresh wp install and tested syncing all field types. All field types are working except user_url. Any thoughts on why this might be happening?
I’m seeing no PHP errors or any errors in the console.
wp 5.5.1
plugin 0.3.5
im using Buddyboss with a custom SMS plugin that creates txt list based on the phone number entered on registration. The plugin JOYOFTXT has a setting so you can tell it the metakey that you phonenumber is in for example here are the common ones it suggest billing_phone
jot_profile_phonenumber
phone
phone_number
profile_mobile1
shipping_phone
so problem is buddypress doesnt store its metadata in any of those so you plugin would be perfect only issue it doesnt allow syncing to a custom metakey like phone –> jot_profile_phonenumber
I almost found a solution with some tinkering with the code in bp2wp-full-sync.php
public static $wpfields = array(
‘first_name’ => ‘pre_user_first_name’,
‘last_name’ => ‘pre_user_last_name’,
‘description’ => ‘pre_user_description’,
‘user_url’ => ‘pre_user_url’,
‘locale’ => ‘pre_user_locale’
————————
I couldn’t add a extra option it errored out if I tried but im not a coder so might be easy but I was able to change a preexisting one so I edited the above to:
public static $wpfields = array(
‘first_name’ => ‘pre_user_first_name’,
‘last_name’ => ‘pre_user_last_name’,
‘description’ => ‘pre_user_description’,
‘user_url’ => ‘pre_user_url’,
‘phone’ => ‘pre_user_phone’,
that works perfect im then able to chose to sync the buddypress phone field to the wordpress phone field JOYOFTXT creates, only thing its not letting me do is metas with multiple names like ideally I want to use jot_profile_phonenumber as thats where 1000 + numbers are stored. If I try ‘phone’ => ‘pre_user_ jot_profile_phonenumber ‘, it only seems to recognize the last part so it tries to sync to _phonenumber and ignores the jot_profile_ part before hand. ‘phone’ => ‘pre_user_phone’, works perfect though i would jsut prefer the jot_profile_phonenumber meta instead. It also doesnt seem to sync backwards. If I change the phone number in buddyress profile it auto changes it in the WP profile perfect but if I change it in the wordpress profile and click save it doesnt update so maybe im missing something else i need to change in the code?
]]>Hello,
I installed this plugin, and also de-activated the default BP sync.
I add an user with a first_name last_name from the wordpress adduser. ok.
(I’ll not use a public page to adduser).
But when I visit a BP profile page, there is no first_name / last_name displayed, are they synchronized ? From this order wp > bp ?
For me it does’t work. If you could help me please thanks! (I can provide a private demo if I can send an email somewhere)
thanks a lot!
]]>hi
I upload to image to BuddyPress profile
I checked the my topic, but the images on the topic were not applied.
Best Regards,
Hyunho
i need to sync the bio field from buddypress to wordpress
is that the description field?
if not is there a way for us to add other profile fields that appear under the user profile?
]]>Will this plugin work with bbPress as well as Buddypress. I am trying to synch users.
]]>Hello,
Would it be possible to sync Formidable forms meta (using user registration plugin they have) to sync with Buddypress as Formidable uses the WordPress user tables?
I can provide a setup with the needed plugins.
The user reg forms are created in Formidable they then want to sync to Buddypress.
Would you consider taking on this as a paid job? We could then release this for everyone to use.
]]>The instructions for this useful plugin say:
Update a BuddyPress profile or register a new user through the BuddyPress registration page.
How does one ‘update’ a BuddyPress Profile?
Thank you.
]]>Hi – thanks for your plugin.
to save frustration and grief trying to figure it out and test…
is there a way to manually edit bp2wp-full-sync.php and add custom wp_usermeta fields and custom added xprofile fields?
and would be nice to know which is the ‘parent’ field… meaning … if we add/edit a wordpress field it shows up as and xprofile field, or is it the otherway around… add/edit xprofile and it gets added to wp_usermeta custom field?
thanks
]]>Hi,
I have a custom registration form on my site and unfortunately it only works with wordress fields and not buddpress xprofile fields.
I installed the plugin and mapped the fields, but when I test the registration, the first name in the buddypress profile is just the email. So nothin was synced.
So far I’ve tried disabling the default sync setting in the Buddypress options, and I’ve tried updating an existing user to see if that will get things to sync but nothing has worked so far.
]]>Hello, is there an option to add additional fields to sync Buddypress and WordPress? Currently the fields are very basic (ex. first name, last name, etc). I would like the option to add more advance fields please.
]]>it would be nice if it could show all fields in WordPress as it only indicates few options to choose from like fist name, last name, description, user URL and locale
]]>Is it possible to integrate with the Nextend Social Login plugin?
When a user registers using a social network the wordpress fields are populated correctly, but buddypress xprofiles become empty. Then it would be necessary to synchronize both.
I’ve tested your plugin but it seems that currently it does not do this.
I had created a topic in the nextend support to look for some way to do this and it provided the action that is triggered on a user register
See: https://www.ads-software.com/support/topic/buddypress-xprofiles/#post-11718433
It would be great to have both plugins compatible.
Thank you!
]]>I don’t see that there have been any updates in a while. I don’t want to install this anywhere if it will no longer be supported.
Thanks.
]]>Unfortunately, your plugin instructs “Disable the default BuddyPress Profile Syncing”, but without it doesn’t work alphabetical sorting on the Members page.
]]>The X-Profile field first_name is syncing to the wordpress Display Name field instead of the WordPress First Name field. How do I fix this. We want our display names on our site to display as first / last name however if we edit this it changes the xprofile first name to display also as first / last name and if we edit the xprofile first name it changes the display now for wp etc
]]>Hello team,
Great idea and great plugin to sync WP and BP fields!
I’m writing to report an issue I noticed. This plugin adds some info as an option of the Name field (field ID = 1), i.e. in the (wp_)bp_xprofile_fields table. Since that info is not really a field option, in the BuddyPress sense, it should go into the (wp_)bp_xprofile_meta table instead.
I noticed the issue because a user reported an incompatibility between BP Profile Search and BuddyPress to WordPress Full Sync, and I found that it was caused by the added extra “option”.
Thanks for looking into this, and keep up the good work!
]]>Hi there, I can see that this plugin might be discontinued, but maybe some one can answer my questions.
I was probably expecting something else from this plugin, when I thought that this plugin changed the BuddyPress name to the WP username, so the member had only one name displayed, their BuddyPress nickname.
But under the members profile information, I can see the BuddyPress name is still displayed.
What is this plugin actually syncing, apparently nothing visible, and how is it different from the core BuddyPress to WordPress profile syncing?
Regards
Carsten
Hi,
Have you made any progress with this on a Premium version or otherwise – it would be super-useful.
Keep up the good work!
]]>At the moment, this plugin only syncs from BP to WP.
It would be awesome if it could do the reverse, WP to BP, so if someone updates their WP profile info, then it pushes it back to the connected BP field.
Thanks,
Norman