[Typo3] TS condition and tt_news

Kraft Bernhard kraftb at gmx.net
Wed Feb 16 14:16:50 CET 2005


Pierre wrote:
> rsp.newspdt < plugin.tt_news
> rsp.newspdt {
>    code >
>    code = LATEST
>    pid_list >
>    pid_list = 29
>    [PIDinRootline = 1]
>    pid_list = 29
>    [PIDinRootline = 6]
>    pid_list = 30
>    [global]
> }
> 
> Where i am wrong please ?

You can't put conditions into a { } statement ... try:

rsp.newspdt < plugin.tt_news
rsp.newspdt {
    code >
    code = LATEST
    pid_list >
    pid_list = 29
}
[PIDinRootline = 1]
rsp.newspdt.pid_list = 29
[global]
[PIDinRootline = 6]
rsp.newspdt.pid_list = 30
[global]



greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list