README.txt |
README.txt |
|
Overview:
--------
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… |
taxonomy_image.css |
taxonomy_image.css |
|
.taxonomy_image_checkboxes .form-item label.option {
float: left;
margin-right: 1.5em;
}
.taxonomy_image_checkboxes .form-item .description {
clear: both;
}
.taxonomy_image_checkboxes {
clear: both;
padding-top:… |
taxonomy_image.info |
taxonomy_image.info |
|
name = Taxonomy Image
description = Upload and associate images with taxonomy terms.
dependencies = taxonomy
package = Taxonomy Image |
taxonomy_image.install |
taxonomy_image.install |
|
taxonomy_image.install
Simple module for providing an association between taxonomy terms and images.
Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004. |
taxonomy_image.module |
taxonomy_image.module |
|
taxonomy_image.module
Simple module for providing an association between taxonomy terms and images.
Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004. |
taxonomy_image_attach.info |
contributed/taxonomy_image_attach/taxonomy_image_attach.info |
|
name = Taxonomy Image Attach
description = Support re-use of existing image nodes as taxonomy images.
dependencies = taxonomy
dependencies = taxonomy_image image_attach
package = Taxonomy Image |
taxonomy_image_attach.install |
contributed/taxonomy_image_attach/taxonomy_image_attach.install |
|
taxonomy_image_attach.install. |
taxonomy_image_attach.module |
contributed/taxonomy_image_attach/taxonomy_image_attach.module |
|
Add functionality to terms similar to the image_attach.module.
Allow a term editor to choose from EXISTING images rather than upload new ones all the time.
Currently this uses image.module handling of image nodes to index available images. |
taxonomy_image_blocks.info |
contributed/taxonomy_image_blocks/taxonomy_image_blocks.info |
|
name = Taxonomy Image Blocks
description = Provides blocks for Taxonomy Image.
dependencies = taxonomy_image
package = Taxonomy Image |
taxonomy_image_blocks.module |
contributed/taxonomy_image_blocks/taxonomy_image_blocks.module |
|
Add a block to show the images attached to the terms of a node. |
taxonomy_image_link_alter.info |
contributed/taxonomy_image_link_alter/taxonomy_image_link_alter.info |
|
name = Taxonomy Image Link Alter
description = Modify taxonomy term links to use Taxonomy Image.
dependencies = taxonomy
dependencies = taxonomy_image
package = Taxonomy Image |
taxonomy_image_link_alter.module |
contributed/taxonomy_image_link_alter/taxonomy_image_link_alter.module |
|
Change taxonomy links to show term images. |
taxonomy_image_node_display.info |
contributed/taxonomy_image_node_display/taxonomy_image_node_display.info |
|
name = Taxonomy Image Node Display
description = Display taxonomy images in nodes where and when you want them.
dependencies = taxonomy_image
package = Taxonomy Image |
taxonomy_image_node_display.module |
contributed/taxonomy_image_node_display/taxonomy_image_node_display.module |
|
Display taxonomy images in nodes where and when you want them. |
update_term_images.php |
contributed/update_term_images.php |
|
|