Relative Content

Tag Archive for typo3

Set default value depending on language of record in Backend form

I would like to set a language specific default value for a custom field (input or RTE field) in TYPO3 Backend, so something like setting $GLOBALS['TCA']['tx_myrecords_domain_model_record']['columns']['disclaimer']['config']['default'], but giving it a different value, depending on the language of the record (sys_language_uid).

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 just wanted to change some BE labels but I did a small mistake. After clearing cache and reloading the BE (I was successfully logged in) TYPO3 started redirecting me to the first install wizard and I cannot stop it. Whenever I call the FE or BE now, I get redirected to the first install wizard.

Typo3 12.4.16 Custom Element show up in Form

My problem is I have written a color picker for a form, it technically works, but only an empty field is displayed in the form editor. I no longer know where I have to put it so that the already learned icon and the name are displayed. Everything works in the frontend but in the backend it looks like this, see photo.[Problem](https://i.sstatic.net/fMU7xS6t.png)

tx_form sends only email without umlauts

My problem: Updated TYPO3-Installation from Vs. 8 to 12. The tx_form forms works fine but only with the ascii subset of characters in the fields. If any user fills the form fields with umlauts or other special characters the mails are sent but contains no content for this field (HTML) or *** characters in text mails.

TYPO3 – Exclude from speaking URL

I’m using TYPO3 13.1.1.
My understanding is that we don’t need additional extension like realurl to manage addresses ; It’s a very good improvement but for a specific folder I need the equivalent of the old Exclude from speaking URL option that existed in version 6.x

encode output of TYPO3 12 Site to iso-88591 with middleware

in TYPO3 12 config.metaCharset is removed so there is no easy possibility anymore to encode the output of a TYPO3 site to iso-8859-1. Breaking #97065 tells me that i should use a custom middleware to encode the output on my own. I am familiar with middleware in in other topics, but i don`t know how to solve exactly this problem.