Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [typo3]

Use this tag for programming the TYPO3 content management system. NB: questions about configuring and using TYPO3 are not programming questions and may be deleted!

0 votes
1 answer
19 views

TYPO3 tx_news linkhandler & multiple storageIDs

I´m trying to get the tx_news linkhandler running. Problem: the newsentries are in two sysfolders. I tried: # tx_news is an identifier, don't change it after links have been created TCEMAIN....
t3fan's user avatar
  • 50
1 vote
1 answer
23 views

TYPO3 TCA type “file”: define fieldname

In my custom extensions’ TCA I am updating FAL reference fields to work with TYPO3 v12/v13. Previously I had defined a fieldname which was a camelCase version of the TCA/SQL fieldname (imgRel for ...
clive beckett's user avatar
0 votes
0 answers
39 views

Is there a way to add a calculated ( generated ) column in the database of a typo3 extension ext_tables.sql

Directly in MySQL, this is the column I need ALTER TABLE my_extension ADD COLUMN `indexed-changed` INT AS (indexed - changed) STORED; Now to do it the TYPO3 way, I need to create this field in the ...
Nalmar's user avatar
  • 83
0 votes
0 answers
27 views

TYPO3 weird redirect to FIRST_INSTALL wizard after mistake

I have a local composer installation of TYPO3 v11.5.38 and this install was working since weeks. Yesterday I changed something in packages/myextension/Configuration/TCA/Overrides/tt_content.php. I ...
alex999's user avatar
  • 71
0 votes
1 answer
31 views

TYPO3 Content element translation colPos issue

I have a project TYPO3 v12. After translating the content elements, Content element are in connceted mode. English is Main language uid = 0, German have uid = 1. When i move a content element from ...
Mohamed Masmoudi's user avatar
-3 votes
1 answer
49 views

I cant manage my extensions even if I am admin user in typo3 [closed]

I am using ddev based typo3 project and I cant manage my extensions, I cant find the get extensions, activate or any other action even if I am admin user I looked in a lot of typo3 issues and dindt ...
scofio's user avatar
  • 3
0 votes
1 answer
43 views

TYPO3 v12 Backend Mixed Content Error loading Javascript Libs

We have setup TYPO3 behind a TRAEFIK Reverse Proxy. Yesterday everything looks good, but today our Backend is empty. In the Browser Console we found "Mixed Content: The page at '' was loaded ...
M. Koch's user avatar
0 votes
0 answers
51 views

TYPO3 object is undefined in the JavaScript file

I am trying to make an Ajax request to the backend, but I get the error Uncaught ReferenceError: TYPO3 is not defined which is caused by this line : const url = TYPO3.settings.ajaxUrls['...
pixilatedDev's user avatar
0 votes
0 answers
47 views

Typo3 display content with no Transl.Orig

TYPO3V12 - I configured 6 languages ​​on my site: English is the default one. The 5 others as "secondary": Fallback is set to Fallback: Show default language if no translation exists It ...
Paolo Deferre's user avatar
1 vote
1 answer
149 views

typo3 permissions issue

Since yesterday (nothing was changed) I Got the following error when I want to edit a page or add content. Forbidden You don't have permission to access this resource. I'm logged in as backend admin ...
Felix's user avatar
  • 5,569
0 votes
0 answers
42 views

Extend tt_address with a mm_relation (Typo3 12)

I've been trying to extend tt_address with a mm_relation with not much luck so far. Anything I can find online is just for a regular relation, where the ID is saved directly into the same table, not ...
Sebastian's user avatar
3 votes
2 answers
58 views

Implementing a generic footer previewRenderer in TYPO3 >= v12

We have been using the hook tt_content_drawFooter to add additional information in the page layout view in the Backend for some content elements. Some of the information would always be displayed, for ...
Sybille Peters's user avatar
0 votes
0 answers
29 views

Typo3 extending TCA do not work on Content Elements of type Flux

im trying to extend the tca (frame_class) and add new items to the select list every time i user chose one of my items an input element of type text should appear so what using the regular steps this ...
oussema harrabi's user avatar
0 votes
0 answers
26 views

TYPO3 10.4.6 - Validator for image upload dimesions and aspect ratio

I am using a Model with an instance variable attachedFile of type FileReference. I don't want my users to be able to upload image files with huge dimensions. Furthermore it should only be possible to ...
EmWe's user avatar
  • 189
0 votes
0 answers
35 views

Get manipulated image (BE) in fluid template

Is there a way to get the image, an editor manipulates via BE (Image manipulation -> Open Editor -> i .e crop or set to 16:9... in TYPO3 12 with an content blocks (https://extensions.typo3.org/...
t3fan's user avatar
  • 50

15 30 50 per page
1
2 3 4 5
644