[bbDev] installing multiple forums

Dag Amundsen damun at online.no
Thu Oct 27 20:54:11 GMT 2005


OK thanks, but isn´t this only half the story.  I don´t want separated bbs,
I want multiple forums in one site. Like in WPsupport.  How do I get the
forums listed together?

-----Original Message-----
From: bbdev-bounces at lists.bbpress.org
[mailto:bbdev-bounces at lists.bbpress.org] On Behalf Of Dougal Campbell
Sent: 27. oktober 2005 21:12
To: bbPress Development
Subject: Re: [bbDev] installing multiple forums

Dag Amundsen wrote:
> I have done it, but can´t see what difference it makes.
> 
> How do I get more forums after such change ?

Each forum will need it's own copy of the bbpress files. And each 
bbpress instance will require a different prefix in its config file (if 
the forums will run from the same MySQL database).

So in the config file for forum 1, you might have

   $bb_table_prefix  = 'bb1_';

Then in the config file for forum 2, you could have

   $bb_table_prefix  = 'bb2_';

And so on.

-- 
Dougal Campbell <dougal at gunters.org>
http://dougal.gunters.org/

_______________________________________________
bbDev mailing list
bbDev at lists.bbpress.org
http://lists.bbpress.org/mailman/listinfo/bbdev






More information about the bbDev mailing list