[TYPO3-english] tt_news integrating bodytext in list view -> formatting problem

bob wild rowild at gmx.net
Thu Feb 4 16:28:38 CET 2010


I posted this problem already in the tt_news section, but there is no 
help available - so I hope you can help me here!

I am about to try to intergrate the bodytext in the list view for an 
archive section. This is the TS that is inserted in the respective 
TS-field of the plugin backend:

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 = |
    }
}

But of course the formatting doesn't work: no links, no images, no nothing.

I'd really appreciate any help on this one here! I also would like to 
emphasis on the other problem posted to days ago in the tt_news forum.

Thanks!
Robert


More information about the TYPO3-english mailing list