Monthly Archives: August 2011

Typo3 Copyright Note with Automatic Year Update

Most professional websites place a copyright note in the footer of all sites. Placing this in the html is like nothing. Updating this every year often becomes a mess and is forgotton by time or at least is not done … Continue reading

Posted in Uncategorized | Leave a comment

Typo3: Output of the Last Executed SQL Query in an Extension

While developing a Typo3 extension you might send queries to your database table to read or write some data. Typo3 supports different comfortable functions to ease up the query definition. Due to this, there is no point in your code … Continue reading

Posted in Typo3, Typo3 Extension Development | Leave a comment

Typo3: Error “Sorry, you didn’t have proper permissions to perform this change.”

If you have migrated an existing typo3 system to a new server you might face problems creating new content elements. In the Templvoila page module you might get an erros message such as “Sorry, you didn’t have proper permissions to … Continue reading

Posted in Typo3, Typo3 Error Messages | Leave a comment

Typo3: Email Link Subject in 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