I just want some opinions on what's the best way to go about meeting the following requirements.
I have
- One main Drupal Installation
- It is a typical "listings" site where users can list items
- One user can have how many ever "listings" that are linked to his account
I want to be able to create sub-accounts, that use the same base site. However, for each subsite:
- Only the users listings must appear on his site
- It must have a completely different theme.
- It must have its own menu items
- The site must run off it's own domain OR subdomain
I need some answers:
- Is this possible, or will each user need a completely new Drupal installation and just use a web service or something to get its listings from the main site?
- What modules / components will make my life easier?
- Any other suggestions to make this as simple as possible?