It would probably make sense to expand on Tom's orginal all_ table approach to handle a single set of ACL tables for all sites.
If a boolean variable was added to configuration.php, 0 could be evaluated as single site operation and 1 could be evaluated as multisite operation. This could be used to handle cases where a mix of single site and multisite installations existed in the same database.
Then the boolean value could be used in a switch statement with multiple case clauses to determine if a site used its native #__users/ACL tables or a pooled set of all_ tables.
Quote:
|
Originally Posted by tonyskyday Then how would you handle user registration updates? Such as password changes? Also, you'd have to change admin.registration.php as well I would think.
-Tony |