<div>Hi,</div>
<div>&nbsp;</div>
<div>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)?</div>
<div>&nbsp;</div>
<div>I can think of 'variable' . Does any other table need a prefix?</div>
<div>&nbsp;</div>
<div>If not, I can just do :</div>
<div>&nbsp;</div>
<div>$db_prefix = array(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'default'&nbsp;&nbsp; =&gt; '',</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'variable' =&gt; 'site1_'</div>
<div>);</div>
<div>in sites/site1/settings.php..</div>
<div>right?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>V</div>
<div>&nbsp;</div>
<div>p.s I dont use left navigation</div>
<div>&nbsp;</div>