[RSS Feed/News] I rewrote the MyBB importer to bring PMs in as conversations

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I only rewrote the PrivateMessages step, naturally. There are other problems with the importer but nothing so drastic.

I did this because the standard importer creates an utterly unmanageable mess when tens of millions of PMs are involved. Currently running through a full test import.

Comments and criticism welcome. It is a bit hackish as I'm not planning on doing this again.

Code:

Code:
	public function stepPrivateMessages($start, array $options)
	{
		$options = array_merge(array(...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom