[TYPO3-english] TYPO3 7.x: is it possible to show hidden items with query SELECT

Bert Hiddink [BENDOO e-work solutions] hiddink at bendoo.nl
Tue Jan 31 17:10:24 CET 2017


Hello,

I was wondering if it is possible to do a TS-select which gives me also 
the hidden items:

   10 = CONTENT
   10  {
     ## Fetching the data
     table = tt_content
     select {
        pidInList = {$pidCalendar}
        where= colPos = 0 AND hidden=1
     }
...

I can do a query with a user_func but was wondering if this could be 
done directly with TS.

Thanks and regards,
Bert


More information about the TYPO3-english mailing list