By Lioz on
Is there any way to add a taxonomy term to a cck field?. I Used the filefield module for cck to upload different files to different content types. I want to be able to classify this field with different categories in order to use views to make a "document page" with all my uploaded files sorted by categories. I tried also to make a different content-type "document" with its own taxonomy using the node-reference field to attach it into my other nodes, but node refence takes only the title of the node, not the filefield. Any ideas?
Comments
The idea is to use the whole node as file container
because taxonomy and reference are only applied to node, not its part, like single field.
/Michael
i want to do the same thing,
i want to do the same thing, did you do it finally?
i want to add field_features
i want to add field_features to the product content type using cck
this field hold multiple features list values like "touch screen", "V cast " , "MP3 player" and authenticate user can select one or more of then using check box .......
how this is to be done ..............