-
-
Core Documentation: (https://docs.typo3.org/Home/References.html)
* [x] TYPO3CMS-Reference-CoreApi #149
* [x] TYPO3CMS-Reference-TCA #146
* [x] TYPO3CMS-Reference-TSconfig #150
* [x] TYPO3CMS-Re…
-
# Bug Report
## Prerequisites
* [X] Can you reproduce the problem on TYPO3 v10.4 LTS
* [ ] Can you reproduce the problem on TYPO3 v11.3
* [X] Did you [perform a cursory search](https://github.…
-
ViewHelper arguments that "look like numbers" are automatically converted to NumericNode here: https://github.com/TYPO3/Fluid/blob/master/src/Core/Parser/TemplateParser.php#L545
This is a problem b…
-
The current menu item should not be a link
Now the current page in the menu is displayed as a link. But it is a cyclic link and in my opinion it is a mistake.
In Subnavigation Partial I maid it like…
-
Hi folks,
i'm using Typo3 7.6.50 and simulatebe 3.0.4. Now when i'm logging in in FE i got logout from BE.
If i login in BE and then go login in fe, i get logout from BE.
If i login only in FE, i…
-
Jira issue originally created by user witrin:
Nesting the `f:switch` view helper in the following way ends with an exception:
```
```
```
Foo
```
The throw…
-
I often feel the need to only render a tag based on conditions, but render its contents anyways.
_A simple example would be content that might be needed to be wrapped in a link or not._
To recr…
-
How should plain Flux elements be migrated?
Any extension you think is necessary to depend on?
-
1
To control the language used in a Fluid StandaloneView from the backend context, just set the language as shown below (I set the language to german).
$GLOBALS['BE_USER']->uc['lang'] = 'de';
…