Page 2 of 2

Re: Introduction to the new forum

Posted: Sat Jul 04, 2026 1:41 pm
by Riszter Peter
Registered

Re: Introduction to the new forum

Posted: Mon Jul 06, 2026 5:34 pm
by Jyrki
I'm in here, too :-)

Re: Introduction to the new forum

Posted: Sat Jul 11, 2026 12:05 pm
by Mathieu_F
I'm back from vacation and just registered!

Re: Introduction to the new forum

Posted: Sat Jul 11, 2026 12:35 pm
by Andreas_Rottler
Update about the old posts: I got the CSV file from Forumromanum but there is no easy way to import this to phpBB. There are some discussions on the phpbb help board and the experts all say "not possible without a lot of work".

Re: Introduction to the new forum

Posted: Sun Jul 12, 2026 12:16 am
by radix
Andreas_Rottler wrote: Sat Jul 11, 2026 12:35 pm Update about the old posts: I got the CSV file from Forumromanum but there is no easy way to import this to phpBB. There are some discussions on the phpbb help board and the experts all say "not possible without a lot of work".
how does phpBB store posts? If they're in a database, it shouldn't be too hard to import a csv into that.

Re: Introduction to the new forum

Posted: Sat Jul 18, 2026 12:53 pm
by Starmaker
Registered

Re: Introduction to the new forum

Posted: Sat Jul 18, 2026 5:02 pm
by Eric von Laudermann
Registered!

Re: Introduction to the new forum

Posted: Sun Jul 19, 2026 11:27 am
by Andreas_Rottler
radix wrote: Sun Jul 12, 2026 12:16 am how does phpBB store posts? If they're in a database, it shouldn't be too hard to import a csv into that.
Importing a csv into phpbb is possible and not an issue. The issue is more like getting the data sets compatible (old database structure is different).
Posts are having a user and a thread ID. So I think it is first required to go through all old posts, identify users and create legacy users in the new database. This could be done by sorting the old data.

The data in the CSV file from forumromanum is also not really good. Some extries are split over several lines and need to be fixed.

If anybody id interested - I have saved the CSV file here: https://www.bricks-game.de/forum/old_fo ... /forum.csv

Andreas

Re: Introduction to the new forum

Posted: Sat Jul 25, 2026 2:06 am
by Ahmad Azmy
Registered