Skip to:
Content

bbPress.org

Opened 11 years ago

Closed 11 years ago

#2383 closed enhancement (fixed)

FluxBB Forum Import Template

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.5 Priority: normal
Severity: normal Version: trunk
Component: API - Importers Keywords: has-patch needs-testing
Cc:

Description

Introduce Forum Importer template for use with importing from FluxBB v1.5.x(Tested on v1.5.3)

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

Working: Categories, Forums, Topics, Replies & Users
Not Working Yet: User Passwords & Custom BBCode for Topic & Reply Content

Attached is the 1st pass patch for FluxBB and I hope to get the remaining outstanding items done ASAP.
(User passwords will be a little trickier and will take a bit more time)

Attachments (1)

FluxBB.php (17.3 KB) - added by netweb 11 years ago.
FluxBB.php 3rd Pass

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
11 years ago

  • Keywords has-patch needs-testing added
  • Milestone changed from Awaiting Review to 2.5

Moving to 2.5 milestone to test and highlight in the 2.5 release.

@netweb
11 years ago

FluxBB.php 3rd Pass

#2 @netweb
11 years ago

  • Keywords changed from has-patch, needs-testing to has-patch needs-testing

Latest Attachment FluxBB.php 3rd Pass
Same outstanding issues as per original ticket description above.

Fixes:

  • Topic date field mapping _bbp_last_active_time
  • 'Reply parent forum id' doesn't need a db join, use cached converter callback method callback_topicid_to_forumid for _bbp_forum_id

Enhancements:

  • Added 'Forum total topic counts' _bbp_total_topic_count
  • Added 'Forum total reply counts' _bbp_total_reply_count
  • Added 'Set the reply title' callback method callback_reply_title
Last edited 11 years ago by netweb (previous) (diff)

#3 @netweb
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In 5139:

Introduce FluxBB bbPress importer. Props netweb. Fixes #2383

Note: See TracTickets for help on using tickets.