Questions tagged [fal]

File Abstraction Layer for TYPO3

107 questions
1
vote
1 answer

TYPO3 Fluid FAL images get wrong path if I will show it as background image

Hi I'm working with FluidTYPO3 and the latest TYPO3 Core 7.6 and Flux/Fluid Extensions. I'm using a FAL-relation with: Now I can show my Image in frontend with the following…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
2 answers

Fluid TYPO3 Flux 500 error after Image Upload from Flexform

I use TYPO3 7.6.2with Flux 7.3.0, fluidcontent 4.4.0 and vhs 2.4.0 I've made a lot of FluidTYPO3 Content Elements before. At my current project, I'll use an image / FAL upload. If I try to upload an image, I've got an Server Error 500. I cannot…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
2 answers

How to retrieve meta data of a FAL Object in Extbase

In my extension I read Folders and Images. But in the result always the meta data from sys_file_metadata is missing and I found nothing how to load it. The database entries are there so the file is indexed and everything seems to be ok. BE is…
Tobias Gaertner
  • 1,155
  • 12
  • 30
1
vote
2 answers

TYPO3 FAL images for translation don't work with tx_news (language)

I am working with TYPO3 CMS 6.2.14 and tx_news (news georg ringer) 3.1.0. My Website has two languages, german (L=0) and english (L=1). Now I tried to translate a tx_news data record by clicking the british flag, so I'll have a 1:1-copy of the data…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
1 answer

How to get a FAL object of a file located in my extensions "Resources/Public" folder?

In my extensions Resource/Public folder, I have an image. I want to render this image using the -ViewHelper, using the image-attribute, which takes a FAL file object. How do I do that? It's not that I can't use src, I just don't want to -…
Jost
  • 5,948
  • 8
  • 42
  • 72
1
vote
1 answer

Missing file references in TYPO3 backend

In a TYPO3 6.2 site that was upgraded from 4.5, the "Ref" column in the file list doesn't provide accurate data. For example, this image is definitively being used on a page, but the reference is not shown in the backend: I have run the File…
Urs
  • 4,984
  • 7
  • 54
  • 116
1
vote
1 answer

TYPO3 Extension FAL record save failure in BE

When I try to save a record of my extension I get an "Attempt to insert record on page '[root-level]' (0) where this table, sys_file_reference, is not allowed" error. I can easily save the record if it doesn't contain any file relations (like…
Nicholas Brandt
  • 302
  • 2
  • 8
1
vote
0 answers

How to hide Resources tab on page translations in TYPO3 6.2

How can i hide the BE tab "Resources" in translated page properties? In TYPO3 6.2 i want to use the same media resources in page properties for all languages. Frontend is done with: $TYPO3_CONF_VARS[’FE’][’pageOverlayFields’] =…
Thosh
  • 45
  • 1
  • 6
1
vote
2 answers

Using FAL in Extbase correctly

Domain model class Image extends AbstractContent { /** * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference */ protected $file; /** * Gets the image file * * @return…
witrin
  • 3,701
  • 1
  • 24
  • 49
1
vote
0 answers

TYPO3 FAL: See sys_file uid in Backend

(How) is it possible to see the sys_file uid of a document in the TYPO3 6.2 backend? When editing the metadata or hovering over the entry's icon, only the sys_file_metadata uid is displayed - which is of no use when making a link in the form of…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
0 answers

TYPO3 file permission

I would like to create a folder at the root level in TYPO3 so that I can access it without using the browser's address bar and open the files within it. These are video files. When I provide an absolute path in a File Mount, I can also select the…
180690
  • 181
  • 2
  • 13
0
votes
1 answer

TYPO3 extend tt_content with FAL image and display in frontend

i want to extend the tt_content table with an image. It should be possible to set this image in every content element. This is what i got so far ext_tables.sql CREATE TABLE tt_content ( tx_layout_background_image int(11) unsigned DEFAULT '0' NOT…
180690
  • 181
  • 2
  • 13
0
votes
1 answer

TYPO3: add maxitems = 1 to an image selection for a backend module

I use the following code to make an image selection available in the backend: (TYPO3 docs - inline - File Abstraction Layer) 'image' => [ 'label' => 'LLL:EXT:lang/locallang_general.xlf:LGL.images', 'config' =>…
webman
  • 1,117
  • 15
  • 41
0
votes
1 answer

Is there a way to get contents of a file with its identifier (file path) in typoscript?

I'm using Typo3 10.4. I want to load the contents of a text file that is stored in fileadmin directory (the storageUid = 1 and the file path is fileadmin/test.txt) in typoscript. I want to use the file path, not the sys_file Uid like in lib.test =…
0
votes
0 answers

Using Flexform-FAL Image in Typo3 10.x WITH editor

I wonder how to get the editor (image manipulation / crop) in Typo3 Flexform FAL image working. How to run up the FAL inside Flexform is not a big deal, but... how to get the editor? I din't found any solution, so it would be great getting some…
TheTom
  • 934
  • 2
  • 14
  • 40