worlddirect/sysfilefinder

There is no license information available for the latest version (0.1.0) of this package.

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: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.1.0 2024-04-02 12:56 UTC

This package is auto-updated.

Last update: 2024-04-02 12:57:40 UTC


README

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.