ewelin
Tue 5th Aug '08, 11:38pm
Hello,
I'm currently working on migrating a heavily customized phpBB2.0.22 forum over to vB 3.7. I used the impex importer and things worked fine, but I'm hoping to improve it. I have to bits of data from phpBB that i'd like imported into vB. The first being custom profile fields, which we can touch on later. The second being subforums.
I have a subforum MOD on my phpBB forum which added a "forum_parent" field to the phpbb_forums table. I'm hoping to be able to use this information in the import so that I do not have to manually resort all of the forums in vB. Looking at file 000.php line 646 it looks like all fields of the phpbb_forums table is avaible (yes i'm running mysql). I then found that in file 006.php around line 170 is where the forums are imported into vb. I'm just unsure how to provide this value so that it can give the imported forums the propper parent ids.
Thanks in advance for any and all support.
I'm currently working on migrating a heavily customized phpBB2.0.22 forum over to vB 3.7. I used the impex importer and things worked fine, but I'm hoping to improve it. I have to bits of data from phpBB that i'd like imported into vB. The first being custom profile fields, which we can touch on later. The second being subforums.
I have a subforum MOD on my phpBB forum which added a "forum_parent" field to the phpbb_forums table. I'm hoping to be able to use this information in the import so that I do not have to manually resort all of the forums in vB. Looking at file 000.php line 646 it looks like all fields of the phpbb_forums table is avaible (yes i'm running mysql). I then found that in file 006.php around line 170 is where the forums are imported into vb. I'm just unsure how to provide this value so that it can give the imported forums the propper parent ids.
Thanks in advance for any and all support.