I am relatively familiar with building regular and multisite websites with Drupal. Right now, I have a set of sites that is causing me to scratch my head as to the correct way to go about building them before I start.
To me the easiest multisite configuration is separate directories in sites and separate databases. For example:
- sites/site1.domain.com with site1_db,
- sites/site2.domain.com with site2_db, and
- sites/site3.domain.com with site3_db.
This way I can use a set of common modules and themes in sites/all and I can add modules and themes to a specific site in sites/site1.domain.com/modules as an example. I also have users separate by site, each in their own
I tried to use the Domain Access but it just didn't seem as simple as the multisite setup above.
The problem that is causing me to scratch my head is around users and groups.
The groups that I envision are:
- administrators: to be able to manage their own site and not others,
- members: users logged on that have access to members only area and can post,
- non-members: users logged on that do not have access to members only area but can post, and
- public: anonymous / not logged in users to see public information and not post.