views:

130

answers:

2

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

+1  A: 

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.

Jeremy French
So just to confirm you can have a group with public(anomous and non group members) and private(group memembers only) content?
Rupert
There is a how to here http://www.thenextlayer.org/node/667
Jeremy French
@Jeremy French: your db is down.
threecheeseopera
+1  A: 

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.

Grayside

related questions