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

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Tue Nov 14 12:14:02 CET 2006


Krystian Szymukowicz wrote:
> 
> 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.
> 
> 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.
> 


i just found that this is connected with the limitation of SELECT
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/5/5/

It would be nice if the limitation could be set for individual select like

select {
...
respectHiddenOrTimed = 1
...
}



--
greetings
Krystian Szymukowicz



More information about the TYPO3-english mailing list