Skip to:
Content
Pages
Categories
Search
Top
Bottom

migrate from cimy extra fields to xprofile buddypress


  • vendocartoni
    Participant

    @vendocartoni

    Hi, I’m trying to migrate from Cimy User Extra Fields (https://wordpress.org/plugins/cimy-user-extra-fields/) to BuddyPress xProfile to copy extra fields that I’ve used since 2014.

    On my db I’ve (for example) on _signups
    a:11:{s:20:”cimy_uef_wp_PASSWORD”;s:6:”user_password”;s:21:”cimy_uef_wp_PASSWORD2″;s:6:”user_password”;s:21:”cimy_uef_wp_FIRSTNAME”;s:0:”test_user_fn”;s:20:”cimy_uef_wp_LASTNAME”;s:0:”test_user_ln”;s:27:”cimy_uef_SCHOOL”;s:0:”test_user_schoolname”;s:13:”cimy_uef_CITY”;s:6:”test_user_cityname”;s:17:”cimy_uef_POSTCODE”;s:0:”19000″;s:12:”cimy_uef_JOB”;s:16:”cimy_uef_COUNTRY”;s:5:”Italy”;s:12:”from_blog_id”;s:1:”6″;s:10:”alo_em_opt”;s:1:”1″;}

    and I need to upgrade, for example:
    s:13:”cimy_uef_CITY”;s:6:”test_user_cityname”;

    a) _signups
    s:7:”field_4″;s:10:”test_user_cityname”;
    b) _bp_xprofile
    37(id autoinc) 4(cat campo) 6003284(id utente) test_user_cityname(city Genova in questo caso) 2016-02-09 09:54:05(data di inserimento autoincrement)

    I don’t understand how sync s:13 with s:7, what are s:13 and s:7?

    There is a tool to import/export users extra fields?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

  • SuitePlugins
    Participant

    @suiteplugins

    Greetings vendocartoni,

    Cimy User Extra Fields seem to serialize these entries in the database. I do not know of a tool to assist with the import but if you are familiar with coding you can use maybe_unserialize to unserialize the data to an array then create an update/insert function to store the information to BP Profile.


    welsh10
    Participant

    @welshlamb10

    @vendocartoni

    Did you get anywhere with this?

    I need to get all my cimy user data across to buddy press too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar