Kategorie: WebWork
TYPO3 Icons
Register Icons BEFORE 11nice example in ext_localconf.php: https://github.com/benjaminkott/bootstrap_package/blob/master/ext_localconf.php Icon API changes in TYPO3 11 using Configuration/Icons.phphttps://usetypo3.com/icon-api.html TYPO3 Iconshttps://typo3.github.io/TYPO3.Icons/index.html Plugin Iconhttps://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/4-FirstExtension/7-configuring-the-plugin.html?highlight=icon#registering-the-plugin Icon APIhttps://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Icon/Index.html
Some small improvements – drop old habits
Slug-Verhaltenhttps://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.1/Feature-89115-Auto-createRedirectsOnSlugChanges.html Wenn Redakteure nichts mit Redirects zu tun haben sollen, sollte man das automatische Generieren von Slugs abschalten. Site-Settingshttps://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.4/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.html Should we?
most valuable SQL-Statement – TYPO3 switch to textmedia
UPDATE tt_content LEFT JOIN sys_file_reference ON sys_file_reference.uid_foreign=tt_content.uid AND sys_file_reference.tablenames=’tt_content‘ AND sys_file_reference.fieldname=’image‘ SET tt_content.CType=’textmedia‘, tt_content.assets=tt_content.image, tt_content.image=0, sys_file_reference.fieldname=’assets‘ WHERE tt_content.CType=’textpic‘ OR tt_content.CType=’image‘; https://blog.undkonsorten.com/typo3-update-upgrade-typo3-95
Zabbix – watch me!
Seit einer Weile läuft wieder ein Zabbix neben mir, holt sich Daten und bereitet sie grafisch auf:– TYPO3-Instanzen– Photovoltaik (Fronius Wechselrichter)– Cryptowährungen– Wetterdaten https://www.zabbix.com/https://www.zabbix.com/de/integrations/raspbianhttps://bestmonitoringtools.com/how-to-install-zabbix-on-raspberry-pi-raspbian/https://extensions.typo3.org/extension/zabbix_client/https://blog.wappler.systems/typo3-monitoring-mit-zabbix/
Usability Guidelines – mustread
https://www.nngroup.com/articles/113-design-guidelines-homepage-usability/
Symfony conditions in TYPO3
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.html#general-usage