Active
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 04:09 UTC
Updated:
26 Oct 2011 at 10:36 UTC
I want to use this module in a specific setup, however it isn't clear from the documentation if this will work.
I basically want to display a block of node content that will accept multiple terms from a contextual filter to display nodes that have the same term applied. E.G. Say node 1 has terms a,b node 2 has term a and node 3 has term b, if this view were to be displayed on node 1 you would see both node 2 and 3, however if you saw it on node 2 or 3 it would only should node 1.
Is this possible with this module?
Comments
Comment #1
solotandem commentedFrom your description, you are wanting to display content based on the taxonomy relationships. This module does not do any content display. It only creates a list of filter links so that another module can then display the associated content.
From your example (with 2 terms), it may be you are looking for other nodes that are tagged with ANY of the terms of the current node. This is what the default taxonomy_term view (from Views) does.
Comment #2
dreadlocks1221 commentedI am looking for the latter functionality in which the view shows nodes with any of the tags that the node being views does, however it seems to treat multiple tags as ANDs and not ORs so if a node has 2 tags it looks for other nodes with the same two tags and not just tag 1 or tag 2
Comment #3
solotandem commentedThe url for doing ANY of the tags should end with tid1+tid2, not tid1,tid2. What are you trying?
Comment #4
dreadlocks1221 commentedIm trying to load multiple terms through a contextual filter and not the URL (I basically send the context through panels). Im basically using the tags a basic related items type view