Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Forum Module /

Discuss the Forum Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Converting from phpBB2 forum?


Go to End


2 Posts   2595 Views

Avatar
Jacknife

Community Member, 16 Posts

23 April 2009 at 8:02am

Hi all,

Is is possible to port data from a phpBB2 forum into the SS forum? I have an existing forum with over 70,000 articles and my users would hunt me down if lost any of them :)

I want to use SS but this is a major hurdle in the move.

Thanks in advance,

:D

Avatar
Willr

Forum Moderator, 5523 Posts

28 April 2009 at 5:19pm

I have not seen this done, I've had alook at the phpBB forum and it would be possible to do it would just require someone with very advanced mysql skills. How the SS forum works is slightly strange as it does not have a 'thread' per-se but a series of linked posts so you would need to get that structure correct.

Porting members across would be the first step then the posts. Members would be complex enough as you would have to map the columns from phpbb to the ones in the SS Member table and also add the member id generated to the group 'Forum Members' in the Group_Members table in SS