Last Edit Time - Question | JoomShaper

Last Edit Time

J

johnny

SP Page Builder 11 months ago

Joomla 4 / SPPB 3.8.10

I would like to display the last edit time of the page, on the header or footer - how can I achieve this?

I want to aadd this information to multiple pages.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #115967

Hi Johnny,

Pages from SPPB 3.x do not have this feature (and field for date in database), and will not get it. Probably 3.8.10 was the last update of this 3.x series.


Add this manually, for example by using Text addon. I know... but it always works, and guests do not see how it was added, right.


In SPPB 4.0.x yes, it's added as meta tag even for pages:

    <meta property="article:published_time" content="2021-02-10 07:39:23"/>
    <meta property="article:modified_time" content="2023-04-27 06:14:35"/>

and this information is stored in database.

0
J
johnny
Accepted Answer
11 months ago #115969

Thanks Paul,

I thought maybe I could use custom PHP and a module on each page.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #115973

About Custom code for that task, hmm, for sure you need consultancy with PHP/Joomla developer on how it can be done in a smart way.

My role ends here.

0