Hi there,

First of all, thanks for making this module. It shall be exactly what I need. Thank you!

I installed this module and uploaded images for all terms for one of my categories.
In View UI, I added one field, Taxonomy Image: Image, but the image does not show up when visiting this View. Instead, in View's HTML source code, there is one line like this:

<td class="view-field view-field-term-image-tid"></td>

But there is no <img> tag.

Why?

Thanks,

Comments

bigheadfish’s picture

By the way, "'access taxonomy images" is given to all users.

dman’s picture

What version of views? It changed its widget definitions a bit at several points. Could be that.

bigheadfish’s picture

My View version is 5.x-1.5

Thank you.

bigheadfish’s picture

Any idea?

Thanks,

focal55’s picture

I just ran into this problem too.

I have the following set up:

Drupal 5.10
Views 5.x-1.6
Taxonomy Image 5.x-1.4

Thank you for the help

ridefree’s picture

hey folks ...

i'm having this problem as well. or at least maybe a similar one.

curious if you all are using imagecache as well? I am.

what i'm noticing is that I don't see any images in my views, but when i look at it through firebug I am getting something like this:

.../files/imagecache/6/category_pictures/redeye100x100_6.gif

but then I realized that if I substituted the imagecache name for the number
ie. .../files/imagecache/small-size-65/category_pictures/redeye100x100_6.gif

it then works fine.

so ... programming not being my forte, I'm not sure where to correct this in the code.

my thinking is that maybe it's how taxonomy image creates Taxonomy Image: Image from imagecache.
somehow it is drawing the imagecache # instead of name ... to build the URL for the image.

possibly this is imagecache issue?

any assistance would be appreciated ... but i'll post here if we fix it.

nancydru’s picture

@ridefree: Unless the ImageCache maintainer can convince me otherwise, I would have to say this is an IC issue. TI uses a standard IC API.

nancydru’s picture

I committed the patch in #312655: adding taxonomy_image field in views - create multiple listing so you can check if this is fixed by that.

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)
nancydru’s picture

I just committed the patch in #315351: term link for taxonomy image field in Views and I am getting images with ImageCache. Please try the -dev version when it rolls up at midnight GMT.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

cgjohnson’s picture

Sorry to reopen this but I think we're having the same problem -- not showing up in views when we have it set to display fields. We're using the latest releases of both modules. thanks.

dman’s picture

To troubleshoot and narrow down your issue.

Are you using imagecache or not? It appears this thread was related to an imagecache derivative issue.
Is there an image tag being inserted in the view-source or not?
If so, what is the URL produced for the source there?
Is it theme-related? Does the problem occur with a base theme?
Is it permissions related? Confirm that "access taxonomy images" is enabled, as above.

cgjohnson’s picture

We are using imagecache on our site, but not for the taxonomy images - it's just using the default uploaded file.
There is no image tag being inserted in the view-source
so we can't answer #3...
It doesn't appear to be theme-related because isn't set to hide any image fields; we haven't touched the CSS for the view output
We've confirmed all the permissions.

thanks for any help you can offer.