Skip to:
Content

bbPress.org

Opened 11 years ago

Last modified 11 years ago

#2422 new enhancement

e107 v2.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 e107 v2.x

e107 v2.x is still in early Alpha at the time this was created so much might change before v2.x is released.

​​​​​​http://codex.bbpress.org/import-forums/e107

Forum Section

  • Forum Parent -> '_bbp_forum_parent_id'
    • uses e107v2_forum.forum_parent AND e107v2_forum.forum_sub to determine heirarchy

Topic Section

  • Topic Content -> 'post_content',
    • Needs SQL JOIN/WHERE clause defined

Reply Section

  • Reply ID -> '_bbp_post_id'
    • Needs SQL FROM EXPRESSION defined to only include replies
  • Reply Title -> 'post_title'
    • Needs SQL JOIN/WHERE clause defined
  • Reply Slug -> 'post_name'
    • Needs SQL JOIN/WHERE clause defined
  • Reply Author IP -> '_bbp_author_ip'
    • Needs callback method to convert IPv6 -> IPv4

If you want to have play with the SQL related to this or are looking to import from e107 v2.x drop a note on this ticket and I will send you the SQL Tables with some sample data.

Attachments (1)

e107v2.php (15.5 KB) - added by netweb 11 years ago.

Download all attachments as: .zip

Change History (4)

@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

#3 @netweb
11 years ago

  • Milestone changed from 2.5 to Future Release

Moving to future release pending final release of e107v2.

Note: See TracTickets for help on using tickets.