Project:Taxonomy Image
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

Hi,
A strange thing happens when I combine Taxonomy List module with Taxonomy Image module to show a taxonomy list with image.

when the page loads, it shows the IMG tag of each image instead of showing the image itself.

I attached the screen shot of the page.

Please help me get through this.

AttachmentSize
taxonomy_0.gif15.1 KB

Comments

#1

Anyone? Anyway? Bueller?

I have the exact same issue....
//TB

AttachmentSize
untitled.PNG 2.7 KB

#2

Change line 266 in taxonomy_term module to:

             .  l(taxonomy_image_display($term->tid, ''), 'taxonomy/term/'. $term->tid, array(), NULL, NULL, FALSE,  TRUE)

See http://api.drupal.org/api/5/function/l for the exact specs on the L function. Note the description of the $html parameter.

#3

Took some experimentation to find that it's actually line 266 of the taxonomy_list module.

But that worked like a charm. Much thanks mate!

Cheers,
//TB

#4

Status:active» needs review

#5

Status:needs review» closed (works as designed)

There was no patch here, so I don't know why it was CNR. But the real problem here was in Taxonomy List, not TI.

nobody click here