Skip to:
Content

bbPress.org

Changeset 5800


Ignore:
Timestamp:
05/28/2015 08:45:33 AM (11 years ago)
Author:
netweb
Message:

Importers: Updated AIM, YIM, and Jabber user meta key prefixes importer user profile fields for AEF, FluxBB, Kunena3, MyBB, PunBB, SMF, XMB, vBulletin and vBulletin3 importers

Props netweb. Fixes #2815

Location:
trunk/src/includes/admin/converters
Files:
9 edited

Legend:

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

    r5770 r5800  
    497497            'from_fieldname' => 'aim',
    498498            'to_type'        => 'user',
    499             'to_fieldname'   => 'aim'
     499            'to_fieldname'   => '_bbp_aef_user_aim'
    500500        );
    501501
     
    505505            'from_fieldname' => 'yim',
    506506            'to_type'        => 'user',
    507             'to_fieldname'   => 'yim'
     507            'to_fieldname'   => '_bbp_aef_user_yim'
    508508        );
    509509
  • trunk/src/includes/admin/converters/FluxBB.php

    r5770 r5800  
    517517            'from_fieldname' => 'aim',
    518518            'to_type'        => 'user',
    519             'to_fieldname'   => 'aim'
     519            'to_fieldname'   => '_bbp_fluxbb_user_aim'
    520520        );
    521521
     
    525525            'from_fieldname' => 'yahoo',
    526526            'to_type'        => 'user',
    527             'to_fieldname'   => 'yim'
     527            'to_fieldname'   => '_bbp_fluxbb_user_yim'
    528528        );
    529529
     
    533533            'from_fieldname' => 'jabber',
    534534            'to_type'        => 'user',
    535             'to_fieldname'   => 'jabber'
     535            'to_fieldname'   => '_bbp_fluxbb_user_jabber'
    536536        );
    537537
  • trunk/src/includes/admin/converters/Kunena3.php

    r5770 r5800  
    486486            'join_expression' => 'ON kunena_users.userid = users.id',
    487487            'to_type'         => 'user',
    488             'to_fieldname'    => 'aim'
     488            'to_fieldname'    => '_bbp_kunena3_user_aim'
    489489        );
    490490
     
    497497            'join_expression' => 'ON kunena_users.userid = users.id',
    498498            'to_type'         => 'user',
    499             'to_fieldname'    => 'yim'
     499            'to_fieldname'    => '_bbp_kunena3_user_yim'
    500500        );
    501501
     
    508508            'join_expression' => 'ON kunena_users.userid = users.id',
    509509            'to_type'         => 'user',
    510             'to_fieldname'    => 'jabber'
     510            'to_fieldname'    => '_bbp_kunena3_user_jabber'
    511511        );
    512512
  • trunk/src/includes/admin/converters/MyBB.php

    r5770 r5800  
    467467            'from_fieldname' => 'aim',
    468468            'to_type'        => 'user',
    469             'to_fieldname'   => 'aim'
     469            'to_fieldname'   => '_bbp_mybb_user_aim'
    470470        );
    471471
     
    475475            'from_fieldname' => 'yahoo',
    476476            'to_type'        => 'user',
    477             'to_fieldname'   => 'yim'
     477            'to_fieldname'   => '_bbp_mybb_user_yim'
    478478        );
    479479
  • trunk/src/includes/admin/converters/PunBB.php

    r5770 r5800  
    559559            'from_fieldname' => 'aim',
    560560            'to_type'        => 'user',
    561             'to_fieldname'   => 'aim'
     561            'to_fieldname'   => '_bbp_punbb_user_aim'
    562562        );
    563563
     
    567567            'from_fieldname' => 'yahoo',
    568568            'to_type'        => 'user',
    569             'to_fieldname'   => 'yim'
     569            'to_fieldname'   => '_bbp_punbb_user_yim'
    570570        );
    571571
     
    575575            'from_fieldname' => 'jabber',
    576576            'to_type'        => 'user',
    577             'to_fieldname'   => 'jabber'
     577            'to_fieldname'   => '_bbp_punbb_user_jabber'
    578578        );
    579579
  • trunk/src/includes/admin/converters/SMF.php

    r5770 r5800  
    577577            'from_fieldname' => 'aim',
    578578            'to_type'        => 'user',
    579             'to_fieldname'   => 'aim'
     579            'to_fieldname'   => '_bbp_smf_user_aim'
    580580        );
    581581
     
    585585            'from_fieldname' => 'yim',
    586586            'to_type'        => 'user',
    587             'to_fieldname'   => 'yim'
     587            'to_fieldname'   => '_bbp_smf_user_yim'
    588588        );
    589589
  • trunk/src/includes/admin/converters/XMB.php

    r5770 r5800  
    541541            'from_fieldname' => 'aim',
    542542            'to_type'        => 'user',
    543             'to_fieldname'   => 'aim'
     543            'to_fieldname'   => '_bbp_xmb_user_aim'
    544544        );
    545545
     
    549549            'from_fieldname' => 'yahoo',
    550550            'to_type'        => 'user',
    551             'to_fieldname'   => 'yim'
     551            'to_fieldname'   => '_bbp_xmb_user_yim'
    552552        );
    553553
  • trunk/src/includes/admin/converters/vBulletin.php

    r5770 r5800  
    578578            'from_fieldname' => 'aim',
    579579            'to_type'        => 'user',
    580             'to_fieldname'   => 'aim'
     580            'to_fieldname'   => '_bbp_vbulletin_user_aim'
    581581        );
    582582
     
    586586            'from_fieldname' => 'yahoo',
    587587            'to_type'        => 'user',
    588             'to_fieldname'   => 'yim'
     588            'to_fieldname'   => '_bbp_vbulletin_user_yim'
    589589        );
    590590
  • trunk/src/includes/admin/converters/vBulletin3.php

    r5770 r5800  
    578578            'from_fieldname' => 'aim',
    579579            'to_type'        => 'user',
    580             'to_fieldname'   => 'aim'
     580            'to_fieldname'   => '_bbp_vbulletin3_user_aim'
    581581        );
    582582
     
    586586            'from_fieldname' => 'yahoo',
    587587            'to_type'        => 'user',
    588             'to_fieldname'   => 'yim'
     588            'to_fieldname'   => '_bbp_vbulletin3_user_yim'
    589589        );
    590590
Note: See TracChangeset for help on using the changeset viewer.