Typo3 - Wichtige TypoScript Einstellungen: Unterschied zwischen den Versionen
Aus Wikizone
| Zeile 1: | Zeile 1: | ||
Einige wichtige Einstellungen: | Einige wichtige Einstellungen: | ||
| + | |||
| + | |||
| + | <pre> | ||
| + | ### SEO ### Achtung .htaccess Datei muss im Webverzeichnis angelegt werden | ||
| + | config.simulateStaticDocuments = 1 | ||
| + | |||
| + | ### HTML ### | ||
| + | #Doctype Einstellungen und Änderungen für Valides XHTML sowie CSS | ||
| + | config.doctype = xhtml_trans | ||
| + | config.xhtml_cleaning = all | ||
| + | config.xmlprologue = none | ||
| + | config.doctypeSwitch = 1 | ||
| + | |||
| + | ### Spracheinstellungen ### | ||
| + | #Länderspezifische Einstellungen (siehe auch mnultilanguage) | ||
| + | config.language = de | ||
| + | config.htmlTag_langKey = de_DE | ||
| + | config.locale_all = de_DE | ||
| + | |||
| + | ### CSS ### | ||
| + | # Inline Styles auslagern | ||
| + | config.inlineStyle2TempFile = true | ||
| + | |||
| + | |||
| + | ### Rendering von Inhalten ### | ||
| + | |||
| + | ### Spamschutz von Email-Adressen | ||
| + | config.spamProtectEmailAddresses_atSubst = (at) | ||
| + | config.spamProtectEmailAddresses = 1 | ||
| + | |||
| + | # POPUPS | ||
| + | tt_content.image.20{ | ||
| + | 1.imageLinkWrap = 1 | ||
| + | 1.imageLinkWrap { | ||
| + | enable = 1 | ||
| + | bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | ||
| + | wrap = <A href="javascript:close();"> | </A> | ||
| + | JSwindow = 1 | ||
| + | JSwindow.newWindow = 1 | ||
| + | JSwindow.expand = 0,0 | ||
| + | } | ||
| + | } | ||
| + | |||
| + | |||
| + | ### sonstiges ### | ||
| + | message_page_is_being_generated= Einen Moment bitte. Die Seite wird erstellt | ||
| − | + | ||
| − | + | ||
| − | + | #[...] | |
| − | |||
| − | + | page.bodyTag = <body> | |
| − | + | page.shortcutIcon = fileadmin/eiszeit/templates/favicon.ico | |
| − | + | </pre> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Version vom 24. Februar 2006, 14:23 Uhr
Einige wichtige Einstellungen:
### SEO ### Achtung .htaccess Datei muss im Webverzeichnis angelegt werden
config.simulateStaticDocuments = 1
### HTML ###
#Doctype Einstellungen und Änderungen für Valides XHTML sowie CSS
config.doctype = xhtml_trans
config.xhtml_cleaning = all
config.xmlprologue = none
config.doctypeSwitch = 1
### Spracheinstellungen ###
#Länderspezifische Einstellungen (siehe auch mnultilanguage)
config.language = de
config.htmlTag_langKey = de_DE
config.locale_all = de_DE
### CSS ###
# Inline Styles auslagern
config.inlineStyle2TempFile = true
### Rendering von Inhalten ###
### Spamschutz von Email-Adressen
config.spamProtectEmailAddresses_atSubst = (at)
config.spamProtectEmailAddresses = 1
# POPUPS
tt_content.image.20{
1.imageLinkWrap = 1
1.imageLinkWrap {
enable = 1
bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
wrap = <A href="javascript:close();"> | </A>
JSwindow = 1
JSwindow.newWindow = 1
JSwindow.expand = 0,0
}
}
### sonstiges ###
message_page_is_being_generated= Einen Moment bitte. Die Seite wird erstellt
#[...]
page.bodyTag = <body>
page.shortcutIcon = fileadmin/eiszeit/templates/favicon.ico