This is basically a request to integrate some of the functionality of File (Field) Paths into core. Here's the file field configuration page, once the module is enabled:
The redirect and active/retractive update bit can be left for contrib (or to be solved by #854); the transliteration bit is already implemented in Backdrop (admin/config/media/file-system
); the redirect can be left for a separate issue (or contrib); what I find a valuable feature though is the ability to use tokens for file names and file paths. The later is what this issue here is about.
Original request
There is a feature request for this filed in the File (Field) Paths module issue queue that is marked as "closed/fixed". It states that Entity API exposes this as a token (I think it's the Entity Token sub-module actually):
Looking at our token browser though, the deepest I could get to is [node:field_image]
.
Recent comments
I am guilty (in Drupal) of using PHP Filter in places just so I can use l() and url(), since my paths are very different between dev and prod servers. For example, at the top of my Views,...
Need PHP Filter in Backdrop
In the meantime I also need something like https://www.drupal.org/project/entityreference_autofill in Backdrop. Has anyone made progress on the port, or are there interesting alternatives...
Porting of module "Entity reference autofill"
- In Backdrop CMS the update.php file located in the /core folder (mydomain.com/core/update.php). - For launch the update.php from address bar of the browser, without restrictions, you...
Update Problems