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.
| Attachment | Size |
|---|---|
| taxonomy_0.gif | 15.1 KB |

#1
Anyone? Anyway? Bueller?
I have the exact same issue....
//TB
#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
#5
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.