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.

CommentFileSizeAuthor
#1 untitled.PNG2.7 KBbrewreview.info
taxonomy_0.gif15.1 KBnimazuk

Comments

brewreview.info’s picture

StatusFileSize
new2.7 KB

Anyone? Anyway? Bueller?

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

nimazuk’s picture

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.

brewreview.info’s picture

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

nancydru’s picture

Status: Active » Needs review
nancydru’s picture

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.