views:

291

answers:

0

A follow-up to my previous question. I have a view (a page, not block) that gets fours arguments as part of the url, e.g. foo/bar/baz/arg1/arg2/arg3/arg4 where arg1 is nid and arg2-arg4 are text/taxonomy fields. The path of the page looks like this: foo/bar/baz/%/%/%/%`.

Per my previously asked question, I've been able to prevent the nid being used by the view for any type of filtering. I've also used a filter to limit the results to a specific content type.

The problem is that the view doesn't use arg2-arg4 to filter the content - it just displays all of the content of that content type. I've tried changing various settings for fields, filters, relationships, etc - nothing works. Any ideas how this could be solved?