Skip to:
Content

bbPress.org

Opened 11 years ago

Last modified 9 years ago

#2420 new enhancement

PHPFusion 7.x Forum Import Template

Reported by: netweb's profile netweb Owned by: netweb's profile 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.

Attachments (2)

PHPFusion.php (19.3 KB) - added by netweb 11 years ago.
PHPFusion7.php (19.2 KB) - added by netweb 11 years ago.

Download all attachments as: .zip

Change History (6)

@netweb
11 years ago

#1 @johnjamesjacoby
11 years ago

  • Milestone changed from Awaiting Review to 2.5

#2 @johnjamesjacoby
11 years ago

  • Owner set to netweb

@netweb
11 years ago

#3 @netweb
11 years ago

  • Milestone changed from 2.5 to Future Release

Latest patch includes:

  • Renamed from PHPFusion.php to PHPFusion7.php​
  • Fixed Topic SQL query
  • Improved Inline Docs
  • ToDo: Reply query

Moving to future release, pending converter improvements to handle alternative SQL queries format.

#4 @BuddyPressLost
9 years ago

I could really use this right now... Is it still being worked on? How does it work?

Note: See TracTickets for help on using tickets.