The build in WordPress Gallery is a great tool for editors to create easily image collections. But it’s really limited in the theme. Therefore most people use huge gallery plugins to be able to display just a simple slider. If you want to give your editors the opportunity to choose wether to show a slider or a great layouted gallery… Read more →
How to connect or switch WordPress to a third-party database
This question can be found all around the web. The problem position is that you need to retrieve data from a third-party Database or a third-party WordPress System. Most people use in this case a new instance of the wpdb class. This gives you the possibility to run general queries and all possibilities of the wpdb class. In most scenarios… Read more →
Typo3 Extensions mit Extbase und Fluid – All Featured Extension | Erste Installation
In diesem Abschnitt geht es nur um die Bestandsaufnahe, um einen Einblick in die Funktionsweise der Extension zu bekommen und Fehler aufzudecken. Ein wichtiger Hinweis gleich zu Beginn: im Extension Datensatz muss die Datensatzsammlung angegeben werden! Wie gewohnt installieren wir die Extension im Extensionmanager (natürlich den Upload in typo3conf/ext/ nicht vergessen). Dann die übliche Falle, die leider nur zu oft… Read more →
Typo3 Extensions mit Extbase und Fluid – All Featured Extension | Controller & Views
Werfen wir wieder einen Blick auf den Controller, den wir bereits auf die Schnelle geschrieben haben. Zur Erinnerung: Als erstes integrieren wir das Repository über die inject-Methode in den Controller und es steht uns durch die Variable $tut23bandRepository mit allen im letzten Abschnitt benannten Methoden zur Verfügung. Wir greifen in der list Action direkt auf die findAll() Methode zu und… Read more →