[TYPO3-ttnews] Again tt_news! including bodytext in list view -> formatting

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Fri Feb 5 16:50:05 CET 2010


On 2010-02-05 08:41, Robert M Wildling wrote:
>
> displayList {
> subheader_stdWrap {
> stripHtml = 0
> crop >
> ifEmpty >
>
> # kill the "more" link
> append >
>

btw:  if you clear append
with "append >"

then something like this
"append.field = bodytext"
have no meaning because append is not declared as any cObj now, because 
you cleared it.

so if you clear append then you must declare append again

append >
append = TEXT
append.field = bodytext
append.parseFunc [....]


--
grtz
Krystian


More information about the TYPO3-project-tt-news mailing list