[TYPO3-german] tt-news: bodytext in listview intergrieren ->	Formatierungsproblem
    bob wild 
    rowild at gmx.net
       
    Thu Feb  4 16:33:18 CET 2010
    
    
  
Hi,
Ich habe dieses Thema bereits im tt_news Forum und in engl Forum 
gepostet. Nachdem aber die Hilfe bei tt_news leider nicht existent ist, 
ersuche ich euch hier um Hilfe!
Ich binde folgendes TS in das TS-Feld den tt_news Plugin backend ein, um 
für ein Archiv eine simple Liste mit pagebrowser zu bekommen - es soll 
aber keinen "mehr"-link geben, sondern alle Artikel in vollständiger 
Fassung, also inkl bodytext:
displayList {
    subheader_stdWrap {
          stripHtml = 0
          crop >
          ifEmpty >
      # kill the "more" link
          append >
      # append the bodytext
      append.field = bodytext
      # try to format the bodytext again
          append.general_stdWrap.parseFunc < tt_content.text.20.parseFunc
      # remove the p tags (template has h2 tags)
      outerWrap = |
    }
}
Das Problem ist, dass der bodytext nicht formatiert wird. Oft gepostet 
als problem, so gut wie nie - zumindest nicht verständlich - beantwortet 
auf google...
Kann mir hierbei jemand helfen, bitte?
Danke!
Gruß, RObert
    
    
More information about the TYPO3-german
mailing list