(2020-02-16, 03:28 PM)Seeker-Smith Wrote: Thanks. All the attachments are there and working on VB I'll do some comparisons though and post back the results. I'll also do a file count on both boards directories and see whats there.
I do have a question if you don't mind. Is it possible to run the attachment import in reverse order so the newest get imported first?
VB's attachment storing is a bit complex. If you're familiar with PHP scripting, I think you may troubleshooting your issue by starting from how attachment paths are generated in here:
https://github.com/mybb/merge-system/blo...s.php#L191
... and about importing attachment files in here:
https://github.com/mybb/merge-system/blo...s.php#L250
Yes, you could adjust the SQL query to meet your requirement. For VB4's attachments import module, see from here:
https://github.com/mybb/merge-system/blo...ts.php#L64
Could be wrong but worth a try.
Email me at: [email protected]
Email me at: [email protected]