Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
54 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
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
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
1 vote
2 answers
108 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
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
0 answers
40 views

i am struggling to add a title field to a DCE container. The container works great, the children repeating itself and working. But i would like a title for the whole module. So actually 2 options ...
Hannes Pi's user avatar
0 votes
1 answer
98 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
1 vote
1 answer
206 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
1 vote
2 answers
180 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
1 answer
151 views

I have a question about validation in Extbase: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/Extbase/Reference/Validation/Index.html I added a simple NotEmpty ...
Stephan Grass's user avatar
1 vote
2 answers
182 views

The official documentation of TYPO3's Indexed Search mentions that the Crawler extension is mandatory for Indexed Search. Unfortunately Crawler is still not available for TYPO3 v13.4. Is there an ...
Ludwig's user avatar
  • 3,781