Simple Machines Forums – SMF

I’m investigating Simple Machines Forums as an upgrade from phpBB2 for the forums for this site. Seems like I never can leave well enough alone. In looking around, SMF seems much more modern and has attachments built in. We’ll start with some attractive themes and then probably convert some of the previous themes to SMF, just to get our hands dirty.

Already digging in, I needed to debug the converter for phpBB2 to SMF.

Stay tuned, SMF is pretty cool.

cheers,
djd

Fix to phpBB2 to SMF converter

OBSOLETE
See the new version

Here’s a fix that I’ve made to the phpBB2_to_smf.php converter.
I’ve done a conversion from phpBB2 2.0.18 with attachments to SMF 1.1RC2 and it appears to work. I would not say that it was thoroughly tested.
The memberlist failed without the fixes that I’ve included.

  • There were field name changes in the SMF members table. im_xxx changed to pm_xxx and this caused a silent failure in the INSERT’s.
  • Also the version number needed to be changed from 1.0.5 to 1.1.99 [maybe , but this works.].

You can download it here: Fix to phpBB2 to SMF converter

enjoy,
djd