Active
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 20:00 UTC
Updated:
25 Apr 2012 at 07:33 UTC
Hello! first of all thank's for your module! I have nodes that have several taxonomies for example city and category and I have an image for category so when I want to show my taxonomy image in the view it generates duplicate nodes... so... I know that when the same node has various tags from different vocabularies it happens... so I try to use the taxonomy all terms solution where I can filter to wich vocabulary I am refering to display the term or term image but there is no option to display the term image only the term... is there a solution???? thank's anyway!
Comments
Comment #1
nancydruThere is a field called "Taxonomy: Term image" that gives you the image.
Comment #2
lizbethalml commentedyeah but if I use that one it causes duplicates....
Comment #3
nancydruBut you can also filter based on the term name, thereby reducing the duplicates.
This is really an issue with Views. TI does what it is supposed to do.
Comment #4
lizbethalml commentedTI is the one with the problem, I am using arguments so my arguments are passed in the url so I can't filter it by term name or whatever cause is a different vocabulary I am using to filter this content... so there should be an option to display the image in the taxonomy all terms. Let me explain this... I have a vocabulary named city and another one named category... the category vocabulary is the one with the image but my content is filtered by city so is like www.example.com/city/alaska so I can't filter based on the term name... anyway thank's for the answer! God bless you!
Comment #5
nancydruI wish I had a Views expert to help. I can barely make Views work.
Comment #6
nancydruPlease excuse my Views ignorance as I have very few sites that actually use it.
Are you talking about exposing a filter and seeing the image in the selection box?
Comment #7
najibx commentedset Taxonomy: Vocabulary under filters does the job. ...http://drupal.org/node/302017
not "working" if you enable multi term for the selected Vocabulary being filtered, the node will be shown twice. but then ..it's categorized in 2 terms ..might be as what one want, anyway.
Comment #8
MBroberg commentedThere is also a patch/mini-module here to provide use with "All Terms image"
http://drupal.org/node/471530
so that nodes with more than one term do not show up as repeats (which is the exact same thing that happens with Taxonomy:Term, so this module is not to blame, it just didn't go quite far enough and that is fixed with the patch)
Thanks everyone for your hard work!
Comment #9
fuzzy commentedHi!
When using Taxonomy Image with Views the problem arises if your vocabularie is hierarchical.
IMO, the value of "image field" (Edit view -> Add Fields -> Taxonomy: Term Image) should be loaded hirerarchicaly if you use "Recursive image display: Enabled" in Taxonomy Image settings page.
Is this right?
Is there a workaround for this issue?
Thanks!
Comment #10
fuzzy commentedsorry, wrong place for my rant...
Comment #11
ryank76 commented#7 worked for me, thank you.