Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 11 years ago

#2378 closed enhancement (fixed)

MyBB 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: needs-testing, has-patch
Cc:

Description

Introduce Forum Importer template for use with importing from MyBB v1.6.xx(Tested on v1.6.10)
http://codex.bbpress.org/import-forums/mybb

Working: Categories, Forums, Topics, Replies & Users

Not Working Yet: User Passwords & Custom BBCode for Topic & Reply Content

Attached is the 1st pass patch for MyBB 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)

MyBB.php (15.6 KB) - added by netweb 12 years ago.
MyBB 2nd Pass - Fixed User Nice Name ‘user_nicename’ & Display Name ‘user_displayname’ import fields

Download all attachments as: .zip

Change History (4)

#1 @netweb
12 years ago

Latest Attachment MyBB.php

Fixed:

  • User Nice Name 'user_nicename' & Display Name 'user_displayname' import fields

Outstanding:

  • User Passwords
  • Custom BBCode for Topic & Reply Content

NOTE: If you are importing 'users' during the import you will see multiple instances of the following error message:-

  • Notice: Undefined variable: user_pass in /home/webhost/public_html/wp-includes/user.php on line 1305

This can be ignored and only relates to the current non-working state of converting user passwords. If you need to login (or users login) they will just need to reset their WordPress password to be able to login.

@netweb
12 years ago

MyBB 2nd Pass - Fixed User Nice Name ‘user_nicename’ & Display Name ‘user_displayname’ import fields

#2 @johnjamesjacoby
12 years ago

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

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

#3 @netweb
11 years ago

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

In 5141:

Introduce MyBB bbPress importer. Props netweb. Fixes #2378

Note: See TracTickets for help on using tickets.