For the last year or so, I had been running an invisionboard on a clients site; now since invisionboard is no longer free I am forced to create a new phpBB forum.
Is there anyway I can easily transfer the accounts (and if possible the posts) from the invisionboard (they are in a mysql database) to make them work with phpBB?
(please move this thread if I posted it in the wrong spot.)
dreamcatcher
9:31 am on Jan 19, 2006 (gmt 0)
Might be a good idea to check the PHPBB website for integration information.
dc
jatar_k
4:24 pm on Jan 19, 2006 (gmt 0)
if you don't find something out there to do it you could build your own data migration script.
They are tedious but not exceptionally difficult. It is mostly just a matter of mapping columns from your invision db to columns in the phpbb and then defaulting any required columns.