TYPO3: t3extblog 3.0.0 released
27. November 2017, - English, TYPO3
Two weeks ago a TYPO3 8.7 compatible version of my blogging extension t3extblog has been released. It contains minor improvements and a lot of bugfixes.
Two weeks ago a TYPO3 8.7 compatible version of my blogging extension t3extblog has been released. It contains minor improvements and a lot of bugfixes.
Letztes Wochende besuchte ich zum ersten Mal eine der größeren TYPO3 Konferenzen: die TYPO3 Developer Days 2017 in Malmö, Schweden!
Gemeinsam mit meinem Freelancer Kollegen Michael Straschek und rund 250 weiteren Mitgliedern der TYPO3 Community lauschte ich vier Tage lang einer Menge spannender Vorträge, Case Studies und Produkt-Vorstellungen innerhalb und teilweise auch außerhalb der TYPO3 Welt.
Neben dem rein fachlichen Gewinn konnte ich aber auch endlich die vielen tollen Menschen hinter den allseits bekannten Profil-Bildern kennenlernen. Generell werden mir wohl besonders die guten Gespräche über TYPO3, Technologie, Musik und Politik positiv in Erinnerung bleiben.
Ich hatte eine super Zeit und bin schon gespannt wohin es das nächste Mal gehen soll. An dieser Stelle auch vielen Dank an all die fleißigen Organisatoren und Helfer sowie die vielen Sponsoren die ein solches Event erst möglich machen!
Mehr Informationen:
Ausführlicher über das Event berichtet hat zum Beispiel Marcus Schwemmer im TYPO3worx Blog: typo3worx.eu/2017/07/typo3-developerdays-2017-live-day-1/
Die Präsentationen zu den Sessions findet ihr auf der offiziellen Seite der Veranstaltung: t3dd17.typo3.org/link-to-slides/
Supporting responsive images in TYPO3 CMS is a fairly easy task when using good old css_styled_content and TypoScript for content rendering. Sadly this neat feature is not available in Fluid for usage in Extbase extensions.
This article outlines one possible solution using built-in functionality.
Ignoring the fact that we had a major and a bugfix release in the last couple of weeks, I'm happy to announce another version of my TYPO3 CMS blogging extension t3extblog!
Thanks to the generous people at elementare teilchen, an agency for communication design and TYPO3 development based in Munich, it was possible to develop a new major feature: subscribe to new blog posts!
Heute wurde Version 2.0.0 meiner TYPO3 CMS Blogging-Extension im TER veröffentlicht.
Das Update sorgt für Kompatibilität mit der neuen TYPO3 LTS Version (7.6.x) und enthält eine Menge neuer Features und viele Bugfixes.
Neue Major-Version der TYPO3 Blog-Extension 't3extblog' veröffentlicht
Am 10. November wurde mit TYPO3 CMS 7.6.0 die nächste LTS (Long Time Support) Version des beliebten CMS veröffentlicht. In diesem Zuge wurden auch neue Versionen meiner TYPO3 Extensions im TER veröffentlicht.
A TYPO3 version visualization.
It's powered by jQuery, jQuery UI and jQuery Isotope. The used json data is provided by the TYPO3 server team and queried via YQL. Thanks for providing such great tools and services!
Please report bugs via GitHub's Bugtracker (Issues) or make a patch and send a pull request. Please feel free to add feature requests for adding additional information regarding specific TYPO3 versions or branches!
Grab the source at GitHub or download the latest zip. It's Open Source - inspiring people to share!
Adding a localization to an "Extension Builder" generated TYPO3 extbase extension could be a little tricky as it uses the xlf (XLIFF) format.
Currently extbase and fluid do not have a built-in functionality to use the uid of the current content element (aka our extbase plugin) within a fluid template.
My new TYPO3 extension "Plupload for FE" (EXT:pluploadfe) provides an API for using Plupload within your own extensions. Plupload is a highly usable and advanced upload handler.