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.
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.
-
10 = COA
-
10 {
-
10 = TEXT
-
10.value = http://www.facebook.com/share.php?u=
-
-
20 = TEXT
-
20.data = getenv:HTTP_HOST
-
20.wrap = http:// |
-
-
30 = TEXT
-
30.data = getenv:REQUEST_URI
-
}
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.
