Log in

View Full Version : vBulletin/phpBB account creation


Sovereign
01-17-2006, 04:37 PM
Is there some way to make vB write to phpBB's tables and vice versa, so that two sites running two different forum softwares can have identical userbases (not same database, just a duplication)

leonsio
01-17-2006, 05:33 PM
look at the vbulletin application connector
i have created an module for com_connector ( joomla ) for phpbb
you can easy port then to vbulletin

with this module you can synchronise the vbulletin with phpbb users ( by first login, later by registration too )

Sovereign
01-18-2006, 01:58 AM
Thanks, I'll have a look at that!