Quote:
lanside wrote:
What I am in search of is a common code base install that supports multiple sites (each with its own database) from a single CMS instalation. Is XOOPS capable of this? Or am I missing some key point completely?
To answer you short:
Yes, XOOPS is the one and only one for your purpose. I know however, that there is a multisites module in Mambo that came out before a couple of months. However, if you are fond of problems, use Mambo, an award winning CMS with basic and superficial permission features, without further thinking.
If you wanna have an excellent application control, permission and groups features, simply close your eyes and work with XOOPS with some frustration during the installation phase as a beginner. If you are experienced programmer, things will go forward with a simple click in seconds...
To answer your question more detailed:
You do are missing the understanding of the concept of this lovely and creative multisite module. As I said before, the docs are not good enough or are confusing. Thanks for giving a prrof of it.
Well, Multisite Module works like the following:
1. Install the XOOPS installation in a database
2. Install all the modules required in the (first and only) master database. There will be all tables created.
3. Configure all necessary information everywhere. For instance categories, etc in the modules, session time, notifications, etc, which also takes hours to do it.
4. Install multisites module and generate the first subsite1.
It is here you decide which tables you wanna clone, including users table, sessions, news, forum, etc. Hence if you have feed all necessary information in the core preferences and also in the modules, then all those information would be cloned or duplicated under a different name for the new subsite1. By this you simply generate a new site from an existing master database for X number of times as you want!!! Is'nt that GREAT!!!
5. Logout from the master installation and then immediately loggin into the subsite1 domain.
6. Change the sessions name
7. Change or correct all the preferences like templates or first page, etc... in the subsite1 domain.
What has happened above? See here:
The installation of XOOPS remains the same! The database remains the same!!! From the same database and the XOOPS scripts, the multisites module captures the domain name and delivers respective information from the respective tables.
Is that what you are looking for?