[TYPO3-english] TYPO3-english Digest, Vol 72, Issue 44

Lamb, Brian blamb at jcvi.org
Wed Sep 16 20:52:17 CEST 2009


Hi, 
 
How about if you render all your objects through TV?
 
Thanks, 
 
Brian Lamb

________________________________

From: typo3-english-bounces at lists.netfielders.de on behalf of typo3-english-request at lists.netfielders.de
Sent: Wed 9/16/2009 11:40 AM
To: typo3-english at lists.netfielders.de
Subject: TYPO3-english Digest, Vol 72, Issue 44

Message: 4
Date: Wed, 16 Sep 2009 10:06:02 -0400
From: Dan Osipov <dosipov at phillyburbs.com>
Subject: Re: [TYPO3-english] tt_news TypoScript
To: typo3-english at lists.netfielders.de
Message-ID:
        <mailman.1.1253109962.24179.typo3-english at lists.netfielders.de>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

If you render the objects through TS, then you just need to modify the
individual object code:

page.32 < plugin.tt_news
page.32 {
    displayLatest {
      title_stdWrap.crop = 140 | ... | 1
    }
}
page.33 < plugin.tt_news
page.33 {
    displayLatest {
      title_stdWrap.crop = 20 | ... | 1
    }
}

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Lamb, Brian wrote:
> Greetings all,
> 
> Is it possible to attribute different TypoScript descriptions to different tt_news records on the same page? For example, I have the following TypoScript on a page:
> 
> plugin.tt_news {
>   displayLatest {
>     title_stdWrap.crop = 140 | ... | 1
>   }
> }
> 
> Which applies to both instances of tt_news on the same page. However, I would like to have one tt_news object use this, and another change the crop information to be a bit smaller. Is this possible? If so, how?
> 
> Thanks,
> 
> Brian Lamb


More information about the TYPO3-english mailing list