Thomas Jirasko

Results 20 comments of Thomas Jirasko

Hi, the solution of @chequille works fine. It would be great to set an offset for the fixed header via config. Regards, TJ

@thomaszbz I'm using the standard typoscript configuration of metaseo, nothing else is defined in in my custom typoscript. metaseo is generating the urls http://www.jh-moehringen.de/index.php?id=3&type=841133&type=841133 and http://www.jh-moehringen.de/index.php?id=3&type=841132&type=841132 right? Why should this...

@georgringer thank you for the explanation about the routing. I've implemented, as you suggested, the submitting of the search form with javascript. The action URI is modified accordingly with the...

Hi @georgringer I've testet the TS override in a other installation (not clean) and it doesn't work either. In Partials/List/Pagination.html the output is generated by {f:translate(key:'pagination.previous')} {f:translate(key:'pagination.next')} and not by...

I have now done it as you suggested. Overwriting the labels with typoscript is only necessary if there is no fluid-template for the case, as with indexed_search.

This was me on the TemplaVoila+ slack channel. Here is the migration of the image field date structure XML to FAL: ``` Bild inline 1 sys_file_reference tablenames uid_local sorting_foreign uid_foreign...

> Oh, there was never a core migrator for this https://github.com/TYPO3/typo3/blob/9.5/typo3/sysext/core/Classes/Migrations/TcaMigration.php#L2591 Can you provide this in the next version (for TYPO3 11 and 12)?

@mbrodala sure, here is how it works: ``` routeEnhancers: BlogPosts: type: Extbase extension: Blog plugin: Posts routes: - routePath: '/page-{page}' _controller: 'Post::listRecentPosts' _arguments: page: '@widget_0/currentPage' defaultController: 'Post::listRecentPosts' requirements: page: \d+...

@Pravin0711, I have updated to 11.5 and there are no problems with the configuration you mentioned.

@peterkraume thanks for your debugging. @julianhofmann thanks for your analysis. Your solution works!