We have imported 4 vocabularies into our taxonomy. (Application, Technology,CE and EST.)

Then we downloaded the filefield module to upload files.

Our goal is to achieve this: If someone wants to post a file, he should be able to choose a tag or more from each of these vocabularies. Does anyone know how to link the file upload to these taxonomies?

Tnx by advance!

Comments

quicksketch’s picture

Version: 6.x-1.0-beta3 » 6.x-3.9
Category: task » support
Status: Active » Closed (won't fix)

Because the Taxonomy information is stored separately from the File information, the only way to do this is to use a completely custom node.tpl.php file to print out the File name manually and link it to the taxonomy term page.

Coding/theming support questions such as this are not answered in the FileField issue queue. I'd suggest looking up some references on theming.