Importing Drupal Users into PHPBB 3.x?

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Scam Warning
aaronkeuper
Registered User
Posts: 3
Joined: Tue Jun 26, 2007 3:05 pm

Importing Drupal Users into PHPBB 3.x?

Post by aaronkeuper »

Programming, PHP, MySQL I cannot understand for the life of me, it just frustrates me.

I want to import users from a preexisting Drupal installation into a new installation of PHPBB 3 RC2. Yes, I know it's not final, I want to do it anyway.

Is there a utility or a bullet list of how to do this?


any help would be greatly appreciated!
User avatar
pentapenguin
Former Team Member
Posts: 11030
Joined: Thu Jul 01, 2004 4:15 am
Location: GA, USA

Re: Importing Drupal Users into PHPBB 3.x?

Post by pentapenguin »

Sorry there's no converter that I know of.
Support Resources: Support Request Template
If you need professional assistance with your board, please contact me for my reasonable rates.
User avatar
Eelke
Registered User
Posts: 2903
Joined: Thu Dec 20, 2001 8:00 am
Location: NL, Bussum
Name: Eelke Blok

Re: Importing Drupal Users into PHPBB 3.x?

Post by Eelke »

Do you want to continue running Drupal along side the forum, or are you ditching it? If you want it along side, you should also check out authentication modules. Theoretically, you could get an authentication module to check an attempted phpBB login against your Drupal database and also have it add the user to the phpBB database if it doesn't exist yet (you'd be importing users as they try to log into the forum).

Unfortunately, this does involve quite a bit of programming, so by the sounds of it your only option is for you to wait until someone with the same need comes along that does have the programming skills to tackle that.
gretchenland.com
Registered User
Posts: 93
Joined: Wed Oct 29, 2003 5:05 pm
Location: USA Bristol, TN

Re: Importing Drupal Users into PHPBB 3.x?

Post by gretchenland.com »

User avatar
fadirocks
Registered User
Posts: 42
Joined: Wed Apr 06, 2005 10:01 pm
Location: Boston

Re: Importing Drupal Users into PHPBB 3.x?

Post by fadirocks »

this is no easy task but check this
http://kepp.net/drupal he was successful in integrating phpbb3 with drupal but as he said it's tons of work!
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: Importing Drupal Users into PHPBB 3.x?

Post by demon327 »

aaronkeuper wrote:Programming, PHP, MySQL I cannot understand for the life of me, it just frustrates me.

I want to import users from a preexisting Drupal installation into a new installation of PHPBB 3 RC2. Yes, I know it's not final, I want to do it anyway.

Is there a utility or a bullet list of how to do this?


any help would be greatly appreciated!
just export the drupal user table with the import/export module and then import the drupal users into phpbb3...
fadirocks wrote:this is no easy task but check this
http://kepp.net/drupal he was successful in integrating phpbb3 with drupal but as he said it's tons of work!
i tested that module and i can say dont use it its not ready so just wait untill there is a HEAD or a beter version off the module
User avatar
Phil
Former Team Member
Posts: 10403
Joined: Sat Nov 25, 2006 4:11 am
Name: Phil Crumm

Re: Importing Drupal Users into PHPBB 3.x?

Post by Phil »

demon327 wrote:
aaronkeuper wrote:Programming, PHP, MySQL I cannot understand for the life of me, it just frustrates me.

I want to import users from a preexisting Drupal installation into a new installation of PHPBB 3 RC2. Yes, I know it's not final, I want to do it anyway.

Is there a utility or a bullet list of how to do this?


any help would be greatly appreciated!
just export the drupal user table with the import/export module and then import the drupal users into phpbb3...
Unless something has changed that I'm not aware of, that wouldn't work.
Moving on, with the wind. | My Corner of the Web

Return to “phpBB Discussion”