28 Aug
2006
28 Aug
'06
9:18 p.m.
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