Re: Largest ElkArte boards?
Reply #53 –
Yeah, we're about 200k short of that post count, but we have over 100,000 topics. Of course, some of those may need to be recounted. Would there be a way to make the stats system discount topics that are currently in the recycle bin forum?
I've also had to write several quick fix scripts after importing through SMF 2, such as fixing the timestamps of quote tags to match the posts they reference, and also fixing codebox tags after I forgot to enclose the regex parameter that collected their contents in parentheses so the parameter actually went to the replacement string. And also unsetting the deleted_by_sender value on the entire PM system, since that left many people with empty sent boxes, and the real way the old forum stored that info was to have duplicate PM entries where owner ID was also the from ID, or folder was listed as Sent.
I've also had to import the ban list myself, so I wrote a script for that, it generates IPv4, email, and user ID entries. And I migrated the old user warning levels over as 33/66/100 levels for the new warning system.
And I had to migrate over polls, which were broken by the SMF importer. They really need a proper overhaul, where I'll re-import them into the new system based on the old data, which was stored in a mess of serialized PHP arrays, some of which were apparently either invalid or truncated. I'm waiting on multiple questions and multiple choice before I make a final attempt to import all of the poll data.