Opened 11 years ago
Last modified 9 years ago
#2420 new enhancement
PHPFusion 7.x Forum Import Template
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 2.3.2 |
Component: | API - Importers | Keywords: | needs-patch |
Cc: |
Description
Introduce Forum Importer template for use with importing from PHPFusion v7.x
http://codex.bbpress.org/import-forums/phpfusion
Topic Section
Needs SQL JOIN/WHERE clause defined for _posts
& _threads
table join for:
Topic Content -> 'post_content',
Topic Author IP -> '_bbp_author_ip'
Topic Dates -> 'post_date', 'post_date_gmt', 'post_modified', 'post_modified_gmt' & '_bbp_last_active_time'
Reply Section
Needs SQL JOIN/WHERE clause defined for _posts
& _threads
table join for:
Reply Title -> 'post_title'
Reply Slug -> 'post_name'
If you want to have play with the SQL related to this or are looking to import from PHPFusion drop a note on this ticket and I will send you the SQL Tables with some sample data.
Latest patch includes:
PHPFusion.php
toPHPFusion7.php
Moving to future release, pending converter improvements to handle alternative SQL queries format.