Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/20/2014 06:06:08 AM (12 years ago)
Author:
netweb
Message:

Converter import user meta data improvements and fixes:

  • Original 'old' user meta key is now defined using _bbp_old_user_id
  • Fixes the "Purge Previous Import" optional removal of previously imported users when using the database sync_table.
  • Updates all included importers with the above changes including the custom callback in e107v1.php

See #2650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/XMB.php

    r5526 r5530  
    423423                /** User Section ******************************************************/
    424424
    425                 // Store old User id (Stored in usermeta)
     425                // Store old user id (Stored in usermeta)
    426426                $this->field_map[] = array(
    427427                        'from_tablename' => 'members',
    428428                        'from_fieldname' => 'uid',
    429429                        'to_type'        => 'user',
    430                         'to_fieldname'   => '_bbp_user_id'
     430                        'to_fieldname'   => '_bbp_old_user_id'
    431431                );
    432432
Note: See TracChangeset for help on using the changeset viewer.