Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
42 views

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 ...
Fabiano Petrone's user avatar
Best practices
0 votes
1 replies
52 views

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 ...
cweiske's user avatar
  • 31.4k
0 votes
1 answer
70 views

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 ...
johndoe555's user avatar
0 votes
1 answer
54 views

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 ...
webman's user avatar
  • 1,204
0 votes
1 answer
64 views

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 ...
cweiske's user avatar
  • 31.4k
0 votes
0 answers
39 views

How can i configure borderStyle? My default.yaml: table: defaultHeadings: rows: 1 tableProperties: borderStyle: options: [ 'solid', 'dotted', 'dashed' ] borderColors: - '#...
Boris Weisgerber's user avatar
0 votes
1 answer
79 views

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 ...
clive beckett's user avatar
0 votes
0 answers
78 views

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 ...
Hero's user avatar
  • 1
0 votes
0 answers
50 views

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 ...
Lars Hansen's user avatar
0 votes
0 answers
35 views

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 ...
Matt Raines's user avatar
  • 4,247
0 votes
1 answer
71 views

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: ...
mtness's user avatar
  • 1,023
1 vote
1 answer
75 views

It's possible to use TYPO3 site settings in TCA SQL foreign_table_where clauses, e.g. 'config' => [ 'type' = 'select', 'renderType' => 'selectMultipleSideBySide', 'multiple' => ...
cweiske's user avatar
  • 31.4k
1 vote
1 answer
53 views

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 "/...
Stefan Padberg's user avatar
0 votes
0 answers
40 views

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 ...
C27's user avatar
  • 1
0 votes
1 answer
66 views

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 ...
cweiske's user avatar
  • 31.4k
1 vote
1 answer
74 views

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:...
user500665's user avatar
  • 1,462
0 votes
1 answer
76 views

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/...
Nor St's user avatar
  • 1
0 votes
2 answers
119 views

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 ...
webman's user avatar
  • 1,204
0 votes
0 answers
52 views

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 ...
Urs Bo's user avatar
  • 342
0 votes
1 answer
106 views

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,...
Sani Singer's user avatar
1 vote
2 answers
106 views

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-...
t3fan's user avatar
  • 94
1 vote
1 answer
58 views

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:...
t3fan's user avatar
  • 94
1 vote
1 answer
57 views

It's possible to pass variables from TypoScript into fluid page templates as follows: page { 10 = FLUIDTEMPLATE 10 { variables { headline = TEXT headline.value =...
cweiske's user avatar
  • 31.4k
0 votes
1 answer
84 views

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 ...
iSchnee's user avatar
0 votes
1 answer
63 views

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&...
Heinz Schilling's user avatar
0 votes
1 answer
76 views

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!
t3fan's user avatar
  • 94
0 votes
1 answer
97 views

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 ...
user30962528's user avatar
0 votes
1 answer
35 views

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 ...
gechanted's user avatar
  • 166
1 vote
1 answer
204 views

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?
Peter Kraume's user avatar
  • 3,904
0 votes
0 answers
53 views

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 ...
EriJed's user avatar
  • 22
0 votes
1 answer
70 views

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 ...
BerndS's user avatar
  • 11
1 vote
3 answers
83 views

(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 `...
Stefan Padberg's user avatar
1 vote
0 answers
51 views

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 ...
Sybille Peters's user avatar
0 votes
0 answers
67 views

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 ...
padina's user avatar
  • 147
1 vote
2 answers
177 views

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 ...
Stefan Padberg's user avatar
1 vote
2 answers
71 views

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}...
Mohamed Masmoudi's user avatar
1 vote
1 answer
74 views

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|...
EriJed's user avatar
  • 22
2 votes
1 answer
206 views

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, ...
dasoe's user avatar
  • 33
1 vote
3 answers
147 views

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 ...
t3fan's user avatar
  • 94
1 vote
1 answer
54 views

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 ...
Jeroen van Veghel's user avatar
0 votes
2 answers
77 views

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: - ...
Daniel Hackiewicz's user avatar
0 votes
0 answers
110 views

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\...
user500665's user avatar
  • 1,462
0 votes
0 answers
59 views

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 ...
HeyDanny's user avatar
  • 366
1 vote
2 answers
64 views

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%...
Beacze's user avatar
  • 546
1 vote
1 answer
59 views

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 ...
user500665's user avatar
  • 1,462
0 votes
0 answers
43 views

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-...
M4I3X's user avatar
  • 43
0 votes
1 answer
80 views

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 ...
webman's user avatar
  • 1,204
1 vote
1 answer
66 views

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 ...
user500665's user avatar
  • 1,462
0 votes
2 answers
114 views

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 ...
Nicolas Gumpert's user avatar
0 votes
1 answer
97 views

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 ...
codingbear's user avatar

1
2 3 4 5
196