The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm sure this has been requested before, but it sure would be nice to be able to have multiple vb3 forums using one user db.
|
|
#2
|
||||
|
||||
|
U can ... if you have the appropriate number of licenses, you can have them in the one DB by changing the table_prefix in config.php ... (as I understand) ... just make sure your hacks etc are all fully compatible by ensuring they all have " . TABLE_PREFIX ."tablename in any queries etc.
|
|
#3
|
|||
|
|||
|
I really would prefer not to have all forums in one database. In otherwords each forum would have it's own database; however, each of those forums would have the ability to point to a one user database. I think the vb config would need a new variable $userdb = 'xyz', then everywhere a call is made to the user database it would need to utilize the $userdb value. I'm not a programmer so I don't know the scope of this potential hack.
|
|
#4
|
||||
|
||||
|
Ahh . I get ya.
Sorry. |
|
#5
|
||||
|
||||
|
i am looking for something like this for my friend, if it is created he will buy 2 lisenses, it must share users, PM's, and profiles
|
|
#6
|
||||
|
||||
|
Does someone have it working with TABLE_PREFIX ?
|
|
#7
|
||||
|
||||
|
Quote:
|
![]() |
|
|