Anyone got ideas on this?

stage.theicarusproject.net
http://theicarusproject.net/community/discussionboards/

we have an active phpbb forum with a number of modules / hacks installed.

we have a drupal site but without a forum yet. we are going to create a drupal forum in the future.

want to import the phpbb users / posts into drupal.

however, many of the same users have 2 accounts, with identical usernames in both phpbb and drupal.

we want to merge the data for people with 2 accounts, so that the end result is that members with an account in drupal and an account in phpbb will have one drupal account, with all their posts/data migrated to new drupal forums.

Example:

KingGeorge is a registered phpbb username with 120 posts, attachments, private messages, etc.

KingGeorge is also a registered drupal username with multiple comments, a blog, etc.

We install a new forum on our drupal site with identical features as the phpbb forum.

We import all the data from the phpbb forum.

KingGeorge now logs in to drupal, goes to the drupal forums, and sees that all their 120 posts, attachments, private messages, etc, from phpbb PLUS all their multiple comments, a blog, etc from Drupal are merged into the same KingGeorge account.

- will hall
admin AT theicarusproject DOT net

Comments

francy’s picture

We are located in Chennai India Offering a wide range of back office and I.T Enabled Services namely data entry, data processing and data conversion that match the high global standards in terms of efficiency and accuracy.

We offers innovative and effective outsourcing solutions for clients around the world. We deliver higher quality, increased productivity, and lower costs. Can we do that for you? Sure we can http://www.e-datapro.net

jnvsor’s picture

I dont know who this spam goon is above me, but i want to know this too...

Could someone write a script? shouldent be too hard! (btw, probably better to merge by email...)

You need this if you're gonna make a website

VValdo’s picture

You might wanna check out this script I helped write that converts PHPNuke to Drupal. Part of that conversion involved moving the phpBB forum that came with PHPNuke to Drupal...

W

naheemsays’s picture

The best of ways is probably to use the phpbb2drupal module, but modify the import users function to check for name clashes before import.