Delete Solr entries in TYPO3
How to delete outdated data from Solr in TYPO3.
Code711 ist ein Zusammenschluss von IT-Begeisterten und TYPO3-Experten der Agenturen 12bis3 und Sudhaus7. Hier wird jahrelanges Wissen geballt, gefördert, weiterentwickelt und mit der Community geteilt. Alle Blogs und Beiträge zu unseren Entwicklungen und Aktivitäten finden Sie hier!
Code711 is an association of IT enthusiasts and TYPO3 experts from the agencies 12bis3 and Sudhaus7. Years of knowledge are concentrated here, promoted, further developed and shared with the community. All blogs and posts about our developments and activities can be found here!
With our TYPO3 extension code711_housekeeping you can keep an eye on your TYPO3 installations.
What projects do we have? What versions are they installed in? Has anyone updated them? And what are the next projects?
In the TYPO3 form framework a honeypot field is integrated by default. This tutorial shows you how to integrate such a field in a fluid form in your extension.
We have released an extension to retrieve the current TYPO3 release of a remote project with a simple link like
Today we published a new TYPO3 extension called solr_tools, which provides 2 cli tools to manage solr in a TYPO3 setup with multiple sites
Sometimes you want all queries in an Extbase Repository to have a certain DefaultQuerySettings, this is how to do it
External videos from youtube or vimeo should be blocked until consent is given. In the textmedia element this is not given out of the box, but we can override the renderer.
Configuration of the Typo3 extension “plan2net/webp”
How often does a Developer get to the point where the site is too slow, and the fault is often custom build extensions with expensive operations going on. Utilising the TYPO3 Caching framework seems to be an underrated and often most overlooked part in extension development. This live coding session is intended for beginner to intermediate extension developers who want to learn the patterns on how to use the caching framework in an extension and how mitigate bottlenecks with good practices, as well as having strategies to get rid of the cache dynamically when it needs to be updated.