This module adds an option to term reference fields in node content types so the entire lineage of a term selected in a node is stored into the taxonomy_index table.
This is a light weight module. This is developed in consideration with adding vocabulary images. In some cases your project( E-commerce site) needs to display list of vocabularies with their images.
The vocabulary_image module allows site administrators to associate images with vocabularies. With the association created, an admin can then make a call to 'vocabulary_image_get_vocab_image_path($vid)' from their theme or other PHP code to get image path & display the appropriate image in their desired image format.
One of my project needs to same feature. I searched a lot but not found any solution. Then after all I decided to write their own module and also wants it to contribute. So it can provide some help to reach at appropriate solution for this type of listing.
An admin setting is also available to manage image resolutions, image sizes.
Admin can provide default image in case if no any image is uploaded with vocabulary.
Features :
Image configuration happens within existing admin/structure/vocab-image menu structure.
Admins can add default image in case if no any image is attached with existing vocabulary.
Exposes an Iframe formatter for Drupal 7 Link Fields, and an Iframe content type for CTools aware applications like Panels. Translation: Drop IFrames into your panels willy-nilly.