By Daan Groen on
Hi guys
I want to create a drupal portal which should be used by different organisations. Every organisation should get his own section within the portal where he can:
- manage his own users
- Have an own blogsystem per organisation
- have own content per organisation
- Own user statistics
- have prefferably an own subdomein (http://organisation.portal.com)
It should be secure off course.
What is the way to go?
I'm thinking about Organic groups for this one, but is this enough?
I've created lots of themes for Drupal, but i never used it like this.
thanks in advance.
Comments
I think you are probably
I think you are probably needing a multi-site. This page has instructions for a wide variety of multi-site setups. You are probably needing the multi-site with multiple domains and databases. That way each site can be on it's own subdomain like you want, and each site has it's own users and content.
Yeah! this is it. thanks.
Yeah! this is it.
thanks.