Taxonomy image does not show up in Views

bigheadfish - October 5, 2008 - 03:33
Project:Taxonomy Image
Version:5.x-1.4
Component:Views
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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,

#1

bigheadfish - October 5, 2008 - 03:52

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

#2

dman - October 5, 2008 - 04:11

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

#3

bigheadfish - October 5, 2008 - 04:25

My View version is 5.x-1.5

Thank you.

#4

bigheadfish - October 7, 2008 - 01:03

Any idea?

Thanks,

#5

focal55 - October 14, 2008 - 14:26

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

#6

ridefree - November 8, 2008 - 23:08

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.

#7

NancyDru - November 10, 2008 - 15:36

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

#8

NancyDru - November 11, 2008 - 19:27

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.

#9

NancyDru - November 11, 2008 - 19:28
Status:active» postponed (maintainer needs more info)

#10

NancyDru - November 19, 2008 - 16:36

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.

#11

NancyDru - January 3, 2009 - 16:15
Status:postponed (maintainer needs more info)» fixed

#12

System Message - January 17, 2009 - 16:20
Status:fixed» closed

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

#13

cgjohnson - October 22, 2009 - 22:32

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.

#14

dman - October 23, 2009 - 02:19

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.

#15

cgjohnson - October 23, 2009 - 14:54

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.

 
 

Drupal is a registered trademark of Dries Buytaert.