What I am looking for is this:
the ability to assign an organic group per each domain, including the main domain.
It will check og_get_group_context() and stay in the current domain unless the group context changes... by either manually changing the domain via a hard link or by visiting a node which is not in the current group.

if a node is not in the og_get_group_context() then the domain and group context change.

This is to keep search engine spiders from indexing the wrong content for a domain.

currently, if a user is subbed to a group and the node is in that group, they can see that node in a different domain. I want the domain to switch because we are trying to make each group appear like a different webpage and some pages are NOT shared.

if a node is in the current group then the domain stays the same... ie sometimes a node can be in many groups but we want to stay in the current group/domain if it is part of that group.

will pay $$$ to implement soon.

Comments

nedjo’s picture

Have you looked at og_sites, http://drupal.org/project/og_sites ?

Possibly that could be adapted to your needs.

Veggieryan’s picture

yes, I tried that out originally. we really dont want the base group to share ALL nodes with ALL groups though. And we dont want to have prefixed databases for each og. og+multidomain will allow us to create sites nearly on the fly, especially if multidomain pulls the domain from the group website field... ;) can you help the changes I outlined above to get integrated into multidomain?