[TYPO3-german] tt_news and conditions

b.riezler at pixel-ink.de b.riezler at pixel-ink.de
Fri Nov 5 11:21:26 CET 2010


Hi,

i'm having some trouble using tt_news in combination with an condition.
When i'm setting a condition for a page, the tt_news doesn't show up for that page

No condition on a page, tt_news works perfect, i was able to reproduce this behavior on a totally blank installation to.
Anyone an idea? TYPO3 4.4.2 and tt_news 3.0.1

Here the ts i use

LATESTNEWS < plugin.tt_news
    LATESTNEWS{
        templateFile = fileadmin/template/tt_news/tt_news_v3_template.html
        code >
        code = LATEST
        pid_list >
        pid_list = 6
        displayLatest.image.file.maxW = 85
        singlePid = 3
        latestLimit = 3
        listOrderBy = datetime
    }

page.10.marks.SUBNAVI = TEXT
page.10.marks.SUBNAVI{
  field = title
}
[PIDinRootline = 2]
page.10.marks.SUBNAVI < styles.content.getLeft
[END]


More information about the TYPO3-german mailing list