The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I'll try that out.. but how would it connect t the other database? wouldn't it need the host/DB name/user/password?
|
#12
|
||||
|
||||
If both databases are on the same server, and the user specified when connecting has permissions to both databases, that query will work.
|
#13
|
|||
|
|||
"basically the same" is not "the same", hence why it is difficult to provide a solution based on your information. Like already mentioned: are both systems for example use the same userid? So is user "1" also user "1" in the other system. Can you match in some way the userid's between these systems?
A lot more info needed if you want an answer here. |
#14
|
|||
|
|||
Quote:
Quote:
Don't know what info is needed so just ask and I'll provide what I can |
#15
|
|||
|
|||
I find it very hard to believe that after importing from SMF to vBulletin with ImpEx, your vBulletin users have the same userid as the SMF userid. This is almost impossible.
|
#16
|
||||
|
||||
Hmm, well I just finished taking care of this for Toupsx, but it seems everyone kind of misunderstood my initial suggestion to him..
As impex converts certain columns from the target database (in this case, SMF) into corresponding columns in vBulletin, I figured that somewhere in impex is the definition list for these columns. I just didn't know where to find it in order to add that the 'money' column in SMF user table goes to the 'credits' column in vBulletin's user table. Thats all that was needed... I've never used impex or played around with it, so if anyone knows this offhand would be useful to know (all the files are NUMBERED which makes it that much harder to guess where to find the definitions). What we ended up doing was using a CSV file with the specific columns to create a series of update queries attached to the importuserid created by impex on the vbulletin user table (that much I knew). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|