https://github.com/backdrop-contrib/filefield_paths
Provides the ability to use entity based tokens in destination paths and file names
https://github.com/backdrop-contrib/filefield_paths
backdropcms fields files user-interface
Last synced: 11 months ago
JSON representation
Provides the ability to use entity based tokens in destination paths and file names
- Host: GitHub
- URL: https://github.com/backdrop-contrib/filefield_paths
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2018-01-16T12:14:56.000Z (about 8 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-03-25T06:02:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T13:19:12.676Z (about 1 year ago)
- Topics: backdropcms, fields, files, user-interface
- Language: PHP
- Homepage: https://backdropcms.org/project/filefield_paths
- Size: 290 KB
- Stars: 0
- Watchers: 32
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
File (Field) Paths
==================
The File (Field) Paths module extends the default functionality of Backdrop's core
File module, Image module and many other File upload modules, by adding the
ability to use entity based tokens in destination paths and file names.
In simple terms, File (Field) Paths allows you to automatically sort and rename
your uploaded files using token based replacement patterns to maintain a nice
clean filesystem.
Features
--------
* Configurable file paths now use entity tokens in addition to user tokens.
* Configurable file names.
* Support for file based fields, including but not limited to:
* Backdrop core File module.
* Backdrop core Image module.
* Video module.
* File path and filename cleanup options:
* Remove slashes from tokens.
* Filter out words and punctuation by taking advantage of the Path
module.
* Convert unicode characters into US-ASCII with core transliteration.
* Automatically updates unprocessed file paths in any Text fields on the entity.
* Retroactive updates - rename and/or move previously uploaded files.
* Active updating - actively rename and/or move previously uploaded files.
* Create redirect - automatically create a redirect when moving uploaded files,
using the Redirect module.
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules
Issues
------
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/filefield_paths/issues
Current Maintainers
-----------------
- [Indigoxela](https://github.com/indigoxela)
- Co-maintainers welcome!
File (Field) Paths has been ported to Backdrop CMS by Leonid Kolesnik
([kleomash](https://github.com/kleomash)).
Credits
------
Originally written for Drupal by Stuart Clark (deciphered).
* http://stuar.tc/lark
* http://twitter.com/Decipher
License
-------
This project is GPL v2 software. See the LICENSE.txt file in this directory for
complete text.