|
|
|
User Rating: Rated by: |
Good (3.2/5) 18 user(s) |
|
|
|
Taxonomy image description |
|
|
The Taxonimy 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.
Installation Untar (or unzip) the Taxonomy Image module files into a 'taxonomy_image' subdirectory within your appropriate 'modules' directory. Go to "administer >> site building >> modules" and put a check mark in the 'enabled' column next to 'taxonomy_image'. Enable permissions appropriate to your site. Go to "administer >> settings >> taxonomy_image" to configure the module. Associate taxonomy terms with images. This is done within the normal term edit page.
Here are some key features of "Taxonomy image":
· Image configuration happens within existing admin/taxonomy menu structure.
· Admins can add custom tags to 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. Requirements:
· Drupal 5.x/6.x
What's New in This Release: [ read full changelog ]
· Setting for name or description in link.
· Fixed problem with quotes in link title.
· Fix some missing object property problems.
· Spanish translation for 6.x.
· Removed CHECK from pgsql CREATE in 5.x.
· Add imagecache to block.
· Add theme to node_display.
· "Disable images" only on user account tab.
· Add Views 2 support.
· Delete taxonomy unset.
· Made block more themable.
· Added page view setting to node display.
· Add option to show name on altered link.
· Fix Views for RC2.
|
|