For a subscribers-only website that I want to build with Drupal, I want to be able to sell both individual subscriptions and group subscriptions (i.e. site licenses). Here are my specs for the site license scenario:
- Each member of a group will have a unique login
- I will upload group account info manually
- One member of the group will be designated as 'master'
- Only the master account will be able to administer settings for entire group
- Each group (there will be many) will view the site through its own custom template that will be different from that of other groups and individual subscribers
I've looked at the organic groups module, but I'm not sure it can handle all these requirements. Can it or is there another way?
Doug Addison