|
What is your phpbb table structure?
Basically you have two choices here
1. You register the user's one by one in phpbb with the same userid they have in reviewpost by hand
or
2. You write an import script to import the users into phpbb from reviewpost.
There are going to be some steps you need to do to reviewpost to get it to look for phpbb2 but before such time I think we need to figure out how your going to do step1
|