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

nancydru’s picture

Status: Active » Closed (works as designed)

There is a field called "Taxonomy: Term image" that gives you the image.

lizbethalml’s picture

yeah but if I use that one it causes duplicates....

nancydru’s picture

But 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.

lizbethalml’s picture

TI 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!

nancydru’s picture

Status: Closed (works as designed) » Active

I wish I had a Views expert to help. I can barely make Views work.

nancydru’s picture

Please 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?

najibx’s picture

set 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.

MBroberg’s picture

There 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!

fuzzy’s picture

Title: Taxonomy image with views » Taxonomy image: recursion with views
Category: support » bug
Issue tags: +image, +view, +recursion

Hi!

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!

fuzzy’s picture

Title: Taxonomy image: recursion with views » Taxonomy image with views
Category: bug » support
Issue tags: -image, -view, -recursion

sorry, wrong place for my rant...

ryank76’s picture

#7 worked for me, thank you.