Closed (fixed)
Project:
Taxonomy List
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 12:35 UTC
Updated:
15 Jun 2010 at 01:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rudins commentedNo, I did not miss.
Changed line 170 to:
$new_tree[$tid]->image = $taxo_img ? l(taxonomy_image_display($term->tid, NULL, NULL, array('wrapper' => FALSE,)),$term_path, $options = array('html' => TRUE) ) : NULL;and I got links.
Comment #2
jolidog commentedThanks rudins!
I've changed a bit of your code to maintain the div wrapper and created a patch.
I didn't find any abnormal behavior, and everything is working fine.
Maybe it will get in 6.x-2.0-rc2...
Perhaps NancyDru is thinking of making this an option, but until there is a checkbox, in my opinion, this behavior should be the default.
Comment #3
vitis commentedThank you!
Comment #4
nancydruThere is a similar feature in #501848: Make images a link. Please compare the solutions and see if they achieve the same result.
Comment #5
nancydruCommitted to 6.x-2.x-dev
Comment #6
jolidog commentedNice!