The point is, that everything worked in 6.x-2.0-rc3, but is not in rc4
There is a cool http://drupal.org/project/domain that assign nodes to domains and with http://drupal.org/project/domain_taxonomy containers are assigned too. Also Domain Taxonomy inherit domain rules from parent container or forum to their childs and so on.
So with rc4, og_forum stopped getting assigned to their domains, when ogforum is created.
Both Domain Access and Domain Taxonomy are working good with core Forum module and many others including Og_forum 2.0rc3, that is why i decided to make an issue here. Hope i'm right.
Comments
Comment #1
Skirr commentedTested OG Forum 6.2.0-rc5 with Domain Access 6.x-2.0-rc9 and Domain Taxonomy 6.x-1.0-rc1
The result is the same.
1. When new group is created it get right assignment to domain following Domain Access rules.
But new group forum container and new group forum in this container are not assigned to domains at all.
2. Manage forums. When group owner creates a forum, a forum dont get any assignment to any domain and becomes invisible everywhere.
Core forum or container does get an assignment to domains when created or edited.
Comment #2
garywiz commentedI ran into this same problem.
There is a full description and a solution at #522016: Inheriting domain settings for terms created programmatically using taxonomy_save_term() . Note that I promised to roll a formal patch for this, but I haven't yet, but the code and description in the issue should at least shed some light on why this is happening.
Maybe I'll look into doing that patch sooner rather than later.
Comment #3
vegantriathlete