Posted by gagaga on June 25, 2009 at 11:01am
Jump to:
| Project: | Taxonomy List |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | critical |
| Assigned: | gagaga |
| Status: | closed (duplicate) |
Issue Summary
This patch slightly modifies images using taxonomy_image. First, the images become links. Secondly, if a picture, the name of the term is not shown.
For example, see the screenshot.
If you do not get, including this patch or its equivalent in the main release.
| Attachment | Size |
|---|---|
| taxonomy_list.patch | 69.74 KB |
| screen1.jpg | 88.31 KB |
Comments
#1
Please compare this to #475314: Link on taxonomy image in taxonomy list. and negotiate on the solution.
#2
Hello NancyDru! Glad to see you active again, hope everything is ok.
Back to the issue, this patch is a bit convoluted, and it uses a hardcoded
<a href="'.taxonomy_term_path($term).'">tag. And I think adds some unnecessary code.The patch in #475314: Link on taxonomy image in taxonomy list. is cleaner and uses the l function. So in my close to none knowledge of coding I think you should commit the other patch, it's working fine and I think it's cleaner.
Just my opinion...
Thanks!
#3
I have committed the other patch, mostly because this one is not a patch, but a full module file.
#4
sub