[Typo3] select table pages - multilanguage?

Adam Nojszewski adam at nojszewski.com
Mon Oct 24 12:22:50 CEST 2005


Hello

Here is fragment of my code:
----
  20 = CONTENT
  20 {
    table = pages
    select {
     pidInList = 58
     orderBy = sorting
     max = 3
    }
    renderObj = COA
    renderObj {
     10 = TEXT
     10.field = title
...
----

My question is: how to get page title in active language? For tt-content 
it is simple:
----
...
      table = tt_content
      select {
       pidInList.field = uid
       where = colPos=0
       orderBy = sorting
       languageField = sys_language_uid
      }
...
----

but table pages does not have sys_language_uid field.


regards
-- 
Adam Nojszewski                                      skype:anojszewski
----------------------------------------------------------------------
Wejdź, zobacz, pamiętaj!  --  63 dni chwały...  --  http://www.1944.pl



More information about the TYPO3-english mailing list