[TYPO3-german] marker

Johannes C. Schulz - EnzephaloN IT-Solutions info at enzephalon.de
Wed Oct 9 11:23:07 CEST 2013


Hallo Michael

Es ist tt_content - da werden die Inhalte gespeichert. 
Ist Templavoila eventuell im Einsatz? Von welcher typo3-Version sprechen wir eigentlich? Die Inhalte sind auch aktiv und nicht deaktiviert? CSS_Styled_Content ist auch im Template enthalten?

Versuche vielleicht auch mal Folgendes:

page = PAGE
page {
   typeNum = 0
   config.disableAllHeaderCode = 1
   10 = TEMPLATE
  10 {
    template = FILE
    template.file = fileadmin/skinial/AktionFacebook/landingpage2.html
  
  workOnSubpart = TESTING
  marks{
	NAME < styles.content.getLeft
}
}
Das macht im Prinzip genau das gleiche.

Johannes

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von michael bogensperger
Gesendet: Mittwoch, 9. Oktober 2013 11:07
An: typo3-german at lists.typo3.org
Betreff: [TYPO3-german] Re: marker

hi leuts

hab mal mit hilfe der mittwald doku ein ganz einfaches template erstellt.

page = PAGE
page {
   typeNum = 0
   config.disableAllHeaderCode = 1
   10 = TEMPLATE
  10 {
    template = FILE
    template.file = fileadmin/skinial/AktionFacebook/landingpage2.html
  
  workOnSubpart = TESTING
  marks.NAME = CONTENT
  marks.NAME.table = tt_content
  marks.NAME.select.orderBy = sorting
  marks.NAME.select.where = colPos = 1
}

irgendwie bekomm ich es nicht gebacken - an der stelle wo der marker im html template steht, hab ich keine ausgabe.

hab mal das ganze so probiert :

  workOnSubpart = TESTING
  marks.NAME = TEXT
  marks.NAME.value = HALLO

hiermit bekomme ich ne ausgabe.

irgendwie haut das mit dem tt_content glaub ich nicht hin.
läuft sowas immer über die table tt_content ab oder kann es sein das dieses table auch anders heißen kann.

gruss micha


_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list