Opened 11 years ago
Closed 11 years ago
#2383 closed enhancement (fixed)
FluxBB Forum Import Template
Reported by: | netweb | Owned by: | 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)
Change History (4)
#1
@
11 years ago
- Keywords has-patch needs-testing added
- Milestone changed from Awaiting Review to 2.5
#2
@
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
Moving to 2.5 milestone to test and highlight in the 2.5 release.