Snitz to Phpbb2 ConvertorAbout: This convertor was initially written for Snitz v3.1 -> phpBB2 RC1 conversion, but later it was upgraded and now it works for Snitz v3.4.03 to phpBB 2.0.6 conversion. [Update]: Starting with version 1.7, the convertor is compatible with phpbb 2.0.19. For earlier versions of phpBB use earlier versions of the convertor.
Requirements:
Download: snitz2phpbb2convertor-1.6.zip snitz2phpbb2convertor-1.5.zip snitz2phpbb2convertor-1.4.zip snitz2phpbb2convertor-1.3.zip snitz2phpbb2convertor-1.2.zip snitz2phpbb2convertor-1.1.zip snitz2phpbb2convertor-new.zip snitz2phpbb2convertor.zip How to import:
Step 1:
Step 2:
Don't delete them, only empty :). Delete from phpbb_users all entries EXCEPT the first one (Anonymous user). You can use this sql query (if Anonymous user has -1 for user_id): DELETE from phpbb_users where user_id > -1 (yes, I can empty these tables myself but maybe somebody will not read these instructions before running scripts)
Step 3:
Step 4:
Step 5:
Step 6:
Step 7:
Step 8:
The last problem: You will notice that the topics are not sorted in the right order, more precisely, the topics with no replies will be on top. To fix this you have to modify viewforum.php and replace this line: ORDER BY t.topic_type DESC, t.topic_last_post_id DESC with: ORDER BY t.topic_type DESC, p2.post_time DESC
Notes:
If you want to convert from an Access database (.mdb) you can:
Contact: You can send me bugs or questions at raluca@musaloiu.com.
Raluca Musaloiu-E.
last update: March 24, 2006 (version 1.7) |