Posted on June 2, 2010Maarten
I needed an image in the RTE to support the ‘click and enlarge’ option in tt_news. Now, I used Google to find a solution but no luck, although it seems I’m not the only one trying to make this work. Looks like this isn’t as easy as it would sound..
Read more for the solution!
Read more…
Posted on May 31, 2010Maarten
Today TYPO3-4.4.0-Beta3 was released and in this new beta version the new and improved TYPO3 Backend look was implemented. For all of those who didn’t had the oppertunity yet to install this new beta I have taken the time to make some screenshots…
Read more…
Posted on May 18, 2010Maarten
Due to the huge amount of spam (10+ a day) I’m currently forced to shut down the comment function. It’s even getting hard to separate the spam form the actual comments since these bots keep getting better at faking the reply. I’ll try to implement a captcha as soon as I find the time :)
Posted on May 5, 2010Maarten
After you installed static_info_tables in your TYPO3 installtion, you get a whole bunch of records displayed in the rootpage. This really slows down the page, which isn’t funny when you work a lot with usergroups. You can hide all of these records with a simple line in your BE-User-TSConfig. Read more…
Posted on March 10, 2010Maarten
As of today I’m an official ‘TYPO3 Integrator’ :)
I took the Integrator Exam a couple of weeks ago in Brussels, Belgium at the FOSDEM conference. The english e-book version of the original TYPO3 Integrator Exam book (Patrick Lobacher) was a real help. Not only does it help you to prepare for your exam, but the clear and complete answers are also a good way to learn TypoScript by examples. I recommend this book for everyone who works with TypoScript, weather you take the exam or not.
Posted on March 5, 2010Maarten
By default, TYPO3 has five default header layouts from which to choose. Each correspond to the H1 to H5 tags. With this TypoScript snippet you can adjust one of them and set it to your own needs. For example a header with a date attached to it. This way you can make a header like: Latest news of {date}. Or what about: Welcome back {username}?
Read more…