[TYPO3] Insert news tt_content to suparts still don't work

Matyi Gábor gmatyi at freemail.hu
Sun May 28 19:42:59 CEST 2006


2006. május 28. 12.33 dátummal Krystian Szymukowicz ezt írta:
>
> Then check what pid has page where SINGLE and news are displayed and set
> it as you wrote:
>
> plugin.tt_news.singlePid = (id of your Single page)
> plugin.tt_news.backPid = (id of your List page)
>
>
> After the news generated with lib.newsLatest should point to (id of your
> Single page).
>
> If you want to display SINGLE and LIST at one page check documentation.
>
> I hope that helps.


Thanks. 

This is the soultion:


plugin.tt_news {
  singlePid = 146
  backPid = 23
}

lib.newsLatest < plugin.tt_news
lib.newsLatest {
  code >
  code = LATEST
  pid_list >
  pid_list = 148
  latestLimit = 3
  catImageMode = 0
  catTextMode = 0
}

subparts.NEWS < lib.newsLatest

Gabor



More information about the TYPO3-english mailing list