Opened 11 years ago
Last modified 11 years ago
#2422 new enhancement
e107 v2.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 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
ANDe107v2_forum.forum_sub
to determine heirarchy
- uses
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Moving to future release pending final release of e107v2.