Monthly Archives: December 2011

Email Subject in Typo3 Extension with spam protection

Developing a typo3 extension which is generating output, presenting a link for an email address is no matter using the function getTypoLink(). But as soon, as you try to add a predefined subject with space characters to the mail and … Continue reading

Posted in Typo3, Typo3 Extension Development | Leave a comment

Typo3: Copy Without Hiding And “copy (1)” Suffix

When you copy content elements or pages in Typo3, the default behaviour is to hide them and suffix the name with the string “copy (1)”. This can become very kidding when you have to copy things often or a couple … Continue reading

Posted in Typo3 | Leave a comment

Typo3: Powermail: Add Attachment to Sender Email with TypoScript

Powermail is one of the major Typo3 extension if you need to implement a form on your website. Thanks to all the flexible configuration options it provides capabilities not only for simple contact forms but also for advanced features such … Continue reading

Posted in Typo3, Typo3 Extensions | Leave a comment

Typo3: Template CSS after Extension CSS (Templavoila)

If you build your Typo3 website using templavoila, you can include a CSS stylesheet in the header of your HTML template. Templavoila provides the header mappings in the template definition to choose which header tags to keep included in the … Continue reading

Posted in Typo3 | Leave a comment