Hi,
If I want to share users and data across multiple sites (If there is any need for control, I plan to use TAC) ..which tables should I create as unique for each website (i.e with prefix)?
I can think of 'variable' . Does any other table need a prefix?
If not, I can just do :
$db_prefix = array( 'default' => '', 'variable' => 'site1_' ); in sites/site1/settings.php.. right?
Regards,
V
p.s I dont use left navigation