[TYPO3-dev] Last updated: Page and Content

Gion Koch gionantoni.koch at gmail.com
Wed Feb 24 14:23:35 CET 2016


Hi fellow Devs,

After trying several approaches and debugging, I have decided to ask you guys.
I have to add a "last updated" date on every page. I saw a lot of threads about this specific feature.
Almost any of the answers had a solution with the SYS_LASTCHANGED field from the pages table. I've implemented that, but realized, that this only counts for editing the page record, and not the content.
The other approach was to use page:lastUpdate, but this show on every page the present date.

Now, the next approach, which I am working on, includes a TS script doing a query on tt_content.

Isn't there a more straightforward approach?


Grettings
Gion



More information about the TYPO3-dev mailing list