I am using 4.7.3 btw. I understand this means I have to share the menu table (for different primary links). Anything else?
 
Regards,
 
V

 
On 8/28/06, VJ Rao <cmsconsultant@gmail.com> wrote:
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