Quote:
Originally Posted by mtha
What do you mean by "synching database"?
For 4images 1.7, I just use vB user table, and ... ignore 4images' user table, what do I need to synchronize?
However, the "best approach" depends on what you are doing, and what you need. 
|
I know this is off-topic, but i'm using your integration as a model for other scripts to be integrated with vbulletin.
Someone I was trying to hire to integrate vb and a community blog script insisted that synching is necessary to sync both the user tables of vb and blog. the sync script would detect changes on either user tables (vb, blog) and will make the updates.
The following is a different blog script from the one i'll be using and this one is integrated with phpbb, but look closely at the instructions. it uses the same principle of synching the user tables instead of ignoring one of user tables like you said.
http://linux1.no/phpbb_drupal/
"The phpBB integration code -drupal_integration.php - the code that checks for a Drupal session and inserts the user (or updates) the phpBB database."