![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
hallo, da ich neu bin, möchte ich mich hiermit erstmal mit einem freundlichen Hallo melden! und habe auch schon eine Frage: Ich habe ein Template mit der Ausgabe von Subparts: Code: <!-- ###DOKUMENT### Start--> <!-- ###INHALT_LINKS### begin--> inhalt links <!-- ###INHALT_LINKS### end--> <!-- ###INHALT### Start--> inhalt <!-- ###INHALT### Stop--> <!-- ###INHALT_RECHTS### Start--> Inhalt Rechts <!-- ###INHALT_RECHTS### Stop--> <!-- ###DOKUMENT### Stop--> Code: page.bodyTag = <body>
page.1 = TEMPLATE
page.1 {
template = FILE
#template.file = {$htmltpl}
template.file = fileadmin/templates/rainbow_consultant/index.html
workOnSubpart = DOKUMENT
subparts.INHALT < styles.content.get
subparts.MENU_OBEN_LINKS < temp.MenuObenLinks
subparts.MENU_OBEN_RECHTS < temp.MenuObenRechts
subparts.MENU_UNTEN < temp.MenuUnten
#subparts.LOGO < temp.toppic
#subparts.ROOTLINE < tmp.breadcrump
subparts.INHALT_LINKS < styles.content.getLeft
subparts.INHALT_LINKS.select.pidInList = 2
subparts.INHALT_RECHTS < styles.content.getRight
subparts.INHALT_BORDER < styles.content.getBorder
subparts.INHALT_BORDER.select.pidInList = 2
subparts.TITEL = TEXT
subparts.TITEL.field = subtitle//title
#subparts.HEADER < temp.header
subparts.SUCHE < temp.suche
#subparts.CONTENT_BORDER < styles.content.getBorder
#subparts.COUNTER = TEXT
#subparts.COUNTER < plugin.tx_cscounter_pi1
#subparts.LAST_UPDATE < styles.content.lastUpdate
#subparts.SPRACHE = PHP_SCRIPT
#subparts.SPRACHE.file = fileadmin/templates/rainbow_consultant/scripts/languageMenu.php
subparts.DATUM = COA
subparts.DATUM {
10 = TEXT
10.data = date:U
10.strftime = %a, %d. %b. %Y
10.wrap = <span class="datum">|</span>
no_cache = 1
}
} Ich habe auch alle Caches schon geleert, mit verschiedenen Usern und Gruppen schon versucht Inhalt einzugeben. Das hat alles nichts geholfen. Ebenso habe ich schon dieses Forum durchsucht und mehrer Lösungsansätze versucht, wie z. B. im TypoScript in den Subparts: Code: subparts.INHALT = CONTENT subparts.INHALT < styles.content.get vielen Dank - alex ![]() Geändert von alexd0001 (29.05.07 um 13:58 Uhr). |
|
#2
| ||||
| ||||
| Hallo, template > edit whole record > include static from extension > css_styled_content georg
__________________ TYPO3 3.7./3.8.X/4.0.X/4.1.1 just2b.com | Google Maps | SmoothGallery | Das grösste werbefreie TYPO3 Forum typo3.net | Content-Management-Systeme mit TYPO3 & RedDot |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Wie Ausgabe aus PHP Function als Inhalt anzeigen? | Smoerble | TYPO3 4.x Fragen und Probleme | 4 | 30.07.07 13:48 |
| Marker ###INHALT### wird nicht angezeigt | pulpthekla | TYPO3 4.x Fragen und Probleme | 6 | 15.01.07 17:59 |
| nummerische Objekte und subparts? Keine Ausgabe | dirvish | TYPO3 3.x Fragen und Probleme | 0 | 02.10.06 14:55 |
| Keine Ausgabe von Menü und Content | arnie83 | GMENU, HMENU, TMENU und Co. | 6 | 14.06.06 10:49 |
| Marker mit variablem Inhalt | suendesizer | TYPO3 3.x Fragen und Probleme | 2 | 02.12.05 17:02 |