Good Day,

I am using Domain Access and have created views block of taxonomy terms. Is there any way to filter the terms used for that domain only?

Thank you,

Mark

Comments

archard’s picture

Project: Term Node Count » Domain
Version: 6.x-1.3 » 6.x-2.x-dev

It would be Domain Access's responsibility to keep track of which terms apply to which domains, so I am going to pass this issue to Domain Access.

agentrickard’s picture

Project: Domain » Domain Taxonomy
Version: 6.x-2.x-dev » 6.x-1.x-dev

See the Domain Taxonomy module --> http://drupal.org/project/domain_taxonomy though I don't know if it is Views-integrated.

Sorry for passing you around here... but I expressly handed off all domain-related taxonomy stuff.

Skirr’s picture

With this module (Domain Taxonomy) you can assign terms to specific domain. And then in views term-based queries domain filtering will be automatically active.

garywiz’s picture

"And then in views term-based queries domain filtering will be automatically active."

This appears to be true only if the primary views table is a "node". So, term-based views (those which filter lists of terms) do not appear to have any views support whatsoever. I have been debating about whether to implement this myself, but waiting to hear what the module maintainer has to say. Maybe this is already in the works.

The view support you are describing is inherited from Domain Access, not specifically a part of Domain Taxonomy.