I have a site built with domain_access and quiz modules. I have a content type Page
and quizzes. Both the Page
and Quiz
share two taxonomies (theme and category), and ofcourse domain reference.
I have a view based on taxonomy terms, where I list all pages and quizzes available on the active domain. And have two exposed filters on theme and category.
In the view i have two relationships to Page
and Quiz
but on the exposed filters, I can only select the relationship to the Page
and not the quiz.
So my question is how can I achieve this ?
List all Page and Quiz on one view, with two exposed filters (theme, category) and on active domain (or all affiliates)
(Sorry for my bad english)