Not all tokens of the "token module" are supported? Or am i wrong?
http://drupal.org/node/390482
Especially these do not show up on the avaliable tokens collapsible:
Would be useful to generate folders like vocab/term1/term2/term3
Another thing is if you assign more than one vocabulary to a node for example a defined selection and a free tagging one. Which one he takes for creating? Exclusion option?
[catpath] As [cat], but including its supercategories separated by /.
[catpath-raw] As [cat-raw], but including its supercategories separated by /. WARNING - raw user input.
[catalias] URL alias for the term.
Comments
Comment #1
decipheredFileField Paths can access any Node Tokens, which includes CCK Fields, Taxonomy, Global and User tokens and many more. There are likely some tokens it can not access, but it should be a relatively short list.
As long as you have a module that defines the vocab/term tokens you request you will not have an issue. Taxonomy tokens are constantly an issue for people, I haven't had to deal with them myself, but the latest issue I had come through FFP was #675522: Node with multiple terms (taxonomy), which might be of help to you.
Hope this helps.
Cheers,
Deciphered.
Comment #2
marcoka commentedunfortunately i did not found a solution by now.
i do not have multiple terms assigned, only one.
these are not avaliable:
[catpath] As [cat], but including its supercategories separated by /.
[catpath-raw] As [cat-raw], but including its supercategories separated by /. WARNING - raw user input.
[catalias] URL alias for the term.
i think i have to take a look at the code.
Comment #3
decipheredNo longer supporting Drupal 6 issues for this module.