Changeset 5799
- Timestamp:
- 05/28/2015 08:05:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Example.php
r5770 r5799 642 642 ); 643 643 644 // User AIM(Stored in usermeta)645 $this->field_map[] = array( 646 'from_tablename' => 'users_table', 647 'from_fieldname' => 'the_users_ aim',648 'to_type' => 'user', 649 'to_fieldname' => ' aim'650 ); 651 652 // User Yahoo(Stored in usermeta)653 $this->field_map[] = array( 654 'from_tablename' => 'users_table', 655 'from_fieldname' => 'the_users_ yahoo',656 'to_type' => 'user', 657 'to_fieldname' => ' yim'658 ); 659 660 // User Jabber(Stored in usermeta)644 // User Profile Field 1 (Stored in usermeta) 645 $this->field_map[] = array( 646 'from_tablename' => 'users_table', 647 'from_fieldname' => 'the_users_custom_profile_field_1', 648 'to_type' => 'user', 649 'to_fieldname' => '_bbp_example_profile_field_1' 650 ); 651 652 // User Profile Field 2 (Stored in usermeta) 653 $this->field_map[] = array( 654 'from_tablename' => 'users_table', 655 'from_fieldname' => 'the_users_custom_profile_field_2', 656 'to_type' => 'user', 657 'to_fieldname' => '_bbp_example_profile_field_2' 658 ); 659 660 // User Profile Field 3 (Stored in usermeta) 661 661 $this->field_map[] = array( 662 662 'from_tablename' => 'users_table', 663 'from_fieldname' => 'the_users_ jabber',663 'from_fieldname' => 'the_users_custom_profile_field_3', 664 664 'to_type' => 'user', 665 'to_fieldname' => ' jabber'665 'to_fieldname' => '_bbp_example_profile_field_3' 666 666 ); 667 667
Note: See TracChangeset
for help on using the changeset viewer.