By Etanol on
For a simple forums configuration: I've got 3 containers set up:
- Container 1
- Container 2
- Container 3
If site is accessed from mydomain1.tld I'd like forums displayed to be limited to Container 1 - as if Container 1 was whole forum
with mydomain2.tld it would be Container 2, etc. For domain 1,2 and 3 no link should point to the rest of the forums, unless it is a part of a thread.
If accessed from mymaindomain.tld all containers should be visible.
Is possible at all without some custom code to be written?
Comments
=-=
There is a forumaccess.module though I don't believe this will do what you want to do across multiple sites.
Seems to me you can do what you want by enabling the forum on each install of the multisite rather then trying to squeeze them into one of the installs.
I do need it to be a single
I do need it to be a single multisite install :/