Jim Nayzium
Sat 3rd Feb '07, 2:56pm
I have recently created a site from scratch. A full community based website. We utilized the existing table structure of our phpBB2 database for our user information site-wide.
We wanted to have ONE login for three sections. 1. The Mainsite 2. The forum and 3. the classifieds.
We used 68classifieds.com for our classifieds.
What I am hoping to do -- is find out how I would do the following things...
When I do want to make the switch over from phpBB to vBulletin, the import process of the threads and users I am sure will go just fine (based on this site's information)
However, what terrifies me is how I will manually have to change all my insert statements that presently call on table names like
phpBB_users and things like that....
In order to coordinate all three areas, we started with the forum registrations....
So I will have tons of information in these tables....
So when I bring the whole forum over to vBulletin...what will my table structure look like in phpMyAdmin?
Will it be as simple as finding the table name of vBull_users that corresponds to phpBB_users....and then just doing a site-wide search and replace?
So when our users use our custom registration page --- they will get inserted into the vBulleting database table instead of the phpBB database table?
Is this too complex to understand?
Picture this ---
In the backend of phpBB we have turned off all the mandatory options....
As well as classifieds backend....so nothing is mandatory...
Then our custom registration looks like this --
username -
password -
confirm PW -
email -
name -
city -
state -
and when they submit this form -- it hits classifieds and forums and our stuff....
so the login on our site then logs them into all three areas also...it is really really seamless...but took forever to develop!!!
But I anticipate now --- the site growing bigtime...and thus needing to migrate from phpBB to vBulletin....
so I am anticipating what will be necessary to convert the whole site over....
So long story short ---- (or longer )
what does the table structure in mySQL look like in VB vs PHPBB?
We wanted to have ONE login for three sections. 1. The Mainsite 2. The forum and 3. the classifieds.
We used 68classifieds.com for our classifieds.
What I am hoping to do -- is find out how I would do the following things...
When I do want to make the switch over from phpBB to vBulletin, the import process of the threads and users I am sure will go just fine (based on this site's information)
However, what terrifies me is how I will manually have to change all my insert statements that presently call on table names like
phpBB_users and things like that....
In order to coordinate all three areas, we started with the forum registrations....
So I will have tons of information in these tables....
So when I bring the whole forum over to vBulletin...what will my table structure look like in phpMyAdmin?
Will it be as simple as finding the table name of vBull_users that corresponds to phpBB_users....and then just doing a site-wide search and replace?
So when our users use our custom registration page --- they will get inserted into the vBulleting database table instead of the phpBB database table?
Is this too complex to understand?
Picture this ---
In the backend of phpBB we have turned off all the mandatory options....
As well as classifieds backend....so nothing is mandatory...
Then our custom registration looks like this --
username -
password -
confirm PW -
email -
name -
city -
state -
and when they submit this form -- it hits classifieds and forums and our stuff....
so the login on our site then logs them into all three areas also...it is really really seamless...but took forever to develop!!!
But I anticipate now --- the site growing bigtime...and thus needing to migrate from phpBB to vBulletin....
so I am anticipating what will be necessary to convert the whole site over....
So long story short ---- (or longer )
what does the table structure in mySQL look like in VB vs PHPBB?