When I tick this option with the new in version 6.x-1.5, I also get text next to the image that's the taxonomy name of the link.
Is this text supposed to appear? The image is linked correctly to the taxonomy, but the text is unwanted.
Can provide a screencap if necessary.
Tim
Comments
Comment #1
tjharman commentedComment #2
e_log commentedI think some wrong code in taxonomy_image_node_display.module is the cause of this problematic behavior:
. $term->name needs to be removed.
Comment #3
tjharman commentedThank you - removing that code fixes the problem.
Comment #4
nancydruSee #352033: Term Image and Name?
Comment #5
tjharman commentedThanks NancyDru. I reported it only because it seemed "wrong" to me. If this is the intended behaviour, this bug can be closed.
Thanks,
Tim
Comment #6
nancydruIt seems that perhaps it should be an option.
Comment #7
scrubba commentedOh this one had me stumped for ages.
It appeared after a full upgrade and I thought it was a CKK or views 2 issue.
I am very happy I found this thread,
and
thanks for posting the fix
and
I agree very much that this should be an option.
Comment #8
nancydruIt will be when I have the time to get to it (unless someone wants to pay for it, which would bump its priority).
Comment #9
nancydruCommitted to both branches.
Comment #10
nancydruClearing the queue a bit.