By fschaff on
Hi everyone,
I need to categorize some Images as "select" or "not select" when I import them in my node.
The purpose is to have a views with only my selected images.
Thanks !
Hi everyone,
I need to categorize some Images as "select" or "not select" when I import them in my node.
The purpose is to have a views with only my selected images.
Thanks !
Comments
2 ways I can think of. First
2 ways I can think of.
First use simple Taxonomy. Create the two terms and categorise your images as you want.
Then go to views and add your taxonomy filter to it.
Second way use the Image module. It gives you Image Gallery functionality.
Create 2 galleries, one called select and one called not select. Then just call your gallery.
Thanks for your answer but
Thanks for your answer
but how I can categorise every image with taxonomy ?
how to categorise images with taxonomy
Use Taxonomy Image module?
http://drupal.org/project/taxonomy_image
This let's you associate an image with a taxonomy term.
I'm not sure I understand
I'm not sure I understand your question.
With taxonomy you can categorise any kind of content so I don't see what an extra module like image taxonomy would give you.
Just go to taxonomy/List, add a vocabulary and select the content types you want to enable for this vocabulary. In your case Image or whatever else you might be having.
the second way is similar. you've got to have Image enabled and you get the Drupal default Image Gallery with it. Just go to taxonomy and you'll see the Image Gallery vocabulary. Just create the terms you want
I explain for you the global
I explain for you the global working of my site.
I create a type node called "works".
In "works", I have some cck field. One of them is my Image field.
I just want to be able to select some images from my Image field in all nodes to put them in a specific view. My problem is to find a module able to categorise this Images when I import them.
Sorry for my poor english, I'm difficult to understand…
_
I don't know of any module that enables adding taxonomy terms to individual images of a multivalue imagefield. You might be able to do it with core taxonomy, content_taxonomy, and cck v3 by setting up a cck multigroup that consists of a content_taxonomy field and an imagefield. Usually this is done by making images nodes and using taxonomy on the individual imagefield nodes.
OK ! it works with the
OK !
it works with the content taxonomy module ! Thanks for your help.
I tried too the field_taxonomy module who seems to be made for this application (apply taxonomy terms to cck fields value) but no way to make it work…