Re: Multiple Mambo sites This is silly because I'm talking to myself.
The solution for the above was to modify administrator/components/com_config by adding a field and code for the user table prefix (sets $mosConfig_user_prefix and was added below the site prefix) and a select list for enabling multisite (updates $mosConfig_multisite and was added just above GZip Compression). This allows MOS to update configuration.php when Global Configuration changes are made; otherwise, the two new definitions are not written when the file is updated. |