mtin -nong
mtin -nong

Reputation: 53

Drupal 7 multi-site, multiple database and 1 shared code base

I want to develop drupal multi-site with this structure:

As a result each site must use same content types, views, rules but different contents. I am user 1 of all sites. Sub site editors has create content and user permisions only. I dont want to share users accross sites. So I cant use domain acceess. Is it possible that?

Thanks for your helps.

Upvotes: 1

Views: 2616

Answers (1)

joshmmo
joshmmo

Reputation: 1062

This module should allow you to accomplish what you are looking for:

https://drupal.org/project/domain

As it states in the module description you can share tables with the domain prefix module. You can select which tables will be shared and which ones will not.

Upvotes: 1

Related Questions