[TYPO3] lastUpdate problem

ben van 't ende [netcreators] ben at netcreators.nl
Mon Jan 23 10:24:05 CET 2006


Christoph Neuroth wrote:
> Hi,
> 
> I'm trying to implement a "last updated" label as explained in [1]. The 
> problem is, in my ObjectBrowser I don't even have styles.content.lastUpdate - 
> and if I set it, it does not produce anything :/
> Is the tutorial referring to an old T3 Version or something? I use Typo3 
> 4.0b1. What's the most elegant solution to implement "last update" in recent 
> T3 versions?
> 
> regards, Chris
> 
> [1] 
> http://typo3.org/documentation/document-library/doc_lastupdate_tut/Activating_Last_Upda/

Hi Chris,

Just use it like this:

# ======================================
# last modification
# dateformat from http://nl3.php.net/date
temp.lastModify = TEXT
temp.lastModify {
	data = page:lastUpdated
	if.isTrue.data = page:lastUpdated
	date =  j M Y G:i
	noTrimWrap = | gewijzigd op: ||
	}

gRTz

ben
-- 
netcreators :: creation and innovation
www.netcreators.nl -  www.typo3.nl




More information about the TYPO3-english mailing list