Taxonomy Image Problem

nimazuk - July 15, 2007 - 04:44
Project:Taxonomy Image
Version:5.x-1.x-dev
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:by design
Description

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

#1

brewreview.info - November 2, 2007 - 23:31

Anyone? Anyway? Bueller?

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

AttachmentSize
untitled.PNG 2.7 KB

#2

nimazuk - November 3, 2007 - 03:42

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

brewreview.info - November 4, 2007 - 18:26

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

NancyDru - November 10, 2007 - 16:04
Status:active» needs review

#5

NancyDru - February 7, 2008 - 13:17
Status:needs review» by design

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.

 
 

Drupal is a registered trademark of Dries Buytaert.