[bbDev] installing multiple forums

Dougal Campbell dougal at gunters.org
Thu Oct 27 19:12:24 GMT 2005


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/



More information about the bbDev mailing list