PDA

View Full Version : 2 VB forums 2 different registrations but


siNix
10-22-2005, 08:51 PM
my question is:

1 database? is this possible?


I want to know if its posible to have 2 VB forums that share 1 database ( users ) but have their own registration and members, but if you want to visit the other forum your password and name already excists.


..

Mike



i asked it on vb.com but they say i should ask it here...

http://www.vbulletin.com/forum/showthread.php?t=160027

siNix
11-01-2005, 07:46 PM
.. well... thats not helpfull...

Marco van Herwaarden
11-01-2005, 08:11 PM
Yes it is possible and the way you want it could even be not too difficult. AFAIK there is only a vB3.0 hack to do this right now. But if you take a look at that one you might be able to make it work on vB3.5

sarahk
11-01-2005, 08:11 PM
So they don't actually have their own registration and members, because that's shared.

vBulletin works on the basis of a standard prefix eg "vb_". It'd be a serious hack to change that I suspect. Good idea though.

Marco van Herwaarden
11-01-2005, 08:25 PM
Well if you want to do it good, there is a lot more to it.

Simply sharing the user table, would also mean sharing postcounts and usergroup. Also rebuilding counters would only count from 1 forum, and probably a lot more.

To do this good needs a lot of work and i doubt someone will release that for free (i am currently working on a professional solution, but that won't be free).

eXtremeTim
11-02-2005, 03:26 AM
From what this guy wants in the title I would say he just needs to set the prefix in the config file. he said 2 forums 2 registrations 1 db

Paul M
11-02-2005, 04:38 AM
From what this guy wants in the title I would say he just needs to set the prefix in the config file. he said 2 forums 2 registrations 1 dbThis would seem to suggest he wants a shared user database.

but if you want to visit the other forum your password and name already excists.