What about an Integration with Taxonomy Image so it can be displayed in the taxonomy node creation?

Comments

damienmckenna’s picture

Status: Active » Postponed (maintainer needs more info)

Why not just use an ImageField CCK field in the appropriate content type? The notion of using Taxonomy Node is to give you a node for each term, so you can expand the content type however you see fit.

pitxels’s picture

sounds reasonable for the admin, but the Taxonomy Image is showed on the taxonomy page

pitxels’s picture

If I add an imagefield on the node, will the image be displayed in the taxonomy page?

You see, I am using this module with ubercart and its great, but ubercart also allows to place the image only in the taxonomy admin section (admin/content/taxonomy/..)

What about this scenario?

  • Creating a category as a node, (this module)
  • At the same time adding the image that will be displayed for the taxonomy page. (Integration with taxonomy_image)
  • That same image will be the one ubercart catalog uses.(ubercart integrating both modules)

Maybe I ask to much...