Is there any way I could hide forums depending on which domain the site is accessed through (multisite configuration)? Limiting access is not needed,
Setting a default container which is accessed via forum link is also borderline acceptable.

Any ideas?

Comments

Anonymous’s picture

Are you doing a true multisite deployment? If so, the forums for one site will not be available in the other sites.

Etanol’s picture

Define true multisite :D

What I've got here is a single code base, single database, all tables shared, different sites done with taxonomy access module

cog.rusty’s picture

Difficult with *all* tables shared. The sites would be identical. So, there should be code which filters categories based only on the HTTP_HOST, and I don't know of any such modules.

Perhaps something external such as apache rewrites of different HTTP_HOSTS. But rewrites to.... what?
To different paths which correspond to different predefined views, where each view displays some of the forums?
To paths with arguments?

An interesting problem...