[TYPO3-ttnews] No newsMoreLink for type external URL in list view with 3.0.1?

Nils Hodyas n.hodyas at billiton.de
Thu Sep 16 13:51:18 CEST 2010


Hallo Hartmut,

Am 26.02.2010 12:02, schrieb Hartmut Steglich:
> Hello,
>
> since 3.0.1 this is set as standard:
> plugin.tt_news.displayList.subheader_stdWrap.append.if.isTrue.field = bodytext
>
> The idea is clear. But the news types external URL and internal Page have no
> bodytext and therefor no newsMoreLink is appended. Is this really intended?
>
> I'd suggest to not set ".if.isTrue.field = bodytext" as standard in the static
> template (or only depending on the news type).
>
> What do you think?
>

I think it's annoying.

For anyone else having troubles with this, I wrapped my head round the 
if-function and this seems to work:

append.if >
append.if{

     value = 0
     equals.field = type
     isFalse.field = bodytext
     negate = 1

}


> Thanks,
> Hartmut

It was a pleasrue :-)


Nils


billiton internet services GmbH
Entwicklung

--------------------------------------------------------------
Pfarrwaldstr. 24, 57234 Wilnsdorf, Amtsgericht Siegen HRB 5302
web: http://www.billiton.de   Geschäftsführer: Patrick Schulte



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