So I should list
$bb_table_prefix = ‘bb1_’;
$bb_table_prefix = ‘bb2_’;
$bb_table_prefix = ‘bb3_’;
?
(I don’t understand how the program would determine which prefix to apply to which forum.)
“what makes sense to me”
Ok, so I might use, for example:
$bb_table_prefix = ‘bb_installation_’;
$bb_table_prefix = ‘bb_plugins_’;
…
Does “each installation” refer to multiple forums or multiple what?
Do I need to install something more than once?
Thank you.