Taxonomy Image(http://drupal.org/project/taxonomy_image) is a good module like yours.
It is a documentation part:
To display a taxonomy image from your theme or other php code, add
a call to taxonomy_image_display(). This function requires that you pass
in the term id of the term for which you wish to display the appropriate
image. For example:
taxonomy_image_display($term->tid)
This will return an
tag with the appropriate values for source=,
height=, width= and alt=. For example, it may return something like:
![]()
Say please, where I must put " taxonomy_image_display($term->tid) " in your module ?
Thanks!
Comments
Comment #1
Andrew Gorokhovets commentedAny ideas?
Comment #2
indytechcook commentedWhat are you trying to accomplish? Do you want the image in the menu?
If you are trying to get it on the page then you will need to create your own menu callback. Taxonomy Menu only create the menu link items.
Comment #3
arlinsandbulte commentedNo followup after a couple of months at "postponed (maintainer needs more info)"
So, I am going to mark as "Won't Fix"
indy's questions are exactly the same questions I was thinking of reading the issue post (so I think they are very valid).
I am guessing that andrey_jw wants to show the image in the menu... but without feedback, it is impossible to tell.
Comment #4
Andrew Gorokhovets commentedHello!
Forgive, that long time did not write. Yes, I wish to insert pictures into the menu. It would be very opportunely and logically at use of these popular modules.
Comment #5
jasom commentedAlso saying "please, integrate it" :)
Comment #6
gothica commentedwhen it will be implemented????
Comment #7
indytechcook commentedWell, it's not quite that simple. Taxonomy Menu does not render the display of the menu so it has little control over the html that is rendered.
The next version of taxonomy menu will have the ability to render the display differently. Unless someone else comes up with a better idea (which I'm sure there is) I'm setting this as a feature request on V3.
Comment #8
vitis commentedThank you for moving forward. What is the ETA?
Comment #9
jenlamptonsubscribe
Comment #10
dstolPostponing for the time being.
Comment #11
dstolThere will be no more work on the 6.x-3.x-dev branch for the foreseeable future.