[TYPO3-german] Re: marker

michael bogensperger m.bogensperger at agentur-zb.de
Wed Oct 9 15:26:44 CEST 2013


hi leuts

so bin schonmal ein gutes stück weiter :

ich hab  in meiner linken spalte 3 datensätze stehen ( 2 x text / 1 x image ).

die beiden texte erscheinen an der richtigen Stelle.

nur das image wird noch nicht ausgespuckt.

denke mal beim image muß ich bissl was anders machen als bei den texten.

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

renderObj = COA
renderObj {
10 = TEXT
10 {
wrap = |
field = bodytext
#data = debug:data
}
}
}
  
  
   BERUF = CONTENT
   BERUF {
       table = tt_content
       wrap = |
       select {
           where = colPos = 1
           orderBy = sorting
           begin = 1
           max = 1
}

renderObj = COA
renderObj {
10 = TEXT
10 {
wrap = |
field = bodytext
#data = debug:data
}
}
}
  
  
   FOTO = CONTENT
   FOTO {
       table = tt_content
       wrap = |
       select {
           where = colPos = 1
           orderBy = sorting
           begin = 2
           max = 1
}

renderObj = COA
renderObj {
10 = IMAGE
10 {
wrap = |
field = bodytext
#data = debug:data
}
}
}
  
  
#-------------marks end  
}   

#-------------10 end
}
  
gruß micha






 





More information about the TYPO3-german mailing list