Opened 11 years ago
Closed 11 years ago
#2384 closed enhancement (fixed)
AEF Forum Import Template
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Importers | Keywords: | needs-testing has-patch |
Cc: |
Description
Introduce Forum Importer template for use with importing from AEF (Advanced Electron Forum) v1.x(Tested on v1.0.9)
http://codex.bbpress.org/import-forums/aef
Working: Categories, Forums, Topics, Replies & Users
Not Working Yet: User Passwords & Custom BBCode for Topic & Reply Content
Attached is the 1st pass patch for AEF 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)
#2
@
11 years ago
- Keywords changed from needs-testing, has-patch to needs-testing has-patch
Latest Attachment AEF.php 3rd Pass
Same outstanding issues as per original ticket description above.
Enhancements:
- Added 'Forum total topic counts'
_bbp_total_topic_count
- Added 'Forum total reply counts'
_bbp_total_reply_count
- Added 'Forum status Open or Closed' callback method
callback_forum_status
- Added 'Set the reply title' callback method
callback_reply_title
Moving to 2.5 milestone to test and highlight in the 2.5 release.