David Ansermot Web Developer / TYPO3 Integrator

10fév/110

TYPO3 – Clean way to manage cache of your plugins

Today I want to share with you my way to manage cache of my frontend plugins.
I always implement the TypoScript option "no_cache" by this way.

13jan/110

TYPO3 4.5 beta 4 released

The TYPO3 community as released the beta 4 of TYPO3 4.5.
You can download it here.

Read original post

24déc/100

TYPO3 – Easy Facebook share link in TypoScript

Here's a little snippet I wanted to share with you.
It generate the Facebook share link of your page automaticaly.

  1. 10 = COA
  2. 10 {
  3.         10 = TEXT
  4.         10.value = http://www.facebook.com/share.php?u=
  5.  
  6.         20 = TEXT
  7.         20.data = getenv:HTTP_HOST
  8.         20.wrap = http:// |
  9.  
  10.         30 = TEXT
  11.         30.data = getenv:REQUEST_URI
  12. }

Enjoy

1nov/100

TYPO3 – Force HTML mode in Direct Mail Subscription

If you use Direct Mail extension for TYPO3, you should want to only use HTML template instead of plain text template. This is possible but you must have the extension Direct Mail Subscription installed on your system.

26oct/100

Security issue in Powermail for TYPO3

A security issue has been discovered in the third party TYPO3 extension powermail.

Read full post