Stephan Bauer

Results 11 comments of Stephan Bauer

In TYPO3 10 you need this: ```$languageAspect = GeneralUtility::makeInstance(Context::class)->getAspect('language');``` and ```$queryBuilder->expr()->eq('sys_language_uid', $queryBuilder->createNamedParameter($languageAspect->getId(), \PDO::PARAM_INT)),```

You could leave no_index = 0 and add this to the sitemap config: ``` pages { config { additionalWhere := appendString( AND uid != 54) } } ``` But I...

> Would you like add it in the documentation if it fits your needs? You can find this already here: https://docs.typo3.org/p/georgringer/news/8.5/en-us/AdministratorManual/BestPractice/Seo/Index.html#robots-allow-indexing-of-news-records-but-set-noindex-to-the-detail-page

I'm using TYPO3 10.4 and Mysql 8.0.29

My thoughts, show an add button. After clicking on this show the available model objects of type 'Entity'. After selecting one of them show the configured actions as a list...

> > > @ste101 it may surprise you but I just felt like I should ask you if you want to join the extension builder team? Thank you, its an...

Sorry for the short description. As I wrote it is not possible to use categories in the frontend out of the box. It would be neccesarry to add some code...

zeroToOne has now three rendering options, 'Side by side multi select', 'Inline (IRRE)' and 'Dropdown'. The docu says that the default should be 'Inline' but I'm getting 'Side by side...

Same problem here. With an ext for TYPO3 8.7 no ext will be found. Exts for 11 and 12 can be selected.

If there is an older EXT even not installed the extension_builder does not find any EXT. For me this is an error. I would like to open an older EXT...