-
6th March, 2011 by Christian Koch | 0 Comments | Categorie: t3 extension development
<f:form.submit name="select-name" value="{f:translate(key:'send')}"/>
-
13th February, 2011 by Christian Koch | 0 Comments | Categorie: Uncategorized
read more…
-
14th October, 2010 by Christian Koch | 1 Comment | Categorie: t3 extension development, typoscript
To turn off Typo3′s deprecation log messages insert following line to your typo3conf/localconf.php
$TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = '0';
To turn them on again delete the Line or:
$TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = '1';
Don’t forget to clear your Typo3 caches.
Cheers
-
12th October, 2010 by Christian Koch | 0 Comments | Categorie: Uncategorized
Open your Preferences. Click Remote Systems then Files. Here you should find “Show hidden files”, check this and Ok all.
Done
-
10th October, 2010 by Christian Koch | 0 Comments | Categorie: php, t3 extension development, typoscript
Enable E-Mail Address Protection for your Typo3 Standard Content:
read more…
-
23rd September, 2010 by Christian Koch | 0 Comments | Categorie: t3 extension development
A quick snippet to get the translation record of your current selection.
read more…
-
21st September, 2010 by Christian Koch | 3 Comments | Categorie: php, t3 extension development
Learn how to change the head title, meta description and meta keyword tag from within your extension.
read more…
-
19th September, 2010 by Christian Koch | 0 Comments | Categorie: php
Ever wondered how to setup useful Templates in your Eclipse IDE. Here you can find a short tutorial on how to setup a Template to create php gettern and settern methods.
read more…