[TYPO3] special wrap for "new until" pages?

Peter Klein peter at umloud.dk
Fri Jun 8 14:06:01 CEST 2007


Hi Jan. You can compare the field with the current time/date, like this:

-- cut --
lib.newpage = COA_INT
lib.newpage {
 10 = TEXT
 10.value = <div>Page is NEW</div>
 10.if.value.data = date:U
 10.if.isGreaterThan.data = page:newUntil
}
page.323 < lib.newpage
-- cut --

-- 
Peter Klein/Umloud Untd


"Jan Slusarczyk" <jan.slusarczyk at dobrestrony.pl> skrev i en meddelelse 
news:mailman.1.1181246867.11005.typo3-english at lists.netfielders.de...
> How can I use tscript and "new until" option in page properties to display 
> a special icon or a different color of pages set to be "new"?
>
> Cheers
> Jan 




More information about the TYPO3-english mailing list