Hi,

- I set an article node type image field path to: images/articles/[node:datecreatedcustom:Y/m/d]/[node:title]
- Then I created an article on Nov. 7, 2012 with the Title 'Test'.

But the files are getting saved in the following folder structure:
images/articles/nodedatecreatedcustomY/m/d/Test

[node:title] is correctly getting replaced, but [node:datecreatedcustom] is not. I also tried this with [node:datecreated] and had the same issue.

Tried this on both 7.x-1.0-beta3 and 7.x-1.x-dev with same results.

Comments

Deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

Did you mean[node:created:custom:Y/m/d]?

Otherwise, the token you supplied is not a token, or at least it isn't a token for me.

The working token worked for me however.

neRok’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing old issues.

#1 is the correct answer, the wrong token has been used. Note the missing colon :