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 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
TYPO3 get the user from cruser_id field
i would like to show the user who created an element. The TCA looks like this:
'ctrl' => [
'title' => 'Title',
'label' => 'title',
'tstamp' => 'tstamp',
'crdate' => 'c...
180690
Votes: 0
Answers: 1
How to work in TYPO3 with external JSON File
Hi i've searched a while now. How is it possible to get data from a JSON file and work with the data in an extbase extension?
180690
Votes: 0
Answers: 1
content_fallback for Child-Objects in Extbase when Parent is not translated
What do I have to do to get a translated Child from an Record which is not translated?
Default Language is German (0), Second Language is English (1).
Currently I've products which work for all langua...
lufi
Votes: 0
Answers: 0