Hi Duke,
du bist ein wenig ungeduldig ;-)
Und ein Blick in das tt_news-Manual wäre sehr gut für dich gewesen:
Zitat:
Conditional ”more”-Link
With one more line of Typoscript the alternative “more” link can be made conditional – means: it will show up when the field “bodytext” contains something.
Example:
plugin.tt_news.displayList.subheader_stdWrap {
append = TEXT
append.data = register:newsMoreLink
append.wrap = <span class=”myclass”>|</span>
append.if.isTrue.field = bodytext
}
|
Quelle:
typo3.org: Documentation: News (EXT: news)
Das macht genau das, was du möchtest ;-)
Gruss,
Michael