Posted on April 28, 2011Maarten
According to Google Analytics a lot of people are currently looking for a way to use embed tags within the (tt_news) RTE. By default the TYPO3 RTE will remove these embed tags, but it’s fairly easy to change this. In this tutorial I’ll show you how to insert an iframe, within the TYPO3 RTE.
Read the rest of this entry »
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 the rest of this entry »
Posted on September 4, 2009Maarten
NEW: You can now download this enhancement from the download page! For a client who needed a solid and easy workspace center for multiple writers and publishers I enhanced the default versioning / workspace part of TYPO3. The code is still a bit messy but I’m working on a cleaner version. We only needed two [...]
Read the rest of this entry »
Posted on March 8, 2009Maarten
With this line of User TSConfig you can enable non-be-admin’s to clear all cache the way an admin would. options.clearCache.all = 1
Read the rest of this entry »
Posted on January 8, 2009Maarten
Use the following in your TSConfig to disable warnings in the BE. This can be useful when you’re an experienced user. Just be careful, warning are not there just to anoy you # This option defines via a bitmask what to enable or disable # options.alertPopups = 255 (default value) # These options are possible: [...]
Read the rest of this entry »
Posted on January 4, 2009Maarten
The TYPO3 clipboard is a very handy tool but you rarely use all 4 of them. Also, when you logout the content is gone. Both these things can be fixed by a little TSConfig: ## Makes sure the clipboard doesn’t clear: options.saveClipboard = 1 ## Reduces the amount of clipboards from 4 to 1: options.clipboardNumberPads [...]
Read the rest of this entry »