Closed (fixed)
Project:
Taxonomy Image
Version:
5.x-1.4
Component:
Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2008 at 03:33 UTC
Updated:
23 Oct 2009 at 14:54 UTC
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
Comment #1
bigheadfish commentedBy the way, "'access taxonomy images" is given to all users.
Comment #2
dman commentedWhat version of views? It changed its widget definitions a bit at several points. Could be that.
Comment #3
bigheadfish commentedMy View version is 5.x-1.5
Thank you.
Comment #4
bigheadfish commentedAny idea?
Thanks,
Comment #5
focal55 commentedI 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
Comment #6
ridefree commentedhey 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.
Comment #7
nancydru@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.
Comment #8
nancydruI committed the patch in #312655: adding taxonomy_image field in views - create multiple listing so you can check if this is fixed by that.
Comment #9
nancydruComment #10
nancydruI 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.
Comment #11
nancydruComment #13
cgjohnson commentedSorry 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.
Comment #14
dman commentedTo 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.
Comment #15
cgjohnson commentedWe 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.