[TYPO3-english] tt_news

Sergey Alexandrov serg at alexandrov.us
Mon May 2 15:35:06 CEST 2011


What I do if I need any content element 'inherited' from the top-level 
page(s) is (page's subparts):
Take a look on the SLIDE property ;) Use slide.collect if you want to 
"collect" content elements while "sliding" up/down a page tree
It's not tt_news feature, it's TS, and you can "collect" any content 
elements this way

       LCOL = COA
       LCOL {
           5 = LOAD_REGISTER
           5.maxImageWidthInText = 105
           5.maxImageWidth = 210
           10 < styles.content.getRight
           10.slide = -1
           10.slide.collect = -1
           // 10.slide.collectReverse = 1
           15 = RESTORE_REGISTER
       }

On 5/2/2011 5:49 AM, Salman Javaid wrote:
> *Hello All,*
>
> Good day to everyone.
>
> I am working on a typo3 website without templavoila. I am using tt_news
> extension. I want to display some latest short headline news on right side
> of every page of my website. I read documentation of tt_news but could not
> get my answer.
>
> Can anyone help me?
> *
> Thanks&  Regards,
>
>
> Salman Javaid*
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list