python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TYPO3 - get last element of a splitted string
Trying to get the last part of the url as a body class. So far I got the slug of the page and split it by /
page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.field = slug
page.bodyTagCO...
Cho
Votes: 0
Answers: 1
TYPO3 set month from crdate
i would like to get the month of my etbase item. In the database there is the crdate. I would like to use this and only get the month. My value is always empty.
/**
* @var string
*/
protected $mont...
180690
Votes: 0
Answers: 3
Users get flooded with messages about connection problems
We have an installation with TYPO3 8.7.45
since half a year the editors get flash messages with the text:
Connection Problem
Sorry, but an error occurred while connecting to the server. Please
check ...
Bernd Wilke πφ
Votes: 0
Answers: 1
TYPO3: How to call a console command from a PHP class?
I'm trying to run DataHandler commands from multiple contexts (Frontend, Backend, etc.). From what I've read and tried, this has to be done within a Synfony command for it to work properly. Only then,...
DidacC
Votes: 0
Answers: 1