This module was originally suggested by NedjoRogers on http://groups.drupal.org/node/100179. The group discussion page gathered much attention at the time, but little unification actually resulted from the discussions. I felt the concepts discussed were a good idea, and that the Autotag module would benefit from them.
The taxonomy_image module allows site administrators to associate images with taxonomy terms. With the association created, an admin can then make a call to 'taxonomy_image_display()' from their theme or other PHP code to display the appropriate image.
The module allows the admin to create a one-to-one term-to-image relationship. With image display recursion, it is also possible to create a many-to-one relationship. This is useful if creating taxonomy hierarchies in which an entire tree of terms will use the same image. With recursion enabled, you only need to associate an image with the tree parent, and all children will automatically inherit the same image.
Features:
Image configuration happens within existing admin/taxonomy menu structure.
Admins can add custom tags to <img> markup when displaying images.
Allows one-to-one term-to-image relationships.
Allows many-to-one term-to-image relationships.
Admin-permitted users can disable the images.
Administrators can force images to be a standard size.
May use the ImageCache module if it is available.
Works with Views.
Utilizes core file.inc and taxonomy.module APIs.
Small module with specific, focused functionality.
Note: As of 2010/03/01, this module appears to no longer be supported. If you are interested in taking this module over, or you as the module maintainer feel this message has been posted in error, please reply to #530520: Jsdomenu appears to be abandoned.
This module utilizes the core taxonomy module to create a hierarchical menu tree for each vocabulary. The menus are created as an independent block which can be displayed contextually or display can be controlled through standard block controls. This module also displays the term description for the the term list pages as well.
This module also allows you to add taxonomy based breadcrumbs to node pages.
This module uses free weather data from yr.no to display current weather conditions from anywhere in the world. Forecasts for up to 11 days are included. Data for more than 14.000 places worldwide is included for easy weather display.
The old branch, 7.x-1.x, uses METAR (METeorological Aerodrome Report) data to display current weather conditions from anywhere in the world.