[TYPO3] content from TS

JoH asenau info at cybercraft.de
Wed Nov 29 11:27:29 CET 2006


> select {
>         selectFields = title,image
>         where = offer=1
>         }
>
> because I think the temp.POM object is correct, but the result is
> empty...

Usually there is something like pidInList for the select statement.
If you don't set it, it will use "this" as a default.
Therefor you will only see items from the current page.

If your items are located in another page/sysfolder you have to use
pidInList = 123, where 123 is the id of this folder.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list