Feature #61238
closedFile collection: to show also folders recursive with files
0%
Description
Can anybody give me a hint how to show also subfolders with files in frontend? Thought about extending the feature "file collections". This function should be in the core. Thank you!
Files
Updated by Frans Saris about 10 years ago
Hi Suganja,
See #45725 there is already a patch but that needs some additional work. You could also create your own file collection type #56032.
Gr. Frans
Updated by Suganja von Thaden about 10 years ago
Hi Frans,
thanks a lot for your reply. Has Stephan Bauer updated the patch? I haven't found it yet.
Cu,
Suganja
Updated by Frans Saris about 10 years ago
Not yet, he wrote me that he doesn't have time currently to update the patch. Hope to find some time in the next days maybe I can update is.
Updated by Suganja von Thaden about 10 years ago
That'd be very helpfull. If I got the solution, I'll upload the patch.
Updated by Suganja von Thaden about 10 years ago
- File ext_tables.patch ext_tables.patch added
- File ext_tables.patch ext_tables.patch added
I updated Stephan's patch but just in ext_tables.sql. With this all the files are displayed in FE. Is it possible to show the folders too?
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32638
Updated by Frans Saris about 10 years ago
You can access the folder name from file so it is possible in your fluidTemplate
Updated by Alexander Opitz about 10 years ago
- Tracker changed from Task to Feature
- Project changed from 534 to TYPO3 Core
- Category set to File Abstraction Layer (FAL)
- Status changed from Under Review to New
Do I understand it right, that if #45725 is implemented you miss the directory names?
Updated by Mathias Schreiber almost 7 years ago
- Status changed from New to Closed
fixed.
Tested in v9 (but likely to be part of 7 and 8 as well)