Questions tagged [fal]

File Abstraction Layer for TYPO3

107 questions
0
votes
1 answer

Non-public storages: Wrong publicUrl in FE & BE?

Normally (til TYPO3 v10) the output of files that are stored in non-public storages, is done via eID fileDump. Now, with TYPO3 v11, I get URIs like /storage/_processed_/d/4/csm_IMG_1186_520147cc3c.jpg for the publicUrl of the files - instead of an…
Julian Hofmann
  • 2,081
  • 1
  • 8
  • 16
0
votes
0 answers

Image/Video resolutions and different formats in TYPO3

Is there a preferred way to implement this? The cropVariant makes multiple resolutions for images kind of possible, but still a lot of things are missing here. What do you think about another nested relation inside the sys_file_metadata to other…
kledo-34
  • 33
  • 5
0
votes
4 answers

TYPO3 FAL images in extension

I've read a lot of posts here about FAL images in TYPO3. I've updated to TYPO3 v10 and now I need to render my Images with FAL. I can't find a solution to get it from zero to work. I use this at a custom Fluid+Extbase extension. What I've got is the…
Denis49
  • 71
  • 8
0
votes
0 answers

TYPO3: Rotate an image with Imagick and update the processed files

I let users upload images to fileadmin when they're logged in in the frontend. So far so good, this works. Now some images (especially when uploaded form mobile phones) are rotated (if taken in landscape mode, for example). I tried using Imagick to…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
0
votes
1 answer

How to create a sys_file_reference inside another sys_file_reference?

I need to add some track files to a TYPO3 file reference. So I extended the TCA for sys_file_reference and added some fields. One of the fields should be a reference to another file. It works as far that I can chose a file in the…
kevinq
  • 109
  • 1
  • 17
0
votes
1 answer

TYPO3 FAL: index files

When you access a directory in the admin Filelist module, the files in it are automatically indexed, but for a large number of files (about 10.000) this is not a feasible way. Is there a script/command to index an entire directory in…
cili
  • 317
  • 4
  • 15
0
votes
1 answer

TYPO3 Media-Emelent own field

is it possible to extend the media type in my typo3 extension? Default fields are alternative, title, desription. How can i add a own field? $GLOBALS['TCA']['tt_content']['types']['my_slider'] = [ 'showitem' => ' …
180690
  • 181
  • 2
  • 13
0
votes
1 answer

TYPO3 Fluid Decode XML from File

I have a file collection containing xml files. In my fluid template I iterate over the files. Is there a way to extract the xml from a file and decode into a fluid array, similar to the json-decode viewhelper, but with a file reference as…
0
votes
1 answer

Restrict page media allowedExtensions TYPO3 9.5.x

How can I restrict allowedExtention just for $GLOBALS['TCA']['pages']['columns']['media']? But not using $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] as it will add restriction for all FAL fields. I found class class ImageManipulationElement…
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
0
votes
1 answer

TYPO3 FAL fe_user no identifier?

this breaking change affects the fe_user table. the TYPO3 upgrade wizard reworks the table to the new FileReferences from FAL. so before all that we had the image name stored in the database, after the wizard runs we have an integer in the…
netzding
  • 772
  • 4
  • 21
0
votes
0 answers

TYPO3, please don't cache link to PDF-file

I'm still using TYPO3 7.6 and my editor upload a new PDF-file via filelist weekly. I told him, that he has to overwrite his current file with the same filename - f.e. fileadmin/user_upload/editor/1.pdf We've insert a Content element file links and…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

Fluid's image viewhelper shows outdated images

The following situation: Automated importing of items: Images for items are updated by some cron task perl into folder uploads/myExt/// (Vendor and Serial may differ between products) Images have naming conventions and every…
yunzen
  • 32,854
  • 11
  • 73
  • 106
0
votes
2 answers

How to access the merged image or file data of the FAL in TYPO3 Fluid?

In the T3-Backend the file metadata can be edited in two places, within the form of the original file and in the form where the file is referenced. Edits in the second place overrule the data in the first place. How to access the merged…
Blcknx
  • 1,921
  • 1
  • 12
  • 38
0
votes
3 answers

How do I suppress FAL fields in CEs for the editor?

I develop a content element, which uses an image. Because it outputs the image as an inline style element:
[..]
, I want to suppress the FAL-fields alt, title, and…
SimonWpt
  • 3
  • 3
0
votes
2 answers

sys_categories FAL image editor

I need to activate the "Image editor" for TYPO3 (8.7) sys_categories. In every other Element which uses FAL the editor is available. Only in the Category Images I did not have this option. How do I active it? I've tried to set the exact same TCA to…
Kevin Lieser
  • 951
  • 1
  • 9
  • 25