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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an