[TYPO3-english] Showing certain content

Typo Three typo3 at pitsolutions.com
Fri Jan 15 12:19:57 CET 2010


Hi,

 The  code u have given seems to be correct.  it even works fine  without orderBy and max .
So   i recommend u to check  your typoscript  where u have assigned  lib.homeimagerotator.

lib.homeimagerotator = CONTENT
lib.homeimagerotator{
  table = tt_content
  select {
    pidInList = 3550
    where = uid=10346
  }
  }


Regards,
Typo Three



----- Original Message ----
From: Tapio Markula <tapio.markula at xetpoint.fi>
To: typo3-english at lists.typo3.org
Sent: Thu, January 14, 2010 11:55:30 PM
Subject: [TYPO3-english] Showing certain content

Hi

I would like to show certain content.
The code didn't show anything

lib.homeimagerotator = CONTENT
lib.homeimagerotator{
  table = tt_content
  select {
    pidInList = 3550
    where = uid=10346
    orderBy = sorting
    max = 1
  }
  }

page and content id exists.

What's wrong?
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list