Question

I am using Drupal for a project but am not sure on the best way to implement the following.

I have one main site with it's own look and feel. I want another site with certain members of the main site in it. It should have it's own look and feel. It should have both public and private conent.

What out of the folling would you do.

Use MultiSite and share the users table Use Mutliple Sites and find a way of linking the users. Use one site and use Organic groups.

Kind Regards

Rupert

Was it helpful?

Solution

It sounds like organic groups is the most natural fit to your needs, as it is designed to do what you want. The other options are workarounds to do roughly what you want.

OTHER TIPS

OG is definitely the place to start. If it doesn't work, you might also try the Domain Access module. It is geared around creating multiple Drupal sites on top of a single Drupal instance. It is more extreme separation than Organic Groups, but it is a smaller user base than OG, which might mean slower bugfixes/etc.

Multisite with a shared user table is a maintenance complexity you probably don't need.

One easy part of the solution would be to install drupal cas plugin to share the session and users between two instances of drupal.

We did it to isolate the development activities on websites. This way helping us a lot by avoiding collateral bugs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top