[Typo3] How to setup "recently updated" item

Kimmo Helle kimmo.helle at paitsio.com
Tue Jun 7 18:16:05 CEST 2005


Hi Torsten,

This looks great thanks!

But for some reason it opens these links into new windows - is there some
code to fix this?

I have set this into constant:

PAGE_TARGET = _top

And it has worked in every other case.

Cheers,
Kimmo 


On 7.6.2005 02:09, in article
mailman.1.1118099522.32637.typo3-english at lists.netfielders.de, "Torsten
Schrade" <schrade at lineara.de> wrote:

>  What I was looking for is a
>> recently updated pages that would:
>> 
>> - Set the limit to max. of 5 items
>> - Put the date when it was changed after it
>> - put wrap it with <br> tags instead of <p> tags (might not be necessary)
>> 
> Hi Kimmo,
> 
> TSRef (!!) + Sitemap Type 5 (Updated) does this for you:
> 
> tt_content.menu.20.5 {
> 
>   special.limit = 5
> 
>   1.NO.allWrap = | <br>
>   1.NO.after.cObject = TEXT
>   1.NO.after.cObject.wrap = <span> | </span>
>   1.NO.after.cObject.field = SYS_LASTCHANGED
>   1.NO.after.cObject.strftime = %d-%m-%y
> 
> }
> 
> Works here... Cheers,
> Torsten




More information about the TYPO3-english mailing list