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 Only local images are allowed. tag with the appropriate values for source=,
height=, width= and alt=. For example, it may return something like:
Only local images are allowed.

Say please, where I must put " taxonomy_image_display($term->tid) " in your module ?
Thanks!

Comments

Andrew Gorokhovets’s picture

Any ideas?

indytechcook’s picture

Status: Active » Postponed (maintainer needs more info)

What 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.

arlinsandbulte’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

No 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.

Andrew Gorokhovets’s picture

Status: Closed (won't fix) » Active

Hello!
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.

jasom’s picture

Also saying "please, integrate it" :)

gothica’s picture

when it will be implemented????

indytechcook’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
Category: support » feature

Well, 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.

vitis’s picture

Thank you for moving forward. What is the ETA?

jenlampton’s picture

subscribe

dstol’s picture

Status: Active » Postponed

Postponing for the time being.

dstol’s picture

Status: Postponed » Closed (won't fix)

There will be no more work on the 6.x-3.x-dev branch for the foreseeable future.