Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/07/2014 03:26:49 PM (11 years ago)
Author:
netweb
Message:

Updated forum parent ID importing method for compatibility when wp_bbconverter_translator database sync_table exists.

  • Renamed forum parent meta key _bbp_forum_parent_id to _bbp_old_forum_parent_id for importers that support forum parents
  • Improvements for future iterations of post import meta data manipulation/enhancements with reference only imported post meta keys including a common _old prefix as part of the _bbp prefix

See #2650

File:
1 edited

Legend:

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

    r5427 r5428  
    4343            'from_expression' => 'LEFT JOIN taxonomy_vocabulary AS taxonomy_vocabulary USING (vid) WHERE module = "forum"',
    4444            'to_type'         => 'forum',
    45             'to_fieldname'    => '_bbp_forum_parent_id'
     45            'to_fieldname'    => '_bbp_old_forum_parent_id'
    4646        );
    4747
Note: See TracChangeset for help on using the changeset viewer.