9,766 questions
-4
votes
0
answers
42
views
Favicon not displayed in a google search [closed]
I've changed the favicon of a typo3 11.5.41 site a month ago: it's a 48x48 color png named favicon.ico.
The display on a browser is OK but sadly it doesn't appear after a google search when the site ...
Best practices
0
votes
1
replies
52
views
TYPO3: Add HTTP header to response
TYPO3 uses HTTP middlewares to process requests, and responses and their headers are created within those middlewares.
Now I'm deep in a powermail finisher and would like to add additional HTTP ...
0
votes
1
answer
70
views
Unable to override constants from a vendor extension
I’m having trouble overriding the TypoScript constants from a vendor extension (ameos/ameos-tarteaucitron) in TYPO3 v13.
I’ve included both TypoScript sets correctly under Sites → TypoScript, and the ...
0
votes
1
answer
54
views
TYPO3 tx_news add 'random' to the 'sort by' list setting
In a v12 TYPO3 site running EXT:news 12.3.0 I'd like to display a random selection of news articles, maintaining other chosen restraints (as limit to categories, respect top news etc.).
Best practice ...
0
votes
1
answer
64
views
Context-specific default constant values
I'd like to define an API endpoint URL through a TypoScript constant, so that it can be overridden by editors.
At the same time I want to provide different default constant values depending on the ...
0
votes
0
answers
39
views
TYPO3 V12 ck editor 5 tableProperties borderStyle
How can i configure borderStyle?
My default.yaml:
table:
defaultHeadings:
rows: 1
tableProperties:
borderStyle:
options: [ 'solid', 'dotted', 'dashed' ]
borderColors:
- '#...
0
votes
1
answer
79
views
TYPO3 Frontend Login fails after upgrade to T3v12 [closed]
After upgrading my TYPO3 installation from v11 to v12, frontend login to protected pages always returns a login error. Here’s what I already tried:
I’ve cleared T3 caches a hundred times
I’ve removed ...
0
votes
0
answers
78
views
Why is my SVG animation not playing after embedded in an HTML-Element in TYPO3?
I want an animated Icon (path stroke animation). I used https://svgartista.net/ to get the the following codes. My collegue, who is not available for me anymore, told me to add ... somewhere. But I ...
0
votes
0
answers
50
views
TYPO3 13.4 crawler does not lead to indexed pages despite configuration -- any ideas why?
We have a crawler configuration on a root page
which is configured as per documentation https://docs.typo3.org/p/tomasnorre/crawler/main/en-us/UseCases/IndexedSearch/Index.html
We have set up ...
0
votes
0
answers
35
views
How can I return executable Javascript from my TYPO3 dashboard chart's data provider?
I'd like to implement line segment styling in a TYPO3 dashboard widget.
My data provider implements TYPO3\CMS\Dashboard\Widgets\ChartDataProviderInterface and provides a getChartData() method which ...
0
votes
1
answer
71
views
What to do when a siteset is missing / depends on invalid site sets?
I have created an new siteset for my site-package extension,
but in Site Settings Ovverview I jsut see this error:
This site depends on invalid site sets
Site set 'my-vendor/my-set' is disabled: ...
1
vote
1
answer
75
views
Using TYPO3 site settings in TCA leads to error
It's possible to use TYPO3 site settings in TCA SQL foreign_table_where clauses, e.g.
'config' => [
'type' = 'select',
'renderType' => 'selectMultipleSideBySide',
'multiple' => ...
1
vote
1
answer
53
views
How to configure autoload to integrate external PHP class
In my custom extension I am trying to integrate an external PHP lib. I get the following error message in TYPO3 v12.4:
Expected to find class "Brevo\Client\Api\AccountApi" in file
"/...
0
votes
0
answers
40
views
Use Form field values in whereClause of SaveToDatabaseFinisher
I have a tx_form to create and edit items of a custom model.
The form itself does not contain any Finisher.
Within typoscript, I add the Finishers.
For the creation I add the SaveToDatabaseFinisher ...
0
votes
1
answer
66
views
Migrate TYPO3 FlexForm data columns
Database records with FlexForm columns don't auto-upgrade when new fields are added in the flexform. When adding a new select field in a plugin configuration (or a flux content element), I can't rely ...
1
vote
1
answer
74
views
Allow figcaption within TYPO3 editor?
I am using TYPO3 11 and the text editor is the default CKEditor 4.
In order to get image captions within the text editor I have added the 'Enhanced Image Plugin' to the CKEditor:
myeditor.yaml:
editor:...
0
votes
1
answer
76
views
Typo3 error: The package "t3sbootstrap" depends on "content_defender" which is not present in the system
Typo3 ^13 with composer
PHP 8.2
Hello everyone, here is my following problem.
The package "t3sbootstrap" depends on "content_defender" which is not present in the system.
in /var/...
0
votes
2
answers
119
views
TYPO3 EXT:form prefill a form field with an id of the current object defined in the object table (not uid)
I have a small form in TYPO3 V12 that generates a request for more information on the current object, I'd like to prefill a form field with the id of the object so that it is send with the request, I ...
0
votes
0
answers
52
views
How to use different images in translated Content Blocks (friendsoftypo3/content-blocks) with TYPO3 13?
I am running a current TYPO3 13.4.15 instance with the latest EXT:content-blocks.
The translation of the texts are work like a charm (also with fallback).
Now I would like to use another image for the ...
0
votes
1
answer
106
views
How to properly pass custom variables to Demand in TYPO3 12 News system extension?
I updated my Typo3 installation from version 11 to 12. I have an extension that extends the New System and I created an Author model
class News extends \GeorgRinger\News\Domain\Model\NewsDefault
Later,...
1
vote
2
answers
106
views
How to create a condition with a variable?
Is it possible to do something like that (doesn't work):
[{mysettings.id} in tree.rootLineIds]
@import './TypoScript/'
[END]
Background: I have a Set Set, but want to use it only on specific page-...
1
vote
1
answer
58
views
TYPO3 Fluid: Condition, if a link target is an active page?
I have a TYPO3 Fluid code like this:
<f:if condition="{data.header_link.url}">
<f:then>
<f:link.typolink parameter="{data.header_link}">My Link</f:...
1
vote
1
answer
57
views
Nested variables in FLUIDTEMPLATE
It's possible to pass variables from TypoScript into fluid page templates as follows:
page {
10 = FLUIDTEMPLATE
10 {
variables {
headline = TEXT
headline.value =...
0
votes
1
answer
84
views
Why is my XCLASSes action for the EXT:sf_event_mgt EventController ignored?
I'm trying to add a button that allows users to subscribe to my event calender via a webcall:// link. I use type=9819 to trigger the function.
I can‘t get my icalAction to work, it just gets ignored ...
0
votes
1
answer
63
views
Solr search with parentheses failed
In Solr 9.8.1 the following query does not find any results.
research_project_project_id_intS:(69772 69787 71838)
"response":{"numFound":0,"start":0,"numFoundExact&...
0
votes
1
answer
76
views
How to access constants from extension?
How can I access the constants (options) of an extension in my Site sets settings?
For example: I´ve news running and want to configure it via my Site sets settings.
Thanks!
0
votes
1
answer
97
views
$request->getAttribute('fe_user') returns NULL in Typo3 v13
I'm new to TYPO3 v13 and am currently trying to write a small login middleware, really simple at first. But somehow I can't get any further with $request->getAttribute(‘fe_user’). It always returns ...
0
votes
1
answer
35
views
TYPO3 selectTree, choose everything not in relation as Startingpoint
Without any startingPoints the selectTree just renders this empty selectTree:
But I want it to load every Item it has in its relationship
basicly setting the startingPoints dynamically to every item ...
1
vote
1
answer
204
views
How to use site settings in Page TSConfig?
I'd like to use a setting from my TYPO3 v13.4 site settings in Page TSConfig:
tx_loginlink.fe.loginPage = {$foo.bar}
But apparently that doesn't work. But maybe there is some kind of workaround?
0
votes
0
answers
53
views
How to use Secured Images via Secure Downloads in RTE?
Hello dear TYPO3 Community,
i came across following problem:
i use an RTE in my TCA for an Event, i also installed Secured Downloads for securing specific files in specific folders.
The description ...
0
votes
1
answer
70
views
TYPO3 extension form_double_opt_in is not sending a confirmation link
I want to use the TYPO3 forms extension with the double-opt-in extension from Lina Wolf.
I have installed these extensions with composer and added double-opt-in-template.
I created a form and added ...
1
vote
3
answers
83
views
TYPO3 QueryBuilder: Howto handle fieldName calculations?
(TYPO3 v11)
There is a table of events. Each event has a datetime_end field and a days_until_deletionfield. A scheduler script should delete old events automatically.
In SQL this works:
UPDATE `...
1
vote
0
answers
51
views
How to add a drop down item to an existing dropdown button in topbar
Using TYPO3 >= v12
I would like to add an additional item to the already existing "help" menu (in the topbar, question mark). The item should simply contain a link and open this in an ...
0
votes
0
answers
67
views
convention for naming of keys in xliff-files for TYPO3?
I'm not aware of any convention in TYPO3 governing the naming of keys for text fragments in XLF files.
What concept should be used to notate the defined words in TYPO3's dot notation?
My requirements ...
1
vote
2
answers
177
views
TYPO3 v13 GET parameters: how to avoid 404 error
After updating to TYPO3 v13, GET parameters in the URL lead to a 404 error. It seems as if the question mark is ignored and thus, the GET params get handled as being part of the URL.
Example 404 error ...
1
vote
2
answers
71
views
Create a Fluid loop for a chosen number of Times Item.number_stars
I need to run a fluid loop with chosen number of times,
This number of stars is an Integer and not an array, integer from 1 - 5. {Records.numberStars} type INT.
<f:for each="{record.data.stars}...
1
vote
1
answer
74
views
Using own Pages model as reference within another model does not work
Hello dear Stackoverflow community,
i've meet following Scenario which appears to not work properly.
I have an Model called Principal
Inside the Model, i have the following property
protected Pages|...
2
votes
1
answer
206
views
Getting TypoScript from Backend (non-Controller)
A very similar question has already been asked here. I tried to comment to emphasize, but I am not allowed. I tried asking my question in an answer there, but it was deleted instantly. Understandable, ...
1
vote
3
answers
147
views
Uploading a vcf-file not possible (anymore)
I have trouble uploading .vcf-files. It seems to work for a long time (ca. april 2025), but now I got an error:
Mime-type "text/vcard" not allowed for file extension "vcf"
TYPO3 ...
1
vote
1
answer
54
views
TYPO3 solr index custom database fields
TYPO3 version: 12.4
EXT:solr version: 12.0.5
I have a TYPO3 site with Solr indexing for pages and news. I also have a product database which I want to search in as well. I tried adding the table to my ...
0
votes
2
answers
77
views
Friendly URLs with imported_slug not working in TYPO3 12 routeEnhancer setup
Ok guys I need your help, I cannot figure it out:
My settings in config.yaml:
routeEnhancers:
PnProducts:
type: Extbase
extension: PnProducts
plugin: Products
limitToPages:
- ...
0
votes
0
answers
110
views
How to get a database query in the order it was given?
I have a database query getting an array of frontend groups.
The problem is the array comes back ordered by UID. How do I make the order the same as the uidInList it was given?
10 = TYPO3\CMS\Frontend\...
0
votes
0
answers
59
views
How to debug deserialization of objects for objects in TYPO3 CMS v12 properly?
I'm using TYPO3\CMS\Core\Cache\Frontend\VariableFrontend in TYPO3 CMS v12 as cache for custom created database records. While caching these records they get serialized() and afterwards when fetching ...
1
vote
2
answers
64
views
TYPO3 Fluid form creates too long URL with referrer arguments
I have a Fluid form which is submitted by JavaScript. Unfortunately it adds a very long parameter for __referrer[arguments] field. Here is the example part of the URL:
tx_extension_plugin%5B__referrer%...
1
vote
1
answer
59
views
HTML entities causing IF condition to fail in powermail template?
I have made a custom 'thank you' fluid template in powermail which needs to compare an option chosen in the form to an array item in a for loop.
The problem I have is that the comparison comes up ...
0
votes
0
answers
43
views
Form programmatically created finisher inside custom finisher not fully working
I have a working custom form finisher, inside this finisher I make a curl request and based on the result I either redirect the form submitter to a success or failure page. I do this using the built-...
0
votes
1
answer
80
views
Integrate a form from EXT:form with typoscript in a fluidtemplate
I have a TYPO3 v12 instalation and in a fluid template that has no page content, only data composed of constants i need to integrate a small subscription form, I cannot get anything to work, the ...
1
vote
1
answer
66
views
How to nest SplitProcessors in TYPO3?
I need to split a string by line and then by |.
Initially, I used a CommaSeparatedValueProcessor with fieldDelimiter = | which works with simple strings, but now the strings contain " and ' for ...
0
votes
2
answers
114
views
TYPO3 v11 SEO Sitemap has a limit to 1000 pages - how i can raise the limit
I have created a sitemap at:
https://www.lumedis.de/?sitemap=pages&type=1533906435
I have now published 1200 pages. However, the sitemap has a limit of 1000 pages. How can I increase this limit?
I ...
0
votes
1
answer
97
views
Google Tag Manager not working after upgrading TYPO3 from v11 to v12 (code present, no tracking)
we recently upgraded a TYPO3 website from version 11 to version 12, and since the update, Google Tag Manager (GTM) tracking is no longer working properly.
Here’s what we’ve observed:
GTM is ...