User Meta fields don't synchronize – UserPro Forums https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/feed/ Sat, 04 May 2024 17:41:08 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40704 <![CDATA[User Meta fields don't synchronize]]> https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40704 Thu, 12 Jun 2014 09:49:08 +0000 okcowboy Hello,

I meet several issues with custom user meta fields.

1- When I create custom user meta with UserPro, the user meta are not saved in the database. As a result, the form is displayed very well but no data are stored / displayed.

2- I then have downloaded a plugin to manage user meta. The user meta are displayed in the profile form if synchronized with the meta key value (text area). But I doesn’t work with dropdown menus for example, options don’t show up, and if there is an existing value, when updating, the data are cleared.
I’ve looked in phpMyAdmin and none of the user meta created with userPro are in the DB – only those created with other plugin are stored.

Could you help me?
I can provide url and login info.

Thank you

]]>
https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40800 <![CDATA[Reply To: User Meta fields don't synchronize]]> https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40800 Fri, 13 Jun 2014 10:27:43 +0000 admin The user meta (once filled) are saved in wp user meta and you can retrieve them with get_user_meta($user_id, $key_you_ceated, true)

]]>
https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40854 <![CDATA[Reply To: User Meta fields don't synchronize]]> https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40854 Fri, 13 Jun 2014 13:25:38 +0000 okcowboy https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40975 <![CDATA[Reply To: User Meta fields don't synchronize]]> https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40975 Mon, 16 Jun 2014 12:00:51 +0000 okcowboy Hello
can you please help me?
I’ve provided site access in my private message
thank you

]]>
https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40984 <![CDATA[Reply To: User Meta fields don't synchronize]]> https://forum.userproplugin.com/forums/topic/user-meta-fields-dont-synchronize/#post-40984 Mon, 16 Jun 2014 12:07:57 +0000 admin Try to add a new field via userpro admin, say: country, and now try to fill it. You’ll see that it can be grabbed already with get_user_meta($user_id, ‘country’, true); which means that it works. This is how the country field work here on this demo as a very basic example.

]]>