[TYPO3-ttnews] Categories Menu help

Martin Holtz typo3 at martinholtz.de
Wed Jul 25 13:15:15 CEST 2007


Hi Cray,

>>>> andWhere = parent_category =
>>>> # Append the category-date
>>>> andWhere.append = TEXT
>>>> andWhere.append.data = {GPvar:tx_ttnews|cat}
>> sorry, this is wrong
>> should be
>> andWhere.append.data = GPvar:tx_ttnews|cat
>> or (i would prefere)
>> andWhere.append.value = {GPvar:tx_ttnews|cat}
>> andWhere.append.insertData = 1
>> 
>> sorry.
>> 
> 
> Thanks a lot!!! ((: It's great and I know now much more about TS.  ((:
> 
> And one more stupid question: how I can make it work recursive? So it
> will show all subtree, not only one level? (:
? i do not know.
perhaps you do not check this via sql:
 andWhere = parent_category = 10
but via typoscript?
Maybe you can do something wia LOAD_REGISTER and
 select.orderBy = 

please tell me, if you have an solution.

greets,
martin


More information about the TYPO3-project-tt-news mailing list