Topic: Trying to transfer to punbb
Hi, I am in the process of moving my custom built forum to punbb, the transfer works except for a couple of small bugs.
Firstly when transferring the old topics and posts how do I update the forum topic and posts counts? Is there a built in method or do I simply run a COUNT() on the tables for each forum?
Secondly I wanted to import the topics and posts, then force the members to transfer, primarily as a way to slim down my users table. I.e. non active users wouldn't make the move so would in turn delete themselves!
However this doesn't work as I see each post is inner joined on the user, therefore I would have to make the user id 0 or whatever the value punbb uses. Is there anyway round this? Should I simply import all the users then use the punbb tools to remove the old users? - If so what's the best bulk way to do this?
Thanks
Simon