Posted on October 22, 2008Maarten
Surfing around the (TYPO3) web I found a post which should help you speed up your backend. All you have to do is enable some ‘hidden’ _.htacess files. I have no real proof it will work, but I think it does. Just enable them, you can always restore it.. /_.htaccess typo3/gfx/_.htaccess typo3/mod/user/ws/_.htaccess typo3/sysext/_.htaccess typo3/sysext/t3skin/stylesheets/_.htaccess
Read the rest of this entry »
Posted on September 8, 2008Maarten
This is probably the most simple way to add a dynamic menu to your TYPO3 website. Just put the code into the Typoscript setup and parse temp.menu through the autoparser. temp.menu = HMENU temp.menu.1 = TMENU temp.menu.1 { NO.ATagBeforeWrap = 1 } Now you have a menu with nothing more than just an anchor tag.
Read the rest of this entry »
Posted on August 15, 2008Maarten
Here is my default TSConfig configuration for the htmlAREA RTE. I use this one in combination with a typical (default) configuration in the Extension Manager with images enabled.
Read the rest of this entry »