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:
Read more
ادامه مطلب...
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
ادامه مطلب...