PDA

View Full Version : Same database in seperate forums?


SpaMMerGR
06-11-2008, 01:03 PM
Hi.. is it possible to have several forums installed in subforums and use the same database (but not the same posts)

What i mean is:

if i have a forum on forum.domain.com with 5000 members,
is it possible to create another forum on forum2.domain.com that also has the same 5000 members but different categories, threads and even a different style?

calorie
06-11-2008, 01:16 PM
You'll need two vB licenses for that, but yes, you can do two installs of vB, one in each directory, both using the same database but different database tables. Just be sure to use a different table prefix for each install, settable in the vB config.php file.

SpaMMerGR
06-13-2008, 08:58 AM
yes but if im using a different table prefix, the new forum won't have the same members as the first... right?

Opserty
06-13-2008, 09:06 AM
By using a table prefix you're effectively just creating a new database as all the tables will only be used by their respective scripts only. (From the point of vBulletin - may not apply to modifications).

Marco van Herwaarden
06-13-2008, 09:46 AM
There is no easy solution to share the users between 2 boards.

chennairam
06-13-2008, 01:42 PM
There is no easy solution to share the users between 2 boards.
can we use the same Database with 2domain

but same post and same themes


regards
Ram

Marco van Herwaarden
06-17-2008, 11:52 AM
You can have 2 boards inside the same database (use a table prefix) but tis would not share any data between the 2 boards.

SpaMMerGR
07-16-2008, 02:14 PM
ok...but is there a way to share data between 2 boards or not?? :p

Dismounted
07-18-2008, 08:58 AM
See post #5 - it applies to all data.