Posted by ADrupalUser on November 7, 2012 at 8:53pm
2 followers
Jump to:
| Project: | File (Field) Paths |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
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
#1
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.