worlddirect / sysfilefinder
This extension contains a backend module to show the path of a sys_file entry with a specific id. Also it can use fal_securedownload extension links to determine the sys_file id.
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
- typo3/cms-extbase: ^12.4
- typo3/cms-filelist: ^12.4
README
TYPO3 extension: "sysfilefinder"
Content
What does it do?
When using the extension fal_securedownloads
the links to files are being changed in the frontend. It is not possible to see in which folder the files reside, as delivering these files now occurs using PHP. This is because fal_securedownloads
needs to check authorization.
In order to make the editors life simpler, the extension sysfilefinder
allows him to enter such a frontend link (containing "...index.php?eID=dumpFile...) in a backend module form, which returns the path of the file. So an editor can easily find out where the file is located in the folder tree structure.