AW: [Typo3-german] Typo Skript Problem (Anfänger)

Patrick Holste patrick.holste at dna-gmbh.de
Fri Aug 19 10:21:15 CEST 2005


Hallo Robert,

Danke, das Erste hat geklappt! Ich hatte es gestern schon probiert, aber nur mit den Varianten 

marks.inhalt.ifEmpty =    und marks.inhalt.stdWrap =  

Jetzt funktioniert es, Danke!!!

Viele Grüsse
Patrick

-----------------------------------------------------------------------------

Moin Patrick,

Patrick Holste wrote:

> Für den Fall, dass der Content leer ist, will ich gerne einen 
> Standard-Content eingeben, der dann geladen wird. Ich steige da 
> allerdings nicht ganz durch, wie ich das mache.


temp.mainTemplate = TEMPLATE
temp.mainTemplate {
  template = FILE
  template.file = template.html
  workOnSubpart = Dokument
  marks.inhalt = CONTENT
  marks.inhalt {
    table = tt_content
    select.orderBy = sorting
    select.where = colPos=0
  }
  marks.inhalt.stdWrap.ifEmpty =  
}

Oder, falls Du das statische Template "styles.content" eingebunden hast:

temp.mainTemplate = TEMPLATE
temp.mainTemplate {
  template = FILE
  template.file = template.html
  workOnSubpart = Dokument
  marks.inhalt < styles.content.get
  marks.inhalt.stdWrap.ifEmpty = &nbsp;
}

Weitere Infos findest Du in der TSref auf folgender Seite:

http://typo3.org/documentation/document-library/doc_core_tsref/stdWrap/

Viel Spaß,

Robert

--
Robert Lemke
TYPO3 Association - Research & Development Member of the board http://association.typo3.org

_______________________________________________
Typo3-german mailing list
Typo3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list