Typo3
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (→Beginning) |
Sebra (Diskussion | Beiträge) (→Tutorials) |
||
| Zeile 28: | Zeile 28: | ||
defaultLanguageLabel = Deutsch | defaultLanguageLabel = Deutsch | ||
} | } | ||
| + | |||
| + | = Extension Entwicklung = | ||
| + | == mit Extbase, Fluid == | ||
| + | === 1-2-3 === | ||
| + | * Extension-Verzeichnis anlegen - unter [typo3]/typo3conf/ext/____ | ||
| + | * Config-Files (Pflicht) anlegen: | ||
| + | ** ext_emconf.php | ||
| + | ** ext_localconf.php | ||
| + | ** ext_tables.php | ||
| + | |||
| + | [[Beispielprojekt / Typo3 / Extbase / sebraKalender]] | ||
| + | |||
| + | == Tutorials == | ||
| + | * «Tutorial: Meine erste Extbase Extension» | ||
| + | ** http://typo3.sfroemken.de/typo3-tutorials/extensions/fluid.html | ||
| + | |||
| + | == Mehrsprachigkeit umsetzen == | ||
| + | * http://daniel-müller.de/web-dev/typo3/ext_locallangxml_verwenden.html#respond | ||
| + | |||
| + | == Fluid == | ||
| + | === Beispiele === | ||
| + | <f:render partial="fbLikeBox" arguments="{settings : settings, audioguide:audioguide}"/> | ||
| + | |||
| + | = TypoScript = | ||
| + | == Beispiele == | ||
| + | * php-Script einbinden (Muss wohl zusätzlich mit "neues Inhaltselement"->"script" "Code"=MARKER aufgerufen werden!? | ||
| + | tt_content.script = CASE | ||
| + | tt_content.script { | ||
| + | key.field = select_key | ||
| + | MARKER = PHP_SCRIPT_EXT | ||
| + | MARKER.file = fileadmin/dein_script.php | ||
| + | } | ||
| + | |||
| + | = Useful = | ||
| + | * Extensions | ||
| + | ** HTML to PDF ( ods_html2pdf ) | ||

