[TYPO3] CONTENT - table = tt_content - where = hidden=1

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Tue Nov 14 11:30:50 CET 2006


hi

sorry if this is trivial, but I've searched the web with no success.

I'd like to get an image from HIDDEN content element.


This TS and UNHIDDEN content element works - I get the values I want.

temp.a = CONTENT
temp.a {
  table = tt_content
  select {
     pidInList = 373
     orderBy = sorting
     languageField = sys_language_uid

     andWhere = colPos=1
   }

  renderObj = TEXT
  ... etc ....	
}


But if I HIDE the content element and want to get its values it doesn't 
work.

temp.a = CONTENT
temp.a {
  table = tt_content
  select {
     pidInList = 373
     orderBy = sorting
     languageField = sys_language_uid
     where = hidden=1
     andWhere = colPos=1
   }

  renderObj = TEXT
  ... etc ....	
}


it seems like "where = hidden=1" does not work here.

Any suggestion?



--
greetings
Krystian Szymukowicz



More information about the TYPO3-english mailing list