Originally, I had all except one of my forums only on the main domain and the other forum only on subdomains. So I would manually add that forum to subdomains as I added them. Now I'm changing things around and all forums except two will be on all domains. So I'd like to set all the other forums to show on all rather than having to update each one when I add another subdomain.

I tried checking "Send to all affiliates" but can't get it to work. If I add the subdomain explicitly, it shows up fine. Otherwise it doesn't. I'm putting this as a support request because I haven't the time right now to dig in and confirm it's a bug but it seems to be one at first glance. Can anyone confirm whether this does or does not work for them?

Thanks,

Michelle

Comments

skizzo’s picture

Can't confirm... but make sure you are following the same rules as for DA, i.e.: If you select 'Send to all affiliates,' the node will be viewable on all domains for your site. Even if you select this option, you must select at least one domain for the node. Just guessing...

michelle’s picture

Yeah, I did that. The checkbox is simply getting ignored and not overriding like it says it will. If no one else can repro this, I guess you can just close it. I've done some re-thinking on how I want to set up my forums and I think I'm going to end up dropping Domain Taxonomy and letting all forums be on all domains.

Michelle

skizzo’s picture

For testing purposes I added a new term TESTING to my existing taxonomy. I then edited the term's publishing options (setting it to "Send to all affiliates" plus "Domain A"). Now: adding content for "Domain A" I see the new term. Same for "Domain B" and all other domains. So I would say that it works for me... I leave the issue open in case someone wants to do some more testing.

michelle’s picture

Weird. If I check "Send to all affiliates" and go to the forum listing page, it will only show up on domains that are explicitly checked. Maybe there's a conflict with this and forums, then?

Michelle

skizzo’s picture

in case it makes any difference: I am using 6.x-1.0-rc1 (17.6 KB 2009-06-23), not 6.x-1.x-dev
(14.88 KB 2009-Jun-08). BTW, shouldn't -dev always be the "latest" release?

littletiger’s picture

Issue summary: View changes

For the Drupal 7 version, I had the same problem.
Traced the problem back to domain_taxonomy_query_term_access_alter($query) which explicitly and only checks for grants with a realm of value "domain_id" (corresponds to the explicitly selected domains to publish to).

I added an extra grant in the $grants array with realm value "domain_site" and gid '0' (this is how the grant gets added to the database.
That makes it work :)

mw4ll4c3’s picture

Status: Active » Closed (outdated)